summaryrefslogtreecommitdiff
path: root/doc/examples
Commit message (Collapse)AuthorAge
* Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '142e76f1055de5dde44696e71a5f63f2cb11dedf': swscale: fix crash with dithering due incorrect offset calculation. matroskadec: fix stupid typo (!= -> ==) build: remove duplicates from order-only directory prerequisite list build: rework rules for things in the tools dir configure: fix --cpu=host with gcc 4.6 ARM: use const macro to define constant data in asm bitdepth: simplify FUNC/FUNCC macros dsputil: remove ff_emulated_edge_mc macro used in one place 9/10-bit: simplify clipping macros matroskadec: reindent matroskadec: defer parsing of cues element until we seek. lavc: add support for codec-specific defaults. lavc: make avcodec_alloc_context3 officially public. lavc: remove a half-working attempt at different defaults for audio/video codecs. ac3dec: add a drc_scale private option lavf: add avformat_find_stream_info() lavc: introduce avcodec_open2() as a replacement for avcodec_open(). Conflicts: Makefile libavcodec/utils.c libavformat/avformat.h libswscale/swscale_internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* examples/muxing.c: remove doxy reference to unexisting fileStefano Sabatini2011-07-10
|
* doc/examples: add decoding/filtering example programStefano Sabatini2011-07-10
|
* examples/encoding.c: remove unnecessary includesStefano Sabatini2011-07-10
| | | | Simplify.
* examples/encoding.c: use av_image_alloc() for allocating an image bufferStefano Sabatini2011-07-10
| | | | Simplify.
* examples/encoding.c: replace "this library" with "libavcodec" in doxyStefano Sabatini2011-07-09
| | | | So it is more clear the context of the sentence.
* examples/encoding.c: remove reference to unexisting fileStefano Sabatini2011-07-09
|
* examples/muxing.c: set sample format for encodingStefano Sabatini2011-07-09
| | | | | This is required, or avcodec_open() will abort because of invalid sample format.
* examples: move metadata-example.c to doc/examplesStefano Sabatini2011-07-08
|
* examples: rename "-example" suffix from examples filesStefano Sabatini2011-07-04
| | | | | The suffix is redundant since the containing directory itself is called "examples". Simplify.
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-01
| | | | | | Rename: api-example.c -> encoding-example.c output-example.c -> muxing-example.c
* api-example: uppercase first letter in "copyright"Stefano Sabatini2011-05-30
| | | | Improve consistency.
* output-example: create @file doxy from text in the copyright headerStefano Sabatini2011-05-30
|
* examples: move API examples to a dedicated dir in docStefano Sabatini2011-05-30