- 17 Feb, 2014 1 commit
-
-
Michael Niedermayer authored
This makes the examples page less cluttered Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 13 Dec, 2013 2 commits
-
-
Clément Bœsch authored
-
Even Wiik Thomassen authored
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>
-
- 21 Nov, 2013 1 commit
-
-
Stefano Sabatini authored
avcodec_close() does nothing in case the argument is NULL. Simplify.
-
- 04 Nov, 2013 2 commits
-
-
Clément Bœsch authored
That example shows how the decoding process works, not only the demuxing.
-
Clément Bœsch authored
-
- 30 Oct, 2013 1 commit
-
-
Clément Bœsch authored
Fix infinite loop at flushing.
-
- 19 Jul, 2013 3 commits
-
-
wm4 authored
Adjust the code so that a working ffplay command is printed in the planar audio case.
-
wm4 authored
There is no reason why this should copy the audio data in a very complicated way. Also, strictly write the first plane, instead of writing the whole buffer. This is more helpful in context of the example. This way a user can clearly confirm that it works by playing the written data as raw audio.
-
wm4 authored
This assumes one audio packet is decoded one time. This is not true: packets can be partially decoded. Then you have to "adjust" the packet and pass the undecoded part of the packet to the decode function again.
-
- 01 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 Jan, 2013 1 commit
-
-
Angelo Haller authored
Fix leak.
-
- 14 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 06 Nov, 2012 3 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
s/video/audio/ in a log message.
-
Stefano Sabatini authored
Implement more logical code flow.
-
- 26 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 11 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
-
- 02 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
-