1. 18 Jul, 2017 1 commit
  2. 11 Jun, 2017 2 commits
  3. 16 May, 2017 1 commit
  4. 18 Apr, 2017 2 commits
  5. 05 Apr, 2017 1 commit
  6. 03 Apr, 2017 1 commit
    • Ronald S. Bultje's avatar
      codec_desc: mark some lossless audio codecs as intraonly. · 467a0538
      Ronald S. Bultje authored
      Fixes tsan warnings in several audio codecs (flac, alac, wavpack, tta
      and tak) that look like this:
      
      WARNING: ThreadSanitizer: data race (pid=14340)
        Read of size 4 at 0x7d64000169d8 by main thread (mutexes: write M1335):
          #0 update_context_from_thread src/libavcodec/pthread_frame.c:284 (ffmpeg+0x000000dc795f)
      [..]
        Previous write of size 4 at 0x7d64000169d8 by thread T1 (mutexes: write M1333):
          #0 wavpack_decode_block src/libavcodec/wavpack.c:1012 (ffmpeg+0x00000112b175)
      467a0538
  7. 31 Mar, 2017 1 commit
  8. 12 Mar, 2017 3 commits
  9. 02 Mar, 2017 1 commit
  10. 22 Feb, 2017 1 commit
  11. 12 Feb, 2017 1 commit
  12. 11 Feb, 2017 1 commit
  13. 11 Jan, 2017 1 commit
    • Steinar H. Gunderson's avatar
      avcodec: add Newtek SpeedHQ decoder · 2a293ec7
      Steinar H. Gunderson authored
      This decoder can decode all existing SpeedHQ formats (SHQ0–5, 7, and 9),
      including correct decoding of the alpha channel.
      
      1080p is decoded in 142 fps on one core of my i7-4600U (2.1 GHz Haswell),
      about evenly split between bitstream reader and IDCT. There is currently
      no attempt at slice or frame threading, even though the format trivially
      supports both.
      
      NewTek very helpfully provided a full set of SHQ samples, as well as
      source code for an SHQ2 encoder (not included) and assistance with
      understanding some details of the format.
      2a293ec7
  14. 22 Dec, 2016 2 commits
  15. 14 Dec, 2016 1 commit
  16. 04 Nov, 2016 1 commit
  17. 21 Oct, 2016 1 commit
  18. 24 Aug, 2016 1 commit
  19. 18 Aug, 2016 1 commit
  20. 20 Jul, 2016 1 commit
  21. 14 Jul, 2016 1 commit
  22. 26 Jun, 2016 1 commit
  23. 20 Jun, 2016 2 commits
  24. 07 Jun, 2016 1 commit
  25. 31 May, 2016 1 commit
  26. 22 May, 2016 1 commit
  27. 21 May, 2016 1 commit
  28. 14 May, 2016 1 commit
  29. 12 May, 2016 1 commit
  30. 06 May, 2016 1 commit
  31. 21 Apr, 2016 1 commit
  32. 05 Apr, 2016 1 commit
  33. 30 Jan, 2016 1 commit
    • Kieran Kunhya's avatar
      avcodec: Cineform HD Decoder · 3485332b
      Kieran Kunhya authored
      Decodes YUV 4:2:2 10-bit and RGB 12-bit files.
      Older files with more subbands, skips, Bayer, alpha not supported.
      Alpha requires addition of GBRAP12 pixel format.
      3485332b
  34. 10 Jan, 2016 1 commit