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-17lavfi/pan: add supported sample rates to avoid a crash.Clément Bœsch
2012-05-17avfiltergraph: use aresample not aconvert in the alternative merge code.Michael Niedermayer
2012-05-17af_aresample: support all swresample parameters.Michael Niedermayer
2012-05-17af_aresample: fix typo in query formatsMichael Niedermayer
2012-05-17src_buffer: propagate errors from copy_buffer_ref()Michael Niedermayer
2012-05-17ffmpeg: add support for audio filters.Anton Khirnov
2012-05-17libavfilter: src_buffer: add time_base for audioMichael Niedermayer
2012-05-17libavfilter: src_buffer: fix planar audioMichael Niedermayer
2012-05-17libavfilter: src_buffer, use only aresample, not aconvert.Michael Niedermayer
2012-05-17src_buffer: fix query_formats_audio()Michael Niedermayer
2012-05-17libavfilter: add ff_parse_time_base()Michael Niedermayer
2012-05-17buffersrc: export forgotten functionMichael Niedermayer
2012-05-16lavfi/aevalsrc: correct the supported sample formatStefano Sabatini
2012-05-16lavfi/aevalsrc: fix sample rate negotiation, after the last mergeStefano Sabatini
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-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