summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: unify src_buffer and buffersrc.Nicolas George2012-05-194-570/+97
* lavfi: remove stray reference to planar/packed.Nicolas George2012-05-191-3/+2
* avfilter: move some fields in AVFilterLink.Nicolas George2012-05-191-15/+16
* pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch2012-05-181-6/+5
* lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.Clément Bœsch2012-05-182-1/+1
* lavfi/transform: fix make checkheaders.Clément Bœsch2012-05-181-0/+2
* af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer2012-05-181-1/+3
* af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer2012-05-181-1/+1
* af_aresample: 10l fix, wrong timebase for next_pts.Michael Niedermayer2012-05-181-1/+1
* lavfi/aevalsrc: reindent after the previous commitStefano Sabatini2012-05-181-8/+8
* lavfi/aevalsrc: add option channel_layoutStefano Sabatini2012-05-182-5/+26
* lavfi/aevalsrc: remove limitation on the number of channelsStefano Sabatini2012-05-181-7/+1
* aresample: add code to flush the internal swr buffer.Michael Niedermayer2012-05-171-2/+44
* aresample: check return code of swr_convert()Michael Niedermayer2012-05-171-0/+5
* Merge branch 'audio-filters' of https://github.com/ubitux/FFmpegMichael Niedermayer2012-05-171-0/+6
|\
| * lavfi/pan: add supported sample rates to avoid a crash.Clément Bœsch2012-05-171-0/+6
* | av_aresample: Allow changing sample format and channel layout as wellMichael Niedermayer2012-05-171-27/+45
|/
* avfiltergraph: use aresample not aconvert in the alternative merge code.Michael Niedermayer2012-05-171-1/+1
* af_aresample: support all swresample parameters.Michael Niedermayer2012-05-171-6/+24
* af_aresample: fix typo in query formatsMichael Niedermayer2012-05-171-1/+1
* src_buffer: propagate errors from copy_buffer_ref()Michael Niedermayer2012-05-171-0/+6
* ffmpeg: add support for audio filters.Anton Khirnov2012-05-171-0/+3
* libavfilter: src_buffer: add time_base for audioMichael Niedermayer2012-05-171-0/+2
* libavfilter: src_buffer: fix planar audioMichael Niedermayer2012-05-171-5/+4
* libavfilter: src_buffer, use only aresample, not aconvert.Michael Niedermayer2012-05-171-25/+9
* src_buffer: fix query_formats_audio()Michael Niedermayer2012-05-171-0/+4
* libavfilter: add ff_parse_time_base()Michael Niedermayer2012-05-172-0/+22
* buffersrc: export forgotten functionMichael Niedermayer2012-05-162-1/+10
* lavfi/aevalsrc: correct the supported sample formatStefano Sabatini2012-05-161-1/+1
* lavfi/aevalsrc: fix sample rate negotiation, after the last mergeStefano Sabatini2012-05-161-0/+2
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-1623-115/+59
* avfiltergraph: switch to swresample by defaultMichael Niedermayer2012-05-161-2/+2
* lavfi: fix pts rescaling in the resamplerMichael Niedermayer2012-05-161-1/+1
* lavfi: fix resample with differing formatsMichael Niedermayer2012-05-161-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-1633-835/+2315
|\
| * Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov2012-05-151-2/+2
| * lavfi: move buffer management function to a separate file.Anton Khirnov2012-05-154-147/+169
| * lavfi: move formats-related functions from default.c to formats.cAnton Khirnov2012-05-152-64/+64
| * lavfi: move video-related functions to a separate file.Anton Khirnov2012-05-154-271/+295
| * lavfi: add asyncts filter.Anton Khirnov2012-05-143-0/+240
| * lavfi: add aformat filterAnton Khirnov2012-05-143-0/+150
| * lavfi: add an audio buffer sink.Anton Khirnov2012-05-143-5/+122
| * lavfi: add an audio buffer source.Anton Khirnov2012-05-142-20/+195
| * buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-144-2/+34
| * buffersrc: fix invalid read in uninit if the fifo hasn't been allocatedAnton Khirnov2012-05-141-1/+1
| * lavfi: rename vsrc_buffer.c to buffersrc.cAnton Khirnov2012-05-142-1/+1
| * avfiltergraph: reindentAnton Khirnov2012-05-141-60/+60
| * lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-144-67/+294
| * lavfi: add types and functions for channel layout/samplerate negotiationAnton Khirnov2012-05-143-76/+300
| * yadif: Flush filter on eof.Robert Nagy2012-05-141-1/+15
OpenPOWER on IntegriCloud