Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-05-01lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini
2011-04-26setdar: prefer "sar" over "par" in log info messageStefano Sabatini
2011-03-27setdar: prefer "sar" over "par" in log info messageStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-14Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer
2011-01-31Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer
2010-11-24In aspect filter, fix display for input resolutionBaptiste Coudurier
2010-11-23Reindent.Stefano Sabatini
2010-11-23Implement robust parsing in aspect filters.Stefano Sabatini
2010-11-23Add informative log messages to the set aspect filters.Stefano Sabatini
2010-11-23Give more explicit/less confusing names to the filters dealing withStefano Sabatini
2010-11-18Log error message in case of invalid parsing.Stefano Sabatini
2010-11-18Fix style: if( -> if (.Stefano Sabatini
2010-11-18Remove redundant information in header.Stefano Sabatini
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-19Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham
2010-03-17Add video filter to manipulate aspect ratioBobby Bingham