OSDN Git Service

Use deinterleavers for demangling audio packets in RealMedia.
[coroid/ffmpeg_saccubus.git] / libavformat / oggdec.c
2011-07-11 Chris Evansoggdec: prevent heap corruption.
2011-07-04 Nicolas Georgeogg: propagate return values and return more meaningful...
2011-07-04 Reimar Döffingeroggdec: Abort Ogg header parsing when encountering...
2011-06-29 Ronald S. Bultjeogg: fix double free when finding length of small chain...
2011-06-02 Diego BiurrunRemove stray extra arguments from av_dlog() invocations.
2011-06-02 Mans RullgardRemove unused variables
2011-05-12 Clément BœschCosmetics: fix prototypes in oggdec
2011-05-12 Clément Bœschoggdec: fix memleak with continuous streams.
2011-05-12 Clément Bœschoggdec: use explicit AVInputFormat struct initializers
2011-05-12 Clément Bœschoggdec: simplify ogg_probe
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-24 Clément Bœschoggdec: reindent after 8f3eebd6
2011-04-20 Michael Niedermayeroggdec: use av_freep() instead of av_free()
2011-04-15 Clément Bœschoggdec: simplify audio chained ogg streams support
2011-04-10 Clément Bœschoggdec: fix demuxing chained audio streams
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-07 Anton Khirnovavio: deprecate url_fgetc and remove all it uses
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-08 Reimar Döffingeroggdec: Fix incorrect assumption about header/data...
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-11-29 Aaron ColwellEnsure that data_offset is set correctly when there...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-06-09 Eli FriedmanFix printf format warnings
2010-05-23 Reimar DöffingerEnable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids...
2010-04-16 David Conradoggdec: Move warning about missing granule to the corre...
2010-04-16 David Conradoggdec: Fix duration calculation if the last page in...
2010-04-16 David Conradoggdec: Remove write-only variable
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-12 David Conradoggdec: Pass packets to header() until the stream is...
2010-03-11 David Conradoggdec: Seek to keyframes
2010-03-11 David Conradoggdec: Determine pts and filepos on a packet basis...
2010-03-11 David Conradoggdec: Move PTS/DTS calculation to a function
2010-03-11 David Conradoggdec: Fix duration calculation for streams with non...
2010-03-11 David Conradoggdec: Parse skeleton to determine the start time...
2010-03-11 David Conradoggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
2010-03-11 David Conradoggdec: Set data_offset to the right value
2010-03-11 David Conradoggdec: Save offset of the page needed to reconstruct...
2010-02-08 Reimar DöffingerMake sure the header value used to avoid repeating...
2010-02-08 David ConradFix playback with invalid files that don't set the...
2010-01-11 David Conradoggdec: Set dts when known
2010-01-11 David ConradAdd support for dirac in ogg
2009-12-12 David ConradFix PTS for OGM codecs.
2009-10-12 Justin RugglesCalculate correct packet durations when demuxing Ogg...
2009-09-30 Reimar DöffingerDisable parsing for ogg streams where no ogg header...
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-04-15 David ConradEnsure that there's pages to read for duration calculat...
2009-02-14 Peter RossUse consistent indent style in oggdec.
2008-11-06 Måns RullgårdOGG: untypedef demuxer structs
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-08-24 Reimar DöffingerAdd ff_ prefix to ogg_codec_t structs
2008-08-24 Reimar DöffingerMake ogg_codec_t descriptions const
2008-06-26 Michael NiedermayerRemove start_time guessing code.
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-02-06 Reimar DöffingerAdd support for speex in ogg
2008-01-31 Reimar DöffingerAdd support for ogg text subtitles.
2007-12-19 Aurelien Jacobsuse proper url_is_streamed() API
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-11 Måns Rullgårdset PKT_FLAG_KEY for Theora and OGM streams
2007-11-07 Diego BiurrunRename ogg2.[ch] to oggdec.[ch].