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
2016-10-02h264dec: support broken files with mp4 extradata/annex b dataAnton Khirnov
2016-10-01ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asmJustin Ruggles
2016-10-01ac3dsp: Add some special-case handling for the C downmix functionJustin Ruggles
2016-10-01ac3dsp: Reverse matrix in/out order in downmix()Justin Ruggles
2016-09-30x86/h264_weight: use appropriate register size for weight parametersHendrik Leppkes
2016-09-29mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-29mss*: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-29ea: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-29hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-29h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-09-29idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-29blockdsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-29intrax8: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-29hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...Diego Biurrun
2016-09-29x86: fpel: Remove unnecessary sign extendDiego Biurrun
2016-09-29vaapi_h264: Set max_num_ref_frames to 1 when not using B framesMark Thompson
2016-09-29vaapi_encode: Sync to input surface rather than outputMark Thompson
2016-09-29vaapi_encode: Check packed header capabilitiesMark Thompson
2016-09-29vaapi_encode: Refactor initialisationMark Thompson
2016-09-28tdsc: use the new decoding APIAnton Khirnov
2016-09-28lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov
2016-09-28mpegvideo_enc: use the new encoding API for b_strategy=2Anton Khirnov
2016-09-28mpegvideo_enc: handle encoding errors with b_strategy=2Anton Khirnov
2016-09-28mpegvideo_enc: add const to the AVCodec instanceAnton Khirnov
2016-09-24nvenc: Extended rate-control support as provided by SDK 7Yogender Gupta
2016-09-24nvenc: Add support for high bitdepthYogender Gupta
2016-09-24nvenc: Add some easier to understand presets that match x264 terminologyYogender Gupta
2016-09-24nvenc: Make sure that enum and array index matchLuca Barbato
2016-09-22audiodsp/x86: yasmify vector_clipf_sseAnton Khirnov
2016-09-22audiodsp: reorder arguments for vector_clipfAnton Khirnov
2016-09-22audiodsp: fix vector_clipf documentationAnton Khirnov
2016-09-22blockdsp: drop the high_bit_depth parameterAnton Khirnov
2016-09-19audiodsp/x86: clear the high bits of the order parameter on 64bitAnton Khirnov
2016-09-19audiodsp/x86: fix ff_vector_clip_int32_sse2Anton Khirnov
2016-09-19avcodec: Add the extended pixel format profile for HEVCYogender Gupta
2016-09-16mpegvideo_motion: Handle edge emulation even without unrestricted_mvMichael Niedermayer
2016-09-14vaapi_h264: Fix HRD bit_rate/cpb_size scalingMark Thompson
2016-09-14pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-09-12ppc: mpegvideo: Add proper runtime AltiVec detectionDiego Biurrun
2016-09-11ppc: Update #endif commentsDiego Biurrun
2016-09-11audiodsp: ppc: Add VSX variantLuca Barbato
2016-09-09vaapi_vp8: Explicitly include libva vp8 decode headerMark Thompson
2016-09-08vaapi_decode: Ignore the profile when not usefulMark Thompson
2016-09-08lavc/vaapi: Add VP8 decode hwaccelMark Thompson
2016-09-08vp8: Add hwaccel hooksMark Thompson
2016-09-08utvideo: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-07iir_filter: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-07error_resilience: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-04sanm: Change type of array pitch parameters to ptrdiff_tDiego Biurrun
2016-09-04copy_block: Change type of array stride parameters to ptrdiff_tDiego Biurrun