aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/avcodec.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90'Michael Niedermayer2014-02-171-134/+197
| | | | | | | | | | | | | | | | | | | | * commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90': Move all example programs to doc/examples Conflicts: configure doc/Makefile doc/doxy-wrapper.sh doc/examples/avcodec.c doc/examples/decoding_encoding.c doc/examples/metadata.c doc/examples/muxing.c doc/examples/transcode_aac.c libavcodec/Makefile libavcodec/api-example.c libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Move all example programs to doc/examplesDiego Biurrun2014-02-161-0/+595
Also drop support for building examples in library directories.