| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '654c7446a806c5dc8ec7800874c49a4c1ba2ce80' | Michael Niedermayer | 2014-03-31 | 1 | -3/+3 |
|\ |
|
| * | vc1dec: improve hwaccel #ifdefs | Rémi Denis-Courmont | 2014-03-31 | 1 | -3/+3 |
* | | Merge commit '33259118155764ce27a3433894659dda1d148b5f' | Michael Niedermayer | 2014-03-31 | 1 | -2/+2 |
|\| |
|
| * | h263: improve hwaccel #ifdefs | Rémi Denis-Courmont | 2014-03-31 | 1 | -2/+2 |
| * | libx265: Use the repeat headers flag when not using global headers | Marcus Gustafsson | 2014-03-31 | 1 | -39/+18 |
* | | avcodec/mjpegdec: support subsampled 420 CMYK | Michael Niedermayer | 2014-03-31 | 1 | -2/+19 |
* | | avcodec/mjpegdec: upgrade upscale_v to support multiple planes | Michael Niedermayer | 2014-03-31 | 1 | -17/+22 |
* | | avcodec/mjpegdec: upgrade upscale_h to support multiple planes | Michael Niedermayer | 2014-03-31 | 1 | -9/+14 |
* | | libx265: Use the repeat headers flag when not using global headers | Marcus Gustafsson | 2014-03-31 | 1 | -39/+18 |
* | | avcodec/adpcm: also squelch 'mismatch in coded sample count' warning for AV_C... | Peter Ross | 2014-03-31 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-31 | 1 | -1/+1 |
|\| |
|
| * | libmp3lame: add ABR support | Timothy Gu | 2014-03-31 | 2 | -3/+10 |
| * | libmp3lame: add comments about CBR/VBR modes | Timothy Gu | 2014-03-31 | 1 | -2/+2 |
* | | Merge commit '729d821fd864a0568f4068e64d3a70faa23b9309' | Michael Niedermayer | 2014-03-31 | 1 | -1/+1 |
|\| |
|
| * | libmp3lame: allow joint stereo to be disabled | Paul B Mahol | 2014-03-31 | 2 | -2/+4 |
| * | dnxhdenc: return meaningful return codes | Timothy Gu | 2014-03-30 | 1 | -19/+19 |
* | | Use intel compliant CDQ instead of CLTD in inline asm. | Matt Oliver | 2014-03-30 | 2 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-30 | 1 | -2/+2 |
|\| |
|
| * | golomb: Fix the implementation of get_se_golomb_long | Martin Storsjö | 2014-03-30 | 1 | -2/+2 |
* | | Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5' | Michael Niedermayer | 2014-03-30 | 6 | -823/+951 |
|\| |
|
| * | vp8: K&R formatting cosmetics | Vittorio Giovara | 2014-03-29 | 6 | -807/+934 |
* | | avcodec/vp9dsp: fix typo in mc doxy. | Clément Bœsch | 2014-03-29 | 1 | -1/+1 |
* | | x86/vp9mc: add vp9 namespace. | Clément Bœsch | 2014-03-29 | 2 | -27/+27 |
* | | avcodec/vp7: check buffer size | Michael Niedermayer | 2014-03-29 | 1 | -0/+5 |
* | | avcodec/xbmdec: redesign parser to handle more cases | Michael Niedermayer | 2014-03-29 | 1 | -25/+31 |
* | | Merge commit 'fb5cf145b6bcfa4f83af94398e5560c1132cc410' | Michael Niedermayer | 2014-03-28 | 2 | -3/+3 |
|\| |
|
| * | bmp: add a standalone parser | Paul B Mahol | 2014-03-28 | 4 | -1/+94 |
* | | avcodec/xbmdec: support X10 format | Michael Niedermayer | 2014-03-28 | 1 | -0/+7 |
* | | avcodec/xbmdec: merge ptr increase into dereference | Michael Niedermayer | 2014-03-28 | 1 | -3/+2 |
* | | Merge commit '678082b409aca711f9cf991df6b0200116489322' | Michael Niedermayer | 2014-03-28 | 2 | -19/+22 |
|\| |
|
| * | X-Bitmap decoder | Vittorio Giovara | 2014-03-27 | 4 | -2/+125 |
| * | xbm: use av_frame_free on close | Vittorio Giovara | 2014-03-27 | 1 | -1/+1 |
* | | Merge commit '70daeacd6ef8b354dd7d2d77ad393831a5bbf033' | Michael Niedermayer | 2014-03-28 | 5 | -137/+148 |
|\| |
|
| * | PAF demuxer and decoder | Paul B Mahol | 2014-03-27 | 6 | -1/+471 |
* | | Merge commit 'd37c96213a2a9e1fd8669122d5405f4ce6a99ed8' | Michael Niedermayer | 2014-03-28 | 1 | -15/+13 |
|\| |
|
| * | lavc: restore copy_block{4,16} functions | Vittorio Giovara | 2014-03-27 | 1 | -0/+20 |
* | | avcodec/libx264: move where x264opts is applied down so it isnt overridden by... | Michael Niedermayer | 2014-03-28 | 1 | -13/+13 |
* | | x86: convert DNxHDenc inline asm to yasm | Timothy Gu | 2014-03-27 | 4 | -68/+90 |
* | | dnxhdenc: make get_pixel_8x4_sym accept ptrdiff_t as stride | Timothy Gu | 2014-03-27 | 3 | -4/+4 |
* | | avcodec: Make ff_print_debug_info2() independant of Picture struct | Michael Niedermayer | 2014-03-27 | 3 | -26/+32 |
* | | avcodec/brenderpix: propagate error codes | Michael Niedermayer | 2014-03-27 | 1 | -2/+2 |
* | | avcodec/brenderpix: remove unused variable | Michael Niedermayer | 2014-03-27 | 1 | -1/+1 |
* | | Merge commit 'ae17878fb2ab100264226c84c58f5b95a703312f' | Michael Niedermayer | 2014-03-27 | 7 | -225/+303 |
|\| |
|
| * | BRender PIX image decoder | Aleksi Nurmi | 2014-03-27 | 6 | -1/+305 |
* | | Merge commit 'c3a0b3eb64be441ca897629e8ecd80d5b51fded7' | Michael Niedermayer | 2014-03-27 | 1 | -3/+4 |
|\| |
|
| * | arm: build: Maintain decoder objects separate from infrastructure objects | Diego Biurrun | 2014-03-27 | 1 | -3/+4 |
* | | avcodec/vp7: Fix null pointer dereference in vp7_decode_frame_header() | Michael Niedermayer | 2014-03-27 | 1 | -0/+7 |
* | | Merge commit 'e50f5d3cf9ef9a16982a5cb4d8b1916cd963aa5b' | Michael Niedermayer | 2014-03-27 | 7 | -1/+274 |
|\| |
|
| * | Alias PIX image encoder and decoder | Vittorio Giovara | 2014-03-26 | 7 | -1/+274 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-26 | 3 | -0/+628 |
|\| |
|