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-21lavfi: add an audio split filterJustin Ruggles
2012-05-21lavfi: rename vf_split.c to split.cJustin Ruggles
2012-05-20vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vf_ass: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vf_scale: support dynamically changing input parameters.Michael Niedermayer
2012-05-20buffersrc: cosmetic: reindent.Nicolas George
2012-05-19Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer
2012-05-19af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer
2012-05-19af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer
2012-05-19af_aresample: use extended_dataMichael Niedermayer
2012-05-19f_split: fix output type.Nicolas George
2012-05-19avfilter: make AVFilterFormats compatible with libav.Nicolas George
2012-05-19lavfi: rename vf_split.c -> f_split.cStefano Sabatini
2012-05-19lavfi/asplit: move asplit code to vf_split.c, and make it support N outputsStefano Sabatini
2012-05-19lavfi/buffersink: typo fix in a comment.Clément Bœsch
2012-05-19lavfi: unify src_buffer and buffersrc.Nicolas George
2012-05-19lavfi: remove stray reference to planar/packed.Nicolas George
2012-05-19avfilter: move some fields in AVFilterLink.Nicolas George
2012-05-19pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch
2012-05-19lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.Clément Bœsch
2012-05-19lavfi/transform: fix make checkheaders.Clément Bœsch
2012-05-19af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer
2012-05-19af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer
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