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
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20vf_aspect: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-03-21lavfi/aspect: check for a negative code from av_parse_ratio()Stefano Sabatini
2012-03-19lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspectStefano Sabatini
2012-02-18lavfi/aspect: set default value to 0:1, as stated in the docsStefano Sabatini
2012-02-18lavfi/aspect: remove confusing commentsStefano Sabatini
2012-02-18lavfi/aspect: show log info even in case no argument is provided to setdar/se...Stefano Sabatini
2012-02-07lavfi/aspect: rename field aspect->aspect to aspect->ratioStefano Sabatini
2012-02-06lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
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