summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* vf_showinfo: show timebase & framerate tooMichael Niedermayer2015-11-09
* vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer2015-11-09
* vf_framepack: Check and update frame_rateMichael Niedermayer2015-11-09
* vf_interlace: implement frame rateMichael Niedermayer2015-11-09
* setpts: add FRAME_RATE constantStefano Sabatini2015-11-09
* testsrc: set output framerateStefano Sabatini2015-11-09
* yadif: update frame rateMichael Niedermayer2015-11-09
* vf_fps: set frame_rate.Nicolas George2015-11-09
* buffersrc: accept the frame rate as argument.Nicolas George2015-11-09
* lavfi: add a frame_rate field to AVFilterLink.Nicolas George2015-11-09
* vf_pad: fix x, y option expression evaluationJohn Stebbins2015-11-06
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* vf_framepack: Use av_image_copy() where appropriateVittorio Giovara2015-09-29
* lavfi: do not exclude hwaccel formats from ff_all_formats()Anton Khirnov2015-09-28
* avfilter: Support both syntaxes for the scale filterLuca Barbato2015-09-13
* buffersrc: Improve initialization log messageVittorio Giovara2015-09-13
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* Bump major versions of all librariesVittorio Giovara2015-08-28
* Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-28
* lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-28
* lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara2015-08-28
* lavfi: Drop deprecated public AVFilterPad structVittorio Giovara2015-08-28
* vf_scale: Add an option to pass the scaler paramsLuca Barbato2015-08-26
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
* drawtext: Move the strftime expansion in a separate functionLuca Barbato2015-08-02
* drawtext: Drop stray guardsLuca Barbato2015-08-02
* af_channelmap: properly set the supported output channel layoutsAnton Khirnov2015-07-23
* af_resample: do not touch the timestamps if we are not resamplingAnton Khirnov2015-07-19