summaryrefslogtreecommitdiff
path: root/libavformat/oma.c
Commit message (Expand)AuthorAge
* avformat/oma: Move stuff only used by demuxer to demuxerAndreas Rheinhardt2021-02-23
* avformat/oma: Deduplicate codec tags listAndreas Rheinhardt2021-02-23
* avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol2017-02-11
* Merge commit '23d0fdcf6f30843fc3f14084d80581f1ca10f1f3'Michael Niedermayer2013-09-30
|\
| * Add support for multichannel ATRAC3+ streams.Maxim Poliakovski2013-09-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-01
|\|
| * oma: Validate sample ratesLuca Barbato2013-03-31
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | omadec: make sample rate table large enough to prevent out of array reading.Michael Niedermayer2012-04-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-19
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-05
|\|
| * 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
* | oma: Fix out of array read.Michael Niedermayer2011-12-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-21
|\|
| * oma: support for encrypted filesDavid Goldwich2011-09-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * oma: check avio_read() return valueMans Rullgard2011-06-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-23
|\|
| * 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
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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