Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-01lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini
2014-04-10libavfilter: Add asettb filter for setting timebase for audioNicolas George
2014-03-06lavfi: add shuffleplanes filterAnton Khirnov
2014-02-26lavfi: add compand audio filterAndrew Kelley
2014-02-19vf_interlace: deprecate lowpass optionVittorio Giovara
2014-01-10lavfi: add framepack filterVittorio Giovara
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
2013-12-15Bump major of libavfilter for reference counted buffer API changes.Reinhard Tartler
2013-11-03vf_scale: make the dar variable return the DAR.Rudolf Polzer
2013-10-28avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-05-17lavfi doxy: add a page for lavfi.Anton Khirnov
2013-04-30lavfi: add an asetpts filterAnton Khirnov
2013-04-11lavfi: change the filter registering system to match the other librariesAnton Khirnov
2013-04-11lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov
2013-04-11lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-04-09lavfi: add a bump and docs entries for the AVOptions switchAnton Khirnov
2013-04-09lavfi: switch to an AVOptions-based system.Anton Khirnov
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2012-12-05lavfi: add volume filterJustin Ruggles
2012-10-30lavfi: add ashowinfo filterAnton Khirnov
2012-07-28lavfi: bump minor to mark stabilizing the ABI.Anton Khirnov
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-03cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun
2012-07-03misc typo and wording fixesDiego Biurrun
2012-06-26lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov
2012-06-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-13lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov
2012-06-12lavfi: add channelsplit audio filter.Anton Khirnov
2012-05-24lavfi: add audio mix filterJustin Ruggles
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki
2012-05-21lavfi: add an audio split filterJustin Ruggles
2012-05-18lavfi: Add fps filter.Anton Khirnov
2012-05-15Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov
2012-05-14buffersrc: add av_buffersrc_write_frame().Anton Khirnov
2012-05-09lavfi: change AVFilterLink.sample_rate from int64_t to int on next bumpAnton Khirnov
2012-05-07lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini