Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: demuxing: print ffplay command even if sample format is planar | wm4 | 2013-07-19 | 1 | -2/+14 |
| | | | | | Adjust the code so that a working ffplay command is printed in the planar audio case. | ||||
* | examples: demuxing: simplify audio output | wm4 | 2013-07-19 | 1 | -36/+10 |
| | | | | | | | | 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. | ||||
* | examples: demuxing: do partial audio packet decoding | wm4 | 2013-07-19 | 1 | -3/+16 |
| | | | | | | 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. | ||||
* | doc/examples/demuxing: use AVFrame accessor functions | Michael Niedermayer | 2013-03-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | examples/demuxing: free AVPacket after usage | Angelo Haller | 2013-01-15 | 1 | -1/+3 |
| | | | | Fix leak. | ||||
* | doc/examples: fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | examples/muxing: fix typo: allocated -> allocate | Stefano Sabatini | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | examples/demuxing: fix braino | Stefano Sabatini | 2012-11-06 | 1 | -1/+1 |
| | | | | s/video/audio/ in a log message. | ||||
* | examples/demuxing: dump input information *after* trying to open audio stream | Stefano Sabatini | 2012-11-06 | 1 | -3/+3 |
| | | | | Implement more logical code flow. | ||||
* | examples: fix doxy so they appear on the example page | Michael Niedermayer | 2012-10-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | examples/demuxing: add audio decoding/demuxing | Stefano Sabatini | 2012-09-11 | 1 | -79/+225 |
| | |||||
* | examples: add demuxing.c example | Stefano Sabatini | 2012-09-02 | 1 | -0/+193 |