summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-05avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer15-18/+18
2012-11-21cdxl: use url_feof()Paul B Mahol1-1/+1
2012-11-13Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer21-21/+92
2012-11-12cdxl: set channel layoutJustin Ruggles1-1/+8
2012-11-04cdxl: add read_probe functionPaul B Mahol1-0/+43
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-09-04avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö74-359/+355
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun86-135/+135
2012-06-29Replace Libav with FFmpeg in license headers for files created by mePaul B Mahol9-36/+36
2012-03-05cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger1-0/+1
2012-02-26cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger1-0/+1
2012-02-22cdxl: correctly synchronize video timestamps to audioPaul B Mahol1-4/+10
2012-02-17cdxl: fix audio for some samplesPaul B Mahol1-7/+11
2012-02-14CDXL demuxer and decoderPaul B Mahol11-2/+460