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-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
2011-01-26Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò
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
2011-01-12In the pad filter, log information about the input size.Stefano Sabatini
2011-01-12Fix design of the pad filter.Michael Niedermayer
2011-01-12Add w,h,format back into AVFilterBuffer, these are required for direct render...Michael Niedermayer
2011-01-05In pad filter, update new ref w/h in start_frame, fix chainingBaptiste Coudurier
2011-01-05In crop filter, update new ref w/h instead of old one, fix chainingBaptiste Coudurier
2010-12-28Fix style nits in avfiltergraph.c.Stefano Sabatini
2010-12-28Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini
2010-12-27Bump lavfi minor and add an entry after r26108 (which addedStefano Sabatini
2010-12-27In the crop filter, put under ifdef DEBUG the trace logs for theStefano Sabatini
2010-12-27Support filters and decoders that dont support negative linesizes.Michael Niedermayer
2010-12-26Add erode libopencv filter.Stefano Sabatini
2010-12-26Add dilate libopencv filter.Stefano Sabatini
2010-12-23Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini
2010-12-19Fix avfilter_draw_slice() copy code with alpha planes.Stefano Sabatini
2010-12-19Revert commit r22596.Stefano Sabatini