summaryrefslogtreecommitdiff
path: root/libavformat/act.c
Commit message (Expand)AuthorAge
* avformat/act: Check ff_get_wav_header() for failureMichael Niedermayer2022-05-26
* avformat: Remove unnecessary inclusions from libavcodecAndreas Rheinhardt2022-03-23
* act: convert to new channel layout APIAnton Khirnov2022-03-15
* avformat: Use ffio_read_size where appropriateAndreas Rheinhardt2021-08-06
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-12
* wavdec: RIFX file format supportThomas Volkert2014-12-18
* cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-29
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-03
* Rename remaining get_le32 to avio_rl32.Clément Bœsch2011-11-14
* Rename remaining get_le16 to avio_rl16.Clément Bœsch2011-11-14
* Rename remaining url_fskip to avio_skip.Clément Bœsch2011-11-14
* Rename remaining get_byte to avio_r8.Clément Bœsch2011-11-14
* Rename remaining get_buffer to avio_read.Clément Bœsch2011-11-14
* Rename remaining url_fseek to avio_seek.Clément Bœsch2011-11-14
* Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-14
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-05
* act: correct file description commentAurelien Jacobs2011-09-26
* act, bintext, wtvenc: use named struct initializersAurelien Jacobs2011-09-26
* act: remove AVERROR_NOFMT useage.Michael Niedermayer2011-09-24
* ACT demuxerVladimir Voroshilov2011-09-24