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 (Expand)Author
2014-05-30Improve frame size calculation in caf muxer to fix adpcm_ms remuxing.Carl Eugen Hoyos
2014-05-26Write the actual mp3 frame size when muxing into caf if available.Carl Eugen Hoyos
2014-05-17Fix alaw and mulaw muxing in caf.Carl Eugen Hoyos
2014-04-24Enable muxing ac-3 in caf.Carl Eugen Hoyos
2013-12-13Force one stream in caf muxer.Carl Eugen Hoyos
2013-06-28Fix muxing QDM2 mono into caf.Carl Eugen Hoyos
2013-02-22cafenc: do not leak caf->pkt_sizesPaul B Mahol
2012-12-06cafenc: do not include riff.hPaul B Mahol
2012-11-19Support iLBC in caf.Carl Eugen Hoyos
2012-10-26caf muxer: write metadataPaul B Mahol
2012-10-26cafenc: make .long_name match demuxerPaul B Mahol
2012-08-08rename missed CodecID to AVCodecIDMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-01-23cafenc: replace deprecated av_dbl2int()Paul B Mahol
2011-12-30Use more designated initializers.Paul B Mahol
2011-08-22Support more codecs when muxing caf.Carl Eugen Hoyos
2011-08-21Stream-copying PureVoice into caf works fine.Carl Eugen Hoyos
2011-08-01Support muxing MP1, MP2 and MP3 in caf.Carl Eugen Hoyos
2011-08-01Explicitely fail for unsupported codecs when muxing caf.Carl Eugen Hoyos
2011-08-01Use av_get_bits_per_sample() for mBitsPerChannel in caf.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-09Support gsm_ms in caf files.Carl Eugen Hoyos
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-17Fix ff_mov_write_chan() so it can be used by other muxers.Carl Eugen Hoyos
2011-05-15Initial caf muxer.Carl Eugen Hoyos