summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_aspect.c
Commit message (Expand)AuthorAgeFilesLines
* setdar: prefer "sar" over "par" in log info messageStefano Sabatini2011-04-251-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-02-141-0/+14
* In aspect filter, fix display for input resolutionBaptiste Coudurier2010-11-241-1/+1
* Reindent.Stefano Sabatini2010-11-221-5/+5
* Implement robust parsing in aspect filters.Stefano Sabatini2010-11-221-9/+11
* Add informative log messages to the set aspect filters.Stefano Sabatini2010-11-221-0/+4
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-221-13/+13
* Log error message in case of invalid parsing.Stefano Sabatini2010-11-181-2/+5
* Fix style: if( -> if (.Stefano Sabatini2010-11-181-5/+5
* Remove redundant information in header.Stefano Sabatini2010-11-181-2/+1
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-1/+1
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-4/+4
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-181-16/+4
* Add video filter to manipulate aspect ratioBobby Bingham2010-03-171-0/+135
OpenPOWER on IntegriCloud