1. 17 Feb, 2014 1 commit
  2. 13 Dec, 2013 2 commits
  3. 21 Nov, 2013 1 commit
  4. 04 Nov, 2013 2 commits
  5. 30 Oct, 2013 1 commit
  6. 19 Jul, 2013 3 commits
    • wm4's avatar
      examples: demuxing: print ffplay command even if sample format is planar · 72f5a6d0
      wm4 authored
      Adjust the code so that a working ffplay command is printed in the
      planar audio case.
      72f5a6d0
    • wm4's avatar
      examples: demuxing: simplify audio output · 9f31c160
      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.
      9f31c160
    • wm4's avatar
      examples: demuxing: do partial audio packet decoding · 06b269da
      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.
      06b269da
  7. 01 Mar, 2013 1 commit
  8. 15 Jan, 2013 1 commit
  9. 14 Jan, 2013 1 commit
  10. 06 Nov, 2012 3 commits
  11. 26 Oct, 2012 1 commit
  12. 11 Sep, 2012 1 commit
  13. 02 Sep, 2012 1 commit