aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Collapse)AuthorAgeFilesLines
* libavfilter: example audio filtering programAnton Khirnov2014-02-251-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/examplesDiego Biurrun2014-02-164-2/+653
| | | | Also drop support for building examples in library directories.
* doc/examples: misc Doxygen markup improvementsDiego Biurrun2014-02-142-3/+6
| | | | Add properly formatted @example tag and fix Doxygen syntax.
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-111-1/+1
|
* Add an audio transcoding example.Andreas Unterweger2013-11-271-0/+769
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-251-0/+527
This includes moving libavformat/output-example to doc/examples/output.