Skip to content
Snippets Groups Projects
  1. Oct 27, 2015
  2. Sep 06, 2015
  3. Sep 05, 2015
  4. Jun 15, 2015
  5. Feb 10, 2015
  6. Jan 31, 2015
  7. Mar 07, 2014
  8. Feb 17, 2014
  9. Dec 13, 2013
  10. Nov 21, 2013
  11. Nov 04, 2013
  12. Oct 30, 2013
  13. Jul 19, 2013
    • 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
  14. Mar 01, 2013
  15. Jan 15, 2013
  16. Jan 14, 2013
  17. Nov 06, 2012
  18. Oct 26, 2012
  19. Sep 11, 2012
  20. Sep 02, 2012
Loading