Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libavfilter: example audio filtering program | Anton Khirnov | 2014-02-25 | 1 | -0/+364 |
| | | | | | | Based on a patch by Andrew Kelley <superjoe30@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | Move all example programs to doc/examples | Diego Biurrun | 2014-02-16 | 4 | -2/+653 |
| | | | | Also drop support for building examples in library directories. | ||||
* | doc/examples: misc Doxygen markup improvements | Diego Biurrun | 2014-02-14 | 2 | -3/+6 |
| | | | | Add properly formatted @example tag and fix Doxygen syntax. | ||||
* | Replace all uses of avcodec_free_frame with av_frame_free(). | Anton Khirnov | 2013-12-11 | 1 | -1/+1 |
| | |||||
* | Add an audio transcoding example. | Andreas Unterweger | 2013-11-27 | 1 | -0/+769 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | build: Integrate multilibrary examples into the build system | Diego Biurrun | 2013-11-25 | 1 | -0/+527 |
This includes moving libavformat/output-example to doc/examples/output. |