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
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
2010-10-11Add a time_base field to AVFilterLink.Stefano Sabatini
2010-10-01Fix reference to nonexistent function.Stefano Sabatini
2010-09-28Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini
2010-09-28Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini
2010-09-28Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini
2010-09-27Make AVFilterLink store the pointers to the source and destinationStefano Sabatini
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Port MPlayer blackframe filter.Stefano Sabatini
2010-09-25Bump lavfi minor and add Changelog notice after yadif addition.Stefano Sabatini
2010-09-25Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram
2010-09-25Add asrc_anullsrc - null audio source.Stefano Sabatini
2010-09-25Make the crop filters accept parametric expressions.Stefano Sabatini
2010-09-25Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini
2010-09-24Add frei0r filter.Stefano Sabatini
2010-09-23Correct terminology bug in poll_frame()Michael Niedermayer
2010-09-14Implement libopencv smooth filter.Stefano Sabatini
2010-09-08Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-24Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini
2010-08-24Add fifo filter.Stefano Sabatini
2010-08-21Add null audio filter.S.N. Hemanth Meenakshisundaram
2010-08-20Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini
2010-08-20Cosmetics: add an empty newline between the function description andStefano Sabatini
2010-08-17Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram
2010-08-17Add hflip filter.Stefano Sabatini
2010-08-12Cosmetics: put "{" on the same line of the "struct" keyword in structStefano Sabatini
2010-08-12Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini
2010-08-11Apply misc cosmetics: add empty newlines for separating functionStefano Sabatini
2010-08-11Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram
2010-08-11Change avfilter_open() signature, from:Stefano Sabatini
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-08-07Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-08-03Make avfilter_copy_picref_props() copy w and h from src to dst.Stefano Sabatini
2010-07-30Resize AVFilterBuffer to hold 8 planes/linesizes worth of data.S.N. Hemanth Meenakshisundaram
2010-07-30Make avfilter_default_get_video_buffer() use functions inStefano Sabatini
2010-07-22Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram
2010-07-19Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini
2010-07-17Move the AV_PERM_* flags definition outside the AVFilterPicRefS.N. Hemanth Meenakshisundaram
2010-07-17Clarify AVFilterBuffer documentation, make it clear that it is notStefano Sabatini
2010-07-17Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram
2010-07-17Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram
2010-07-17Add color source.Stefano Sabatini