summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_ogg.c
Commit message (Expand)AuthorAgeFilesLines
* removed dummy OGG functions - use #ifdef insteadarpi2002-09-151-22/+1
* The granule position of pages contining Vorbis audio is in units ofarpi2002-09-141-2/+2
* fixes problems when new line is just '\n' and not '\r\n' and enabled html-mar...alex2002-08-281-2/+2
* ogg (.ogm) text subtitles supportarpi2002-08-141-4/+81
* ogm audio format id is in hex, not decarpi2002-07-301-1/+1
* 10L bugfixalbeu2002-05-231-2/+4
* a/v stream selection - patch by alexander.werth@gmx.dearpi2002-05-191-4/+4
* Uninit addedalbeu2002-04-241-0/+18
* Add seeking without index (still not perfect). Use -forceidx for thealbeu2002-04-241-50/+83
* Seeking implementedalbeu2002-04-201-42/+269
* argh, some samples sue new header chunks - fixedarpi2002-03-311-1/+5
* BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)arpi2002-03-311-4/+9
* fixed 10l bug: using ds instead of dp, and adding some debug printsarpi2002-03-311-3/+10
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-161-0/+597