summaryrefslogtreecommitdiff
path: root/libavfilter/vf_aspect.c
Commit message (Expand)AuthorAge
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\
| * 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
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-01
* | setdar: prefer "sar" over "par" in log info messageStefano Sabatini2011-03-27
* | Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-01-31
|/
* 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