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
2022-09-24avformat/cafenc: derive Opus frame size from the relevant stream parametersJames Almer
2022-05-10avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt
2022-03-15caf: convert to new channel layout APIVittorio Giovara
2021-09-27avformat/cafenc: Fix memleak when trailer is never writtenAndreas Rheinhardt
2021-09-27avformat/cafenc: Don't segfault upon allocation errorAndreas Rheinhardt
2021-09-27avformat/cafenc: Fix potential integer overflowAndreas Rheinhardt
2021-07-12cafenc: fill in avg. packet size later if unknownRoman Beranek
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-02-23avformat/caf: Deduplicate codec tags listAndreas Rheinhardt
2020-01-07avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint
2020-01-07avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint
2017-10-18lavf/cafenc: Only allow mono and stereo for Opus.Carl Eugen Hoyos
2017-10-17lavf/cafenc: Allow muxing opus.Carl Eugen Hoyos
2017-09-20lavf/caf: Support demuxing Opus.Carl Eugen Hoyos
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-06-19lavc/cafenc: Allow QDMC muxing.Carl Eugen Hoyos
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-03avformat: use ff_standardize_creation_time for formats writing all format str...Marton Balint
2015-09-07avformat/cafenc: Move special casing of PCM codecs into ff_codec_caf_tagsMichael Niedermayer
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