summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-16Merge commit 'c591d4575a6f97fbbe6145304b1ea960e8e81e14'Michael Niedermayer6-13/+11
2013-08-15avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun6-13/+11
2013-04-26avcodec/intrax8: fix regression with wmv3Michael Niedermayer2-5/+12
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51'Michael Niedermayer11-5/+15
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-03-07Add missing error_resilience includes to files that use ERDiego Biurrun10-1/+10
2013-02-16Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer12-62/+84
2013-02-16Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0'Michael Niedermayer15-339/+450
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov12-62/+84
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov15-335/+431
2012-09-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-34/+62
2012-09-02intrax8: move functions from dsputil to own contextMans Rullgard6-34/+62
2012-07-25intrax8: asserts cleanupMichael Niedermayer1-13/+9
2012-05-25Revert "removing lowres support"Michael Niedermayer11-41/+461
2012-04-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer52-841/+219
2012-04-21Remove lowres video decodingMans Rullgard34-755/+56
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö8-48/+48
2012-02-15msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö8-98/+98
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-142/+180
2011-12-13lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato8-41/+44
2011-12-13error_resilience: use the ER_ namespaceLuca Barbato12-93/+92
2011-07-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer59-1530/+1563
2011-07-10Eliminate FF_COMMON_FRAME macro.Diego Biurrun39-1248/+1257
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-09-24Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC.Reimar Döffinger1-3/+28
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-04-11Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer2-2/+2
2009-04-11Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos10-52/+52
2009-02-03Add av_cold attributes to *_init and *_end functions.Alex Converse2-7/+7
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-05Add missing 'void' keyword to parameterless function declarations.Diego Biurrun4-4/+5
2008-12-10clear_block mmxLoren Merritt10-25/+56
2008-01-25Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac4-1/+20
2007-11-10cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun3-30/+30
2007-11-10misc spelling/grammar/wording fixes in commentsDiego Biurrun2-24/+23
2007-11-10make some tables staticAurelien Jacobs2-16/+16
2007-11-09grammarMichael Niedermayer1-1/+1
2007-11-09indentionMichael Niedermayer1-1/+1
2007-11-09remove inline from non speed critical functionsMichael Niedermayer1-2/+2
2007-11-09vertical alignMichael Niedermayer1-1/+1
2007-11-09indentionMichael Niedermayer1-3/+3
2007-11-09remove unneeded {}Michael Niedermayer1-2/+0
2007-11-09intrax8 decoder patch by "someone"Michael Niedermayer12-13/+2345