summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* huffyuvencdsp: Use intptr_t for widthTimothy Gu2015-10-19
* x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_initTimothy Gu2015-10-19
* x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototypeTimothy Gu2015-10-19
* x86: fpel: Move prototypes for 4-px block functionsTimothy Gu2015-10-19
* avcodec/mpegaudio_parser: Update comment to match codeMichael Niedermayer2015-10-19
* vp9_parser: fix endless loop w/0-sized frameJames Zern2015-10-19
* avcodec/bitstream: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-18
* avcodec/adpcm: increase max channels for ADPCM PSX to 8Paul B Mahol2015-10-18
* libavcodec/mpegvideo_enc.c: Fix encoding videos with less frames than the del...Alexis Ballier2015-10-18
* avcodec/mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer2015-10-18
* avcodec/mpegvideo_enc: Factor new_picture unref outMichael Niedermayer2015-10-18
* aacenc_ltp: adjust and speed up autocorrelation calculationsRostislav Pehlivanov2015-10-17
* avcodec/aacenc: Fix "libavcodec/aacenc.c:540:13: warning: ISO C90 forbids mix...Michael Niedermayer2015-10-17
* aacenc_ltp: correct header description commentRostislav Pehlivanov2015-10-17
* aacenc_ltp: replace av_clip() with av_clip_uintp2()Rostislav Pehlivanov2015-10-17
* aacenc_ltp: fix assertionRostislav Pehlivanov2015-10-17
* aacenc_tns: enable Temporal Noise Shaping by defaultRostislav Pehlivanov2015-10-17
* aacenc_tns: rework TNS descision logicRostislav Pehlivanov2015-10-17
* aacenc_tns: simplify encoding functionRostislav Pehlivanov2015-10-17
* aacenc_tns: disable coefficient compression by defaultRostislav Pehlivanov2015-10-17
* aacenc_tns: add moving average filter for LTPRostislav Pehlivanov2015-10-17
* aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov2015-10-17
* aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov2015-10-17
* aacenc: (re)enable Mid/Side coding by defaultRostislav Pehlivanov2015-10-17
* aacenc_pred: only print predictor information if profile is aac_mainRostislav Pehlivanov2015-10-17
* aacenc: correctly zero prediction_used arrayRostislav Pehlivanov2015-10-17
* aacenc: slightly simplify and remove a redundant variableRostislav Pehlivanov2015-10-17
* aacenc_pred: correct header informationRostislav Pehlivanov2015-10-17
* aacenc: indicate that TNS is off by defaultRostislav Pehlivanov2015-10-17
* aactab: move ltp_coef[] from aacdectab to aactabRostislav Pehlivanov2015-10-17
* avcodec/ffv1: Initialize vlc_state on allocationMichael Niedermayer2015-10-17
* Merge commit 'b52307933b576eba741c80108c3dad09eb48ba12'Hendrik Leppkes2015-10-16
|\
| * wrapped_avframe: Drop a now-unused variableLuca Barbato2015-10-16
| * mpeg12: Unbreak building stale codeLuca Barbato2015-10-16
| * aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-15
| * lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-15
* | avcodec/ffv1dec: update progress in case of broken pointer chainsMichael Niedermayer2015-10-16
* | avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header ...Michael Niedermayer2015-10-16
* | avcodec/nvenc: fix b frame n_quant_offsetAgatha Hu2015-10-16
* | avcodec: add ADPCM PSX decoderPaul B Mahol2015-10-16
* | vp9: use AVFrame.buf[0] to check if a frame is validHendrik Leppkes2015-10-16
* | avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() tooMichael Niedermayer2015-10-15
* | Revert "avcodec/h264: remove redundant and bogus get_format call"wm42015-10-15
* | avcodec/h264: remove redundant and bogus get_format callwm42015-10-15
* | aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-15
* | vp9: expose reference frames in VP9SharedContextHendrik Leppkes2015-10-15
* | vp9: split header into separate struct and expose in vp9.hRonald S. Bultje2015-10-15
* | dnxhd: interleave AC levels and flagsChristophe Gisquet2015-10-15
* | Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'Hendrik Leppkes2015-10-14
|\|
| * h264: Run VLC init under pthread_onceDerek Buitenhuis2015-10-14