aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/demuxing.c
Commit message (Expand)AuthorAgeFilesLines
* examples: demuxing: print ffplay command even if sample format is planarwm42013-07-191-2/+14
* examples: demuxing: simplify audio outputwm42013-07-191-36/+10
* examples: demuxing: do partial audio packet decodingwm42013-07-191-3/+16
* doc/examples/demuxing: use AVFrame accessor functionsMichael Niedermayer2013-03-011-3/+3
* examples/demuxing: free AVPacket after usageAngelo Haller2013-01-151-1/+3
* doc/examples: fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* examples/muxing: fix typo: allocated -> allocateStefano Sabatini2012-11-061-1/+1
* examples/demuxing: fix brainoStefano Sabatini2012-11-061-1/+1
* examples/demuxing: dump input information *after* trying to open audio streamStefano Sabatini2012-11-061-3/+3
* examples: fix doxy so they appear on the example pageMichael Niedermayer2012-10-261-0/+1
* examples/demuxing: add audio decoding/demuxingStefano Sabatini2012-09-111-79/+225
* examples: add demuxing.c exampleStefano Sabatini2012-09-021-0/+193