summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-11-19Support iLBC in caf.Carl Eugen Hoyos2-0/+2
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2011-07-31Cosmetics: Restore alphabetical order.Carl Eugen Hoyos1-6/+6
2011-07-24Use little endian for caf codec tags.Carl Eugen Hoyos3-30/+30
2011-07-12Support adpcm_ima_wav and adpcm_ms in caf.Carl Eugen Hoyos2-2/+8
2011-07-12Add another MP3 CAF codec tag.Carl Eugen Hoyos1-0/+1
2011-07-09Support gsm_ms in caf files.Carl Eugen Hoyos2-0/+3
2011-05-15Support decoding of amr_nb and gsm in caf.Carl Eugen Hoyos1-0/+2
2011-04-28Move channel chunk reading function to isom.c.Carl Eugen Hoyos7-66/+65
2011-04-27Fix caf channel layouts ITU_2_2 and DVD_6.Carl Eugen Hoyos1-0/+2
2011-04-2310l: Add misssing CR/LF.Carl Eugen Hoyos1-2/+2
2011-04-23Support channel layout when demuxing caf files.Carl Eugen Hoyos3-0/+67
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra12-10/+16
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos9-11/+11
2009-09-16Core Audio Format demuxerPeter Ross7-0/+476