aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Collapse)AuthorAgeFilesLines
* examples/muxing.c: remove doxy reference to unexisting fileStefano Sabatini2011-07-101-1/+0
|
* doc/examples: add decoding/filtering example programStefano Sabatini2011-07-102-1/+231
|
* examples/encoding.c: remove unnecessary includesStefano Sabatini2011-07-101-8/+0
| | | | Simplify.
* examples/encoding.c: use av_image_alloc() for allocating an image bufferStefano Sabatini2011-07-101-10/+6
| | | | Simplify.
* examples/encoding.c: replace "this library" with "libavcodec" in doxyStefano Sabatini2011-07-091-1/+1
| | | | So it is more clear the context of the sentence.
* examples/encoding.c: remove reference to unexisting fileStefano Sabatini2011-07-091-1/+0
|
* examples/muxing.c: set sample format for encodingStefano Sabatini2011-07-091-0/+1
| | | | | This is required, or avcodec_open() will abort because of invalid sample format.
* examples: move metadata-example.c to doc/examplesStefano Sabatini2011-07-082-1/+56
|
* examples: rename "-example" suffix from examples filesStefano Sabatini2011-07-043-1/+1
| | | | | The suffix is redundant since the containing directory itself is called "examples". Simplify.
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (40 commits) H.264: template left MB handling H.264: faster fill_decode_caches H.264: faster write_back_* H.264: faster fill_filter_caches H.264: make filter_mb_fast support the case of unavailable top mb Do not include log.h in avutil.h Do not include pixfmt.h in avutil.h Do not include rational.h in avutil.h Do not include mathematics.h in avutil.h Do not include intfloat_readwrite.h in avutil.h Remove return statements following infinite loops without break RTSP: Doxygen comment cleanup doxygen: Escape '\' in Doxygen documentation. md5: cosmetics md5: use AV_WL32 to write result md5: add fate test md5: include correct headers md5: fix test program doxygen: Drop array size declarations from Doxygen parameter names. doxygen: Fix parameter names to match the function prototypes. ... Conflicts: libavcodec/x86/dsputil_mmx.c libavformat/flvenc.c libavformat/oggenc.c libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* 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