summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/x86/vc1dsp_init: Fix compilation with --disable-yasm.Carl Eugen Hoyos2015-10-22
* mmaldec: Add mpeg2 decoding supportJulian Scheel2015-10-22
* x86/Makefile: move decoder/encoder objects out of the subsystems sectionJames Almer2015-10-22
* vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasmTimothy Gu2015-10-21
* avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun2015-10-22
* avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun2015-10-22
* huffyuvencdsp: Cherry pick changes left out in the last commitTimothy Gu2015-10-21
* huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2}Timothy Gu2015-10-21
* mmaldec: Fix avpriv_atomic_get usageJulian Scheel2015-10-21
* aacdec: fix strict prototype warningHendrik Leppkes2015-10-21
* lavc: add AV_CODEC_ID_DAALA to the list of codec IDs and bump minorRostislav Pehlivanov2015-10-21
* libvpxenc: remove some unused ctrl id mappingsJames Zern2015-10-20
* huffyuvencdsp: Convert ff_diff_bytes_mmx to yasmTimothy Gu2015-10-20
* avcodec: remove unused avpriv_ac3_parse_headerAndreas Cadhalpun2015-10-21
* dnxhdenc: Optimize get_pixels_8x4_sym for 10-bitTimothy Gu2015-10-20
* dca_parser: don't overwrite the sample rate, it may not be correctHendrik Leppkes2015-10-20
* 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