Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples/transcode_aac: convert to codecpar | Anton Khirnov | 2016-02-24 | 1 | -17/+49 |
| | |||||
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -5/+5 |
| | | | | | | | `av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`. | ||||
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| | | | | | | Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | examples/transcode_aac: generate proper PTS and set the muxer timebase | Andreas Unterweger | 2015-01-27 | 1 | -0/+13 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | examples/transcode_aac: fix a typo | Andreas Unterweger | 2015-01-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | examples/transcode_aac: properly select the output sample format | Andreas Unterweger | 2015-01-27 | 1 | -7/+9 |
| | | | | | | Makes the example work with all the supported AAC encoders. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | Move all example programs to doc/examples | Diego Biurrun | 2014-02-16 | 1 | -1/+1 |
| | | | | Also drop support for building examples in library directories. | ||||
* | doc/examples: misc Doxygen markup improvements | Diego Biurrun | 2014-02-14 | 1 | -1/+4 |
| | | | | Add properly formatted @example tag and fix Doxygen syntax. | ||||
* | Add an audio transcoding example. | Andreas Unterweger | 2013-11-27 | 1 | -0/+769 |
Signed-off-by: Anton Khirnov <anton@khirnov.net> |