aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/encoding.c
Commit message (Collapse)AuthorAgeFilesLines
* examples/encoding: rename to decoding_encoding.c as the file is an example ↵Michael Niedermayer2011-10-111-458/+0
| | | | | | for both. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples/encoding: List more formats to make it more clear to the reader ↵Michael Niedermayer2011-10-111-1/+1
| | | | | | what is not handled in libavcodec. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples/encoding.c: adopt a less restrictive licenseStefano Sabatini2011-07-231-13/+15
| | | | | | | Adopt ISC (Internet Systems Consortium) license in place of LGPL, consistent with the other examples. Fabrice explicitely approved the relicensing.
* Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/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: rename "-example" suffix from examples filesStefano Sabatini2011-07-041-0/+468
The suffix is redundant since the containing directory itself is called "examples". Simplify.