| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/on2avc: Fix out of array access | Michael Niedermayer | 2014-07-02 | 1 | -1/+1 |
* | avcodec: Updated comment for sub param | Anshul Maheshwari | 2014-07-02 | 1 | -2/+2 |
* | avcodec/dvbsubdec: removed unnecessary null check for subtitle | Anshul Maheshwari | 2014-07-02 | 1 | -1/+1 |
* | avcodec/dvdec: remove redundant null check | Michael Niedermayer | 2014-07-02 | 1 | -1/+1 |
* | avcodec/bitstream: remove trivial assert | Michael Niedermayer | 2014-07-02 | 1 | -1/+0 |
* | x86: rename dsputil.asm to idctdsp.asm | James Almer | 2014-07-02 | 2 | -2/+2 |
* | avcodec/mjpegdec: factorize some parts of the pix_fmt_id switch() | Michael Niedermayer | 2014-07-01 | 1 | -12/+0 |
* | avcodec/mjpegdec: handle luma upscale detection generically | Michael Niedermayer | 2014-07-01 | 1 | -2/+6 |
* | avcodec/mjpegdec: set upscale_h/upscale_v using generic code instead of hardc... | Michael Niedermayer | 2014-07-01 | 1 | -8/+11 |
* | avcodec/mjpegdec: Support pix_fmt_id==0x11222200 | Michael Niedermayer | 2014-07-01 | 1 | -2/+11 |
* | avcodec/mjpegdec: fix width for non chroma in rescaling | Michael Niedermayer | 2014-07-01 | 1 | -4/+6 |
* | mjpegdec: Support pix_fmt_id == 0x22112200 | Michael Niedermayer | 2014-07-01 | 1 | -2/+3 |
* | Merge commit '79793f833784121d574454af4871866576c0749d' | Michael Niedermayer | 2014-07-01 | 13 | -13/+13 |
|\ |
|
| * | Update Fiona's name in copyright statements. | Diego Biurrun | 2014-07-01 | 11 | -11/+11 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 80 | -973/+1307 |
|\| |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 76 | -874/+1214 |
* | | Merge commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30' | Michael Niedermayer | 2014-07-01 | 7 | -361/+429 |
|\| |
|
| * | mjpeg: Split off bits shared by MJPEG and LJPEG encoders | Diego Biurrun | 2014-06-30 | 7 | -294/+360 |
* | | avcodec/hevc: Use av_malloc(z)_array() | Michael Niedermayer | 2014-07-01 | 1 | -11/+11 |
* | | avcodec/pgssubdec: remove unused variables | Michael Niedermayer | 2014-06-30 | 1 | -3/+0 |
* | | avcodec/pgssubdec: Check input buffer size in parse_presentation_segment() | Michael Niedermayer | 2014-06-30 | 1 | -0/+8 |
* | | Merge commit '253d0be6a1ecc343d29ff8e1df0ddf961ab9c772' | Michael Niedermayer | 2014-06-30 | 1 | -120/+239 |
|\| |
|
| * | pgssubdec: handle more complex PGS scenarios | John Stebbins | 2014-06-30 | 1 | -130/+294 |
* | | avcodec/pgssubdec: fix end display time | John Stebbins | 2014-06-30 | 1 | -1/+4 |
* | | avcodec/pgssubdec: Bail out of decode_rle() if error and AV_EF_EXPLODE is set | John Stebbins | 2014-06-30 | 1 | -1/+5 |
* | | avcodec/pgssubdec: better error codes | John Stebbins | 2014-06-30 | 1 | -7/+7 |
* | | avcodec/pgssubdec: Pass AVSubtitleRect to decode_rle() | John Stebbins | 2014-06-30 | 1 | -11/+11 |
* | | avcodec/pgssubdec: split out flush_cache() | John Stebbins | 2014-06-30 | 1 | -10/+14 |
* | | avcodec/pgssubdec: do not fail when part of the packet is faulty unless AV_EF... | John Stebbins | 2014-06-30 | 1 | -6/+11 |
* | | avcodec/pgssubdec: rename PICTURE_SEGMENT | John Stebbins | 2014-06-30 | 1 | -2/+2 |
* | | avcodec/huffyuvencdsp: try to fix misaligned access | Michael Niedermayer | 2014-06-29 | 1 | -1/+1 |
* | | avcodec/cavs: improve conformance with rm52j reference decoder | Yao Wang | 2014-06-28 | 1 | -8/+18 |
* | | avcodec/cavs: make cavs_chroma_qp non static | Michael Niedermayer | 2014-06-28 | 3 | -9/+10 |
* | | avcodec/mpegvideo: dont overwrite emu_edge buffer | Michael Niedermayer | 2014-06-28 | 2 | -2/+3 |
* | | avcodec/mpegvideo_enc: reduce space between blocks in emu_edge in encode_mb_i... | Michael Niedermayer | 2014-06-28 | 1 | -4/+4 |
* | | Revert "x86/videodsp: add emulated_edge_mc_mmxext" | Michael Niedermayer | 2014-06-28 | 2 | -74/+29 |
* | | avcodec/mpeg12dec: Limit progressive_seq reinitilaization to where the resolu... | Michael Niedermayer | 2014-06-28 | 1 | -1/+1 |
* | | avcodec/vp8: Fix multiple ff_thread_finish_setup() calls | Michael Niedermayer | 2014-06-27 | 1 | -1/+2 |
* | | Merge commit '5dd8c08fd5e4c04d7a08d8934f0098a8a4a35c28' | Michael Niedermayer | 2014-06-27 | 3 | -10/+11 |
|\| |
|
| * | mpeg: Change ff_convert_matrix() to take an MpegEncContext parameter | Diego Biurrun | 2014-06-27 | 3 | -7/+8 |
* | | Merge commit 'e63b818dbe6060b606ae10eb184859f8b97d2353' | Michael Niedermayer | 2014-06-27 | 3 | -26/+39 |
|\| |
|
| * | dv: Properly split decoder and encoder initialization | Diego Biurrun | 2014-06-27 | 3 | -19/+31 |
* | | avcodec/dvbsubdec: fix ignoring blank frame by updating got_output | Anshul Maheshwari | 2014-06-27 | 1 | -8/+7 |
* | | avcodec/snow: factor ff_snow_get_buffer() out | Michael Niedermayer | 2014-06-27 | 3 | -22/+24 |
* | | Merge commit 'd2869aea0494d3a20d53d5034cd41dbb488eb133' | Michael Niedermayer | 2014-06-27 | 3 | -22/+40 |
|\| |
|
| * | dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectory | Diego Biurrun | 2014-06-26 | 3 | -22/+40 |
* | | Merge commit '24f45c16224d4c5d482e928676714766ffdda4fc' | Michael Niedermayer | 2014-06-27 | 1 | -2/+20 |
|\| |
|
| * | fate: Add dependencies for dct/fft/mdct/rdft tests | Diego Biurrun | 2014-06-26 | 1 | -0/+22 |
* | | Merge commit '5ec6d152e26c570c0a16ec72c1f354db95708179' | Michael Niedermayer | 2014-06-27 | 6 | -56/+236 |
|\| |
|
| * | indeo4: B-frames decoding | Dirk Ausserhaus | 2014-06-26 | 6 | -58/+238 |