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
2017-12-02avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()Michael Niedermayer
2017-12-01mediacodecdec: fix build by including hwaccel.hJan Ekström
2017-12-01avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.Dale Curtis
2017-12-01avcodec/h264_slice: use H264_SEI_FpaType enum constantsJames Almer
2017-12-01avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fieldsJames Almer
2017-11-30avcodec/dnxhddec: Do not overwrite colorspace if the container has set it.Steven Robertson
2017-11-30Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer
2017-11-30Merge commit 'b843b343d8a3210ae37a2342b1904a5bd1e5fc6e'James Almer
2017-11-30lavc/samidec: properly raise errors from sami_paragraph_to_ass()Clément Bœsch
2017-11-30avcodec/samidec: check av_strdup() return valuePan Bian
2017-11-29avcodec/amfenc: move config.h include where it's neededJames Almer
2017-11-29vp9_parser: don't split superframes into separate packetswm4
2017-11-29vp9: use superframe split BSFwm4
2017-11-29avcodec/nvenc: set correct error codePan Bian
2017-11-29libvpxenc,vp9: add corpus-complexity optionJames Zern
2017-11-29Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDKMikhail Mironov
2017-11-28avcodec: set correct return value in ff_mpeg_ref_picturePan Bian
2017-11-28stereo3d: Support view type for frame sequence typeVittorio Giovara
2017-11-28prores: Always assume limited rangeVittorio Giovara
2017-11-28prores: Always assume limited rangeVittorio Giovara
2017-11-28avcodec/videotoolbox: fix SEGV when hwaccel decoding h264 with ffmpeg.cAman Gupta
2017-11-27avcodec/nvdec: More effort to make vp8 compile with gcc < 4.6Philip Langdale
2017-11-27avcodec/nvdec: Make vp8 initialisation more 'compatible'Philip Langdale
2017-11-27avcodec/mlpdsp: Fix signed integer overflow, 2nd tryMichael Niedermayer
2017-11-27avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_addMichael Niedermayer
2017-11-27avcodec/kgv1dec: Check that there is enough input for maximum RLE compressionMichael Niedermayer
2017-11-27avcodec/vc1dec: fix preprocessor checks and hw_configs lists for the hwaccelsJames Almer
2017-11-27avcodec/mpeg4videodec: fix preprocessor check for the nvdec hwaccelJames Almer
2017-11-27avcodec/nvdec: Implement vp8 hwaccelPhilip Langdale
2017-11-27vaapi_decode: Ignore the profile when not usefulMark Thompson
2017-11-27vaapi: Add VP8 decode hwaccelMark Thompson
2017-11-27vp8: Add hwaccel hooksMark Thompson
2017-11-27vaapi: Make the decode profile matching more explicitMark Thompson
2017-11-27lavc: Mark all AVHWAccel structures as constMark Thompson
2017-11-27lavc: Delete all fake hwaccelsMark Thompson
2017-11-27lavc: Remove register mechanism for hwaccelsMark Thompson
2017-11-27lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson
2017-11-27lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-11-27lavc: Add codec metadata to indicate hardware supportMark Thompson
2017-11-26avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*Michael Niedermayer
2017-11-26vorbisenc: Check the return value of av_frame_cloneDerek Buitenhuis
2017-11-26nvenc: Include config.h before checking for D3D11 supportMark Thompson
2017-11-26h264_picture: Actually return error during alloc failureDerek Buitenhuis
2017-11-26error_resilience: remove avpriv_atomic usageRostislav Pehlivanov
2017-11-26libavcodec/utils.c: simplify avcodec locking with atomicsRostislav Pehlivanov
2017-11-26lavc/utils.c: use C11 atomics for entangled thread handlingRostislav Pehlivanov
2017-11-25avcodec/hapdec : use gray8 for HapAlphaOnly decoding instead of RGB0Martin Vignali
2017-11-25avcodec/texturedsp : add rgtc1u gray decodingMartin Vignali
2017-11-25avcodec/fft: fix INTERL macro on 3dnowMikulas Patocka