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-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
2012-05-14buffersrc: add av_buffersrc_write_frame().Anton Khirnov
2012-05-14buffersrc: fix invalid read in uninit if the fifo hasn't been allocatedAnton Khirnov
2012-05-14lavfi: rename vsrc_buffer.c to buffersrc.cAnton Khirnov
2012-05-14avfiltergraph: reindentAnton Khirnov
2012-05-14lavfi: add channel layout/sample rate negotiation.Anton Khirnov
2012-05-14lavfi: add types and functions for channel layout/samplerate negotiationAnton Khirnov
2012-05-14yadif: Flush filter on eof.Robert Nagy
2012-05-14yadif: Improve pts accuracy.Robert Nagy
2012-05-12lavfi: autoinsert resample filter when necessary.Anton Khirnov
2012-05-12lavfi: add lavr-based audio resampling filter.Anton Khirnov
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: change AVFilterLink.sample_rate from int64_t to int on next bumpAnton Khirnov
2012-05-09lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to intAnton Khirnov
2012-05-09lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini
2012-05-09lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_ge...Stefano 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 video buffer sink, and use it in avtoolsAnton Khirnov
2012-05-09lavfi: add a function for copying properties from AVFilterBufferRef->AVFrameAnton Khirnov
2012-05-07lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-05-07vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy
2012-05-07lavfi: support audio in avfilter_copy_frame_props().Anton Khirnov
2012-05-07lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki
2012-05-06lavfi/formats: use sizeof(var) instead of sizeof(type).Anton Khirnov