index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
caf.c
Age
Commit message (
Expand
)
Author
2017-09-20
lavf/caf: Support demuxing Opus.
Carl Eugen Hoyos
2017-01-19
avformat/caf: add 'aacl' codec tag
Piotr Bandurski
2016-06-19
lavc/cafenc: Allow QDMC muxing.
Carl Eugen Hoyos
2015-09-07
avformat/cafenc: Move special casing of PCM codecs into ff_codec_caf_tags
Michael Niedermayer
2012-11-19
Support iLBC in caf.
Carl Eugen Hoyos
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2011-08-01
Cosmetics: Restore alphabetical order.
Carl Eugen Hoyos
2011-07-24
Use little endian for caf codec tags.
Carl Eugen Hoyos
2011-07-12
Support adpcm_ima_wav and adpcm_ms in caf.
Carl Eugen Hoyos
2011-07-12
Add another MP3 CAF codec tag.
Carl Eugen Hoyos
2011-07-09
Support gsm_ms in caf files.
Carl Eugen Hoyos
2011-05-15
Support decoding of amr_nb and gsm in caf.
Carl Eugen Hoyos
2011-04-28
Move channel chunk reading function to isom.c.
Carl Eugen Hoyos
2011-04-28
Fix caf channel layouts ITU_2_2 and DVD_6.
Carl Eugen Hoyos
2011-04-23
10l: Add misssing CR/LF.
Carl Eugen Hoyos
2011-04-23
Support channel layout when demuxing caf files.
Carl Eugen Hoyos
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-05-22
Move AVCodecTag from riff.h into internal.h.
Francesco Lavra
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-10-16
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
Carl Eugen Hoyos
2009-09-16
Core Audio Format demuxer
Peter Ross