summaryrefslogtreecommitdiff
path: root/libavfilter/vf_aspect.c
Commit message (Collapse)AuthorAge
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* setdar: prefer "sar" over "par" in log info messageStefano Sabatini2011-04-25
| | | | | | | This is more consistent with the terminology adopted by the aspect filter names. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-02-14
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* In aspect filter, fix display for input resolutionBaptiste Coudurier2010-11-24
| | | | Originally committed as revision 25819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2010-11-22
| | | | Originally committed as revision 25803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement robust parsing in aspect filters.Stefano Sabatini2010-11-22
| | | | Originally committed as revision 25802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add informative log messages to the set aspect filters.Stefano Sabatini2010-11-22
| | | | Originally committed as revision 25801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-22
| | | | | | aspect ratio. Originally committed as revision 25800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Log error message in case of invalid parsing.Stefano Sabatini2010-11-18
| | | | Originally committed as revision 25765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix style: if( -> if (.Stefano Sabatini2010-11-18
| | | | Originally committed as revision 25764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant information in header.Stefano Sabatini2010-11-18
| | | | Originally committed as revision 25763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
| | | | | | | | | | | | Define a new struct AVFilterBufferRefVideoProps and add a type field to AVFilterBufferRef. Video specific properties in AVFilterBufferRefVideoProps are now referred to by *video pointer in AVFilterBufferRef. Patch by S.N. Hemanth Meenakshisundaram smeenaks->ucsd.edu. Originally committed as revision 24763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
| | | | | | | | | The struct is going to be used for storing audio buffer references as well, and the new name is more generic. Patch by S.N. Hemanth Meenakshisundaram @smeenaks@ucsd@edu@. Originally committed as revision 24730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-18
| | | | Originally committed as revision 22595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add video filter to manipulate aspect ratioBobby Bingham2010-03-17
Originally committed as revision 22573 to svn://svn.ffmpeg.org/ffmpeg/trunk