summaryrefslogtreecommitdiff
path: root/libavformat/oma.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/oma: Move stuff only used by demuxer to demuxerAndreas Rheinhardt2021-02-231-16/+1
* avformat/oma: Deduplicate codec tags listAndreas Rheinhardt2021-02-231-0/+3
* avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol2017-02-111-4/+6
* Merge commit '23d0fdcf6f30843fc3f14084d80581f1ca10f1f3'Michael Niedermayer2013-09-301-0/+14
|\
| * Add support for multichannel ATRAC3+ streams.Maxim Poliakovski2013-09-291-0/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-011-1/+1
|\ \ | |/
| * oma: Validate sample ratesLuca Barbato2013-03-311-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-4/+4
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* | omadec: make sample rate table large enough to prevent out of array reading.Michael Niedermayer2012-04-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-191-442/+9
|\ \ | |/
| * omadec: split data that will be used in the muxer to a separate file.Anton Khirnov2011-12-181-0/+33
| * lavf: rename oma.c -> omadec.cAnton Khirnov2011-12-181-464/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-051-10/+27
|\ \ | |/
| * oma: PCM supportDavid Goldwich2011-12-041-3/+14
| * oma: better format detection with small probe bufferDavid Goldwich2011-12-041-5/+11
| * oma: clearify ambiguous if conditionDavid Goldwich2011-12-041-2/+2
* | oma: Fix out of array read.Michael Niedermayer2011-12-031-3/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-2/+3
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-14/+255
|\ \ | |/
| * oma: support for encrypted filesDavid Goldwich2011-09-211-14/+255
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+6
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+0
|\ \ | |/
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-0/+2
|\ \ | |/
| * oma: check avio_read() return valueMans Rullgard2011-06-021-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-231-1/+2
|\ \ | |/
| * Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-221-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-1/+1
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-1/+1
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+0
* move pcm demuxers to their own fileAurelien Jacobs2010-08-301-1/+1
* Add metadata support. Patch by Michael Karcher.Michael Karcher2010-06-171-25/+24
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix indentation after r21257.Carl Eugen Hoyos2010-01-171-8/+8
* Support demuxing of Sony OpenMG files without metadata header.Michael Karcher2010-01-171-1/+8
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-1/+1
* oma: fix build if memcmp() is a macroMåns Rullgård2009-05-161-2/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Mark several libavformat arrays constReimar Döffinger2008-08-241-2/+2
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-1/+1
* Add support for mp3 contained in omaBenjamin Larsson2008-06-251-0/+4