1. 02 Feb, 2012 1 commit
    • Justin Ruggles's avatar
      bethsoftvideo: fix palette reading. · c3a06615
      Justin Ruggles authored
      Return the correct number of consumed bytes and set *data_size = 0.
      Returned size is 1 too small, leading to that 1 byte being read as the next
      frame, which results in an extra blank frame at the beginning of the stream.
      c3a06615
  2. 01 Feb, 2012 1 commit
    • Janne Grunau's avatar
      fate-golomb: extend golomb-test to get_ue_golomb_long() · e67e3a3f
      Janne Grunau authored
      get_ue_golomb_long() is only tested for values up to 2^15 - 2 since
      we can not write larger values.
      Silence the test on success and return a non-zero value on error.
      Use an heap scratch buffer instead of large stack buffer.
      Remove unneeded includes.
      e67e3a3f
  3. 31 Jan, 2012 1 commit
  4. 18 Jan, 2012 1 commit
  5. 13 Jan, 2012 3 commits
  6. 09 Jan, 2012 3 commits
  7. 08 Jan, 2012 2 commits
  8. 07 Jan, 2012 5 commits
  9. 05 Jan, 2012 1 commit
  10. 03 Jan, 2012 1 commit
  11. 01 Jan, 2012 1 commit
  12. 31 Dec, 2011 1 commit
  13. 30 Dec, 2011 2 commits
  14. 29 Dec, 2011 2 commits
  15. 17 Dec, 2011 1 commit
  16. 15 Dec, 2011 2 commits
  17. 14 Dec, 2011 1 commit
  18. 13 Dec, 2011 1 commit
  19. 10 Dec, 2011 2 commits
  20. 03 Dec, 2011 1 commit
  21. 23 Nov, 2011 3 commits
  22. 20 Oct, 2011 1 commit
    • Justin Ruggles's avatar
      shorten: fix end-of-stream decoding. · 1baa25c7
      Justin Ruggles authored
      enable CODEC_CAP_DELAY to flush any remaining frames in the buffer.
      
      Stop decoding when the FN_QUIT command is found so that a trailing seek table
      isn't decoded as a normal frame.
      
      decode all channels in the same call to avcodec_decode_audio3() so that
      decoding will not stop after the first channel of the last frame.
      
      Updated FATE reference. More valid audio is now decoded.
      1baa25c7
  23. 18 Oct, 2011 1 commit
  24. 15 Oct, 2011 2 commits