summaryrefslogtreecommitdiff
path: root/libavformat/cdxl.c
Commit message (Expand)AuthorAge
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-05
* cdxl: use url_feof()Paul B Mahol2012-11-21
* Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-13
|\
| * cdxl: set channel layoutJustin Ruggles2012-11-12
* | cdxl: add read_probe functionPaul B Mahol2012-11-04
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
| * cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-03-05
* | Replace Libav with FFmpeg in license headers for files created by mePaul B Mahol2012-06-29
* | cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger2012-02-26
|/
* cdxl: correctly synchronize video timestamps to audioPaul B Mahol2012-02-22
* cdxl: fix audio for some samplesPaul B Mahol2012-02-17
* CDXL demuxer and decoderPaul B Mahol2012-02-14