summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-13avformat: use ff_alloc_extradata()Paul B Mahol52-218/+83
2012-11-24lavf/sbgdec: use proper constants for av_log().Nicolas George1-2/+2
2012-11-06sbgdec: dont set slide to a uninitialized valueNicolas George1-1/+1
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-02-23sbgdec: read_seek was undeprecated.Nicolas George1-4/+0
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2011-12-20Replace PATCHWELCOME by relevant error codes.Nicolas George2-2/+2
2011-12-20replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer2-2/+2
2011-12-18sbgdec: change -1 into AVERROR(EINVAL).Nicolas George1-1/+1
2011-12-18sbgdec: Replace ELOOP by -1 to fix compilation on win32.Michael Niedermayer1-1/+1
2011-12-17sbgdec: replace EOVERFLOW with ENOMEM.Nicolas George1-1/+1
2011-12-15lavf: add SBG demuxer.Nicolas George7-1/+1553