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-04-19lavfi: name anonymous structsVittorio Giovara
2013-11-03vf_aspect: support variables in evaluating the aspect ratiosRudolf Polzer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-05-17vf_setdar: make config_props work properly when called multiple times.Anton Khirnov
2013-05-16vf_aspect: use the name 's' for the pointer to the private contextAnton Khirnov
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_aspect: switch to an AVOptions-based system.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-20vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-04-26setdar: prefer "sar" over "par" in log info messageStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-14Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer
2010-11-24In aspect filter, fix display for input resolutionBaptiste Coudurier
2010-11-23Reindent.Stefano Sabatini
2010-11-23Implement robust parsing in aspect filters.Stefano Sabatini
2010-11-23Add informative log messages to the set aspect filters.Stefano Sabatini
2010-11-23Give more explicit/less confusing names to the filters dealing withStefano Sabatini
2010-11-18Log error message in case of invalid parsing.Stefano Sabatini
2010-11-18Fix style: if( -> if (.Stefano Sabatini
2010-11-18Remove redundant information in header.Stefano Sabatini
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-19Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham
2010-03-17Add video filter to manipulate aspect ratioBobby Bingham