summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * dnxhddata: Merge a few duplicated RUN tablesVittorio Giovara2015-08-241-31/+6
* | Merge commit 'efbfb1ad1112cea79bef51fd9f30c0c94735abfc'Hendrik Leppkes2015-08-271-113/+116
|\ \ | |/
| * dnxhddata: Group together RUN-related tablesVittorio Giovara2015-08-241-113/+116
* | Merge commit '403ea4ac7289ac39229452b6b5e2f8ebcc00f2a1'Hendrik Leppkes2015-08-271-52/+10
|\ \ | |/
| * dnxhddata: Merge a few duplicated DC tablesVittorio Giovara2015-08-241-52/+10
* | Merge commit '5e129ed655bff5b6d90355c0b713d7aaba3898ec'Hendrik Leppkes2015-08-271-50/+52
|\ \ | |/
| * dnxhddata: Group together DC-related tablesVittorio Giovara2015-08-241-50/+52
* | Merge commit 'd3ae4c65942d67a294fd56eabbbdcce6756fab5f'Hendrik Leppkes2015-08-271-9/+31
|\ \ | |/
| * dnxhddata: List the reused tables in a commentVittorio Giovara2015-08-241-10/+38
* | Merge commit 'fdd021884d5c06fb9ad65cb0040bb5717a7b084b'Hendrik Leppkes2015-08-271-23/+32
|\ \ | |/
| * dnxhddata: Keep a single CID in the table namesVittorio Giovara2015-08-241-24/+34
| * aac: Make sure to set err on the failure pathLuca Barbato2015-08-231-1/+3
* | lavc/dnxhdenc: Fix ibias default.Carl Eugen Hoyos2015-08-271-1/+1
* | avcodec/vdpau: fix compilation of mpeg1/mpeg4/vc1 decoders when h264 is disabledJames Almer2015-08-251-21/+23
OpenPOWER on IntegriCloud