aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mips/aaccoder_mips: disable optimizatios which break fate-aac-pns-encodeMichael Niedermayer2015-09-021-2/+3
* aacenc: reorder coding toolsRostislav Pehlivanov2015-09-021-63/+88
* avcodec/hevc_parser: fix split function of parserRainer Hochecker2015-09-021-7/+18
* avcodec/ffv1dec: Print CRCs at picture debug levelMichael Niedermayer2015-09-021-2/+8
* avcodec/ffv1dec: Check that there is enough space for the CRC in the global h...Michael Niedermayer2015-09-021-1/+1
* avcodec/h264_slice: replace assert by normal error checkMichael Niedermayer2015-09-021-1/+4
* avcodec/version: Minor version bump due to 5d12d7de2ce548a3c9f5c175a9d1c5bfbd...Michael Niedermayer2015-09-011-1/+1
* mpegts: demux BluRay text subtitlesPetri Hintukainen2015-09-012-0/+8
* aacenc: disable bandtype modifying extensions when coder != twoloopRostislav Pehlivanov2015-09-011-0/+5
* aacenc: Enable Intensity Stereo by defaultRostislav Pehlivanov2015-09-011-1/+1
* aacenc: Enable Perceptual Noise Substitution by defaultRostislav Pehlivanov2015-09-011-1/+1
* aacenc: reorder resetting of cpe->common_windowRostislav Pehlivanov2015-09-011-1/+1
* aacenc_tns: rework coefficient quantization and filter applicationRostislav Pehlivanov2015-09-014-130/+93
* aacenc: allocate a larger buffer for the TNS LPC contextRostislav Pehlivanov2015-09-011-1/+1
* lpc: add ff_lpc_calc_ref_coefs_f() functionRostislav Pehlivanov2015-09-012-0/+22
* lpc: remove unused ff_lpc_calc_levinson() functionRostislav Pehlivanov2015-09-012-59/+0
* aacenctab: add tns_min_sfb[] to the encoder tables headerRostislav Pehlivanov2015-09-011-0/+13
* aacenc: populate tns_max_bandsRostislav Pehlivanov2015-09-011-0/+3
* avcodec/truemotion1: Check for even widthMichael Niedermayer2015-09-011-0/+4
* avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence ...Michael Niedermayer2015-09-011-2/+3
* avcodec/movtextdec: Free ftab_tempMichael Niedermayer2015-08-311-1/+5
* avcodec/movtextdec: Make tx3g_ptr unsignedMichael Niedermayer2015-08-311-1/+1
* avcodec/pngdec: fully support the tRNS chunkDonny Yang2015-08-311-9/+89
* avcodec/qsv : Added look ahead rate control modeSven Dueking2015-08-303-2/+49
* avcodec/options: Make dummy_v?_encoder staticMichael Niedermayer2015-08-301-4/+4
* avcodec/snowenc: Support setting the iterative dia size separatelyMichael Niedermayer2015-08-302-1/+4
* aacenc_tns: do not limit the filter sizeRostislav Pehlivanov2015-08-291-3/+2
* lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinsonRostislav Pehlivanov2015-08-293-8/+8
* aacenc_tns: fix out-of-bounds array accessRostislav Pehlivanov2015-08-291-1/+4
* aacenc_tns: actually apply TNS filter to the coefficientsRostislav Pehlivanov2015-08-291-2/+0
* aacenc: initialize LPC context with MAX_LPC_ORDERRostislav Pehlivanov2015-08-292-2/+2
* aacenc_tns: fix triggering an assertion with assert-level=2Rostislav Pehlivanov2015-08-291-2/+2
* aacenc: remove TNS from the todo listRostislav Pehlivanov2015-08-291-1/+0
* aacenc_tns: rework the way coefficients are calculatedRostislav Pehlivanov2015-08-295-122/+110
* aac: remove now-unused redundant arrayRostislav Pehlivanov2015-08-291-1/+0
* aacenc_pred: rework the way prediction is doneRostislav Pehlivanov2015-08-296-225/+190
* aacenc: change FF_PROFILE_UNKNOWN to AAC-Main if prediction is enabledRostislav Pehlivanov2015-08-291-2/+3
* lpc: create a simplified Levinson-Durbin LPC handling float samplesRostislav Pehlivanov2015-08-292-0/+60
* aac: move the TNS tables from aacdectab to the shared aactabRostislav Pehlivanov2015-08-292-35/+35
* avcodec/vc1dec: Re-order init to avoid initting hwaccel too earlyPhilip Langdale2015-08-281-24/+28
* Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.Ronald S. Bultje2015-08-283-1/+9
* apng: Support inter-frame compressionDonny Yang2015-08-281-36/+384
* avcodec/dnxhddata: Fix inconsistent table entryMichael Niedermayer2015-08-281-1/+1
* avcodec: Assert on codec->encode2 in encode_audio2lummax2015-08-271-0/+2
* vaapi: Add hevc hwaccel supportTimo Rothenpieler2015-08-275-2/+497
* lavc: Describe eia_608 as text subtitles.Carl Eugen Hoyos2015-08-271-0/+1
* avcodec/libopusenc: Fix infinite loop on flushing after 0 inputMichael Niedermayer2015-08-271-1/+1
* Merge commit 'd68705c9756e6558c8e28d90b4c364f25ba72083'Hendrik Leppkes2015-08-271-9/+67
|\
| * dnxhddata: Add tables for missing DNx100 profilesVittorio Giovara2015-08-241-10/+68
* | Merge commit 'a4615572b576d3ef7ee2f11529d935e61bf4ebb8'Hendrik Leppkes2015-08-271-31/+6
|\|