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-23lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse
2012-06-22lavfi: add join audio filter.Anton Khirnov
2012-06-22lavfi: allow audio filters to request a given number of samples.Anton Khirnov
2012-06-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov
2012-06-22lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov
2012-06-21lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov
2012-06-21lavfi/fifo: add audio version of the fifo filter.Anton Khirnov
2012-06-21fifo: fix parenthesis placement.Anton Khirnov
2012-06-21lavfi: rename vf_fifo.c -> fifo.cAnton Khirnov
2012-06-19af_amix: allow float planar sample format as inputJustin Ruggles
2012-06-19af_amix: use AVFloatDSPContext.vector_fmac_scalar()Justin Ruggles
2012-06-15af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64Janne Grunau
2012-06-13lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov
2012-06-13avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov
2012-06-13lavfi: allow building without swscale.Anton Khirnov
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: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-12lavfi: add channelsplit audio filter.Anton Khirnov
2012-06-12avfilter: Log an error if avfilter fails to configure a link.Alex Converse
2012-06-10vf_libopencv: add missing headers.Anton Khirnov
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-04avfiltergraph: make some functions static.Anton Khirnov
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-24lavfi: add audio mix filterJustin Ruggles
2012-05-22lavfi: fix comment, audio is supported now.Anton Khirnov
2012-05-22lavfi: fix incorrect comment.Anton Khirnov
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki
2012-05-22avfiltergraph: smarter sample format selection.Anton Khirnov
2012-05-22asyncts: reset delta to 0 when it's not used.Anton Khirnov
2012-05-22af_resample: remove an extra space in the log outputJustin Ruggles
2012-05-21lavfi: add an audio split filterJustin Ruggles
2012-05-21lavfi: rename vf_split.c to split.cJustin Ruggles
2012-05-18lavfi: Add fps filter.Anton Khirnov
2012-05-18lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov
2012-05-15avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun
2012-05-15Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov
2012-05-15lavfi: move buffer management function to a separate file.Anton Khirnov
2012-05-15lavfi: move formats-related functions from default.c to formats.cAnton Khirnov
2012-05-15lavfi: move video-related functions to a separate file.Anton Khirnov
2012-05-14lavfi: add asyncts filter.Anton Khirnov
2012-05-14lavfi: add aformat filterAnton Khirnov
2012-05-14lavfi: add an audio buffer sink.Anton Khirnov
2012-05-14lavfi: add an audio buffer source.Anton Khirnov