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-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-16avfiltergraph: switch to swresample by defaultMichael Niedermayer
2012-05-16lavfi: fix pts rescaling in the resamplerMichael Niedermayer
2012-05-16lavfi: fix resample with differing formatsMichael Niedermayer
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: switch to _alt functionsMichael Niedermayer
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-14lavfi: add avfilter_graph_set_auto_convert().Nicolas George
2012-05-14lavfi: document filter design subtleties.Nicolas George
2012-05-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-13avfilter: fix regression since addition of extended_data to audioMichael Niedermayer
2012-05-12lavfi: autoinsert resample filter when necessary.Anton Khirnov
2012-05-12lavfi: add lavr-based audio resampling filter.Anton Khirnov
2012-05-12lavfi: remove audio.h include from avfilter.h.Clément Bœsch
2012-05-11lavfutils: ff_load_image: Initialize contextMichael Niedermayer
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10vf_lut: fix pointer type (const) warningMichael Niedermayer
2012-05-10vf_idet: remove unused variablesMichael Niedermayer
2012-05-10vf_idet: fix pointer type (const) warningMichael Niedermayer
2012-05-10avfiltergraph: improve pick_format()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: 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-09src_buffer: ifdef->if CONFIG_*Michael Niedermayer
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-08src_buffer: move code to avoid forward declarations.Nicolas George