aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/avcodec.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: rename avcodec.c to decoding_encoding.cStefano Sabatini2014-04-231-664/+0
| | | | | Restore the old name, which was more meaningful and consistent with the names of the other examples.
* doc/examples/avcodec: information regarding gop_size ignored if ↵Anshul Maheshwari2014-03-211-1/+7
| | | | | | frame->pic-type is AV_PICTURE_TYPE_I Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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.