summaryrefslogtreecommitdiff
path: root/libavformat/cafenc.c
Commit message (Expand)AuthorAge
* avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt2022-05-10
* caf: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat/cafenc: Fix memleak when trailer is never writtenAndreas Rheinhardt2021-09-27
* avformat/cafenc: Don't segfault upon allocation errorAndreas Rheinhardt2021-09-27
* avformat/cafenc: Fix potential integer overflowAndreas Rheinhardt2021-09-27
* cafenc: fill in avg. packet size later if unknownRoman Beranek2021-07-12
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/caf: Deduplicate codec tags listAndreas Rheinhardt2021-02-23
* avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint2020-01-07
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-07
* lavf/cafenc: Only allow mono and stereo for Opus.Carl Eugen Hoyos2017-10-17
* lavf/cafenc: Allow muxing opus.Carl Eugen Hoyos2017-10-17
* lavf/caf: Support demuxing Opus.Carl Eugen Hoyos2017-09-20
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
* lavc/cafenc: Allow QDMC muxing.Carl Eugen Hoyos2016-06-19
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avformat: use ff_standardize_creation_time for formats writing all format str...Marton Balint2016-03-03
* avformat/cafenc: Move special casing of PCM codecs into ff_codec_caf_tagsMichael Niedermayer2015-09-07
* Improve frame size calculation in caf muxer to fix adpcm_ms remuxing.Carl Eugen Hoyos2014-05-30
* Write the actual mp3 frame size when muxing into caf if available.Carl Eugen Hoyos2014-05-26
* Fix alaw and mulaw muxing in caf.Carl Eugen Hoyos2014-05-17
* Enable muxing ac-3 in caf.Carl Eugen Hoyos2014-04-24
* Force one stream in caf muxer.Carl Eugen Hoyos2013-12-13
* Fix muxing QDM2 mono into caf.Carl Eugen Hoyos2013-06-28
* cafenc: do not leak caf->pkt_sizesPaul B Mahol2013-02-22
* cafenc: do not include riff.hPaul B Mahol2012-12-05
* Support iLBC in caf.Carl Eugen Hoyos2012-11-19
* caf muxer: write metadataPaul B Mahol2012-10-26
* cafenc: make .long_name match demuxerPaul B Mahol2012-10-25
* rename missed CodecID to AVCodecIDMichael Niedermayer2012-08-07
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* cafenc: replace deprecated av_dbl2int()Paul B Mahol2012-01-23
* Use more designated initializers.Paul B Mahol2011-12-30
* Support more codecs when muxing caf.Carl Eugen Hoyos2011-08-22
* Stream-copying PureVoice into caf works fine.Carl Eugen Hoyos2011-08-21
* Support muxing MP1, MP2 and MP3 in caf.Carl Eugen Hoyos2011-08-01
* Explicitely fail for unsupported codecs when muxing caf.Carl Eugen Hoyos2011-08-01
* Use av_get_bits_per_sample() for mBitsPerChannel in caf.Carl Eugen Hoyos2011-08-01
* Use little endian for caf codec tags.Carl Eugen Hoyos2011-07-24
* Support adpcm_ima_wav and adpcm_ms in caf.Carl Eugen Hoyos2011-07-12
* Support gsm_ms in caf files.Carl Eugen Hoyos2011-07-09
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
* Fix ff_mov_write_chan() so it can be used by other muxers.Carl Eugen Hoyos2011-05-17
* Initial caf muxer.Carl Eugen Hoyos2011-05-15