Clément Bœsch
|
944e5ce3ec
|
doc/examples/{de,en}code_audio: fix includes
Consistent with other examples.
|
2017-03-29 14:18:10 +02:00 |
|
Clément Bœsch
|
9bed10afb8
|
doc/examples/encode_audio: add missing return
|
2017-03-29 13:45:09 +02:00 |
|
Clément Bœsch
|
780cc080d8
|
Merge commit 'f76698e759'
* commit 'f76698e759':
examples/encode_audio: use the AVFrame API for allocating the data
Merged-by: Clément Bœsch <u@pkh.me>
|
2017-03-29 13:31:44 +02:00 |
|
Clément Bœsch
|
f38e7566c6
|
Merge commit 'c00a11ab38'
* commit 'c00a11ab38':
examples/encode_audio: constify AVCodec instances
Merged-by: Clément Bœsch <u@pkh.me>
|
2017-03-29 13:30:16 +02:00 |
|
Clément Bœsch
|
b785af4868
|
Merge commit '40aaa8dadf'
* commit '40aaa8dadf':
examples/avcodec: split audio encoding into a separate example
Merged-by: Clément Bœsch <u@pkh.me>
|
2017-03-29 13:29:22 +02:00 |
|
Anton Khirnov
|
f76698e759
|
examples/encode_audio: use the AVFrame API for allocating the data
It is simpler and more efficient.
|
2016-11-02 10:12:39 +01:00 |
|
Anton Khirnov
|
c00a11ab38
|
examples/encode_audio: constify AVCodec instances
|
2016-11-02 10:11:48 +01:00 |
|
Anton Khirnov
|
40aaa8dadf
|
examples/avcodec: split audio encoding 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.
|
2016-11-02 10:11:46 +01:00 |
|