1. 23 Dec, 2013 1 commit
  2. 19 Oct, 2013 1 commit
  3. 18 Oct, 2013 1 commit
    • Luca Barbato's avatar
      wtv: Seek by sector properly · 2b72f8ac
      Luca Barbato authored
      Use an helper function to seek by sector to avoid possible mistakes
      due shifting by WTV_SECTOR_BITS a 32bit integer.
      
      Contrary to common intuition, a 32 bit integer left shifted
      by a 64 bit integer does not promote the 32 bit integer to
      64 bit before shifting.
      2b72f8ac
  4. 19 Sep, 2013 1 commit
  5. 26 Jul, 2013 2 commits
  6. 07 Jul, 2013 1 commit
  7. 21 Apr, 2013 1 commit
  8. 20 Dec, 2012 1 commit
  9. 12 Nov, 2012 1 commit
  10. 06 Nov, 2012 2 commits
  11. 07 Aug, 2012 1 commit
  12. 25 Jun, 2012 1 commit
  13. 27 Jan, 2012 1 commit
  14. 11 Jan, 2012 1 commit
  15. 11 Dec, 2011 1 commit
    • Mans Rullgard's avatar
      lavu: replace int/float punning functions · 3383a53e
      Mans Rullgard authored
      The existing functions defined in intfloat_readwrite.[ch] are
      both slow and incorrect (infinities are not handled).
      
      This introduces a new header with fast, inline conversion
      functions using direct union punning assuming an IEEE-754
      system, an assumption already made throughout the code.
      
      The one use of Intel/Motorola extended 80-bit format is
      replaced by simpler code sufficient under the present
      constraints (positive normal values).
      
      The old functions are marked deprecated and retained for
      compatibility.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      3383a53e
  16. 30 Nov, 2011 1 commit
  17. 06 Nov, 2011 1 commit
  18. 28 Oct, 2011 2 commits
  19. 19 Oct, 2011 2 commits
  20. 07 Sep, 2011 1 commit
  21. 03 Jul, 2011 1 commit
  22. 08 Jun, 2011 1 commit
  23. 01 May, 2011 3 commits
  24. 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
  25. 07 Apr, 2011 1 commit
  26. 06 Apr, 2011 1 commit
  27. 21 Mar, 2011 1 commit
  28. 19 Mar, 2011 1 commit
  29. 17 Mar, 2011 1 commit
  30. 15 Mar, 2011 1 commit
  31. 07 Mar, 2011 1 commit
  32. 05 Mar, 2011 1 commit
  33. 04 Mar, 2011 1 commit
  34. 03 Mar, 2011 1 commit