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-03-23lavfi: Drop deprecated non-const filter retrievalVittorio Giovara
2017-03-23lavfi: Drop deprecated filter registrationVittorio Giovara
2017-03-23lavfi: Drop deprecated filter initializationVittorio Giovara
2017-03-23lavfi: Drop deprecated functions to open a filter or a filterchainVittorio Giovara
2017-03-23lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara
2017-03-23Bump major versions of all librariesVittorio Giovara
2017-03-01build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-02-18vf_deinterlace_vaapi: Create filter buffer after contextMark Thompson
2017-02-16vf_fade: Make sure to not miss the last lines of a frameMartin Storsjö
2017-02-11scale_npp: explicitly set the output frames context for passthrough modeAnton Khirnov
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-12-22build: Generate pkg-config files from Make and not from configureDiego Biurrun
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