owntone-server/src
Paul Kim 7aa6aa0062 configure.in:
- Added support for optional Ogg/Vorbis support via the --enable-oggvorbis
flag.

Makefile.am:
- Added conditional compilation of ogg.c dependant on whether Ogg/Vorbis
support is enabled.

mp3-scanner.c:
- Added hook for Ogg/Vorbis support.
- Commented out code which set the "item_kind" of ogg files differently.
It now sets it the same as other audio files. They show up in iTunes
now but they will not stream.

ogg.c:
- Initial check-in.
- Code adapted from 'ogginfo' program. Does parsing of Ogg/Vorbis tags.
2004-12-06 03:06:12 +00:00
..
configfile.c add scan_type directive for doing brute-force scans 2004-11-29 05:55:25 +00:00
configfile.h don't rescan the database if nobody is connected 2004-10-25 04:50:59 +00:00
daap-proto.c modularize debugging statements 2004-11-13 07:14:26 +00:00
daap-proto.h 1. Implement browse and query. These are both still somewhat experimental 2004-06-14 19:01:06 +00:00
daap.c Fix disappearing playlist bug 2004-11-30 02:14:22 +00:00
daap.h Default browse/query 2004-09-18 04:12:43 +00:00
daapd.h add scan_type directive for doing brute-force scans 2004-11-29 05:55:25 +00:00
db-gdbm.c Stop unchanged static playlists from incrementing version number. Fix memory leak with background rescans and static playlists 2004-12-03 06:43:20 +00:00
db-memory.c modularize debugging statements 2004-11-13 07:14:26 +00:00
db-memory.h Stop unchanged static playlists from incrementing version number. Fix memory leak with background rescans and static playlists 2004-12-03 06:43:20 +00:00
dynamic-art.c modularize debugging statements 2004-11-13 07:14:26 +00:00
dynamic-art.h Dynamic art for AAC files from Paul Kim 2004-10-15 20:10:39 +00:00
err.c fix bug #107442 - time stamp in log off. Use localtime vs gmtime 2004-11-28 06:54:01 +00:00
err.h add -D arg and err_setdebugmask 2004-11-13 08:05:27 +00:00
lexer.l modularize debugging statements 2004-11-13 07:14:26 +00:00
main.c fix inverted error message 2004-11-22 07:14:37 +00:00
Makefile.am configure.in: 2004-12-06 03:06:12 +00:00
mDNS.c Flatten mdns stuff 2004-03-29 17:55:17 +00:00
mDNSClientAPI.h fix typedefs for AMD64 2004-11-11 18:47:25 +00:00
mDNSDebug.h Flatten mdns stuff 2004-03-29 17:55:17 +00:00
mDNSPlatformFunctions.h Flatten mdns stuff 2004-03-29 17:55:17 +00:00
mDNSPosix.c Fix for OpenBSD 2004-11-29 05:55:45 +00:00
mDNSPosix.h Flatten mdns stuff 2004-03-29 17:55:17 +00:00
mDNSUNP.c Flatten mdns stuff 2004-03-29 17:55:17 +00:00
mDNSUNP.h Flatten mdns stuff 2004-03-29 17:55:17 +00:00
mp3-scanner.c configure.in: 2004-12-06 03:06:12 +00:00
mp3-scanner.h add scan_type directive for doing brute-force scans 2004-11-29 05:55:25 +00:00
ogg.c configure.in: 2004-12-06 03:06:12 +00:00
parser.y add TYPE keyword to parser 2004-11-04 05:11:41 +00:00
playlist.c Stop unchanged static playlists from incrementing version number. Fix memory leak with background rescans and static playlists 2004-12-03 06:43:20 +00:00
playlist.h Add support for smart playlist manipulation by date added to database. Updated mt-daapd.playlist to match 2004-09-12 23:20:29 +00:00
query.c modularize debugging statements 2004-11-13 07:14:26 +00:00
query.h 1. Implement browse and query. These are both still somewhat experimental 2004-06-14 19:01:06 +00:00
redblack.c Add Damian Ivereigh's redblack tree implementation to speed lookups 2004-03-13 23:43:02 +00:00
redblack.h Add Damian Ivereigh's redblack tree implementation to speed lookups 2004-03-13 23:43:02 +00:00
rend-howl.c use pascal packed string to avoid invalid rdata error 2004-11-30 04:17:32 +00:00
rend-osx.c database id txt record to store settings 2004-11-30 04:04:17 +00:00
rend-posix.c use pascal packed string to avoid invalid rdata error 2004-11-30 04:17:32 +00:00
rend-unix.c modularize debugging statements 2004-11-13 07:14:26 +00:00
rend-unix.h merge new-rend-branch 2004-01-20 04:41:20 +00:00
rend.h merge new-rend-branch 2004-01-20 04:41:20 +00:00
restart.c Make sure all files have GPL notice 2003-12-29 20:41:08 +00:00
restart.h Make sure all files have GPL notice 2003-12-29 20:41:08 +00:00
strcasestr.c Fixes from James Turner 2004-03-16 05:24:54 +00:00
strcasestr.h start of background scanning 2004-03-08 19:21:03 +00:00
strsep.c Fixes from James Turner 2004-03-16 05:24:54 +00:00
uici.c Solaris fixes 2004-01-13 00:13:53 +00:00
uici.h Make sure all files have GPL notice 2003-12-29 20:41:08 +00:00
webserver.c fix bug 1074489 - spaces in web forms are written as plusses in config file 2004-11-28 08:31:10 +00:00
webserver.h -Wall fixes 2004-02-15 00:51:11 +00:00