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-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-07lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-26lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné
2011-04-26vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer
2011-04-26lavfi: add fieldorder filterMark Himsley
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-03lavfi: add fade filterBrandon Mintern
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-14Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer
2011-02-08libavfilter: add video movie sourceStefano Sabatini
2011-01-18avfilter: remove stray semicolonMans Rullgard
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-13Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini
2011-01-12Add w,h,format back into AVFilterBuffer, these are required for direct render...Michael Niedermayer
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-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-12Add gradfun filter, ported from MPlayer.Nolan L
2010-12-09Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini
2010-12-04Port libmpcodecs hqdn3d filter.Baptiste Coudurier
2010-12-04Implement av_image_alloc() and use it inStefano Sabatini
2010-12-02Add avfilter_graph_create_filter().Stefano Sabatini
2010-11-30Implement frei0r source.Stefano Sabatini
2010-11-28In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini
2010-11-25Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini
2010-11-23Give more explicit/less confusing names to the filters dealing withStefano Sabatini
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-21Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini
2010-11-13Make avfiltergraph.h public.Stefano Sabatini
2010-11-13Prefix with "ff_" the functions:Stefano Sabatini
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-11drop support for base-10 encoded alpha component in av_parse_color()Aurelien Jacobs
2010-11-08Rename avfilter_destroy() as avfilter_free().Stefano Sabatini
2010-11-08Remove graphparser.h header, move AVFilterInOut andStefano Sabatini
2010-11-07Bump lavfi minor and add APIchanges entry after the rename ofStefano Sabatini
2010-11-04Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini
2010-11-04Implement avfilter_graph_alloc().Stefano Sabatini
2010-11-03Add setpts filter, ported from the libavfilter soc repo.Stefano Sabatini
2010-10-19Add transpose filter.Stefano Sabatini
2010-10-16Add avfilter_graph_config().Stefano Sabatini
2010-10-12Extend buffer source to accept the time base for the output PTS.Stefano Sabatini
2010-10-12Implement cropdetect filter.Stefano Sabatini
2010-10-12Extend the nullsrc source, make it accept a parameter for specifyingStefano Sabatini
2010-10-11Implement settb filter.Stefano Sabatini