| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mips/aaccoder_mips: disable optimizatios which break fate-aac-pns-encode | Michael Niedermayer | 2015-09-02 | 1 | -2/+3 |
* | aacenc: reorder coding tools | Rostislav Pehlivanov | 2015-09-02 | 1 | -63/+88 |
* | avcodec/hevc_parser: fix split function of parser | Rainer Hochecker | 2015-09-02 | 1 | -7/+18 |
* | avcodec/ffv1dec: Print CRCs at picture debug level | Michael Niedermayer | 2015-09-02 | 1 | -2/+8 |
* | avcodec/ffv1dec: Check that there is enough space for the CRC in the global h... | Michael Niedermayer | 2015-09-02 | 1 | -1/+1 |
* | avcodec/h264_slice: replace assert by normal error check | Michael Niedermayer | 2015-09-02 | 1 | -1/+4 |
* | avcodec/version: Minor version bump due to 5d12d7de2ce548a3c9f5c175a9d1c5bfbd... | Michael Niedermayer | 2015-09-01 | 1 | -1/+1 |
* | mpegts: demux BluRay text subtitles | Petri Hintukainen | 2015-09-01 | 2 | -0/+8 |
* | aacenc: disable bandtype modifying extensions when coder != twoloop | Rostislav Pehlivanov | 2015-09-01 | 1 | -0/+5 |
* | aacenc: Enable Intensity Stereo by default | Rostislav Pehlivanov | 2015-09-01 | 1 | -1/+1 |
* | aacenc: Enable Perceptual Noise Substitution by default | Rostislav Pehlivanov | 2015-09-01 | 1 | -1/+1 |
* | aacenc: reorder resetting of cpe->common_window | Rostislav Pehlivanov | 2015-09-01 | 1 | -1/+1 |
* | aacenc_tns: rework coefficient quantization and filter application | Rostislav Pehlivanov | 2015-09-01 | 4 | -130/+93 |
* | aacenc: allocate a larger buffer for the TNS LPC context | Rostislav Pehlivanov | 2015-09-01 | 1 | -1/+1 |
* | lpc: add ff_lpc_calc_ref_coefs_f() function | Rostislav Pehlivanov | 2015-09-01 | 2 | -0/+22 |
* | lpc: remove unused ff_lpc_calc_levinson() function | Rostislav Pehlivanov | 2015-09-01 | 2 | -59/+0 |
* | aacenctab: add tns_min_sfb[] to the encoder tables header | Rostislav Pehlivanov | 2015-09-01 | 1 | -0/+13 |
* | aacenc: populate tns_max_bands | Rostislav Pehlivanov | 2015-09-01 | 1 | -0/+3 |
* | avcodec/truemotion1: Check for even width | Michael Niedermayer | 2015-09-01 | 1 | -0/+4 |
* | avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence ... | Michael Niedermayer | 2015-09-01 | 1 | -2/+3 |
* | avcodec/movtextdec: Free ftab_temp | Michael Niedermayer | 2015-08-31 | 1 | -1/+5 |
* | avcodec/movtextdec: Make tx3g_ptr unsigned | Michael Niedermayer | 2015-08-31 | 1 | -1/+1 |
* | avcodec/pngdec: fully support the tRNS chunk | Donny Yang | 2015-08-31 | 1 | -9/+89 |
* | avcodec/qsv : Added look ahead rate control mode | Sven Dueking | 2015-08-30 | 3 | -2/+49 |
* | avcodec/options: Make dummy_v?_encoder static | Michael Niedermayer | 2015-08-30 | 1 | -4/+4 |
* | avcodec/snowenc: Support setting the iterative dia size separately | Michael Niedermayer | 2015-08-30 | 2 | -1/+4 |
* | aacenc_tns: do not limit the filter size | Rostislav Pehlivanov | 2015-08-29 | 1 | -3/+2 |
* | lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinson | Rostislav Pehlivanov | 2015-08-29 | 3 | -8/+8 |
* | aacenc_tns: fix out-of-bounds array access | Rostislav Pehlivanov | 2015-08-29 | 1 | -1/+4 |
* | aacenc_tns: actually apply TNS filter to the coefficients | Rostislav Pehlivanov | 2015-08-29 | 1 | -2/+0 |
* | aacenc: initialize LPC context with MAX_LPC_ORDER | Rostislav Pehlivanov | 2015-08-29 | 2 | -2/+2 |
* | aacenc_tns: fix triggering an assertion with assert-level=2 | Rostislav Pehlivanov | 2015-08-29 | 1 | -2/+2 |
* | aacenc: remove TNS from the todo list | Rostislav Pehlivanov | 2015-08-29 | 1 | -1/+0 |
* | aacenc_tns: rework the way coefficients are calculated | Rostislav Pehlivanov | 2015-08-29 | 5 | -122/+110 |
* | aac: remove now-unused redundant array | Rostislav Pehlivanov | 2015-08-29 | 1 | -1/+0 |
* | aacenc_pred: rework the way prediction is done | Rostislav Pehlivanov | 2015-08-29 | 6 | -225/+190 |
* | aacenc: change FF_PROFILE_UNKNOWN to AAC-Main if prediction is enabled | Rostislav Pehlivanov | 2015-08-29 | 1 | -2/+3 |
* | lpc: create a simplified Levinson-Durbin LPC handling float samples | Rostislav Pehlivanov | 2015-08-29 | 2 | -0/+60 |
* | aac: move the TNS tables from aacdectab to the shared aactab | Rostislav Pehlivanov | 2015-08-29 | 2 | -35/+35 |
* | avcodec/vc1dec: Re-order init to avoid initting hwaccel too early | Philip Langdale | 2015-08-28 | 1 | -24/+28 |
* | Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE. | Ronald S. Bultje | 2015-08-28 | 3 | -1/+9 |
* | apng: Support inter-frame compression | Donny Yang | 2015-08-28 | 1 | -36/+384 |
* | avcodec/dnxhddata: Fix inconsistent table entry | Michael Niedermayer | 2015-08-28 | 1 | -1/+1 |
* | avcodec: Assert on codec->encode2 in encode_audio2 | lummax | 2015-08-27 | 1 | -0/+2 |
* | vaapi: Add hevc hwaccel support | Timo Rothenpieler | 2015-08-27 | 5 | -2/+497 |
* | lavc: Describe eia_608 as text subtitles. | Carl Eugen Hoyos | 2015-08-27 | 1 | -0/+1 |
* | avcodec/libopusenc: Fix infinite loop on flushing after 0 input | Michael Niedermayer | 2015-08-27 | 1 | -1/+1 |
* | Merge commit 'd68705c9756e6558c8e28d90b4c364f25ba72083' | Hendrik Leppkes | 2015-08-27 | 1 | -9/+67 |
|\ |
|
| * | dnxhddata: Add tables for missing DNx100 profiles | Vittorio Giovara | 2015-08-24 | 1 | -10/+68 |
* | | Merge commit 'a4615572b576d3ef7ee2f11529d935e61bf4ebb8' | Hendrik Leppkes | 2015-08-27 | 1 | -31/+6 |
|\| |
|