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-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: 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
2011-02-15Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini
2011-02-09libavfilter: add video movie sourceStefano Sabatini
2011-02-06Remove forgotten if (p) av_free(p) formsClément Bœsch
2011-02-06Make avfilter_graph_free() free the graph.Stefano Sabatini
2011-02-06Make avfilter_graph_parse() not free the input graphStefano Sabatini
2011-02-04Log debug information in filter_samples().Stefano Sabatini
2011-01-31Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer
2011-01-31Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini
2011-01-28Remove useage of memalign() from libmpcodecs, not all platforms have memalign().Michael Niedermayer
2011-01-28Add forgotten dependancy of avcodec for vf_mp.cMichael Niedermayer
2011-01-28Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò
2011-01-20Warn about vf_mpMichael Niedermayer
2011-01-20Enable libmpcodecs support.Michael Niedermayer
2011-01-20Add ASMALIGN() hack to patch around its recent removial from configureMichael Niedermayer
2011-01-20Add libmpcodecs wrapper for libavfilter, still disabledMichael Niedermayer
2011-01-20Hack libmpcodecs to make it buildable.Michael Niedermayer
2011-01-20Remove dependancy of m_option & m_struct from libmpcodecs.Michael Niedermayer
2011-01-20Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.cMichael Niedermayer
2011-01-20Add #define _BSD_SOURCE where mplayer is not C99.Michael Niedermayer
2011-01-20Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it.Michael Niedermayer
2011-01-18avfilter: remove stray semicolonMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-16Make config_props() return AVERROR(EINVAL) rather than 1 in case ofStefano Sabatini
2011-01-16Fix fate breakage in r26382.Ronald S. Bultje
2011-01-16Remove useless free, fix warning:Baptiste Coudurier
2011-01-15Include libavcore/audioconvert.h, required forStefano Sabatini
2011-01-15Reindent.Stefano Sabatini
2011-01-15Make ff_dprintf_link() print meaningful information for audio links.Stefano Sabatini
2011-01-15Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini
2011-01-15Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini
2011-01-15In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier
2011-01-14Add the word "Parsed" in the parsed filter names.Stefano Sabatini
2011-01-13Check linked pads media type mismatch in avfilter_link().Stefano Sabatini
2011-01-13Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini