Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-05avformat/cafdec: Implement FLAC-in-CAF parsingMartijn van Beurden
The afconvert utility shipped with MacOS supports muxing of FLAC in CAF, see afconvert help output on a recent Mac here: https://hydrogenaud.io/index.php?topic=122509.0 A file created with afconvert free of copyright (licensed CC0) can be found here: http://www.audiograaf.nl/misc_stuff/afconvert-FLAC-in-CAF.caf
2021-02-23avformat/caf: Deduplicate codec tags listAndreas Rheinhardt
Also saves a relocation. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2017-09-20lavf/caf: Support demuxing Opus.Carl Eugen Hoyos
Introduced in macOS High Sierra and iOS 11.
2017-01-19avformat/caf: add 'aacl' codec tagPiotr Bandurski
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-06-19lavc/cafenc: Allow QDMC muxing.Carl Eugen Hoyos
2015-09-07avformat/cafenc: Move special casing of PCM codecs into ff_codec_caf_tagsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2012-11-19Support iLBC in caf.Carl Eugen Hoyos
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
* commit '36ef5369ee9b336febc2c270f8718cec4476cb85': Replace all CODEC_ID_* with AV_CODEC_ID_* lavc: add AV prefix to codec ids. Conflicts: doc/APIchanges doc/examples/decoding_encoding.c doc/examples/muxing.c ffmpeg.c ffprobe.c ffserver.c libavcodec/8svx.c libavcodec/avcodec.h libavcodec/dnxhd_parser.c libavcodec/dvdsubdec.c libavcodec/error_resilience.c libavcodec/h263dec.c libavcodec/libvorbisenc.c libavcodec/mjpeg_parser.c libavcodec/mjpegenc.c libavcodec/mpeg12.c libavcodec/mpeg4videodec.c libavcodec/mpegvideo.c libavcodec/mpegvideo_enc.c libavcodec/pcm.c libavcodec/r210dec.c libavcodec/utils.c libavcodec/v210dec.c libavcodec/version.h libavdevice/alsa-audio-dec.c libavdevice/bktr.c libavdevice/v4l2.c libavformat/asfdec.c libavformat/asfenc.c libavformat/avformat.h libavformat/avidec.c libavformat/caf.c libavformat/electronicarts.c libavformat/flacdec.c libavformat/flvdec.c libavformat/flvenc.c libavformat/framecrcenc.c libavformat/img2.c libavformat/img2dec.c libavformat/img2enc.c libavformat/ipmovie.c libavformat/isom.c libavformat/matroska.c libavformat/matroskadec.c libavformat/matroskaenc.c libavformat/mov.c libavformat/movenc.c libavformat/mp3dec.c libavformat/mpeg.c libavformat/mpegts.c libavformat/mxf.c libavformat/mxfdec.c libavformat/mxfenc.c libavformat/nsvdec.c libavformat/nut.c libavformat/oggenc.c libavformat/pmpdec.c libavformat/rawdec.c libavformat/rawenc.c libavformat/riff.c libavformat/sdp.c libavformat/utils.c libavformat/vocenc.c libavformat/wtv.c libavformat/xmv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-08-01Cosmetics: Restore alphabetical order.Carl Eugen Hoyos
2011-07-25Use little endian for caf codec tags.Carl Eugen Hoyos
2011-07-12Support adpcm_ima_wav and adpcm_ms in caf.Carl Eugen Hoyos
2011-07-12Add another MP3 CAF codec tag.Carl Eugen Hoyos
2011-07-09Support gsm_ms in caf files.Carl Eugen Hoyos
2011-05-15Support decoding of amr_nb and gsm in caf.Carl Eugen Hoyos
2011-04-28Move channel chunk reading function to isom.c.Carl Eugen Hoyos
Move ff_read_chan_chunk() to isom.c and rename it as ff_mov_read_chan().
2011-04-28Fix caf channel layouts ITU_2_2 and DVD_6.Carl Eugen Hoyos
2011-04-2310l: Add misssing CR/LF.Carl Eugen Hoyos
2011-04-23Support channel layout when demuxing caf files.Carl Eugen Hoyos
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
Originally committed as revision 20250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-16Core Audio Format demuxerPeter Ross
Originally committed as revision 19879 to svn://svn.ffmpeg.org/ffmpeg/trunk