summaryrefslogtreecommitdiff
path: root/libavformat/oma.c
Commit message (Expand)AuthorAge
* Add support for multichannel ATRAC3+ streams.Maxim Poliakovski2013-09-29
* oma: Validate sample ratesLuca Barbato2013-03-31
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* omadec: split data that will be used in the muxer to a separate file.Anton Khirnov2011-12-18
* lavf: rename oma.c -> omadec.cAnton Khirnov2011-12-18
* oma: PCM supportDavid Goldwich2011-12-04
* oma: better format detection with small probe bufferDavid Goldwich2011-12-04
* oma: clearify ambiguous if conditionDavid Goldwich2011-12-04
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* oma: support for encrypted filesDavid Goldwich2011-09-21
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* oma: check avio_read() return valueMans Rullgard2011-06-02
* Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
* Add metadata support. Patch by Michael Karcher.Michael Karcher2010-06-17
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix indentation after r21257.Carl Eugen Hoyos2010-01-17
* Support demuxing of Sony OpenMG files without metadata header.Michael Karcher2010-01-17
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* oma: fix build if memcmp() is a macroMåns Rullgård2009-05-16
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Mark several libavformat arrays constReimar Döffinger2008-08-24
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* Add support for mp3 contained in omaBenjamin Larsson2008-06-25
* Rearrange parameter logicBenjamin Larsson2008-06-25
* Add more codec IDs and tags.Benjamin Larsson2008-06-25
* Oma demuxerBenjamin Larsson2008-06-08