]> git.sesse.net Git - ffmpeg/history - libavformat/oma.c
rtpdec_vp9: Update header parsing to spec draft 02
[ffmpeg] / libavformat / oma.c
2013-09-29 Maxim PoliakovskiAdd support for multichannel ATRAC3+ streams.
2013-03-31 Luca Barbatooma: Validate sample rates
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-12-18 Anton Khirnovomadec: split data that will be used in the muxer to...
2011-12-18 Anton Khirnovlavf: rename oma.c -> omadec.c
2011-12-04 David Goldwichoma: PCM support
2011-12-04 David Goldwichoma: better format detection with small probe buffer
2011-12-04 David Goldwichoma: clearify ambiguous if condition
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-09-21 David Goldwichoma: support for encrypted files
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-06-02 Mans Rullgardoma: check avio_read() return value
2011-04-22 Diego BiurrunUse av_log_ask_for_sample() to request samples from...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-08-30 Aurelien Jacobsmove pcm demuxers to their own file
2010-06-17 Michael KarcherAdd metadata support. Patch by Michael Karcher.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-17 Carl Eugen HoyosFix indentation after r21257.
2010-01-17 Michael KarcherSupport demuxing of Sony OpenMG files without metadata...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-05-16 Måns Rullgårdoma: fix build if memcmp() is a macro
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-24 Reimar DöffingerMark several libavformat arrays const
2008-08-24 Reimar DöffingerChange codec_tag type from const struct AVCodecTag...
2008-06-25 Benjamin LarssonAdd support for mp3 contained in oma
2008-06-25 Benjamin LarssonRearrange parameter logic
2008-06-25 Benjamin LarssonAdd more codec IDs and tags.
2008-06-08 Benjamin LarssonOma demuxer