summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
Commit message (Expand)AuthorAge
* lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov2016-03-23
* lavfi: generic hardware surface upload and download filtersMark Thompson2016-03-19
* lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-14
* lavfi: add a frame_rate field to AVFilterLink.Nicolas George2015-11-09
* 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
* lavfi: Add library identifierVittorio Giovara2015-07-01
* Bump major versions of all libraries.Anton Khirnov2014-08-09
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-09
* Revert "vf_interlace: deprecate lowpass option"Vittorio Giovara2014-08-01
* lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini2014-05-01
* libavfilter: Add asettb filter for setting timebase for audioNicolas George2014-04-10
* lavfi: add shuffleplanes filterAnton Khirnov2014-03-05
* lavfi: add compand audio filterAndrew Kelley2014-02-26
* vf_interlace: deprecate lowpass optionVittorio Giovara2014-02-19
* lavfi: add framepack filterVittorio Giovara2014-01-09
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
* Bump major of libavfilter for reference counted buffer API changes.Reinhard Tartler2013-12-14
* vf_scale: make the dar variable return the DAR.Rudolf Polzer2013-11-02
* avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara2013-10-28
* lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-28
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-24
* lavfi doxy: add a page for lavfi.Anton Khirnov2013-05-17
* lavfi: add an asetpts filterAnton Khirnov2013-04-30
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-11
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-11
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* lavfi: add a bump and docs entries for the AVOptions switchAnton Khirnov2013-04-09
* lavfi: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-16
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-08
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
* lavfi: add volume filterJustin Ruggles2012-12-05
* lavfi: add ashowinfo filterAnton Khirnov2012-10-29
* lavfi: bump minor to mark stabilizing the ABI.Anton Khirnov2012-07-28
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04
* cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-03
* misc typo and wording fixesDiego Biurrun2012-07-03
* lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-26
* lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-22
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13