summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-30avcodec/mpeg12dec: forward errors when EXPLODE is setMichael Niedermayer1-0/+4
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch60-83/+82
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-09-13avcodec/mpeg12dec: clear mpeg_enc_ctx_allocated when contexts are deallocatedMichael Niedermayer1-0/+2
2013-08-18mpeg12dec: also print progressive seq and chroma formatMichael Niedermayer1-2/+2
2013-08-17Revert "Merge commit of 'vdpau: remove old-style decoders'"Michael Niedermayer13-4/+552
2013-08-16Merge commit '38f64c03301ac66d7b54b3e4bd2bf6454f9fb2d3'Michael Niedermayer3-94/+57
2013-08-15mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun3-94/+57
2013-08-13avcodec/mpeg12dec: check slice size before trying to decode itMichael Niedermayer1-0/+5
2013-08-06Merge commit '578ea75a9e4ac56e0bbbbe668700be756aa699f8'Michael Niedermayer13-552/+4
2013-08-05vdpau: remove old-style decodersRémi Denis-Courmont13-545/+6
2013-07-26Merge commit '93a51984a27f3ba84d4e6f13d0c704ee9891603e'Michael Niedermayer1-3/+6
2013-07-25mpeg12: Ignore slice threading if hwaccel is activeRémi Denis-Courmont1-3/+6
2013-07-24avcodec/mpeg12dec: remove commented out assertMichael Niedermayer1-2/+0
2013-07-08mpeg12dec: avoid reinitializtation on PS changes when possible.Michael Niedermayer1-1/+1
2013-05-29Merge commit '9f30fb5a773d59298d8d45c741b3fd971d84c97b'Michael Niedermayer2-5/+15
2013-05-28mpeg12: skip frames consistentlyJanne Grunau1-5/+13
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-05-06Merge commit 'bd8ac882140a38868c33c000a430a1292a352533'Michael Niedermayer7-10/+14
2013-05-05avcodec: Add av_cold attributes to end functions missing themDiego Biurrun7-10/+14
2013-05-05register AV_PIX_FMT_VDPAU for hwaccelRainer Hochecker1-0/+2
2013-04-15Add thread-safe wrapper for get_format().Reimar Döffinger6-4/+64
2013-03-28Merge commit 'e557584aa7df6ac9f52af7ee7e5c963437da2e2f'Michael Niedermayer2-15/+15
2013-03-28Merge commit '1b6d66745ac1768adb387c2227cdcf4452271149'Michael Niedermayer4-2568/+2620
2013-03-27mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun2-15/+15
2013-03-27Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun4-2433/+2487