summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_ogg.c
Commit message (Expand)AuthorAgeFilesLines
* output typo fixes: unknow --> unknowndiego2003-07-091-6/+6
* A little hack to be able to play ogg radio streamalbeu2003-07-021-2/+12
* Preliminary Theora support. Patch by David Kuehling.mosu2003-05-111-25/+128
* 100l... ogg-in-avi (type 0xFFFE) fixarpi2003-01-291-6/+7
* mosu: Fixed OGG/OGM seeking for XCDs in which the OGG/OGM does not start at p...mosu2003-01-051-7/+6
* mosu: subtitles will be cleared after their life time as given in the packet'...mosu2003-01-041-4/+33
* bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek w...mosu2002-12-301-2/+9
* This patch adds a call to subcp_recode1(), so this subtitles too arearpi2002-12-281-0/+11
* Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.crguyom2002-12-051-0/+1
* Sync ov_struct_st between demux_ogg.c and ad_libvorbis.crguyom2002-12-051-0/+4
* Add Tremor (an integer-only Vorbis decoder) support.rguyom2002-12-041-0/+5
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+5
* verbose can be negativearpi2002-11-011-4/+4
* endianess independency (using get int 16/32/64 func instead of typecasting po...arpi2002-10-221-24/+75
* memleak fixarpi2002-10-161-0/+1
* 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