Stefano Sabatini
|
2e5a9e580c
|
examples/encoding.c: use av_image_alloc() for allocating an image buffer
Simplify.
|
14 years ago |
Stefano Sabatini
|
a7aabda267
|
examples/encoding.c: replace "this library" with "libavcodec" in doxy
So it is more clear the context of the sentence.
|
14 years ago |
Stefano Sabatini
|
ffe3856de7
|
examples/encoding.c: remove reference to unexisting file
|
14 years ago |
Stefano Sabatini
|
26f373988d
|
examples/muxing.c: set sample format for encoding
This is required, or avcodec_open() will abort because of invalid
sample format.
|
14 years ago |
Stefano Sabatini
|
a953577b46
|
examples: move metadata-example.c to doc/examples
|
14 years ago |
Stefano Sabatini
|
79f3384ce1
|
examples: rename "-example" suffix from examples files
The suffix is redundant since the containing directory itself is
called "examples". Simplify.
|
14 years ago |
Stefano Sabatini
|
ca858ab77d
|
doc/examples: give meaningful names to the example files
Rename:
api-example.c -> encoding-example.c
output-example.c -> muxing-example.c
|
14 years ago |
Stefano Sabatini
|
c328122a8d
|
api-example: uppercase first letter in "copyright"
Improve consistency.
|
14 years ago |
Stefano Sabatini
|
f501c74d99
|
output-example: create @file doxy from text in the copyright header
|
14 years ago |
Stefano Sabatini
|
9362b50941
|
examples: move API examples to a dedicated dir in doc
|
14 years ago |