log libmpdemux/demux_ogg.c @ 11411:cb070e67a9c9

age author description
2003-10-15 mosu Clear subs a bit later than requested in order to avoid clearing the subs if the following entry starts exactly after this one. Patch by Jarrod Johnson <jbj-mplayer@ura.dnsalias.org>.
2003-10-04 lumag FLAC decoding support via imported libmpflac.
2003-10-04 gabucino many small typo and grammar fixes
2003-09-02 mosu Do not automatically select a subtitle stream for display.
2003-08-28 mosu Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.
2003-08-18 alex Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>
2003-08-14 diego Spelling police:
2003-07-09 diego output typo fixes: unknow --> unknown
2003-07-02 albeu A little hack to be able to play ogg radio stream
2003-05-11 mosu Preliminary Theora support. Patch by David Kuehling.
2003-01-29 arpi 100l... ogg-in-avi (type 0xFFFE) fix
2003-01-05 mosu mosu: Fixed OGG/OGM seeking for XCDs in which the OGG/OGM does not start at pos 0 in the stream
2003-01-04 mosu mosu: subtitles will be cleared after their life time as given in the packet's header has expired and after seeking
2002-12-30 mosu bunkus: Fixed Ogg/Ogm seeking by discarding the first packet after the seek which may be incomplete
2002-12-28 arpi This patch adds a call to subcp_recode1(), so this subtitles too are
2002-12-05 rguyom Really (!) sync ov_struct_st between demux_ogg.c and ad_libvorbis.c
2002-12-05 rguyom Sync ov_struct_st between demux_ogg.c and ad_libvorbis.c
2002-12-04 rguyom Add Tremor (an integer-only Vorbis decoder) support.
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-01 arpi verbose can be negative
2002-10-22 arpi endianess independency (using get int 16/32/64 func instead of typecasting pointer)
2002-10-16 arpi memleak fix
2002-09-15 arpi removed dummy OGG functions - use #ifdef instead
2002-09-14 arpi The granule position of pages contining Vorbis audio is in units of
2002-08-28 alex fixes problems when new line is just '\n' and not '\r\n' and enabled html-markup ignore. Patch by Piotr Krukowiecki <piotr@pingu.ii.uj.edu.pl>
2002-08-14 arpi ogg (.ogm) text subtitles support
2002-07-30 arpi ogm audio format id is in hex, not dec
2002-05-23 albeu 10L bugfix
2002-05-19 arpi a/v stream selection - patch by alexander.werth@gmx.de
2002-04-24 albeu Uninit added
2002-04-24 albeu Add seeking without index (still not perfect). Use -forceidx for the
2002-04-20 albeu Seeking implemented
2002-03-31 arpi argh, some samples sue new header chunks - fixed
2002-03-31 arpi BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)
2002-03-31 arpi fixed 10l bug: using ds instead of dp, and adding some debug prints
2002-03-16 albeu Initial ogg demuxer. No seeking, a/v sync is broken. Support avi