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-02avconv: only retry decoding on actual decoding errorsAnton Khirnov
2016-10-02avconv: make sure the filtergraph is freed on init failureAnton Khirnov
2016-10-02avconv: set the encoding framerate when the output is CFRAnton Khirnov
2016-10-02h264dec: support broken files with mp4 extradata/annex b dataAnton Khirnov
2016-10-02hwcontext_vaapi: add a quirk for the missing MemoryType attributeAnton 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-30avio: add a new flag for marking streams seekable by timestampAnton Khirnov
2016-09-30avio: cosmetics, prettify AVIO_SEEKABLE_NORMALAnton Khirnov
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
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-28examples/output: switch to the new encoding APIAnton Khirnov
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-28APIchanges: fix a typo in the version numberAnton Khirnov
2016-09-27lavu: Bump version for the 12bit Planar YUV supportLuca Barbato
2016-09-27pixfmt: Add yuv444p12 pixel formatLuca Barbato
2016-09-27pixfmt: Add yuv422p12 pixel formatLuca Barbato
2016-09-27pixfmt: Add yuv420p12 pixel formatLuca Barbato
2016-09-27swscale: Rename is9_OR_10 to match what it doesLuca Barbato
2016-09-27swscale: Update bitdepth range checkLuca Barbato
2016-09-27swscale: Consistently order input YUV pixel formatsVittorio Giovara
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-22checkasm: add tests for audiodspAnton Khirnov
2016-09-22checkasm: add a test for blockdspAnton Khirnov
2016-09-22blockdsp: drop the high_bit_depth parameterAnton Khirnov