1. 19 Apr, 2015 1 commit
  2. 26 Mar, 2015 1 commit
  3. 08 Mar, 2015 1 commit
  4. 06 Mar, 2015 1 commit
  5. 17 Feb, 2015 1 commit
  6. 14 Feb, 2015 1 commit
  7. 18 Jan, 2015 1 commit
  8. 09 Jan, 2015 1 commit
  9. 05 Dec, 2014 2 commits
  10. 04 Dec, 2014 1 commit
  11. 03 Dec, 2014 1 commit
  12. 25 Nov, 2014 1 commit
  13. 21 Oct, 2014 2 commits
  14. 11 Sep, 2014 1 commit
  15. 07 Aug, 2014 1 commit
  16. 22 Jun, 2014 1 commit
  17. 01 May, 2014 1 commit
  18. 11 Mar, 2014 1 commit
  19. 09 Jan, 2014 1 commit
    • Michael Niedermayer's avatar
      avformat/rmdec: when reading audio blocks, dont leave holes when reading fails · 77d2a1ca
      Michael Niedermayer authored
      The fate test is changed because the reference file depends on the use of
      non cleared data at the very
      end. Alternatively we could upload a new reference file, though that would
      then have to be changed every time the handling of a truncated frame changes
      or theres a change to error concealment, each time adding a new file ...
      
      Fixes use of uninitialized memory
      Fixed: msan_uninit-mem_7f3c02b81363_2787_RLG2_19.rm
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      77d2a1ca
  20. 06 Jan, 2014 1 commit
  21. 26 Dec, 2013 2 commits
  22. 25 Dec, 2013 1 commit
  23. 21 Dec, 2013 1 commit
  24. 25 Oct, 2013 1 commit
  25. 24 Oct, 2013 2 commits
  26. 13 Oct, 2013 1 commit
  27. 18 Sep, 2013 1 commit
  28. 02 Sep, 2013 1 commit
  29. 02 Aug, 2013 1 commit
  30. 13 Jul, 2013 1 commit
  31. 12 Jul, 2013 1 commit
  32. 07 Jul, 2013 1 commit
    • Michael Niedermayer's avatar
      rmdec: Use the AVIOContext given as parameter in rm_read_metadata() · d35b6cd3
      Michael Niedermayer authored
      This fixes crashes when playing back certain RealRTSP streams.
      
      When invoked from the RTP depacketizer, the full realmedia
      demuxer isn't invoked, but only certain functions from it, where
      a separate AVIOContext is passed in as parameter (for the buffer
      containing the data to parse). The functions called from within
      those entry points should only be using that parameter, not
      s->pb. In the depacketizer case, s is the RTSP context, where ->pb
      is null.
      
      Cc: libav-stable@libav.org
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      d35b6cd3
  33. 01 Jul, 2013 1 commit
  34. 17 Apr, 2013 1 commit
  35. 17 Mar, 2013 1 commit
  36. 11 Mar, 2013 1 commit