| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/jpeg200dsp: add ff_rct_int_{sse2,avx2} | James Almer | 2015-06-13 | 3 | -0/+47 |
* | avcodec/jpeg200dsp: add ff_ict_float_{sse,avx} | James Almer | 2015-06-13 | 6 | -0/+155 |
* | avcodec/ass_split: check ASSSplitContext alloc | Clément Bœsch | 2015-06-13 | 1 | -0/+2 |
* | avcodec/jpeg2000dec: Support PCRL | Michael Niedermayer | 2015-06-13 | 1 | -4/+67 |
* | avcodec/jpeg2000dec: Try to fix remaining DCinema hardcoded TODOs in CPRL | Michael Niedermayer | 2015-06-13 | 1 | -9/+11 |
* | avcodec/jpeg2000dec: try to correct tile location in CPRL code | Michael Niedermayer | 2015-06-13 | 1 | -2/+8 |
* | avcodec/jpeg2000dec: Factorize component out of CPRL loop | Michael Niedermayer | 2015-06-13 | 1 | -2/+3 |
* | avcodec/jpeg2000dec: Fix x/y step TODO for CPRL | Michael Niedermayer | 2015-06-13 | 1 | -8/+13 |
* | Remove a few occurences of "long long" from the libraries. | Carl Eugen Hoyos | 2015-06-13 | 1 | -7/+7 |
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functions | Shivraj Patil | 2015-06-13 | 6 | -0/+3939 |
* | avcodec/smvjpegdec: assert that the pixel format that has been set by our dec... | Michael Niedermayer | 2015-06-13 | 1 | -1/+3 |
* | Merge commit '3b73d5c942f44b37f0e44276ebcfd66c8b12c02d' | Michael Niedermayer | 2015-06-12 | 1 | -1/+1 |
|\ |
|
| * | fft-test: Use the float fabs() version | Vittorio Giovara | 2015-06-12 | 1 | -1/+1 |
* | | Merge commit '2d5176fad1a4556d209cbfb0f681712c7eada4fd' | Michael Niedermayer | 2015-06-12 | 1 | -1/+1 |
|\| |
|
| * | on2avc: Use the integer abs() version | Vittorio Giovara | 2015-06-12 | 1 | -1/+1 |
* | | Merge commit 'b7a4127a45b780d76e6b09427a3d0197c4bc1cdb' | Michael Niedermayer | 2015-06-12 | 1 | -1/+1 |
|\| |
|
| * | h264_qpel: Use the correct header | Vittorio Giovara | 2015-06-12 | 1 | -1/+1 |
* | | Merge commit '5e87080f2c73186066df0b9c43877b4af0beef3a' | Michael Niedermayer | 2015-06-12 | 1 | -2/+2 |
|\| |
|
| * | h264_weight: Fix SSSE3 biweight code with weights of 128 | Michael Niedermayer | 2015-06-12 | 1 | -0/+10 |
* | | Merge commit '64a2e844166d62093b45e680874eea8bd1facf5b' | Michael Niedermayer | 2015-06-12 | 1 | -2/+2 |
|\| |
|
| * | eamad: Use the correct headers | Luca Barbato | 2015-06-12 | 1 | -2/+2 |
* | | Merge commit '8606e881b02bec2ac24943d22c8afe11d641fac8' | Michael Niedermayer | 2015-06-12 | 2 | -18/+53 |
|\| |
|
| * | mpeg12: Move the vlc bits to a stand alone file | Luca Barbato | 2015-06-12 | 2 | -18/+53 |
* | | Merge commit 'f1fa1eed2abdc8dfb0af318a43f5d293b81141bd' | Michael Niedermayer | 2015-06-12 | 8 | -18/+61 |
|\| |
|
| * | mpegvideo: Expand macro | Vittorio Giovara | 2015-06-12 | 6 | -15/+42 |
* | | h264: update avctx width/height/pix_fmt when returning frame | Andreas Cadhalpun | 2015-06-12 | 3 | -0/+35 |
* | | Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b' | Michael Niedermayer | 2015-06-12 | 7 | -5/+38 |
|\| |
|
| * | mpegvideo: rv10: Move function declaration to a separate header | Vittorio Giovara | 2015-06-12 | 7 | -5/+38 |
* | | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d' | Michael Niedermayer | 2015-06-12 | 12 | -279/+326 |
|\| |
|
| * | mpegvideo: h263: Move all tables to a single file | Vittorio Giovara | 2015-06-12 | 12 | -279/+326 |
* | | Merge commit '8b5007a31b8d1ddbe3661bf45a732336450b7d25' | Michael Niedermayer | 2015-06-12 | 3 | -65/+74 |
|\| |
|
| * | mpegvideo: Move ER functions to a separate file | Vittorio Giovara | 2015-06-12 | 3 | -66/+74 |
* | | libavcodec/imgconvert.c: support left band while cropping | Przemysław Sobala | 2015-06-12 | 1 | -3/+3 |
* | | avcodec/jpeg2000dec: Reduce verbosity of get_plt() | Michael Niedermayer | 2015-06-12 | 1 | -1/+1 |
* | | avcodec/jpeg2000dec: Fallback to yuv if no matching xyz format exists | Michael Niedermayer | 2015-06-12 | 1 | -1/+2 |
* | | avcodec/jpeg2000dec: Do not abort if prc is outside limits | Michael Niedermayer | 2015-06-12 | 1 | -2/+5 |
* | | avcodec/jpeg2000dec: Assert that pixel format descriptor is not NULL | Michael Niedermayer | 2015-06-12 | 1 | -0/+2 |
* | | avcodec/jpeg2000dec: Do not hardcode tile part usage | Michael Niedermayer | 2015-06-12 | 1 | -9/+11 |
* | | avcodec/jpeg2000dec: Do not print a warning for RLCP | Michael Niedermayer | 2015-06-12 | 1 | -1/+1 |
* | | avcodec/jpeg2000dec: Remove unused variable and argument | Michael Niedermayer | 2015-06-12 | 1 | -3/+1 |
* | | avcodec/jpeg2000dec: Fix Selective arithmetic coding bypass and Multiple code... | Michael Niedermayer | 2015-06-12 | 3 | -27/+85 |
* | | avcodec/mqcdec: Support raw bypass and non reseting init | Michael Niedermayer | 2015-06-12 | 3 | -9/+21 |
* | | avcodec/jpeg2000dec: add some sanity checking on newpasses | Michael Niedermayer | 2015-06-12 | 2 | -0/+7 |
* | | avcodec/jpeg2000dec: Add some additional checking on lengthinc | Michael Niedermayer | 2015-06-12 | 1 | -0/+6 |
* | | avcodec/jpeg2000dec: Print warning for "Selective arithmetic coding bypass" | Michael Niedermayer | 2015-06-11 | 1 | -0/+2 |
* | | avcodec/jpeg2000dec: Implement progression order RLCP | Michael Niedermayer | 2015-06-11 | 1 | -1/+24 |
* | | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC idct functions | Shivraj Patil | 2015-06-11 | 4 | -1/+510 |
* | | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction fun... | Shivraj Patil | 2015-06-11 | 6 | -0/+859 |
* | | avcodec/mips: Add 'const' to static arrays in HEVC MSA code | Shivraj Patil | 2015-06-11 | 3 | -9/+9 |
* | | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functions | Shivraj Patil | 2015-06-11 | 4 | -0/+2037 |