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-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-27lavfi/sink_buffer: implement libav compatibility API.Nicolas George
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-20lavfi: add FF_*LINK_IDX convenience macros.Nicolas George
2012-07-20lavfi: make copy_buffer_ref common.Nicolas George
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-23lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini
2012-06-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov
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: make AVFilterPad opaque after two major bumps.Anton Khirnov
2012-06-13lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini
2012-06-10libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer
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-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-04avfiltergraph: make some functions static.Anton Khirnov
2012-05-17libavfilter: add ff_parse_time_base()Michael Niedermayer
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-09lavfi: move audio-related functions to a separate file.Anton Khirnov
2012-04-27lavfi: create buffer reference in filters which need to access the ref laterStefano Sabatini
2012-04-23avfiltergraph: add avfilter_graph_request_oldest().Nicolas George
2012-01-12avfilter: pool draining and self destruction support.Michael Niedermayer
2011-12-22sink_buffer: copy list of provided formats in the contextStefano Sabatini
2011-10-17lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini
2011-09-26lavfi: document AVFilterCommand fieldsStefano Sabatini
2011-09-12lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe...Stefano Sabatini
2011-08-29avfilter: Add avfilter_graph_que_command()Michael Niedermayer
2011-08-23lavfi: add ff_parse_pixel_format() internal function, and use itStefano Sabatini
2011-08-14lavfi: add internal functions for parsing format argumentsMina Nagy Zaki
2011-07-01lavfi: make pix_fmt_is_in() in vf_lut.c an internal functionStefano Sabatini
2011-06-02lavfi: apply misc style fixesStefano Sabatini
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-07AVFilter: use picture pool to avoid malloc().Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò
2011-01-26Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò
2010-11-25Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini
2010-11-13Prefix with "ff_" the functions:Stefano Sabatini
2010-08-24Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini