Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-22Merge commit 'dc923bc23b3efd949d0bf67ff1abdb95059e5843'Hendrik Leppkes
2015-10-22Merge commit '2ec96b6bd5bf7b22978711bcf2cee702bee89c6f'Hendrik Leppkes
2015-10-22Merge commit 'f6f32fc93d39caf329869c1bff8ad024ccab1d42'Hendrik Leppkes
2015-10-22Merge commit '772c87c5a658f36d7c0612f5da583fc2bfa54f79'Hendrik Leppkes
2015-10-22lavc/x86/vc1dsp_init: Fix compilation with --disable-yasm.Carl Eugen Hoyos
2015-10-22mmaldec: Add mpeg2 decoding supportJulian Scheel
2015-10-22x86/Makefile: move decoder/encoder objects out of the subsystems sectionJames Almer
2015-10-22vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasmTimothy Gu
2015-10-22avcodec: rename avpriv_color_frame to ff_color_frameAndreas Cadhalpun
2015-10-22avcodec: drop 2 suffix from avpriv_ac3_parse_header2Andreas Cadhalpun
2015-10-21huffyuvencdsp: Cherry pick changes left out in the last commitTimothy Gu
2015-10-21huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2}Timothy Gu
2015-10-21mmaldec: Fix avpriv_atomic_get usageJulian Scheel
2015-10-21aacdec: fix strict prototype warningHendrik Leppkes
2015-10-21lavc: add AV_CODEC_ID_DAALA to the list of codec IDs and bump minorRostislav Pehlivanov
2015-10-21libvpxenc: remove some unused ctrl id mappingsJames Zern
2015-10-21huffyuvencdsp: Convert ff_diff_bytes_mmx to yasmTimothy Gu
2015-10-21avcodec: remove unused avpriv_ac3_parse_headerAndreas Cadhalpun
2015-10-20dnxhdenc: Optimize get_pixels_8x4_sym for 10-bitTimothy Gu
2015-10-20dca_parser: don't overwrite the sample rate, it may not be correctHendrik Leppkes
2015-10-20huffyuvencdsp: Use intptr_t for widthTimothy Gu
2015-10-20x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_initTimothy Gu
2015-10-20x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototypeTimothy Gu
2015-10-20x86: fpel: Move prototypes for 4-px block functionsTimothy Gu
2015-10-19avcodec/mpegaudio_parser: Update comment to match codeMichael Niedermayer
2015-10-19vp9_parser: fix endless loop w/0-sized frameJames Zern
2015-10-18avcodec/bitstream: replace qsort with AV_QSORTGanesh Ajjanagadde
2015-10-18avcodec/adpcm: increase max channels for ADPCM PSX to 8Paul B Mahol
2015-10-18libavcodec/mpegvideo_enc.c: Fix encoding videos with less frames than the del...Alexis Ballier
2015-10-18avcodec/mpegvideo_enc: Merge ifs with identical conditionsMichael Niedermayer
2015-10-18avcodec/mpegvideo_enc: Factor new_picture unref outMichael Niedermayer
2015-10-18aacenc_ltp: adjust and speed up autocorrelation calculationsRostislav Pehlivanov
2015-10-17avcodec/aacenc: Fix "libavcodec/aacenc.c:540:13: warning: ISO C90 forbids mix...Michael Niedermayer
2015-10-17aacenc_ltp: correct header description commentRostislav Pehlivanov
2015-10-17aacenc_ltp: replace av_clip() with av_clip_uintp2()Rostislav Pehlivanov
2015-10-17aacenc_ltp: fix assertionRostislav Pehlivanov
2015-10-17aacenc_tns: enable Temporal Noise Shaping by defaultRostislav Pehlivanov
2015-10-17aacenc_tns: rework TNS descision logicRostislav Pehlivanov
2015-10-17aacenc_tns: simplify encoding functionRostislav Pehlivanov
2015-10-17aacenc_tns: disable coefficient compression by defaultRostislav Pehlivanov
2015-10-17aacenc_tns: add moving average filter for LTPRostislav Pehlivanov
2015-10-17aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov
2015-10-17aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov
2015-10-17aacenc: (re)enable Mid/Side coding by defaultRostislav Pehlivanov
2015-10-17aacenc_pred: only print predictor information if profile is aac_mainRostislav Pehlivanov
2015-10-17aacenc: correctly zero prediction_used arrayRostislav Pehlivanov
2015-10-17aacenc: slightly simplify and remove a redundant variableRostislav Pehlivanov
2015-10-17aacenc_pred: correct header informationRostislav Pehlivanov
2015-10-17aacenc: indicate that TNS is off by defaultRostislav Pehlivanov
2015-10-17aactab: move ltp_coef[] from aacdectab to aactabRostislav Pehlivanov