Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-10lavfi: Add VAAPI deinterlacerMark Thompson
2016-12-08vf_hwupload_cuda: Add min/max limits for device optionRuta Gadkari
2016-11-25configure: Add missing asyncts filter, movie filter, and output example depsDiego Biurrun
2016-11-15af_asyncts: Use llabs instead of labs for 64-bit variableDiego Biurrun
2016-11-12vf_drawtext: Drop wrong void* castDiego Biurrun
2016-11-04lavfi: Hardware map filterMark Thompson
2016-11-03vf_hwupload_cuda: Fix build errorMark Thompson
2016-11-02lavfi: Always propagate hw_frames_ctx through linksMark Thompson
2016-11-02lavfi: Use ff_get_video_buffer in all filters using hwframesMark Thompson
2016-11-02lavfi: Make default get_video_buffer work with hardware framesMark Thompson
2016-11-02vf_drawtext: Move static keyword to beginning of variable declarationDiego Biurrun
2016-10-25scale_npp: fix passthrough modeYogender Gupta
2016-10-17x86: Add missing colons after assembly labelsDiego Biurrun
2016-09-14vf_scale_vaapi: Crop input surface to active regionMark Thompson
2016-08-29High Definition Compatible Digital (HDCD) decoder filter, using libhdcdBurt P
2016-07-22lavfi: add a QSV deinterlacing filterAnton Khirnov
2016-07-02vf_scale_vaapi: Respect driver quirks around buffer destructionMark Thompson
2016-06-28vf_hwdownload: allocate the destination frame for the pool sizeAnton Khirnov
2016-06-25lavfi: set the link hwframes context before configuring the dst inputAnton Khirnov
2016-06-21Use AVFrame.pts instead of deprecated pkt_pts.Anton Khirnov
2016-06-21lavfi: add a QSV scaling filterAnton Khirnov
2016-05-29build: Change structure of the linker version script templatesDiego Biurrun
2016-05-28Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun
2016-05-23avfiltergraph: check the query_formats() return valueAnton Khirnov
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-05-04vf_frei0r: Drop overly verbose and broken debug outputDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-03-25vf_fade: make sure the slice end is always in the frameAnton Khirnov
2016-03-23lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov
2016-03-23lavf: VAAPI scale filterMark Thompson
2016-03-19lavfi: generic hardware surface upload and download filtersMark Thompson
2016-02-24vsrc_movie: convert to codecparAnton Khirnov
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-15lavfi: add a filter for uploading normal frames to CUDAAnton Khirnov
2016-02-15lavfi: pass the hw frames context through the filter chainAnton Khirnov
2016-02-14buffersrc: default SAR to 0 (unknown) rather than 1Anton Khirnov
2016-02-12buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov
2016-01-25lavfi: Use AV_CEIL_RSHIFT where neededVittorio Giovara
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2015-11-30vsrc_color: Drop unneeded variableVittorio Giovara
2015-11-09vsrc_color: implement frame rateJohn Stebbins
2015-11-09vf_showinfo: show timebase & framerate tooMichael Niedermayer
2015-11-09vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer
2015-11-09vf_framepack: Check and update frame_rateMichael Niedermayer
2015-11-09vf_interlace: implement frame rateMichael Niedermayer
2015-11-09setpts: add FRAME_RATE constantStefano Sabatini