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-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-17lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-07drawtext: add shadow support.Michael Niedermayer
2011-05-07drawtext: factor draw_glyphs.Michael Niedermayer
2011-05-07drawtext: fix and optimize yuv blend.Michael Niedermayer
2011-05-07drawtext: get rid of divisions in the inner loop.Michael Niedermayer
2011-05-07drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer
2011-05-07lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini
2011-05-04avfilter: check malloc return values.Ronald S. Bultje
2011-05-04avfilter: don't av_malloc(0).Ronald S. Bultje
2011-04-29vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun
2011-04-28hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
2011-04-28crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-26pad: make the filter parametricStefano Sabatini
2011-04-26vsrc_movie: add key_frame and pict_type.royger
2011-04-26vsrc_movie: fix leak in request_frame()Stefano Sabatini
2011-04-26lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné
2011-04-26vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer
2011-04-26lavfi: add fieldorder filterMark Himsley
2011-04-26scale: make the filter parametricStefano Sabatini
2011-04-26yadif: support 16-bitJames Darnley
2011-04-26yadif: support more than yuv420p.James Darnley
2011-04-26yadif: Fix assert() failureMichael Niedermayer
2011-04-26graphparser: add a NULL check on the argument passed to strstrStefano Sabatini
2011-04-26setdar: prefer "sar" over "par" in log info messageStefano Sabatini
2011-04-26fade: fix draw_slice() check on fade->factor valueMark Himsley
2011-04-26fade: make draw_slice() chroma check against planes 1 and 2Mark Himsley
2011-04-20Reduce picture size for yadif.Michael Niedermayer
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-03lavfi: add fade filterBrandon Mintern
2011-04-03Change yadif to not use out of picture lines.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-05yadif: add parens around macro parametersMans Rullgard
2011-02-21lavfi: put color source in a dedicated fileStefano Sabatini
2011-02-21lavfi: add drawutilsStefano Sabatini
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-14Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini
2011-02-14Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer
2011-02-08libavfilter: add video movie sourceStefano Sabatini
2011-02-04Remove forgotten if (p) av_free(p) formsClément Bœsch
2011-02-04Make avfilter_graph_free() free the graph.Stefano Sabatini
2011-02-04Make avfilter_graph_parse() not free the input graphStefano Sabatini
2011-02-02Log debug information in filter_samples().Stefano Sabatini
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini