summaryrefslogtreecommitdiffstats
path: root/doc/examples/demuxing.c
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples/demuxing: use AVFrame accessor functionsMichael Niedermayer2013-03-011-3/+3
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* examples/demuxing: free AVPacket after usageAngelo Haller2013-01-151-1/+3
| | | | Fix leak.
* doc/examples: fix assignments in if()Michael Niedermayer2013-01-141-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* examples/muxing: fix typo: allocated -> allocateStefano Sabatini2012-11-061-1/+1
|
* examples/demuxing: fix brainoStefano Sabatini2012-11-061-1/+1
| | | | s/video/audio/ in a log message.
* examples/demuxing: dump input information *after* trying to open audio streamStefano Sabatini2012-11-061-3/+3
| | | | Implement more logical code flow.
* examples: fix doxy so they appear on the example pageMichael Niedermayer2012-10-261-0/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* examples/demuxing: add audio decoding/demuxingStefano Sabatini2012-09-111-79/+225
|
* examples: add demuxing.c exampleStefano Sabatini2012-09-021-0/+193