summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a variable instead of a repeated calculation when decoding AVUI.Carl Eugen Hoyos2012-05-191-7/+5
* avuidec.c: Fix indentation.Carl Eugen Hoyos2012-05-191-8/+8
* Simplify AVUI decoding, one skip value is enough.Carl Eugen Hoyos2012-05-191-11/+11
* Fix interlaced AVUI decoding.Carl Eugen Hoyos2012-05-191-2/+9
* ffmpeg: inject a aresample filter for -asyncMichael Niedermayer2012-05-191-0/+23
* af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer2012-05-191-1/+16
* af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer2012-05-191-1/+1
* af_aresample: use extended_dataMichael Niedermayer2012-05-191-3/+3
* swr: add swr_next_pts()Michael Niedermayer2012-05-193-2/+64
* swr: add swr_drop_output()Michael Niedermayer2012-05-193-1/+38
* swr: add swr_inject_silence()Michael Niedermayer2012-05-192-1/+30
* swr: Fix issue with injecting more data than can be used up in the next call.Michael Niedermayer2012-05-191-1/+1
* swr: add some asserts to resample()Michael Niedermayer2012-05-191-0/+4
* swr: add reversefill_audiodata()Michael Niedermayer2012-05-191-0/+10
* swr: fix buf_set() so it works with input == outputMichael Niedermayer2012-05-191-1/+1
* swr: make literal 32 a named constant in realloc_audio()Michael Niedermayer2012-05-191-1/+2
* swr: fill_audio_data() support NULLMichael Niedermayer2012-05-191-1/+3
* f_split: fix output type.Nicolas George2012-05-191-1/+1
* avfilter: make AVFilterFormats compatible with libav.Nicolas George2012-05-192-12/+14
* lavfi: rename vf_split.c -> f_split.cStefano Sabatini2012-05-192-3/+3
* lavfi/asplit: move asplit code to vf_split.c, and make it support N outputsStefano Sabatini2012-05-195-64/+45
* lavf/id3v2: always strdup the value.Clément Bœsch2012-05-191-7/+4
* lavf/id3v2: do not export empty fields.Clément Bœsch2012-05-191-0/+2
* doc/examples: make use of the parameter filters_descr parameter in init_filte...Clément Bœsch2012-05-192-2/+2
* doc/examples: install them with the shared data.Clément Bœsch2012-05-191-2/+4
* doc/examples: fix pts heuristic in filtering_video.Clément Bœsch2012-05-191-3/+2
* lavfi/buffersink: typo fix in a comment.Clément Bœsch2012-05-191-1/+1
* doc/examples: properly close input in metadata.Clément Bœsch2012-05-191-1/+1
* doc/examples: print operation filename in decoding_encoding.Clément Bœsch2012-05-191-4/+4
* doc/examples: add debug compilation flag.Clément Bœsch2012-05-191-1/+1
* build: remove non-existant examples rule.Clément Bœsch2012-05-191-1/+1
* doc/examples: use system headers in decoding_encoding and muxing.Clément Bœsch2012-05-192-8/+8
* doc/examples: remove explicit rules.Clément Bœsch2012-05-191-6/+0
* doc/examples: add libavr to libraries to avoid link failures.Clément Bœsch2012-05-191-0/+1
* ffmpeg: misc cosmetics.Clément Bœsch2012-05-191-15/+14
* ffmpeg: adapt to the buffersrc API changes.Nicolas George2012-05-191-27/+4
* 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
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-196-9/+16
|\
| * doc: Replace some @file tags by more suitable markup.Diego Biurrun2012-05-183-10/+11
| * fate: Set FUZZ factor of vorbis-13 test to 2.Diego Biurrun2012-05-181-0/+1
| * fate: Set FUZZ factor of (e)ac3-encode test to 3.Diego Biurrun2012-05-181-0/+2
| * fate: remove unused code from regressions-funcs.shMans Rullgard2012-05-181-15/+0
| * rtmp: Don't assume path points to a string of nonzero lengthMartin Storsjö2012-05-171-2/+3
| * avconv: fix behavior with -ss as an output option.Anton Khirnov2012-05-171-2/+4
* | ffmpeg: fix warning & bug for keep_pix_fmtMichael Niedermayer2012-05-191-5/+1
* | ffmpeg: remove unused variable i.Clément Bœsch2012-05-181-1/+0
* | ffmpeg: do not deprecate -vol and -map_channel.Clément Bœsch2012-05-181-3/+2
* | ffmpeg: resurrect -map_channel.Clément Bœsch2012-05-182-16/+57
OpenPOWER on IntegriCloud