| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: fully check cropping amount from sps | Vittorio Giovara | 2014-08-26 | 1 | -1/+3 |
* | libxvid: K&R formatting cosmetics | Gabriel Dume | 2014-08-26 | 3 | -309/+329 |
* | vc1: Fix the skip condition | Luca Barbato | 2014-08-26 | 1 | -2/+3 |
* | rv34: use ff_mpeg_update_thread_context only when decoder is fully initialized | Janne Grunau | 2014-08-22 | 1 | -4/+6 |
* | mpeg12enc: Add missing #include for PICT_FRAME | Diego Biurrun | 2014-08-21 | 1 | -0/+1 |
* | error_resilience: Drop asserts from guess_mv() | Diego Biurrun | 2014-08-21 | 1 | -2/+0 |
* | pcm: Drop av_unused attribute from variable that is always used | Diego Biurrun | 2014-08-19 | 1 | -1/+1 |
* | pcm: Drop unused variable from DECODE_PLANAR macro | Diego Biurrun | 2014-08-19 | 1 | -1/+0 |
* | vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr() | Diego Biurrun | 2014-08-19 | 1 | -2/+2 |
* | proresenc: Properly account for alpha plane | Christophe Gisquet | 2014-08-18 | 1 | -2/+8 |
* | proresenc: Realloc if buffer is too small | Christophe Gisquet | 2014-08-18 | 1 | -1/+37 |
* | proresenc: Report buffer overflow | Christophe Gisquet | 2014-08-18 | 1 | -3/+11 |
* | proresenc: Remove unneeded parameters from encode_alpha_plane() | Christophe Gisquet | 2014-08-18 | 1 | -4/+2 |
* | tiff: Return proper error for missing LZMA compression | Diego Elio Pettenò | 2014-08-18 | 2 | -1/+5 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 11 | -20/+20 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 35 | -59/+57 |
* | build: Add explanatory comments to (optimization) blocks in the Makefiles | Diego Biurrun | 2014-08-15 | 4 | -1/+31 |
* | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 30 | -182/+190 |
* | h261dec: Fix order of initialization | John Stebbins | 2014-08-14 | 1 | -4/+6 |
* | h263dec: Fix order of initialization | John Stebbins | 2014-08-14 | 1 | -13/+12 |
* | idct: remove call to ff_idctdsp_init from ff_MPV_common_init | John Stebbins | 2014-08-14 | 9 | -17/+31 |
* | mpeg4video: Fix doxygen comment syntax to document correct struct member | Nidhi Makhijani | 2014-08-14 | 1 | -10/+10 |
* | vaapi: set the scaling list correctly. | Edgar Hucek | 2014-08-14 | 1 | -1/+2 |
* | ffv1dec: check that global parameters do not change in version 0/1 | Michael Niedermayer | 2014-08-12 | 1 | -7/+25 |
* | hevc_mvs: avoid deriving tmvp in amvp | Christophe Gisquet | 2014-08-12 | 1 | -1/+2 |
* | hevc: wait proper position for tmvp | Christophe Gisquet | 2014-08-12 | 1 | -1/+2 |
* | hevc: use intreadwrite | Christophe Gisquet | 2014-08-12 | 3 | -18/+13 |
* | hevc: derive partial merge list | Christophe Gisquet | 2014-08-12 | 1 | -9/+33 |
* | hevc: derive partially amvp list | Christophe Gisquet | 2014-08-12 | 1 | -0/+5 |
* | hevc: simplify rounding | Christophe Gisquet | 2014-08-12 | 1 | -4/+4 |
* | hevc: reorder loops | Christophe Gisquet | 2014-08-12 | 1 | -6/+6 |
* | avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump | Diego Biurrun | 2014-08-10 | 1 | -1/+1 |
* | lavc: drop the av_fast_{re,m}alloc compatibility wrappers | Anton Khirnov | 2014-08-10 | 1 | -12/+0 |
* | tiff: Improve grayscale support | Diego Elio Pettenò | 2014-08-10 | 1 | -11/+3 |
* | lavc: remove obsolete and disabled avpriv functions | Anton Khirnov | 2014-08-09 | 6 | -45/+0 |
* | Remove obsolete FF_API_AVFRAME_COLORSPACE cruft. | Anton Khirnov | 2014-08-09 | 1 | -2/+0 |
* | Bump major versions of all libraries. | Anton Khirnov | 2014-08-09 | 1 | -3/+3 |
* | Postpone API-incompatible changes until the next bump. | Anton Khirnov | 2014-08-09 | 1 | -28/+28 |
* | hevc_filter: avoid excessive calls to ff_hevc_get_ref_list() | Anton Khirnov | 2014-08-09 | 1 | -16/+20 |
* | hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list() | Anton Khirnov | 2014-08-09 | 1 | -10/+6 |
* | hevc_filter: move some conditions out of loops | Anton Khirnov | 2014-08-09 | 1 | -18/+23 |
* | hevc: deobfuscate slice/tile boundary handling for DBF | Anton Khirnov | 2014-08-09 | 3 | -46/+36 |
* | hevc_filter: drop more redundant checks | Anton Khirnov | 2014-08-09 | 1 | -4/+0 |
* | hevc_filter: drop redundant checks | Anton Khirnov | 2014-08-09 | 1 | -6/+2 |
* | hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabled | Anton Khirnov | 2014-08-09 | 1 | -3/+5 |
* | avcodec: Rename xvidmmx IDCT to xvid | Diego Biurrun | 2014-08-08 | 5 | -4/+13 |
* | xvididct: Ensure that the scantable permutation is always set correctly | Diego Biurrun | 2014-08-08 | 3 | -13/+10 |
* | idct: cosmetics: Drop one unnecessary if-block level | Diego Biurrun | 2014-08-08 | 1 | -17/+15 |
* | avcodec: Undeprecate reordered_opaque | Diego Biurrun | 2014-08-07 | 2 | -2/+1 |
* | h264: fix interpretation of interleved stereo modes | Felix Abecassis | 2014-08-07 | 2 | -4/+4 |