summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* qsvdec: fix get_format and hwaccel_context handlingHendrik Leppkes2015-10-22
* Merge commit 'dc923bc23b3efd949d0bf67ff1abdb95059e5843'Hendrik Leppkes2015-10-22
|\
| * qsvenc: add an API for allocating opaque surfacesAnton Khirnov2015-10-16
* | Merge commit '2ec96b6bd5bf7b22978711bcf2cee702bee89c6f'Hendrik Leppkes2015-10-22
|\|
| * qsvenc: cosmetics, reindentAnton Khirnov2015-10-16
* | Merge commit 'f6f32fc93d39caf329869c1bff8ad024ccab1d42'Hendrik Leppkes2015-10-22
|\|
| * qsvenc: set the timestamp for PIX_FMT_QSV frames as wellAnton Khirnov2015-10-16
* | Merge commit '772c87c5a658f36d7c0612f5da583fc2bfa54f79'Hendrik Leppkes2015-10-22
|\|
| * qsvenc: support passing arbitrary external buffers to the encoderAnton Khirnov2015-10-16
* | 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