aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3b73d5c942f44b37f0e44276ebcfd66c8b12c02d'Michael Niedermayer2015-06-121-1/+1
|\
| * fft-test: Use the float fabs() versionVittorio Giovara2015-06-121-1/+1
* | Merge commit '2d5176fad1a4556d209cbfb0f681712c7eada4fd'Michael Niedermayer2015-06-121-1/+1
|\|
| * on2avc: Use the integer abs() versionVittorio Giovara2015-06-121-1/+1
* | Merge commit 'b7a4127a45b780d76e6b09427a3d0197c4bc1cdb'Michael Niedermayer2015-06-121-1/+1
|\|
| * h264_qpel: Use the correct headerVittorio Giovara2015-06-121-1/+1
* | Merge commit '5e87080f2c73186066df0b9c43877b4af0beef3a'Michael Niedermayer2015-06-121-2/+2
|\|
| * h264_weight: Fix SSSE3 biweight code with weights of 128Michael Niedermayer2015-06-121-0/+10
* | Merge commit '64a2e844166d62093b45e680874eea8bd1facf5b'Michael Niedermayer2015-06-121-2/+2
|\|
| * eamad: Use the correct headersLuca Barbato2015-06-121-2/+2
* | Merge commit '8606e881b02bec2ac24943d22c8afe11d641fac8'Michael Niedermayer2015-06-122-18/+53
|\|
| * mpeg12: Move the vlc bits to a stand alone fileLuca Barbato2015-06-122-18/+53
* | Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd'Michael Niedermayer2015-06-128-18/+61
|\|
| * mpegvideo: Expand macroVittorio Giovara2015-06-126-15/+42
* | h264: update avctx width/height/pix_fmt when returning frameAndreas Cadhalpun2015-06-123-0/+35
* | Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b'Michael Niedermayer2015-06-127-5/+38
|\|
| * mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-127-5/+38
* | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'Michael Niedermayer2015-06-1212-279/+326
|\|
| * mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-1212-279/+326
* | Merge commit '8b5007a31b8d1ddbe3661bf45a732336450b7d25'Michael Niedermayer2015-06-123-65/+74
|\|
| * mpegvideo: Move ER functions to a separate fileVittorio Giovara2015-06-123-66/+74
* | libavcodec/imgconvert.c: support left band while croppingPrzemysław Sobala2015-06-121-3/+3
* | avcodec/jpeg2000dec: Reduce verbosity of get_plt()Michael Niedermayer2015-06-121-1/+1
* | avcodec/jpeg2000dec: Fallback to yuv if no matching xyz format existsMichael Niedermayer2015-06-121-1/+2
* | avcodec/jpeg2000dec: Do not abort if prc is outside limitsMichael Niedermayer2015-06-121-2/+5
* | avcodec/jpeg2000dec: Assert that pixel format descriptor is not NULLMichael Niedermayer2015-06-121-0/+2
* | avcodec/jpeg2000dec: Do not hardcode tile part usageMichael Niedermayer2015-06-121-9/+11
* | avcodec/jpeg2000dec: Do not print a warning for RLCPMichael Niedermayer2015-06-121-1/+1
* | avcodec/jpeg2000dec: Remove unused variable and argumentMichael Niedermayer2015-06-121-3/+1
* | avcodec/jpeg2000dec: Fix Selective arithmetic coding bypass and Multiple code...Michael Niedermayer2015-06-123-27/+85
* | avcodec/mqcdec: Support raw bypass and non reseting initMichael Niedermayer2015-06-123-9/+21
* | avcodec/jpeg2000dec: add some sanity checking on newpassesMichael Niedermayer2015-06-122-0/+7
* | avcodec/jpeg2000dec: Add some additional checking on lengthincMichael Niedermayer2015-06-121-0/+6
* | avcodec/jpeg2000dec: Print warning for "Selective arithmetic coding bypass"Michael Niedermayer2015-06-111-0/+2
* | avcodec/jpeg2000dec: Implement progression order RLCPMichael Niedermayer2015-06-111-1/+24
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC idct functionsShivraj Patil2015-06-114-1/+510
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction fun...Shivraj Patil2015-06-116-0/+859
* | avcodec/mips: Add 'const' to static arrays in HEVC MSA codeShivraj Patil2015-06-113-9/+9
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functionsShivraj Patil2015-06-114-0/+2037
* | libvpxenc: add overshoot-pct optionJames Zern2015-06-101-0/+4
* | libvpxenc: add undershoot-pct optionJames Zern2015-06-101-0/+12
* | avcodec/pcm-dvd: Fix debug == FF_DEBUG_PICT_INFOMichael Niedermayer2015-06-111-1/+1
* | avcodec/mpeg4videodec: Mark static table as constMichael Niedermayer2015-06-111-1/+1
* | Merge commit 'c0e6b8cab874db97b6818007bc86507c8d213083'Michael Niedermayer2015-06-102-5/+3
|\|
| * mpegvideo: Mark one function as staticVittorio Giovara2015-06-102-5/+3
* | Merge commit 'd1dd0d404c085f4fce7b8358b4aea677761c5d88'Michael Niedermayer2015-06-103-37/+38
|\|
| * mpegvideo: Move block permutation function where is usedVittorio Giovara2015-06-103-37/+38
* | Merge commit 'c6aa0554b0c3e31fec4580b68ea85b66966cd381'Michael Niedermayer2015-06-101-11/+5
|\|
| * mpegvideo: Drop release_unused_pictures() functionVittorio Giovara2015-06-101-12/+5
* | Merge commit '7061bf0925a7d6c5899bbe710b2b8cdae9005274'Michael Niedermayer2015-06-105-521/+583
|\|