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
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-06-13lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov
2012-06-13lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini
2012-06-12avfilter: Log an error if avfilter fails to configure a link.Alex Converse
2012-06-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-10lavfi: fix signature for default_filter_name()Stefano Sabatini
2012-06-09lavfi: add a frame_rate field to AVFilterLink.Nicolas George
2012-06-07lavfi: remove avfilter_default_item_name() from public APIStefano Sabatini
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: move tracing utilities definition from video.c to avfilter.cStefano Sabatini
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-06-04lavfi: add avfilter_default_filter_name()Stefano Sabatini
2012-06-03set some categories of some AVClass structsMichael Niedermayer
2012-05-29avfilter: use designated initializer for classPaul B Mahol
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-15avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun
2012-05-15lavfi: move buffer management function to a separate file.Anton Khirnov
2012-05-15lavfi: move video-related functions to a separate file.Anton Khirnov
2012-05-14lavfi: add channel layout/sample rate negotiation.Anton Khirnov
2012-05-13avfilter: fix regression since addition of extended_data to audioMichael Niedermayer
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-09lavfi: move audio-related functions to a separate file.Anton Khirnov
2012-05-09lavfi: remove some audio-related function from public API.Anton Khirnov
2012-05-09lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini
2012-05-09lavfi: cleanup avfilter_get_audio_buffer() and pals.Stefano Sabatini
2012-05-09lavfi: add avfilter_get_audio_buffer_ref_from_arrays().Stefano Sabatini
2012-05-09lavfi: add extended_data to AVFilterBuffer.Anton Khirnov
2012-05-09lavfi: add a function for copying properties from AVFilterBufferRef->AVFrameAnton Khirnov
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov
2012-05-07lavfi: support audio in avfilter_copy_frame_props().Anton Khirnov
2012-04-28avfilter: filter_samples: read pts before filtering.Nicolas George
2012-04-23avfiltergraph: add avfilter_graph_request_oldest().Nicolas George
2012-04-20lavfi: add avfilter_unref_bufferp()Robert Nagy
2012-03-31avfilter: allow freeing NULL.Michael Niedermayer
2012-01-22avfilter: add some asserts() to check refcounts.Michael Niedermayer
2012-01-12avfilter: pool draining and self destruction support.Michael Niedermayer
2011-12-27lavfi: add missing check in avfilter_filter_samples()Stefano Sabatini
2011-12-27lavfi: don't try to indent words in trace messagesStefano Sabatini
2011-12-25lavfi: add avfilter_copy_frame_props()Stefano Sabatini
2011-12-23libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs.Michael Niedermayer
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25Make channel layout masks unsignedMans Rullgard