Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-12-19Fix crash in gradfun:end_frame() when inpic == outpic, so it has to beStefano Sabatini
2010-12-12Add gradfun filter, ported from MPlayer.Nolan L
2010-12-12Make avfilter_parse_graph() output a more meaningful message when anStefano Sabatini
2010-12-09Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini
2010-12-06In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier
2010-12-04Port libmpcodecs hqdn3d filter.Baptiste Coudurier
2010-12-04Implement av_image_alloc() and use it inStefano Sabatini
2010-12-04Declare sse2 and ssse2 function in yadif headerBaptiste Coudurier
2010-12-04yadif sse2/ssse3 optimizationsBaptiste Coudurier
2010-12-02Add avfilter_graph_create_filter().Stefano Sabatini
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