aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfilter/internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-171-0/+5
* chromakey: Use the pixel descriptor API for chroma subsampling infoTimothy Gu2015-10-171-8/+17
* libavformat/Makefile: remove unnecessary object file from wtv demuxerHendrik Leppkes2015-10-171-1/+1
* avfilter/selectivecolor: fix correction_method option rangeClément Bœsch2015-10-171-1/+1
* aacenc_ltp: correct header description commentRostislav Pehlivanov2015-10-171-2/+2
* fate: use -profile:a aac_ltp instead of -aac_ltp 1 for LTP encode testRostislav Pehlivanov2015-10-171-1/+1
* aacenc_ltp: replace av_clip() with av_clip_uintp2()Rostislav Pehlivanov2015-10-171-1/+1
* aacenc_ltp: fix assertionRostislav Pehlivanov2015-10-171-1/+1
* avformat/rsd: Check av_new_packet() return valueMichael Niedermayer2015-10-171-1/+3
* avformat/genh: Check av_new_packet() return valueMichael Niedermayer2015-10-171-1/+3
* tests/fate-run: Remove PROGSUF from function callsMichael Niedermayer2015-10-171-16/+16
* fate: increase fuzz on AAC LTP encoding testRostislav Pehlivanov2015-10-171-1/+1
* fate: add a parameter to disable TNS for the other encoder testsRostislav Pehlivanov2015-10-171-8/+8
* aacenc_tns: enable Temporal Noise Shaping by defaultRostislav Pehlivanov2015-10-171-1/+1
* fate: adjust the target for the new TNS changesRostislav Pehlivanov2015-10-171-1/+1
* aacenc_tns: rework TNS descision logicRostislav Pehlivanov2015-10-172-53/+40
* aacenc_tns: simplify encoding functionRostislav Pehlivanov2015-10-171-18/+18
* aacenc_tns: disable coefficient compression by defaultRostislav Pehlivanov2015-10-171-11/+15
* aacenc_tns: add moving average filter for LTPRostislav Pehlivanov2015-10-171-5/+16
* opencl: Force the use of 1.2 APIsTimothy Gu2015-10-171-0/+1
* opencl: Use "opencl" as log context nameTimothy Gu2015-10-171-1/+1
* opencl: Print compilation logTimothy Gu2015-10-171-3/+30
* opencl: Print error string when compilation failsTimothy Gu2015-10-171-1/+2
* aacenc: increase fuzz on aac-ms-encode testRostislav Pehlivanov2015-10-171-2/+2
* fate: adjust aac encoder test values and introduce MS and LTP testsRostislav Pehlivanov2015-10-171-7/+25
* aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov2015-10-173-118/+45
* avfilter/avfiltergraph: fix -Wunused-result warningsGanesh Ajjanagadde2015-10-161-6/+13
* aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov2015-10-177-0/+341
* aacenc: (re)enable Mid/Side coding by defaultRostislav Pehlivanov2015-10-171-1/+1
* aacenc_pred: only print predictor information if profile is aac_mainRostislav Pehlivanov2015-10-171-1/+2
* aacenc: correctly zero prediction_used arrayRostislav Pehlivanov2015-10-171-1/+1
* aacenc: slightly simplify and remove a redundant variableRostislav Pehlivanov2015-10-171-6/+8
* aacenc_pred: correct header informationRostislav Pehlivanov2015-10-172-2/+2
* aacenc: indicate that TNS is off by defaultRostislav Pehlivanov2015-10-171-2/+2
* aactab: move ltp_coef[] from aacdectab to aactabRostislav Pehlivanov2015-10-172-8/+8
* avcodec/ffv1: Initialize vlc_state on allocationMichael Niedermayer2015-10-171-5/+10
* avutil/mem: add av_warn_unused_resultGanesh Ajjanagadde2015-10-161-0/+2
* avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer2015-10-169-52/+0
* avdevice/internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-161-0/+1
* avutil/file: add av_warn_unused_result to av_file_mapGanesh Ajjanagadde2015-10-161-0/+1
* avutil/internal: add av_warn_unused_result to avpriv_openGanesh Ajjanagadde2015-10-161-0/+1
* swscale/swscale: add av_warn_unused_result to sws_init_contextGanesh Ajjanagadde2015-10-161-0/+1
* Merge commit '68e00ad66d13c57d9eb3a3862b44ab3fb030e19f'Hendrik Leppkes2015-10-160-0/+0
|\
| * w32pthreads: fix mingw build on x86 with -msse2 or higherHendrik Leppkes2015-10-161-0/+5
* | Merge commit 'b52307933b576eba741c80108c3dad09eb48ba12'Hendrik Leppkes2015-10-161-1/+0
|\|
| * wrapped_avframe: Drop a now-unused variableLuca Barbato2015-10-161-1/+0
* | Merge commit '49d7fcd774ac31f242818ad9d45d9c013f3bb3db'Hendrik Leppkes2015-10-160-0/+0
|\|
| * mpeg12: Unbreak building stale codeLuca Barbato2015-10-161-1/+1
* | Merge commit '504e3f75bf73a488d39a80a42962bae2a353dd6b'Hendrik Leppkes2015-10-160-0/+0
|\|
| * aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-151-35/+49