Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/examples: remove pathes from doxy examples | Michael Niedermayer | 2014-02-17 | 1 | -1/+1 |
| | | | | | | | This makes the examples page less cluttered Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | examples/demuxing_decoding: print the decoding error when it happens. | Clément Bœsch | 2013-12-13 | 1 | -2/+2 |
| | |||||
* | examples/demuxing_decoding: return error when no codec found | Even Wiik Thomassen | 2013-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | The open_codec_context function, when it fails to find a codec, now return AVERROR(EINVAL) to signal an error. Before it would return the stream index, which was always >= 0, and continue as if a codec was found. This change make it fail faster, instead of repeated failed tries to decode frames with no codec. Signed-off-by: Even Wiik Thomassen <e.thomassen@sportradar.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com> | ||||
* | doc/examples: do not check NULL values for avcodec_close() | Stefano Sabatini | 2013-11-21 | 1 | -4/+2 |
| | | | | avcodec_close() does nothing in case the argument is NULL. Simplify. | ||||
* | doc/examples: rename demuxing to demuxing_decoding. | Clément Bœsch | 2013-11-04 | 1 | -0/+388 |
That example shows how the decoding process works, not only the demuxing. |