| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 8 | -0/+8 |
* | dxtory: compressed RGB555/RGB565 decoding support | Kostya Shishkov | 2014-01-24 | 1 | -0/+113 |
* | dxtory: add more compressed and uncompressed modes | Kostya Shishkov | 2014-01-24 | 1 | -11/+418 |
* | vp9: fix bugs in updating coef probabilities with parallelmode=1 | Guillaume Martres | 2014-01-24 | 1 | -2/+11 |
* | vp9: fix mvref finding to adhere to bug in libvpx. | Ronald S. Bultje | 2014-01-24 | 1 | -2/+10 |
* | mpegvideo_enc: Don't call ff_h263dsp_init unconditionally | Martin Storsjö | 2014-01-22 | 1 | -1/+2 |
* | bfin: vp3: Mark all binary object sections appropriately | Diego Biurrun | 2014-01-22 | 1 | -1/+1 |
* | h264: skip chroma edges at the picture boundary while deblocking 4:4:4 | Janne Grunau | 2014-01-22 | 1 | -11/+13 |
* | lavc: do not force the emu edge flag | Anton Khirnov | 2014-01-21 | 1 | -5/+0 |
* | dxtory: change error code for unexpected slice configuration | Kostya Shishkov | 2014-01-21 | 1 | -1/+1 |
* | dxtory: correctly handle YUV slices with average odd height | Kostya Shishkov | 2014-01-21 | 1 | -6/+12 |
* | dxva2: Use correct printf format strings | Diego Biurrun | 2014-01-21 | 1 | -6/+6 |
* | dxva2: Add missing #includes | Diego Biurrun | 2014-01-21 | 1 | -0/+8 |
* | dxva2: Log errors verbosely | Sam Lantinga | 2014-01-21 | 1 | -9/+18 |
* | dxva2: Retry IDirectXVideoDecoder_BeginFrame() | Sam Lantinga | 2014-01-21 | 1 | -6/+13 |
* | hevc: Bound check cu_qp_delta | Luca Barbato | 2014-01-21 | 1 | -23/+54 |
* | hevc: Bound check slice_qp | Luca Barbato | 2014-01-21 | 1 | -1/+12 |
* | hevc: Prevent some integer overflows | Luca Barbato | 2014-01-21 | 3 | -10/+10 |
* | hevc: Remove useless clip | Guillaume Martres | 2014-01-21 | 1 | -1/+1 |
* | hevc: clip pixels when transquant bypass is used | Guillaume Martres | 2014-01-21 | 1 | -4/+4 |
* | hevc: Use uint64 to check for tile dimensions | Luca Barbato | 2014-01-21 | 2 | -5/+5 |
* | hevc: Fix modulo operations | Michael Niedermayer | 2014-01-21 | 3 | -4/+7 |
* | hevc: check that VPS referenced from SPS exists | Michael Niedermayer | 2014-01-21 | 1 | -0/+7 |
* | vc1: Always reset numref when parsing a new frame header. | Michael Niedermayer | 2014-01-20 | 1 | -2/+1 |
* | lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width(). | Anton Khirnov | 2014-01-20 | 3 | -9/+24 |
* | mpegvideo: allocate edges when encoding. | Anton Khirnov | 2014-01-20 | 1 | -2/+20 |
* | lavc: allow the caller to override dimensions in ff_get_buffer() | Anton Khirnov | 2014-01-20 | 1 | -3/+7 |
* | eac3: cosmetics, re-indent. | Tim Walker | 2014-01-19 | 1 | -2/+2 |
* | (e)ac3: clip surround mix level indexes. | Tim Walker | 2014-01-19 | 2 | -4/+4 |
* | (e)ac3: parse and store the Lt/Rt and LFE mix levels. | Tim Walker | 2014-01-19 | 4 | -9/+30 |
* | ac3: set default matrix encoding modes in parse_frame_header. | Tim Walker | 2014-01-19 | 2 | -9/+2 |
* | h264: check that an IDR NAL only contains I slices | Anton Khirnov | 2014-01-18 | 1 | -0/+6 |
* | h264: reset num_reorder_frames if it is invalid | Anton Khirnov | 2014-01-18 | 1 | -1/+3 |
* | h264: reset ref count if decoding the slice header fails | Anton Khirnov | 2014-01-18 | 1 | -2/+3 |
* | h264: prevent two matching fields from being both a short/long ref combination | Anton Khirnov | 2014-01-18 | 1 | -0/+2 |
* | h264: do not call field_end if we do not have a current picture | Anton Khirnov | 2014-01-18 | 1 | -1/+1 |
* | h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3 | Anton Khirnov | 2014-01-18 | 1 | -3/+3 |
* | h264: reset first_field if frame_start() fails for missing refs | Anton Khirnov | 2014-01-18 | 1 | -1/+4 |
* | x86: dsputil: Simplify xvmc deprecation conditional | Diego Biurrun | 2014-01-15 | 1 | -8/+8 |
* | build: Add separate hidden config option for the intrax8 code | Diego Biurrun | 2014-01-15 | 1 | -4/+3 |
* | aarch64: port neon clobber test from arm | Janne Grunau | 2014-01-15 | 2 | -0/+80 |
* | aarch64: h264 (bi)weight NEON optimizations | Janne Grunau | 2014-01-15 | 2 | -0/+264 |
* | aarch64: h264 loop filter NEON optimizations | Janne Grunau | 2014-01-15 | 4 | -1/+299 |
* | aarch64: hpeldsp NEON optimizations | Janne Grunau | 2014-01-15 | 6 | -5/+531 |
* | aarch64: h264 qpel NEON optimizations | Janne Grunau | 2014-01-15 | 6 | -0/+1175 |
* | aarch64: h264 idct NEON assembler optimizations | Janne Grunau | 2014-01-15 | 6 | -0/+536 |
* | aarch64: h264 chroma motion compensation NEON optimizations | Janne Grunau | 2014-01-15 | 11 | -0/+570 |
* | dct-test: test ff_simple_idct_neon only on ARM for now | Janne Grunau | 2014-01-15 | 1 | -1/+1 |
* | cabac: remove leftovers from the cabac encoder | Janne Grunau | 2014-01-14 | 2 | -16/+0 |
* | x86: Consistently use cpu flag detection macros in places that still miss it | Diego Biurrun | 2014-01-14 | 1 | -1/+1 |