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-13Make avfilter_config_links() use the timebase of the first input linkStefano Sabatini
2010-10-11Add a time_base field to AVFilterLink.Stefano Sabatini
2010-10-10Make avfilter_config_links() propagate the error code coming from theStefano Sabatini
2010-09-28Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini
2010-09-27Make avfilter_insert_filter() propagate an error code in case theStefano Sabatini
2010-09-27Make AVFilterLink store the pointers to the source and destinationStefano Sabatini
2010-09-27Make avfilter_destroy() code less convoluted, introducing a temporaryStefano 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-24Make avfilter_start_frame() invoke avfilter_get_video_buffer() on theStefano Sabatini
2010-08-20Make ff_dprintf_ref() print audio related information if available.Stefano Sabatini
2010-08-20Cosmetics: merge two lines in ff_dprintf_ref().Stefano Sabatini
2010-08-20Make ff_dprintf_ref() print the information related to the referencedStefano Sabatini
2010-08-20Rename ff_dprintf_picref() to ff_dprintf_ref().Stefano Sabatini
2010-08-20Extend ff_dprintf_picref() to make it print video interlaced andStefano Sabatini
2010-08-20Make ff_dprintf_picref() print video properties only if available.Stefano Sabatini
2010-08-20Only print the pointer to the first plane in ff_dprintf_picref().Stefano Sabatini
2010-08-19Enable and change the log level to DEBUG for the message printed inStefano Sabatini
2010-08-19Cosmetics: apply misc spacing style fixes.Stefano Sabatini
2010-08-17Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram
2010-08-17Add missing NULL checks in avfilter_ref_buffer().Stefano Sabatini
2010-08-12Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini
2010-08-11Set type on buffer in get_video_buffer().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-07avfilter: indentMåns Rullgård
2010-08-07avfilter: do not crash on null link src/dst in avfilter_destroy()Måns Rullgård
2010-08-07avfilter: free link in/out_formats in avfilter_destroy()Måns Rullgård
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-11Use avfilter_copy_picref_props() along lavfi.Víctor Paesa
2010-05-07Try to keep track of interlaced and top field first.Michael Niedermayer
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-03Remove variable whose value was never read. Found by clang.Bobby Bingham
2010-03-13Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini
2010-03-07Show aspect ratio information in dprintf_picref() traces.Stefano Sabatini
2010-01-31Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini
2010-01-13Make avfilter_insert_filter() log the names of the filters betweenStefano Sabatini
2010-01-10Make avfilter_insert_filter() print the instance name of theStefano Sabatini
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2009-12-05Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini
2009-11-25Implement avfilter_next().Stefano Sabatini
2009-11-25Implement a new registration system for filters.Stefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-04Make avfilter_get_video_buffer() useStefano Sabatini
2009-10-27Introduce first_avfilter and use that, together with AVFilter.next,Stefano Sabatini
2009-10-26Make dprintf_link() show the name of the link pixel format.Stefano Sabatini