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-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
2010-11-26Fix crash in uninit.Stefano Sabatini
2010-11-26Fix timestamp scaling in the overlay filter.Stefano Sabatini
2010-11-25Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini
2010-11-25Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini
2010-11-240.123l: remove unused arguments in av_log(), fix warning.Stefano Sabatini
2010-11-24In aspect filter, fix display for input resolutionBaptiste Coudurier
2010-11-24In crop filter, reference picref after updating w/h, fix issue #2377Baptiste Coudurier
2010-11-24Add informative log message in the crop filter.Stefano Sabatini