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