aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_ogg.c
Commit message (Expand)AuthorAge
* Properly set the file duration for audio-only Ogg files. Patch by Michael Beh...Gravatar mosu2004-01-06
* 1000lGravatar alex2003-12-08
* Fixes for a couple of warnings.Gravatar mosu2003-12-08
* Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@infor...Gravatar mosu2003-12-08
* Small format fixes.Gravatar mosu2003-11-15
* For FLAC-in-Ogg the packets are NEVER skipped, and there's no such thing as a...Gravatar mosu2003-11-15
* Clear subs a bit later than requested in order to avoid clearing the subs if ...Gravatar mosu2003-10-15
* FLAC decoding support via imported libmpflac.Gravatar lumag2003-10-04
* many small typo and grammar fixesGravatar gabucino2003-10-04
* Do not automatically select a subtitle stream for display.Gravatar mosu2003-09-02
* Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.Gravatar mosu2003-08-28
* Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>Gravatar alex2003-08-18
* Spelling police:Gravatar diego2003-08-14
* output typo fixes: unknow --> unknownGravatar diego2003-07-09
* A little hack to be able to play ogg radio streamGravatar albeu2003-07-02
* Preliminary Theora support. Patch by David Kuehling.Gravatar mosu2003-05-11
* 100l... ogg-in-avi (type 0xFFFE) fixGravatar arpi2003-01-29
* mosu: Fixed OGG/OGM seeking for XCDs in which the OGG/OGM does not start at p...Gravatar mosu2003-01-05
* mosu: subtitles will be cleared after their life time as given in the packet'...Gravatar mosu2003-01-04
* bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek w...Gravatar mosu2002-12-30
* This patch adds a call to subcp_recode1(), so this subtitles too areGravatar arpi2002-12-28
* Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.cGravatar rguyom2002-12-05
* Sync ov_struct_st between demux_ogg.c and ad_libvorbis.cGravatar rguyom2002-12-05
* Add Tremor (an integer-only Vorbis decoder) support.Gravatar rguyom2002-12-04
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* verbose can be negativeGravatar arpi2002-11-01
* 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