| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove references to the "ff" variant of buffersink. | Nicolas George | 2013-03-12 | 2 | -2/+2 |
* | Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38' | Michael Niedermayer | 2013-03-12 | 1 | -11/+5 |
|\ |
|
* | | Merge commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111' | Michael Niedermayer | 2013-03-12 | 1 | -3/+37 |
|\| |
|
| * | Add the bumps and APIchanges entries for reference counted buffers changes. | Anton Khirnov | 2013-03-08 | 1 | -3/+37 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -0/+5 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -0/+5 |
* | | lavfi/smartblur: add support to named options | Stefano Sabatini | 2013-03-10 | 1 | -21/+31 |
* | | ffmpeg: add the -canvas_size option. | Nicolas George | 2013-03-10 | 1 | -0/+3 |
* | | doc/ffplay,ffmpeg: mention the corresponding negated option for -stats | Stefano Sabatini | 2013-03-10 | 2 | -3/+8 |
* | | lavfi: add curves filter. | Clément Bœsch | 2013-03-10 | 1 | -0/+67 |
* | | doc: fix examples. | Clément Bœsch | 2013-03-10 | 2 | -2/+2 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -3/+0 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -10/+0 |
* | | Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830' | Michael Niedermayer | 2013-03-08 | 1 | -0/+3 |
|\| |
|
| * | avstring: Add locale independent versions of some ctype.h functions | Reimar Döffinger | 2013-03-07 | 1 | -0/+3 |
* | | lavf/segment: add support to ffconcat segment list | Stefano Sabatini | 2013-03-07 | 2 | -0/+8 |
* | | doc/texi2pod: fix @ref substitution rule, disallow "}" within the fields | Stefano Sabatini | 2013-03-07 | 1 | -1/+1 |
* | | lavu: add escape API | Stefano Sabatini | 2013-03-07 | 1 | -0/+3 |
* | | lavf/concat: document the use of the files durations. | Nicolas George | 2013-03-06 | 1 | -0/+6 |
* | | lavfi/deshake: support named options. | Clément Bœsch | 2013-03-05 | 1 | -12/+19 |
* | | doc/filters: make examples a bit more consistent. | Clément Bœsch | 2013-03-05 | 1 | -40/+96 |
* | | doc/showspectrum: add some examples. | Clément Bœsch | 2013-03-05 | 1 | -0/+17 |
* | | lavfi: port MP stereo3d filter | Paul B Mahol | 2013-03-05 | 1 | -0/+121 |
* | | examples/muxing: fix memory leak. | Nicolas George | 2013-03-05 | 1 | -9/+2 |
* | | doc/muxers: specify that tee needs -map. | Nicolas George | 2013-03-05 | 1 | -2/+2 |
* | | doc/filters: fix short options for noise filter | Paul B Mahol | 2013-03-05 | 1 | -2/+2 |
* | | doc/filters: fix degrees/radians copy/paste fail. | Clément Bœsch | 2013-03-03 | 1 | -1/+1 |
* | | doc/examples/demuxing: use AVFrame accessor functions | Michael Niedermayer | 2013-03-01 | 1 | -3/+3 |
* | | Improve dump_attachment documentation. | Carl Eugen Hoyos | 2013-02-28 | 1 | -2/+2 |
* | | ffmpeg_opt: add -to option to specify stop time | Jean First | 2013-02-27 | 1 | -0/+8 |
* | | lavfi/geq: improve support for formats with alpha plane | Paul B Mahol | 2013-02-25 | 1 | -5/+12 |
* | | lavfi/abuffersink: add sample_rates field to AVABufferSinkParams | Stefano Sabatini | 2013-02-24 | 1 | -0/+3 |
* | | Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf' | Michael Niedermayer | 2013-02-24 | 1 | -0/+4 |
|\| |
|
| * | lavfi: connect libavresample options to af_resample via AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -0/+4 |
* | | Merge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608' | Michael Niedermayer | 2013-02-24 | 1 | -1/+1 |
|\| |
|
| * | doc: developer: Allow tabs in the vim configuration for Automake files | Diego Biurrun | 2013-02-23 | 1 | -1/+1 |
* | | lavf/concatdec: add the "duration" directive. | Nicolas George | 2013-02-24 | 1 | -0/+7 |
* | | doc/filters: add forgotten sentence for blend filter examples | Paul B Mahol | 2013-02-23 | 1 | -0/+2 |
* | | doc/muxers: fix reference to @anchor defined in another manual | Stefano Sabatini | 2013-02-22 | 1 | -3/+3 |
* | | lavu/parseutils: allow MM:SS format for duration in av_parse_time() | Senthilnathan M | 2013-02-22 | 1 | -1/+1 |
* | | doc/filters: apply minor spacing fixes to boxblur docs | Stefano Sabatini | 2013-02-22 | 1 | -5/+3 |
* | | lavfi/boxblur: add support to named options | Stefano Sabatini | 2013-02-22 | 1 | -16/+34 |
* | | blend filter | Paul B Mahol | 2013-02-21 | 1 | -0/+108 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-21 | 1 | -1/+1 |
|\| |
|
| * | doc: filters: Correct BNF FILTER description | Vicente Jimenez Aguilar | 2013-02-20 | 1 | -1/+1 |
| * | doc: Fix some obsolete references to av* tools as ff* tools | Vicente Jimenez Aguilar | 2013-02-18 | 7 | -8/+8 |
| * | doc/platform: Fix 10l typo | Derek Buitenhuis | 2013-02-13 | 1 | -1/+1 |
* | | lavfi/overlay: add format option | Stefano Sabatini | 2013-02-20 | 1 | -1/+19 |
* | | lavfi/overlay: implement shortest option | Stefano Sabatini | 2013-02-20 | 1 | -0/+16 |
* | | doc/filters: rework introductory description for decimate | Stefano Sabatini | 2013-02-20 | 1 | -5/+6 |