| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: dcadsp: Fix linking with yasm and optimizations disabled | Diego Biurrun | 2014-03-05 | 1 | -0/+4 |
* | arm: hpeldsp: prevent overreads in armv6 asm | Janne Grunau | 2014-03-05 | 1 | -8/+12 |
* | x86: cabac: Use correct #includes to make header compile standalone | Diego Biurrun | 2014-03-05 | 1 | -1/+1 |
* | av_vdpau_get_profile: mask out H.264 intra profile flag | RĂ©mi Denis-Courmont | 2014-03-04 | 1 | -1/+1 |
* | put_bits: Remove unused includes | Vittorio Giovara | 2014-03-04 | 8 | -13/+19 |
* | mathops: move macro to the only place it is used | Vittorio Giovara | 2014-03-04 | 1 | -9/+0 |
* | ituh263: reject b-frame with pp_time = 0 | Keiji Costantini | 2014-03-01 | 1 | -0/+2 |
* | pthread_frame: flush all threads on flush, not just the first one | Anton Khirnov | 2014-02-28 | 1 | -2/+3 |
* | build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoder | Diego Biurrun | 2014-02-28 | 3 | -6/+0 |
* | build: Let the iac decoder depend on the imc decoder | Diego Biurrun | 2014-02-28 | 1 | -1/+0 |
* | build: Let all MJPEG-related decoders depend on the MJPEG decoder | Diego Biurrun | 2014-02-28 | 1 | -6/+4 |
* | build: Let AMV decoder depend on the SP5X decoder | Diego Biurrun | 2014-02-28 | 1 | -1/+0 |
* | h264: fix clang warning about uninitialized variable | Vittorio Giovara | 2014-02-28 | 1 | -1/+1 |
* | h264: update flag name in ff_h264_decode_ref_pic_list_reordering() | Vittorio Giovara | 2014-02-28 | 1 | -6/+7 |
* | h264: parse two additional constraint flags | Vittorio Giovara | 2014-02-28 | 1 | -1/+3 |
* | h264: add MVCD to the list of High profiles in SPS | Vittorio Giovara | 2014-02-28 | 1 | -5/+11 |
* | latm: Always reconfigure if no extradata was set previously | Hendrik Leppkes | 2014-02-28 | 1 | -1/+2 |
* | arm: dcadsp: implement decode_hf as external NEON asm | Janne Grunau | 2014-02-28 | 2 | -0/+36 |
* | dcadec: simplify decoding of VQ high frequencies | Christophe Gisquet | 2014-02-28 | 6 | -74/+80 |
* | dca: factorize scaling in inverse ADPCM | Janne Grunau | 2014-02-28 | 1 | -8/+19 |
* | x86: synth filter float: implement SSE2 version | Christophe Gisquet | 2014-02-28 | 4 | -0/+182 |
* | dcadsp: scan coefficients linearly in dca_lfe_fir | Christophe Gisquet | 2014-02-28 | 1 | -8/+6 |
* | x86: dcadsp: implement SSE lfe_dir | Christophe Gisquet | 2014-02-28 | 2 | -0/+91 |
* | dcadec: remove scaling in lfe_interpolation_fir | Christophe Gisquet | 2014-02-28 | 7 | -228/+211 |
* | proresenc: Reuse proper dsputil infrastructure for FDCT | Diego Biurrun | 2014-02-28 | 1 | -11/+15 |
* | prores: Drop DSP infrastructure for prores encoder bits | Diego Biurrun | 2014-02-28 | 4 | -36/+26 |
* | proresenc: Drop unnecessary DCT permutation bits | Diego Biurrun | 2014-02-28 | 3 | -11/+5 |
* | prores: Use consistent names for DSP arch initialization functions | Diego Biurrun | 2014-02-28 | 3 | -3/+4 |
* | Give IDCT matrix transpose macro a more descriptive name | Diego Biurrun | 2014-02-27 | 3 | -17/+17 |
* | build: Do not redundantly specifiy H.263-related object files for MSMPEG4v* | Diego Biurrun | 2014-02-26 | 1 | -10/+4 |
* | parser: cosmetics: Drop some unnecessary parentheses | Diego Biurrun | 2014-02-25 | 1 | -8/+8 |
* | parser: K&R formatting cosmetics | Luca Barbato | 2014-02-25 | 1 | -95/+105 |
* | parser: Remove commented-out cruft | Diego Biurrun | 2014-02-25 | 1 | -9/+2 |
* | libx265: Properly handled dynamic linking with MSVC | Derek Buitenhuis | 2014-02-24 | 1 | -0/+4 |
* | libx265: Support SAR | Derek Buitenhuis | 2014-02-24 | 1 | -0/+10 |
* | libx265: Support 4:4:4 | Derek Buitenhuis | 2014-02-24 | 1 | -0/+23 |
* | libx265: Update API usage | Derek Buitenhuis | 2014-02-24 | 1 | -3/+9 |
* | Use av_frame_copy() to simplify code where appropriate. | Anton Khirnov | 2014-02-24 | 1 | -3/+1 |
* | lavc: use AVFrame API properly in ff_reget_buffer() | Anton Khirnov | 2014-02-24 | 1 | -7/+9 |
* | hevc: Do not left shift a negative value in hevc_loop_filter_chroma | Luca Barbato | 2014-02-23 | 1 | -1/+1 |
* | hevc: Do not right shift a negative value in get_pcm | Luca Barbato | 2014-02-23 | 1 | -4/+8 |
* | hevc: Drop unnecessary shifts in deblocking_filter_CTB | Luca Barbato | 2014-02-23 | 1 | -4/+4 |
* | h264: Fix a typo from the previous commit | Luca Barbato | 2014-02-22 | 1 | -1/+1 |
* | libvorbis: Give consistent names to all functions, structs, and defines | Diego Biurrun | 2014-02-21 | 1 | -19/+19 |
* | h264: Lower bound check for slice offsets | Vittorio Giovara | 2014-02-20 | 2 | -12/+14 |
* | aarch64: use EXTERN_ASM consistently for exported symbols | Janne Grunau | 2014-02-20 | 1 | -8/+8 |
* | dca: replace some memcpy by AV_COPY128 | Christophe Gisquet | 2014-02-20 | 1 | -3/+1 |
* | h264: avoid undefined behavior in chroma motion compensation | Janne Grunau | 2014-02-20 | 1 | -3/+32 |
* | mpeg4video_parser: Drop pointless av_-prefix from static function | Diego Biurrun | 2014-02-20 | 1 | -4/+3 |
* | avcodec: Consistently name encoder init functions foo_encode_init | Diego Biurrun | 2014-02-20 | 4 | -10/+9 |