summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* vf_deinterlace_vaapi: Create filter buffer after contextMark Thompson2017-02-17
* vf_fade: Make sure to not miss the last lines of a frameMartin Storsjö2017-02-16
* scale_npp: explicitly set the output frames context for passthrough modeAnton Khirnov2017-02-11
* Mark some arrays that never change as const.Anton Khirnov2017-02-01
* build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-22
* lavfi: Add VAAPI deinterlacerMark Thompson2016-12-10
* vf_hwupload_cuda: Add min/max limits for device optionRuta Gadkari2016-12-08
* configure: Add missing asyncts filter, movie filter, and output example depsDiego Biurrun2016-11-25
* af_asyncts: Use llabs instead of labs for 64-bit variableDiego Biurrun2016-11-15
* vf_drawtext: Drop wrong void* castDiego Biurrun2016-11-12
* lavfi: Hardware map filterMark Thompson2016-11-03
* vf_hwupload_cuda: Fix build errorMark Thompson2016-11-03
* lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-02
* lavfi: Use ff_get_video_buffer in all filters using hwframesMark Thompson2016-11-02
* lavfi: Make default get_video_buffer work with hardware framesMark Thompson2016-11-02
* vf_drawtext: Move static keyword to beginning of variable declarationDiego Biurrun2016-11-02
* scale_npp: fix passthrough modeYogender Gupta2016-10-25
* x86: Add missing colons after assembly labelsDiego Biurrun2016-10-17
* vf_scale_vaapi: Crop input surface to active regionMark Thompson2016-09-14
* High Definition Compatible Digital (HDCD) decoder filter, using libhdcdBurt P2016-08-29
* lavfi: add a QSV deinterlacing filterAnton Khirnov2016-07-22
* vf_scale_vaapi: Respect driver quirks around buffer destructionMark Thompson2016-07-02
* vf_hwdownload: allocate the destination frame for the pool sizeAnton Khirnov2016-06-28
* lavfi: set the link hwframes context before configuring the dst inputAnton Khirnov2016-06-25
* Use AVFrame.pts instead of deprecated pkt_pts.Anton Khirnov2016-06-21
* lavfi: add a QSV scaling filterAnton Khirnov2016-06-21
* build: Change structure of the linker version script templatesDiego Biurrun2016-05-29
* Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-28
* avfiltergraph: check the query_formats() return valueAnton Khirnov2016-05-23
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* Mark read-only tables as staticDiego Biurrun2016-05-05
* vf_frei0r: Drop overly verbose and broken debug outputDiego Biurrun2016-05-04
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* vf_fade: make sure the slice end is always in the frameAnton Khirnov2016-03-25
* lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov2016-03-23
* lavf: VAAPI scale filterMark Thompson2016-03-23
* lavfi: generic hardware surface upload and download filtersMark Thompson2016-03-19
* vsrc_movie: convert to codecparAnton Khirnov2016-02-24
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* lavfi: add a filter for uploading normal frames to CUDAAnton Khirnov2016-02-14
* lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-14
* buffersrc: default SAR to 0 (unknown) rather than 1Anton Khirnov2016-02-14
* buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov2016-02-12
* lavfi: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-25
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* vsrc_color: Drop unneeded variableVittorio Giovara2015-11-30
* vsrc_color: implement frame rateJohn Stebbins2015-11-09