| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/cdxl: Fix integer overflow in intermediate | Michael Niedermayer | 2019-09-16 | 1 | -1/+2 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -13/+13 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -13/+13 |
* | | avcodec/cdxl: add support for raw videos with chunky format | Paul B Mahol | 2016-02-19 | 1 | -2/+6 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
* | | avformat/cdxl: Fix integer overflow of image_size | Michael Niedermayer | 2014-12-31 | 1 | -0/+2 |
* | | libavformat/cdxl: fix duration in case of overflow | Michael Niedermayer | 2014-12-29 | 1 | -1/+1 |
* | | cdxl: fix duration | Piotr Bandurski | 2014-12-22 | 1 | -1/+13 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
* | | cdxl: use url_feof() | Paul B Mahol | 2012-11-21 | 1 | -1/+1 |
* | | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b' | Michael Niedermayer | 2012-11-13 | 1 | -1/+8 |
|\| |
|
| * | cdxl: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -1/+8 |
* | | cdxl: add read_probe function | Paul B Mahol | 2012-11-04 | 1 | -0/+43 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
| * | cdxl demux: do not create packets with uninitialized data at EOF. | Reimar Döffinger | 2012-03-05 | 1 | -0/+1 |
* | | Replace Libav with FFmpeg in license headers for files created by me | Paul B Mahol | 2012-06-29 | 1 | -4/+4 |
* | | cdxl demux: do not create packets with uninitialized data at EOF. | Reimar Döffinger | 2012-02-26 | 1 | -0/+1 |
|/ |
|
* | cdxl: correctly synchronize video timestamps to audio | Paul B Mahol | 2012-02-22 | 1 | -4/+10 |
* | cdxl: fix audio for some samples | Paul B Mahol | 2012-02-17 | 1 | -7/+11 |
* | CDXL demuxer and decoder | Paul B Mahol | 2012-02-14 | 1 | -0/+170 |