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-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-12avfilter: Log an error if avfilter fails to configure a link.Alex Converse
2012-06-10lavfi: fix signature for default_filter_name()Stefano Sabatini
2012-06-10vf_fps: set frame_rate.Nicolas George
2012-06-10vf_tile: update deprecated functions.Nicolas George
2012-06-10vf_tile: set frame_rate.Nicolas George
2012-06-10vf_libopencv: add missing headers.Anton Khirnov
2012-06-10sink_buffer: dont return void from void functions.Michael Niedermayer
2012-06-10libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer
2012-06-09buffersrc: deprecate flat options syntax.Nicolas George
2012-06-09buffersrc: accept the frame rate as argument.Nicolas George
2012-06-09buffersrc: accept key=value arguments.Nicolas George
2012-06-09buffersink: add av_buffersink_get_frame_rate().Nicolas George
2012-06-09lavfi: add a frame_rate field to AVFilterLink.Nicolas George
2012-06-09add bracket around the argument (fixes compilation error with ICL)J. Bohl
2012-06-08amerge: accept multiple inputs.Nicolas George
2012-06-08af_amerge: move nb_in_ch into the in structure.Nicolas George
2012-06-07lavfi/audio: fix size of copied samples.Nicolas George
2012-06-07lavfi: remove avfilter_default_item_name() from public APIStefano Sabatini
2012-06-07lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: remove more instances of avfilter_default_filter_name()Stefano Sabatini
2012-06-05lavfi: move avfilter_copy_frame_props() definition from buffer.c to avcodec.cStefano Sabatini
2012-06-05aconvert filter needs to configure sampleratesAndrew Wason
2012-06-05avfiltergraph: call query_formats on inputs first.Nicolas George
2012-06-05avfiltergraph: check query_formats return value.Nicolas George
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-05lavfi/select: use exported dsputil_init function.Clément Bœsch
2012-06-05lavfi/select: 10l: llabs -> fabs after switching types.Clément Bœsch
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-04lavfi/select: add scene detection.Clément Bœsch
2012-06-04avfiltergraph: make some functions static.Anton Khirnov
2012-06-04lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini
2012-06-04lavfi: add avfilter_default_filter_name()Stefano Sabatini
2012-06-04lavfi/lut: fix component -> rgba mappingStefano Sabatini
2012-06-03set some categories of some AVClass structsMichael Niedermayer
2012-06-03af_amerge: use the buferqueue API.Nicolas George
2012-06-03af_astreamsync: set samples rate in query_formats.Nicolas George
2012-05-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-31vf_overlay: rewrite request/push logic.Nicolas George
2012-05-31lavfi: add a generic API for buffer queues.Nicolas George
2012-05-31sink_buffer: guard against NULL frames.Nicolas George
2012-05-31lavfi: amix: check active input count before calling request_samplesJustin Ruggles
2012-05-29avfilter: include required header file avfilter.h in video.hJanne Grunau
2012-05-29avfilter: use designated initializer for classPaul B Mahol
2012-05-29lavfi: use getter/setter functions for AVFrame.pkt_posMichael Niedermayer
2012-05-29lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_...Robert Nagy