Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'fee0f1de2c6a9924acb74013436dbea8f2bd1ecb' | Clément Bœsch | 2017-04-04 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | * commit 'fee0f1de2c6a9924acb74013436dbea8f2bd1ecb': examples/decode_audio: flush the decoder Merged-by: Clément Bœsch <cboesch@gopro.com> | ||||
| * | examples/decode_audio: flush the decoder | Anton Khirnov | 2016-11-23 | 1 | -0/+5 |
| | | |||||
* | | Merge commit '9a38184a143a1560814b084aebe628f8df46e666' | Clément Bœsch | 2017-04-04 | 1 | -5/+6 |
|\| | | | | | | | | | | | | | * commit '9a38184a143a1560814b084aebe628f8df46e666': examples/decode_audio: allocate the packet dynamically Merged-by: Clément Bœsch <cboesch@gopro.com> | ||||
| * | examples/decode_audio: allocate the packet dynamically | Anton Khirnov | 2016-11-23 | 1 | -5/+6 |
| | | | | | | | | AVPackets on stack are discouraged now. | ||||
| * | examples/decode_audio: handle planar audio now produced by the MP2 decoder | Anton Khirnov | 2016-11-23 | 1 | -5/+25 |
| | | |||||
* | | Merge commit '3d66717f7cb5555257244be8f5bce172ed3af7ac' | Clément Bœsch | 2017-04-04 | 1 | -19/+24 |
|\| | | | | | | | | | | | | | * commit '3d66717f7cb5555257244be8f5bce172ed3af7ac': examples/decode_audio: use the new audio decoding API Merged-by: Clément Bœsch <cboesch@gopro.com> | ||||
| * | examples/decode_audio: use the new audio decoding API | Anton Khirnov | 2016-11-23 | 1 | -14/+20 |
| | | |||||
* | | Merge commit '0946c754d99c05413e813ee515039adcf0f9232a' | Clément Bœsch | 2017-04-04 | 1 | -36/+60 |
|\| | | | | | | | | | | | | | * commit '0946c754d99c05413e813ee515039adcf0f9232a': examples/decode_audio: use a parser for splitting the input Merged-by: Clément Bœsch <cboesch@gopro.com> | ||||
| * | examples/decode_audio: use a parser for splitting the input | Anton Khirnov | 2016-11-23 | 1 | -28/+54 |
| | | | | | | | | | | Do not rely on the decoder handling this, as it's not guaranteed to work. | ||||
* | | examples/decode_audio: reduce the scope of 2 variables | Clément Bœsch | 2017-04-04 | 1 | -1/+1 |
| | | |||||
* | | doc/decode_audio: use <> to include libav* headers | James Almer | 2017-03-31 | 1 | -3/+3 |
| | | | | | | | | Found-by: ubitux | ||||
* | | Merge commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b' | James Almer | 2017-03-31 | 1 | -2/+3 |
|\| | | | | | | | | | | | | | * commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b': examples/decode_audio: Add missing header for av_free() Merged-by: James Almer <jamrial@gmail.com> | ||||
| * | examples/decode_audio: Add missing header for av_free() | Diego Biurrun | 2016-11-10 | 1 | -2/+3 |
| | | |||||
* | | doc/examples/{de,en}code_audio: fix includes | Clément Bœsch | 2017-03-29 | 1 | -2/+2 |
| | | | | | | | | Consistent with other examples. | ||||
* | | Merge commit '90265814f993098d79b0a0f40745ecdb403fbf56' | Clément Bœsch | 2017-03-29 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | * commit '90265814f993098d79b0a0f40745ecdb403fbf56': examples/decode_audio: constify the AVCodec instance Merged-by: Clément Bœsch <u@pkh.me> | ||||
| * | examples/decode_audio: constify the AVCodec instance | Anton Khirnov | 2016-11-02 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e' | Clément Bœsch | 2017-03-29 | 1 | -22/+36 |
|/ | | | | | | | * commit 'f5df897c4b61985e3afc89ba1290649712ff438e': examples/avcodec: split audio decoding into a separate example Merged-by: Clément Bœsch <u@pkh.me> | ||||
* | examples/avcodec: split audio decoding into a separate example | Anton Khirnov | 2016-11-02 | 1 | -0/+137 |
The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file. |