summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* f_split: fix output type.Nicolas George2012-05-19
* avfilter: make AVFilterFormats compatible with libav.Nicolas George2012-05-19
* lavfi: rename vf_split.c -> f_split.cStefano Sabatini2012-05-19
* lavfi/asplit: move asplit code to vf_split.c, and make it support N outputsStefano Sabatini2012-05-19
* lavfi/buffersink: typo fix in a comment.Clément Bœsch2012-05-19
* lavfi: unify src_buffer and buffersrc.Nicolas George2012-05-19
* lavfi: remove stray reference to planar/packed.Nicolas George2012-05-19
* avfilter: move some fields in AVFilterLink.Nicolas George2012-05-19
* pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch2012-05-18
* lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.Clément Bœsch2012-05-18
* lavfi/transform: fix make checkheaders.Clément Bœsch2012-05-18
* af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer2012-05-18
* af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer2012-05-18
* af_aresample: 10l fix, wrong timebase for next_pts.Michael Niedermayer2012-05-18
* lavfi/aevalsrc: reindent after the previous commitStefano Sabatini2012-05-18
* lavfi/aevalsrc: add option channel_layoutStefano Sabatini2012-05-18
* lavfi/aevalsrc: remove limitation on the number of channelsStefano Sabatini2012-05-18
* aresample: add code to flush the internal swr buffer.Michael Niedermayer2012-05-17
* aresample: check return code of swr_convert()Michael Niedermayer2012-05-17
* Merge branch 'audio-filters' of https://github.com/ubitux/FFmpegMichael Niedermayer2012-05-17
|\
| * lavfi/pan: add supported sample rates to avoid a crash.Clément Bœsch2012-05-17
* | av_aresample: Allow changing sample format and channel layout as wellMichael Niedermayer2012-05-17
|/
* avfiltergraph: use aresample not aconvert in the alternative merge code.Michael Niedermayer2012-05-17
* af_aresample: support all swresample parameters.Michael Niedermayer2012-05-17
* af_aresample: fix typo in query formatsMichael Niedermayer2012-05-17
* src_buffer: propagate errors from copy_buffer_ref()Michael Niedermayer2012-05-17
* ffmpeg: add support for audio filters.Anton Khirnov2012-05-17
* libavfilter: src_buffer: add time_base for audioMichael Niedermayer2012-05-17
* libavfilter: src_buffer: fix planar audioMichael Niedermayer2012-05-17
* libavfilter: src_buffer, use only aresample, not aconvert.Michael Niedermayer2012-05-17
* src_buffer: fix query_formats_audio()Michael Niedermayer2012-05-17
* libavfilter: add ff_parse_time_base()Michael Niedermayer2012-05-17
* buffersrc: export forgotten functionMichael Niedermayer2012-05-16
* lavfi/aevalsrc: correct the supported sample formatStefano Sabatini2012-05-16
* lavfi/aevalsrc: fix sample rate negotiation, after the last mergeStefano Sabatini2012-05-16
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* avfiltergraph: switch to swresample by defaultMichael Niedermayer2012-05-16
* lavfi: fix pts rescaling in the resamplerMichael Niedermayer2012-05-16
* lavfi: fix resample with differing formatsMichael Niedermayer2012-05-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
|\
| * Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov2012-05-15
| * lavfi: move buffer management function to a separate file.Anton Khirnov2012-05-15
| * lavfi: move formats-related functions from default.c to formats.cAnton Khirnov2012-05-15
| * lavfi: move video-related functions to a separate file.Anton Khirnov2012-05-15
| * lavfi: add asyncts filter.Anton Khirnov2012-05-14
| * lavfi: add aformat filterAnton Khirnov2012-05-14
| * lavfi: add an audio buffer sink.Anton Khirnov2012-05-14
| * lavfi: add an audio buffer source.Anton Khirnov2012-05-14
| * buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-14
| * buffersrc: fix invalid read in uninit if the fifo hasn't been allocatedAnton Khirnov2012-05-14