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-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
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-20lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_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-21lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.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-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-03-10vf_frei0r: set outlinks sample aspect ratio to 1Baptiste Coudurier
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-10-18lavu: add av_strtok()Stefano Sabatini
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-05Add some missing mathematics.h #includes for av_rescale().Diego Biurrun
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-05-01lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-11-30Extend the frei0r filter syntax.Stefano Sabatini
2010-11-30Implement frei0r source.Stefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-26Fix crash in uninit.Stefano Sabatini
2010-11-18move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs
2010-11-13Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini
2010-11-02Fix timestamp handling in more filters after the change which set theStefano Sabatini
2010-10-03Use SLIBSUF instead of .so, as a more generic dynamic library suffix.Víctor Paesa
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-09-24Remove unnecessary av_strdup() and av_free().Stefano Sabatini
2010-09-24Add frei0r filter.Stefano Sabatini