summaryrefslogtreecommitdiffstats
path: root/doc/examples/output.c
Commit message (Collapse)AuthorAgeFilesLines
* Move all example programs to doc/examplesDiego Biurrun2014-02-161-1/+1
| | | | Also drop support for building examples in library directories.
* doc/examples: misc Doxygen markup improvementsDiego Biurrun2014-02-141-2/+2
| | | | 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
|
* build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-251-0/+527
This includes moving libavformat/output-example to doc/examples/output.