Aleksandr Slobodeniuk
|
a91f1023bc
|
examples: fix a typo in an error message
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
|
8 years ago |
Diego Biurrun
|
bb265b764a
|
examples/transcode_aac: Drop pointless return value const qualifier
doc/examples/transcode_aac.c:52:20: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
|
8 years ago |
Anton Khirnov
|
ac6d53589f
|
examples/transcode_aac: convert to codecpar
|
9 years ago |
Luca Barbato
|
ce70f28a17
|
avpacket: Replace av_free_packet with av_packet_unref
`av_packet_unref` matches the AVFrame ref-counted API and can be used as
a drop in replacement.
Deprecate `av_free_packet`.
|
9 years ago |
Vittorio Giovara
|
7c6eb0a1b7
|
lavc: AV-prefix all codec flags
Convert doxygen to multiline and express bitfields more simply.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
|
10 years ago |
Andreas Unterweger
|
3a70c0c95f
|
examples/transcode_aac: generate proper PTS and set the muxer timebase
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
10 years ago |
Andreas Unterweger
|
c9b19ac892
|
examples/transcode_aac: fix a typo
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
10 years ago |
Andreas Unterweger
|
749a89d1b8
|
examples/transcode_aac: properly select the output sample format
Makes the example work with all the supported AAC encoders.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
10 years ago |
Diego Biurrun
|
b339182eba
|
Move all example programs to doc/examples
Also drop support for building examples in library directories.
|
11 years ago |
Diego Biurrun
|
0b9716c455
|
doc/examples: misc Doxygen markup improvements
Add properly formatted @example tag and fix Doxygen syntax.
|
11 years ago |
Andreas Unterweger
|
10421bcf0a
|
Add an audio transcoding example.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
11 years ago |