aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ogg.c
Commit message (Expand)AuthorAge
* endianess independency (using get int 16/32/64 func instead of typecasting po...Gravatar arpi2002-10-22
* memleak fixGravatar arpi2002-10-16
* removed dummy OGG functions - use #ifdef insteadGravatar arpi2002-09-15
* The granule position of pages contining Vorbis audio is in units ofGravatar arpi2002-09-14
* fixes problems when new line is just '\n' and not '\r\n' and enabled html-mar...Gravatar alex2002-08-28
* ogg (.ogm) text subtitles supportGravatar arpi2002-08-14
* ogm audio format id is in hex, not decGravatar arpi2002-07-30
* 10L bugfixGravatar albeu2002-05-23
* a/v stream selection - patch by alexander.werth@gmx.deGravatar arpi2002-05-19
* Uninit addedGravatar albeu2002-04-24
* Add seeking without index (still not perfect). Use -forceidx for theGravatar albeu2002-04-24
* Seeking implementedGravatar albeu2002-04-20
* argh, some samples sue new header chunks - fixedGravatar arpi2002-03-31
* BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)Gravatar arpi2002-03-31
* fixed 10l bug: using ds instead of dp, and adding some debug printsGravatar arpi2002-03-31
* Initial ogg demuxer. No seeking, a/v sync is broken. Support aviGravatar albeu2002-03-16