summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje17-31/+32
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer42-684/+982
2013-02-06dsputil: Separate h264chromaDiego Biurrun40-680/+971
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2012-12-31Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01'Michael Niedermayer4-16/+190
2012-12-31Merge commit '7d8482640058d66867602a6f58446c9342d9d146'Michael Niedermayer3-167/+190
2012-12-30cavsdec: export picture type in the output frameAnton Khirnov2-16/+15
2012-12-30cavs: deMpegEncContextizeAnton Khirnov3-156/+189
2012-12-19Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'Michael Niedermayer8-25/+98
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun56-114/+114
2012-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer16-736/+763
2012-08-26cavs: Move inline functions only used in one file out of the headerDiego Biurrun3-48/+48
2012-08-26cavs: Move data tables used in only one place to that fileDiego Biurrun4-479/+467
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer47-435/+496
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun7-108/+119
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini138-642/+642
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-08-03Move cavs dsp functions to their own structMåns Rullgård10-44/+78
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård58-202/+199
2010-02-18fix intra prediction modes with inter-MB neighbors,Stefan Gehrer1-2/+7
2010-02-15add heuristic to discern the old sample clips from streams encodedStefan Gehrer2-0/+10
2009-02-10introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer3-15/+14
2009-02-10do not check for minimum slice start code, 0x00000100 is validStefan Gehrer3-4/+2
2009-01-16rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer3-21/+21
2009-01-16rename vector_t to cavs_vectorStefan Gehrer4-29/+30
2008-12-15Avoid POSIX-reserved _t in identifier names.Diego Biurrun3-9/+9
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-07-25have less functions as inlineStefan Gehrer3-183/+194
2007-07-08trivial warning fixesMåns Rullgård4-6/+3
2007-07-08prepare splitting decoder-only parts into own file:Stefan Gehrer3-22/+31
2007-07-07prepare splitting decoder-only parts into own file:Stefan Gehrer2-45/+54
2007-07-07move dequantization into its own inline functionStefan Gehrer2-19/+26
2007-07-07cosmetic: rename VLC tables to make clear theyStefan Gehrer3-10/+10
2007-07-07setting special motion vectors in intra macroblocksStefan Gehrer2-9/+12
2007-07-07setting intra prediction modes to default valuesStefan Gehrer2-3/+7
2007-07-07move modification of intra prediction modes intoStefan Gehrer3-22/+29
2007-07-07move preparation of chroma intra prediction into itsStefan Gehrer2-14/+18
2007-07-07move existing inline functions from cavs.c to cavs.hStefan Gehrer2-158/+160
2007-07-07move context structure definition from cavs.c to cavs.hStefan Gehrer2-73/+73
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-05-08move defines and enums out of cavsdata.hAurelien Jacobs3-129/+157