summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_aspect.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/aspect: set default value to 0:1, as stated in the docsStefano Sabatini2012-02-181-0/+1
* lavfi/aspect: remove confusing commentsStefano Sabatini2012-02-181-2/+0
* lavfi/aspect: show log info even in case no argument is provided to setdar/se...Stefano Sabatini2012-02-181-2/+2
* lavfi/aspect: rename field aspect->aspect to aspect->ratioStefano Sabatini2012-02-071-12/+12
* lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini2012-02-061-19/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
| * 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
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-011-1/+1
* | setdar: prefer "sar" over "par" in log info messageStefano Sabatini2011-03-271-1/+1
* | Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-01-311-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