| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/libutvideoenc: Add NULL termintor to options | Michael Niedermayer | 2016-02-04 | 1 | -0/+1 |
* | mjpegenc: Remove duplicate initializer | Derek Buitenhuis | 2016-02-03 | 1 | -1/+0 |
* | libutvideo: Unbreak | Derek Buitenhuis | 2016-02-03 | 1 | -4/+5 |
* | diradec: split tables away to a separate diractab file | Rostislav Pehlivanov | 2016-02-03 | 4 | -74/+137 |
* | diracdec: move the MAX_DWT_LEVELS macro to dirac.h | Rostislav Pehlivanov | 2016-02-03 | 2 | -11/+12 |
* | Merge commit '0e9c4fe254073b209970df3e3cb84531bc388e99' | Derek Buitenhuis | 2016-02-03 | 4 | -6/+12 |
|\ |
|
| * | lavc: Move pre_me to codec private options | Vittorio Giovara | 2016-01-21 | 4 | -6/+12 |
* | | Merge commit '5b6f42da98c26a8aee8d2c2edfcbd0633ad1c607' | Derek Buitenhuis | 2016-02-03 | 4 | -5/+12 |
|\| |
|
| * | lavc: Move me_penalty_compensation to codec private options | Vittorio Giovara | 2016-01-21 | 4 | -5/+12 |
* | | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a' | Derek Buitenhuis | 2016-02-03 | 19 | -30/+221 |
|\| |
|
| * | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 13 | -28/+200 |
* | | avcodec/utils: Check the return code of av_image_fill_linesizes() | Michael Niedermayer | 2016-02-03 | 1 | -1/+3 |
* | | cinepakenc: Stop using AVPicture | Timothy Gu | 2016-02-02 | 1 | -106/+161 |
* | | cfhd: fix off-by-one error in level check | Andreas Cadhalpun | 2016-02-03 | 1 | -1/+1 |
* | | dca: add emms_c after usage of AV_COPY128 | Hendrik Leppkes | 2016-02-02 | 1 | -0/+4 |
* | | dca: add emms_c after AV_ZERO128 macros | Hendrik Leppkes | 2016-02-02 | 1 | -0/+4 |
* | | diracdsp_mmx: Fix some more indentations | Timothy Gu | 2016-02-01 | 1 | -6/+6 |
* | | diracdsp_mmx: Fix indentation | Timothy Gu | 2016-02-01 | 1 | -8/+8 |
* | | x86: vc1dsp: Convert vc1_inv_trans_*_dc to NASM format | Timothy Gu | 2016-02-01 | 3 | -207/+111 |
* | | mpeg12dec: Export GOP timecodes as side data | Derek Buitenhuis | 2016-02-01 | 1 | -2/+20 |
* | | avcodec/dca_core: rename get_vlc function | James Almer | 2016-02-01 | 1 | -7/+7 |
* | | avcodec/cfhd: Make sure we have an end of header tag before allocating a frame. | Kieran Kunhya | 2016-02-01 | 1 | -1/+8 |
* | | hevc: set profile based on the profile compatibility flags if needed | Hendrik Leppkes | 2016-02-01 | 1 | -1/+5 |
* | | libx265: Enable 12-bit encoding | Stephen Hutchinson | 2016-02-01 | 1 | -1/+19 |
* | | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 24 | -71/+71 |
* | | avcodec/flacenc: Fix prediction_order parameter | Michael Niedermayer | 2016-01-31 | 1 | -2/+4 |
* | | flacenc: Restore defaults and range for {min,max}_prediction_order | Derek Buitenhuis | 2016-01-31 | 1 | -2/+2 |
* | | avcodec/dca: add new decoder based on libdcadec | foo86 | 2016-01-31 | 16 | -9/+6076 |
* | | avcodec/dca: add generic defines | foo86 | 2016-01-31 | 1 | -0/+94 |
* | | avcodec/synth_filter: add more filters | foo86 | 2016-01-31 | 2 | -1/+128 |
* | | avcodec/synth_filter: fix whitespace | foo86 | 2016-01-31 | 1 | -22/+23 |
* | | avcodec/dca: add math helpers and fixed point DCT | foo86 | 2016-01-31 | 3 | -0/+449 |
* | | avcodec/dca: add more tables | foo86 | 2016-01-31 | 2 | -5/+641 |
* | | avcodec/dca: add REV1AUX sync word | foo86 | 2016-01-31 | 1 | -0/+1 |
* | | avcodec/dca: remove old decoder | foo86 | 2016-01-31 | 22 | -4957/+10 |
* | | Merge commit '243df1351d2d928caa084a5704ed783f0b83f072' | Derek Buitenhuis | 2016-01-31 | 4 | -19/+58 |
|\| |
|
| * | lavc: Move {min,max}_prediction_order to codec private options | Vittorio Giovara | 2016-01-21 | 4 | -19/+57 |
* | | Merge commit '936f0d98f864f9f6bb4f9e5458b78537e146bacd' | Derek Buitenhuis | 2016-01-31 | 6 | -21/+22 |
|\| |
|
| * | lavc: Move rtp_payload_size to codec private options | Vittorio Giovara | 2016-01-21 | 5 | -11/+21 |
* | | Merge commit 'd749615333084e62c9fcc480d1ae466369fdf14f' | Derek Buitenhuis | 2016-01-31 | 4 | -10/+22 |
|\| |
|
| * | lavc: Move timecode_frame_start to codec private options | Vittorio Giovara | 2016-01-21 | 4 | -7/+18 |
* | | avcodec/fraps: remove superfluous "Fraps:" from av_log | Paul B Mahol | 2016-01-31 | 1 | -2/+2 |
* | | avcodec/rawdec: Switch to monowhite if there is no palette & bpp=1 | Michael Niedermayer | 2016-01-31 | 1 | -1/+18 |
* | | avcodec: Add forgotten minor bump, add Changelog and add Cineform to general.... | Kieran Kunhya | 2016-01-30 | 1 | -1/+1 |
* | | avcodec: Cineform HD Decoder | Kieran Kunhya | 2016-01-30 | 7 | -0/+1194 |
* | | lavc/exr: Move setting SAR down. | Carl Eugen Hoyos | 2016-01-30 | 1 | -3/+4 |
* | | lavc/v210dec: Allow odd width. | Carl Eugen Hoyos | 2016-01-30 | 1 | -5/+1 |
* | | lavc/utils: fix instanciate/instantiate typo | Clément Bœsch | 2016-01-30 | 1 | -1/+1 |
* | | libx265: Remove experimental flag when encoding 4:2:2 and 4:4:4 | Stephen Hutchinson | 2016-01-30 | 1 | -8/+0 |
* | | avcodec: Remove libvo-aacenc support. | Kieran Kunhya | 2016-01-29 | 4 | -204/+2 |