summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* setpts: add FRAME_RATE constantStefano Sabatini2015-11-091-0/+9
* testsrc: set output framerateStefano Sabatini2015-11-091-8/+6
* yadif: update frame rateMichael Niedermayer2015-11-091-0/+4
* vf_fps: set frame_rate.Nicolas George2015-11-091-3/+4
* buffersrc: accept the frame rate as argument.Nicolas George2015-11-091-0/+3
* lavfi: add a frame_rate field to AVFilterLink.Nicolas George2015-11-093-1/+15
* vf_pad: fix x, y option expression evaluationJohn Stebbins2015-11-061-5/+5
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* vf_framepack: Use av_image_copy() where appropriateVittorio Giovara2015-09-291-61/+96
* lavfi: do not exclude hwaccel formats from ff_all_formats()Anton Khirnov2015-09-281-2/+1
* avfilter: Support both syntaxes for the scale filterLuca Barbato2015-09-131-5/+38
* buffersrc: Improve initialization log messageVittorio Giovara2015-09-131-1/+4
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-072-3/+3
* Bump major versions of all librariesVittorio Giovara2015-08-281-2/+2
* Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-281-5/+5
* lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-2811-762/+0
* lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-285-46/+0
* lavfi: Drop deprecated public AVFilterPad structVittorio Giovara2015-08-283-144/+0
* vf_scale: Add an option to pass the scaler paramsLuca Barbato2015-08-261-1/+4
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-1/+1
* drawtext: Move the strftime expansion in a separate functionLuca Barbato2015-08-021-17/+29
OpenPOWER on IntegriCloud