Clément Bœsch
|
34ec327f69
|
examples/decode_audio: reduce the scope of 2 variables
|
8 years ago |
James Almer
|
b27dd80255
|
doc/decode_audio: use <> to include libav* headers
Found-by: ubitux
|
8 years ago |
Clément Bœsch
|
944e5ce3ec
|
doc/examples/{de,en}code_audio: fix includes
Consistent with other examples.
|
8 years ago |
Anton Khirnov
|
fee0f1de2c
|
examples/decode_audio: flush the decoder
|
8 years ago |
Anton Khirnov
|
9a38184a14
|
examples/decode_audio: allocate the packet dynamically
AVPackets on stack are discouraged now.
|
8 years ago |
Anton Khirnov
|
45a1ce2ff7
|
examples/decode_audio: handle planar audio now produced by the MP2 decoder
|
8 years ago |
Anton Khirnov
|
3d66717f7c
|
examples/decode_audio: use the new audio decoding API
|
8 years ago |
Anton Khirnov
|
0946c754d9
|
examples/decode_audio: use a parser for splitting the input
Do not rely on the decoder handling this, as it's not guaranteed to
work.
|
8 years ago |
Diego Biurrun
|
905cdcaa9d
|
examples/decode_audio: Add missing header for av_free()
|
8 years ago |
Anton Khirnov
|
90265814f9
|
examples/decode_audio: constify the AVCodec instance
|
8 years ago |
Anton Khirnov
|
f5df897c4b
|
examples/avcodec: split audio decoding into a separate example
The four examples (audio/video encoding/decoding) are completely
independent so it makes little sense to have them all in one file.
|
8 years ago |