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
2019-06-25lavf/qsv_scale: add scaling modes supportZhong Li
2019-06-18lavfi/af_asetnsamples: Remove the redundant condition checkJun Zhao
2019-06-14libavfilter/vf_blend.c: remove duplicate code with macro-defined functionLimin Wang
2019-06-14libavfilter/vf_blend.c: remove duplicate code with same functionLimin Wang
2019-06-14lavf/qsv_vpp: add frame format optionZhong Li
2019-06-12avfilter/vf_gblur: add missing preprocessor checkJames Almer
2019-06-12avfilter/vf_gblur: add x86 SIMD optimizationsRuiling Song
2019-06-12libavfilter/vf_cover_rect.c: free the allocated frameLimin Wang
2019-06-11avfilter/vf_normalize: fix filtering of RGB0 formatsPaul B Mahol
2019-06-10lavf/qsvvpp: add P010 output format supportZhong Li
2019-06-10lavf/qsvvpp: add extra_hw_frames supportZhong Li
2019-06-09avfilter/vf_lut2: add slice threadingPaul B Mahol
2019-06-07lavfi/vaapi: Fix build with libva 2.1 and 2.2Mark Thompson
2019-06-06libavfilter: Add derain filterXuewei Meng
2019-06-06avfilter/framesync: fix shortest with eof_action=passGyan Doshi
2019-06-04avilter/avf_showwaves: switch to activate in showwaves filterPaul B Mahol
2019-06-03avfilter/af_anlmdn: add support for commandsPaul B Mahol
2019-06-03lavf/sr: Refine the coding style for initJun Zhao
2019-06-03lavf/sr: Don't need to check NULL before sws_freeContextJun Zhao
2019-06-03lavf/sr: Dump input pixel format in error messageJun Zhao
2019-06-03lavf/qsv: use av_cold for init/uninitZhong Li
2019-06-03avfilter/vf_unsharp: enable slice threadingRuiling Song
2019-06-03lavfi/lut: Add slice threading supportJun Zhao
2019-06-03lavfi/colorlevels: Add slice threading supportJun Zhao
2019-06-02vf_scale_vaapi: Add options to configure output colour propertiesMark Thompson
2019-06-02lavfi/vaapi: Improve support for colour propertiesMark Thompson
2019-06-02vf_misc_vaapi: Add missing return value checksMark Thompson
2019-06-02lavfi/vaapi: Factorise out common code for parameter buffer setupMark Thompson
2019-06-02vf_crop: Add support for cropping hardware framesMark Thompson
2019-06-02avfilter/af_anlmdn: avoid creating frames with zero samplesPaul B Mahol
2019-06-02avfilter/af_anlmdn: try to recover when cache becomes negativePaul B Mahol
2019-06-02avfilter/af_anlmdn: add smooth factor optionPaul B Mahol
2019-06-02avfilter/vf_xmedian: remove limitation of only odd number of inputsPaul B Mahol
2019-05-31lavfi/showspatial: Remove two write-only variables.Carl Eugen Hoyos
2019-05-31avfilter: add showspatial multimedia filterPaul B Mahol
2019-05-30lavf/qsvvpp: avoid the double-free when working in sys memory modeLinjie Fu
2019-05-28avfilter/avf_aphasemeter: make use of av_rescalePaul B Mahol
2019-05-28avfilter/avf_showwaves: make use of av_rescale_qPaul B Mahol
2019-05-28avfilter/avf_ahistogram: make use of av_rescalePaul B Mahol
2019-05-28avfilter/avf_showvolume: make use of av_rescalePaul B Mahol
2019-05-28avfilter/avf_abitscope: make use of av_rescalePaul B Mahol
2019-05-28avfilter/avf_avectorscope: make use of av_rescalePaul B Mahol
2019-05-28lavfi/sr: Change the backend type from flags to intJun Zhao
2019-05-28lavfi/sr: Remove slice thread flagJun Zhao
2019-05-27avfilter/avf_showvolume: switch to activatePaul B Mahol
2019-05-27avfilter/af_superequalizer: switch to activatePaul B Mahol
2019-05-26avfilter/avf_showfreqs: switch to activatePaul B Mahol
2019-05-24avfilter/f_loop: warn about unset loop sizesMarton Balint
2019-05-24avfilter/f_loop: fix video loop issues with 0 size or when size is bigger tha...Marton Balint
2019-05-24avfilter/vf_scale_cuda: reset frame size after acquiring from hwframeJosh Allmann