summaryrefslogtreecommitdiff
path: root/libavformat/aiff.h
Commit message (Expand)AuthorAgeFilesLines
* avformat/aiff: Deduplicate codec tags and codec tags listAndreas Rheinhardt2021-02-231-28/+2
* lavf/aiffdec: Support QDMC demuxing.Carl Eugen Hoyos2016-07-031-0/+1
* avformat/aiff: add ADP4 DVI ADPCM supportPaul B Mahol2015-10-271-0/+1
* avcodec: add SDX2 DPCM decoderPaul B Mahol2015-10-261-0/+1
* Fix decoding of G.726 in AIFF.Carl Eugen Hoyos2013-10-181-1/+1
* Support decoding G.722 in aiff.Carl Eugen Hoyos2013-06-091-0/+1
* aiff: support in24/in32 tagsPiotr Bandurski2012-12-161-0/+2
* Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-291-1/+1
|\
| * lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-281-1/+1
* | Support u8 in aiff.Carl Eugen Hoyos2012-11-241-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-18/+18
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-18/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-0/+1
|\ \ | |/
| * AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)Mike Melanson2011-11-111-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* decode qcelp in aiff, implement #1524, patch by VitorVitor Sessak2009-11-301-0/+1
* Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos2009-11-081-1/+1
* Split up the AIFF muxer and demuxer into separate files.Justin Ruggles2009-10-151-0/+52