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-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-26avformat/aacdec: Fix leak in adts_aac_read_packet()Michael Niedermayer
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-26doc/ffmpeg: Document opencl for -init_hw_deviceMark Thompson
2017-11-26doc/fftools: Remove documentation for old -opencl_bench optionMark Thompson
2017-11-26nvenc: Include config.h before checking for D3D11 supportMark Thompson
2017-11-26hwcontext_vaapi: Do not assume that sw_format is transferableMark Thompson
2017-11-26h264_picture: Actually return error during alloc failureDerek Buitenhuis
2017-11-26avfilter: add lv2 wrapper filterPaul B Mahol
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-26avformat/mov_esds: check return value of ff_mp4_read_dec_config_descrJames Almer
2017-11-26avformat/isom: return proper error values in ff_mp4_read_dec_config_descrJames Almer
2017-11-25fate/hapAlphaOnly : add test for hap alpha only decodingMartin Vignali
2017-11-25avcodec/hapdec : use gray8 for HapAlphaOnly decoding instead of RGB0Martin Vignali
2017-11-25avcodec/texturedsp : add rgtc1u gray decodingMartin Vignali
2017-11-25hwcontext_d3d11va: properly reset values after release/closeJan Ekström
2017-11-25avcodec/fft: fix INTERL macro on 3dnowMikulas Patocka
2017-11-25hwcontext_opencl: Reset internal command queue on device_uninitMark Thompson
2017-11-25hwcontext_d3d11: Log adapter details on device creationMark Thompson
2017-11-25configure: remove superfluous cuvid and nvdec checksJames Almer
2017-11-25doc/APIchanges: Fix lavu versions for OpenCL changesMark Thompson
2017-11-25lavu/pixfmt: Remove gap in the middle of enum AVPixelFormatMark Thompson
2017-11-25Merge commit '136e7cf64ce9e78de7158d6720539d51cb96b743'Mark Thompson
2017-11-25avfilter: add normalize filterRichard Ling
2017-11-25ffmpeg libopusdec: fix missing include file in libopusdec.cMikulas Patocka
2017-11-25lavf/mov: fix crash in mov_read_sidxJohn Stebbins
2017-11-25avformat/dashenc: Associate mpd extension with dash muxerKarthick J
2017-11-25avcodec/sbrdsp_fixed: Fix integer overflowMichael Niedermayer
2017-11-24avformat/utils: fix mixed declarations and codeJames Almer
2017-11-24avcodec/nvdec: Round up odd width/height valuesPhilip Langdale
2017-11-24avformat/ttaenc: add tta_init()James Almer
2017-11-24avformat/ttaenc: buffer packets directlyJames Almer
2017-11-24avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.Dale Curtis
2017-11-24avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis
2017-11-24avfilter/af_amix: make use of av_asprintf()Paul B Mahol
2017-11-24avfilter: add mix filterPaul B Mahol
2017-11-24avfilter/af_ladspa: remove duplicate code linesPaul B Mahol
2017-11-24avcodec/j2kenc: Only allocate cblk.data onceMichael Niedermayer
2017-11-24avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tagKarthick J
2017-11-24avformat/hlsenc: Refactor an inconsistent variable nameKarthick J
2017-11-24avformat/hlsenc: Minor fix in setting http options for master playlistKarthick J
2017-11-24avfilter/Makefile: skip building opencl.h when opencl is disabledJames Almer
2017-11-23doc/filters: mention (a)loop defaultsLou Logan
2017-11-23doc/filters.texi: explain infinite loopingWerner Robitza
2017-11-23avcodec/x86/exrdsp : use ymm constant for pb_80Martin Vignali
2017-11-23Revert "udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined"Derek Buitenhuis