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-18lavfi: Add fps filter.Anton Khirnov
2012-05-18lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov
2012-05-18af_aresample: 10l fix, wrong timebase for next_pts.Michael Niedermayer
2012-05-18lavfi/aevalsrc: reindent after the previous commitStefano Sabatini
2012-05-18lavfi/aevalsrc: add option channel_layoutStefano Sabatini
2012-05-18lavfi/aevalsrc: remove limitation on the number of channelsStefano Sabatini
2012-05-18aresample: add code to flush the internal swr buffer.Michael Niedermayer
2012-05-18aresample: check return code of swr_convert()Michael Niedermayer
2012-05-17Merge branch 'audio-filters' of https://github.com/ubitux/FFmpegMichael Niedermayer
2012-05-17av_aresample: Allow changing sample format and channel layout as wellMichael Niedermayer
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-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