| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/examples: make use of the parameter filters_descr parameter in init_filte... | Clément Bœsch | 2012-05-19 | 2 | -2/+2 |
* | doc/examples: fix pts heuristic in filtering_video. | Clément Bœsch | 2012-05-19 | 1 | -3/+2 |
* | doc/examples: properly close input in metadata. | Clément Bœsch | 2012-05-19 | 1 | -1/+1 |
* | doc/examples: print operation filename in decoding_encoding. | Clément Bœsch | 2012-05-19 | 1 | -4/+4 |
* | doc/examples: add debug compilation flag. | Clément Bœsch | 2012-05-19 | 1 | -1/+1 |
* | doc/examples: use system headers in decoding_encoding and muxing. | Clément Bœsch | 2012-05-19 | 2 | -8/+8 |
* | doc/examples: remove explicit rules. | Clément Bœsch | 2012-05-19 | 1 | -6/+0 |
* | doc/examples: add libavr to libraries to avoid link failures. | Clément Bœsch | 2012-05-19 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-19 | 2 | -5/+6 |
|\ |
|
| * | doc: Replace some @file tags by more suitable markup. | Diego Biurrun | 2012-05-18 | 3 | -10/+11 |
| * | build: Add 'check' target to run all compile and test targets. | Diego Biurrun | 2012-05-15 | 1 | -3/+1 |
* | | lavfi/aevalsrc: add option channel_layout | Stefano Sabatini | 2012-05-18 | 1 | -2/+14 |
* | | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 3 | -20/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 3 | -2/+104 |
|\| |
|
| * | Add missing version bumps and APIchanges/Changelog entries. | Anton Khirnov | 2012-05-15 | 1 | -3/+17 |
| * | avconv: automatically insert asyncts when -async is used. | Anton Khirnov | 2012-05-14 | 1 | -0/+1 |
| * | avconv: add support for audio filters. | Anton Khirnov | 2012-05-14 | 1 | -0/+5 |
| * | lavfi: add asyncts filter. | Anton Khirnov | 2012-05-14 | 1 | -0/+19 |
| * | lavfi: add aformat filter | Anton Khirnov | 2012-05-14 | 1 | -0/+26 |
| * | lavfi: add an audio buffer sink. | Anton Khirnov | 2012-05-14 | 1 | -0/+7 |
| * | lavfi: add an audio buffer source. | Anton Khirnov | 2012-05-14 | 1 | -0/+27 |
* | | doc/filter_design: fix a few other typo. | Clément Bœsch | 2012-05-16 | 1 | -4/+4 |
* | | doc/filtering_design: fix typo negociation -> negotiation | Stefano Sabatini | 2012-05-16 | 1 | -2/+2 |
* | | lavf: add av_guess_frame_sample_aspect_ratio function | Marton Balint | 2012-05-14 | 1 | -0/+3 |
* | | ffmpeg: accept + prefix to -pix_fmt option to disable automatic conversions. | Nicolas George | 2012-05-14 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-14 | 1 | -20/+11 |
|\| |
|
| * | doc: misc improvements for the Windows section | Diego Biurrun | 2012-05-14 | 1 | -21/+12 |
| * | doc: fix link to fate.libav.org | Diego Elio Pettenò | 2012-05-13 | 1 | -2/+3 |
* | | lavfi: document filter design subtleties. | Nicolas George | 2012-05-14 | 1 | -0/+115 |
* | | doc/ffprobe: fix rendering of the timecode chapter in the man page | Stefano Sabatini | 2012-05-14 | 1 | -5/+9 |
* | | ffprobe: add "nokey" option to default writer | Stefano Sabatini | 2012-05-14 | 1 | -1/+4 |
* | | ffprobe: add "noprint_wrappers" option to default writer | Stefano Sabatini | 2012-05-14 | 1 | -0/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-13 | 1 | -0/+4 |
|\| |
|
| * | lavfi: add lavr-based audio resampling filter. | Anton Khirnov | 2012-05-12 | 1 | -0/+6 |
* | | doc/examples: add libswresample in the libraries. | Clément Bœsch | 2012-05-12 | 1 | -0/+1 |
* | | doc/examples: use buffersrc.h instead of deprecated asrc_abuffer.h. | Clément Bœsch | 2012-05-12 | 1 | -1/+1 |
* | | doc/examples: fix typo. | Clément Bœsch | 2012-05-12 | 1 | -1/+1 |
* | | doc/examples: add -O2 in CFLAGS. | Clément Bœsch | 2012-05-12 | 1 | -2/+3 |
* | | doc/examples: add missing math.h include in decoding/encoding example. | Clément Bœsch | 2012-05-12 | 1 | -0/+2 |
* | | doc/examples: link decoding_encoding and muxing with math lib. | Clément Bœsch | 2012-05-12 | 1 | -0/+4 |
* | | doc/examples: rename LDFLAGS to LDLIBS. | Clément Bœsch | 2012-05-12 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 2 | -1/+7 |
|\| |
|
| * | lavc: pad last audio frame with silence when needed. | Anton Khirnov | 2012-05-09 | 1 | -0/+6 |
| * | lavfi: add video buffer sink, and use it in avtools | Anton Khirnov | 2012-05-09 | 1 | -0/+8 |
| * | doc: Replace a stray reference to the old '-intra' flag. | Alex Converse | 2012-05-08 | 1 | -1/+1 |
* | | doc/examples/Makefile: split lines up to make diffs that change them clearer | Michael Niedermayer | 2012-05-08 | 1 | -2/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-07 | 1 | -0/+5 |
|\| |
|
| * | avprobe: allow showing only one container/stream property. | Ronald S. Bultje | 2012-05-07 | 1 | -0/+5 |
| * | lavc: add sample rate and channel layout to AVFrame. | Anton Khirnov | 2012-05-07 | 1 | -0/+3 |
| * | doc: clarify check for NULL pointer style | Luca Barbato | 2012-05-06 | 1 | -0/+4 |