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-04-07Align stack variables manually in yadif x86 code, should fix ticket25Michael Niedermayer
2011-04-05scale: make the filter parametricStefano Sabatini
2011-04-05Update yadif copyright headerMichael Niedermayer
2011-04-05Factorise the C filtering in yadifJames Darnley
2011-04-05Yadif fixes that where missing from the patchMichael Niedermayer
2011-04-05Support 16-bit in yadifJames Darnley
2011-04-05support more than yuv420p in yadifJames Darnley
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-03Support changing pixel formats on avfilter input.Michael Niedermayer
2011-04-03Dont leak sws contexts.Michael Niedermayer
2011-04-03lavfi: add fade filterBrandon Mintern
2011-04-03Change yadif to not use out of picture lines.Michael Niedermayer
2011-04-02yadif:Fix assert() failureMichael Niedermayer
2011-04-02drawtext: allow negative shadow offset valuesStefano Sabatini
2011-03-31graphparser: add a NULL check on the argument passed to strstrStefano Sabatini
2011-03-29mp: extend syntax, make it accept mp=filter=paramsStefano Sabatini
2011-03-28Implement interlaced scaling.Michael Niedermayer
2011-03-27drawtext: draw glyphs for the strftime()-expanded textStefano Sabatini
2011-03-27setdar: prefer "sar" over "par" in log info messageStefano Sabatini
2011-03-26Make the hflip filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
2011-03-26Make the crop filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
2011-03-25Update to latest MPlayer version.Reimar Döffinger
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-19fade: fix draw_slice() check on fade->factor valueMark Himsley
2011-03-19fade: make draw_slice() chroma check against planes 1 and 2Mark Himsley
2011-03-17remove definition of swabj@v2v.cc
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17Use av_strdup instead of strdup, fixes mingw buildBaptiste Coudurier
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-08yadif: add parens around macro parametersMans Rullgard
2011-03-05yadif: add parens around macro parametersMans Rullgard
2011-02-25Add libmpcodecs to the list of libavfilter subdirectories.Carl Eugen Hoyos
2011-02-22Add shadow support to the drawtext filterMichael Niedermayer
2011-02-22factor draw_glyphs out of drawtext filterMichael Niedermayer
2011-02-22Fix and optimize yuv blend in the drawtext filterMichael Niedermayer
2011-02-22get rid of divisions in the inner loop of the drawtext filterMichael Niedermayer
2011-02-22fix chroma alpha in the drawtext filterMichael Niedermayer
2011-02-22Simplify chroma blend in the drawtext filterMichael Niedermayer
2011-02-22Port drawtext filter by Hemanth from the libavfilter soc repo, withStefano Sabatini
2011-02-21lavfi: put color source in a dedicated fileStefano Sabatini
2011-02-21lavfi: add drawutilsStefano Sabatini
2011-02-21lavfi: add fade filterBrandon Mintern
2011-02-21lavfi: put color source in a dedicated fileStefano Sabatini
2011-02-21lavfi: add drawutilsStefano Sabatini
2011-02-18Reduce picture size for yadif.Michael Niedermayer
2011-02-18Change yadif to not use out of picture lines.Michael Niedermayer
2011-02-17Merge libavcore into libavutilReinhard Tartler