summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-221-0/+1
* lavfi: Add VAAPI deinterlacerMark Thompson2016-12-104-1/+628
* vf_hwupload_cuda: Add min/max limits for device optionRuta Gadkari2016-12-081-1/+1
* configure: Add missing asyncts filter, movie filter, and output example depsDiego Biurrun2016-11-251-0/+4
* af_asyncts: Use llabs instead of labs for 64-bit variableDiego Biurrun2016-11-151-1/+1
* vf_drawtext: Drop wrong void* castDiego Biurrun2016-11-121-1/+1
* lavfi: Hardware map filterMark Thompson2016-11-034-1/+338
* vf_hwupload_cuda: Fix build errorMark Thompson2016-11-031-1/+1
* lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-0210-8/+26
* lavfi: Use ff_get_video_buffer in all filters using hwframesMark Thompson2016-11-025-31/+11
* lavfi: Make default get_video_buffer work with hardware framesMark Thompson2016-11-021-4/+10
* vf_drawtext: Move static keyword to beginning of variable declarationDiego Biurrun2016-11-021-3/+2
* scale_npp: fix passthrough modeYogender Gupta2016-10-251-1/+1
* x86: Add missing colons after assembly labelsDiego Biurrun2016-10-171-1/+1
* vf_scale_vaapi: Crop input surface to active regionMark Thompson2016-09-141-1/+11
* High Definition Compatible Digital (HDCD) decoder filter, using libhdcdBurt P2016-08-294-1/+200
* lavfi: add a QSV deinterlacing filterAnton Khirnov2016-07-224-1/+583
* vf_scale_vaapi: Respect driver quirks around buffer destructionMark Thompson2016-07-021-7/+8
* vf_hwdownload: allocate the destination frame for the pool sizeAnton Khirnov2016-06-281-1/+5
* lavfi: set the link hwframes context before configuring the dst inputAnton Khirnov2016-06-251-8/+8
* Use AVFrame.pts instead of deprecated pkt_pts.Anton Khirnov2016-06-211-2/+0
* lavfi: add a QSV scaling filterAnton Khirnov2016-06-214-1/+636
* build: Change structure of the linker version script templatesDiego Biurrun2016-05-291-3/+6
* Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-283-3/+0
* avfiltergraph: check the query_formats() return valueAnton Khirnov2016-05-231-2/+8
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-132-0/+1
* Mark read-only tables as staticDiego Biurrun2016-05-051-2/+2
* vf_frei0r: Drop overly verbose and broken debug outputDiego Biurrun2016-05-041-48/+0
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-049-12/+12
* Drop pointless assert.h #includesDiego Biurrun2016-05-032-2/+0
* build: Split test programs off into separate filesDiego Biurrun2016-04-071-0/+0
* build: miscellaneous cosmeticsDiego Biurrun2016-04-071-7/+8
* vf_fade: make sure the slice end is always in the frameAnton Khirnov2016-03-251-1/+1
* lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov2016-03-234-1/+663
* lavf: VAAPI scale filterMark Thompson2016-03-233-0/+462
* lavfi: generic hardware surface upload and download filtersMark Thompson2016-03-197-1/+469
* vsrc_movie: convert to codecparAnton Khirnov2016-02-241-4/+12
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-186-6/+0
* lavfi: add a filter for uploading normal frames to CUDAAnton Khirnov2016-02-143-0/+239
* lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-145-10/+183
* buffersrc: default SAR to 0 (unknown) rather than 1Anton Khirnov2016-02-141-1/+1
* buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov2016-02-121-1/+1
* lavfi: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-253-10/+9
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-111-2/+3
* vsrc_color: Drop unneeded variableVittorio Giovara2015-11-301-3/+1
* vsrc_color: implement frame rateJohn Stebbins2015-11-091-6/+5
* vf_showinfo: show timebase & framerate tooMichael Niedermayer2015-11-091-1/+26
* vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer2015-11-091-0/+1
* vf_framepack: Check and update frame_rateMichael Niedermayer2015-11-091-10/+21
* vf_interlace: implement frame rateMichael Niedermayer2015-11-091-0/+2
OpenPOWER on IntegriCloud