1. 11 Jul, 2015 1 commit
  2. 27 Feb, 2015 1 commit
  3. 17 Dec, 2014 1 commit
  4. 02 Dec, 2014 1 commit
  5. 18 Jun, 2014 1 commit
  6. 30 Apr, 2014 1 commit
    • Daniel Verkamp's avatar
      ff_put_wav_header: add flag to force WAVEFORMATEX · 5e7d21c7
      Daniel Verkamp authored
      Partially undoes commit 2c4e08d8:
      
          riff: always generate a proper WAVEFORMATEX structure in
          ff_put_wav_header
      
      A new flag, FF_PUT_WAV_HEADER_FORCE_WAVEFORMATEX, is added to force the
      use of WAVEFORMATEX rather than PCMWAVEFORMAT even for PCM codecs.
      
      This flag is used in the Matroska muxer (the cause of the original
      change) and in the ASF muxer, because the specifications for
      these formats indicate explicitly that WAVEFORMATEX should be used.
      
      Muxers for other formats will return to the original behavior of writing
      PCMWAVEFORMAT when writing a header for raw PCM.
      
      In particular, this causes raw PCM in WAV to generate the canonical
      44-byte header expected by some tools.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      5e7d21c7
  7. 12 Feb, 2014 1 commit
  8. 28 Jan, 2014 1 commit
  9. 23 Dec, 2013 1 commit
  10. 05 Aug, 2013 1 commit
  11. 21 Apr, 2013 1 commit
  12. 14 Feb, 2013 1 commit
  13. 07 Feb, 2013 1 commit
  14. 28 Nov, 2012 1 commit
  15. 16 Oct, 2012 1 commit
  16. 07 Aug, 2012 2 commits
  17. 30 May, 2012 1 commit
  18. 27 Nov, 2011 1 commit
  19. 14 Apr, 2011 1 commit
    • Max Horn's avatar
      handle malloc failures in ff_get_wav_header · ca402f32
      Max Horn authored
      ff_get_wav_header is reading data from a WAVE file and then uses it
      (without validation) to malloc a buffer. It then proceeded to read
      data into the buffer, without verifying that the allocation succeeded.
      
      To address this, change ff_get_wav_header to return an error if
      allocation failed, and adapted all calling code to handle that error.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      ca402f32
  20. 07 Apr, 2011 2 commits
  21. 19 Mar, 2011 1 commit
  22. 20 Feb, 2011 2 commits
  23. 26 Dec, 2010 1 commit
  24. 22 May, 2010 2 commits
  25. 20 Apr, 2010 1 commit
  26. 16 Oct, 2009 1 commit
  27. 22 Jun, 2009 1 commit
  28. 01 Feb, 2009 1 commit
  29. 22 Dec, 2008 1 commit
  30. 03 Oct, 2008 1 commit
  31. 31 Aug, 2008 1 commit
  32. 09 May, 2008 1 commit
  33. 17 Oct, 2007 1 commit
  34. 08 Jul, 2007 1 commit
  35. 16 Jun, 2007 1 commit
  36. 02 May, 2007 1 commit