summaryrefslogtreecommitdiff
path: root/libavformat/cdxl.c
Commit message (Expand)AuthorAgeFilesLines
* cdxl: convert to new channel layout APIVittorio Giovara2022-03-151-2/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/cdxl: add back options to override sample and frame ratePaul B Mahol2021-02-051-2/+19
* avformat/cdxl: improve frame rate guessing for standard cdxlPaul B Mahol2021-02-051-35/+41
* avformat/cdxl: rework probe and fix sample rate and frame ratePaul B Mahol2021-02-041-41/+37
* avformat/cdxl: add support for custom 24bit pal8 formatsPaul B Mahol2021-02-031-12/+16
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-2/+2
* avformat/cdxl: Fix integer overflow in intermediateMichael Niedermayer2019-09-161-1/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-13/+13
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-13/+13
* | avcodec/cdxl: add support for raw videos with chunky formatPaul B Mahol2016-02-191-2/+6
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* | avformat/cdxl: Fix integer overflow of image_sizeMichael Niedermayer2014-12-311-0/+2
* | libavformat/cdxl: fix duration in case of overflowMichael Niedermayer2014-12-291-1/+1
* | cdxl: fix durationPiotr Bandurski2014-12-221-1/+13
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* | cdxl: use url_feof()Paul B Mahol2012-11-211-1/+1
* | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-131-1/+8
|\ \ | |/
| * cdxl: set channel layoutJustin Ruggles2012-11-121-1/+8
* | cdxl: add read_probe functionPaul B Mahol2012-11-041-0/+43
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
| * cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-03-051-0/+1
* | Replace Libav with FFmpeg in license headers for files created by mePaul B Mahol2012-06-291-4/+4
* | cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-02-261-0/+1
|/
* cdxl: correctly synchronize video timestamps to audioPaul B Mahol2012-02-221-4/+10
* cdxl: fix audio for some samplesPaul B Mahol2012-02-171-7/+11
* CDXL demuxer and decoderPaul B Mahol2012-02-141-0/+170