aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-012-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: cosmetics: fix some then/than typos doxygen: Include libavcodec and libavformat examples into the documentation avutil: elaborate documentation for av_get_random_seed Add support for aac streams in mp4/mov without extradata. aes: whitespace cosmetics adler32: whitespace cosmetics swscale: fix another yuv range conversion overflow in 16bit scaling. Fix cpu flags test program opt-test: Add missing braces to silence compiler warnings. build: Eliminate obsolete test targets. udp: Fix a compilation warning swscale: Unbreak build with --enable-small base64: add fate test aes: improve test program and add fate test adler32: make test program more useful and add fate test swscale: fix yuv range correction when using 16-bit scaling. aacenc: Make chan_map const correct Conflicts: Makefile doc/examples/muxing-example.c libavformat/udp.c libavutil/random_seed.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples: give meaningful names to the example filesStefano Sabatini2011-06-013-1/+1
| | | | | | Rename: api-example.c -> encoding-example.c output-example.c -> muxing-example.c
* api-example: uppercase first letter in "copyright"Stefano Sabatini2011-05-301-1/+1
| | | | Improve consistency.
* output-example: create @file doxy from text in the copyright headerStefano Sabatini2011-05-301-3/+7
|
* examples: move API examples to a dedicated dir in docStefano Sabatini2011-05-303-0/+1026