1. 30 Aug, 2017 2 commits
  2. 19 Jul, 2017 1 commit
  3. 18 Jul, 2017 1 commit
  4. 11 Jun, 2017 2 commits
  5. 16 May, 2017 1 commit
  6. 18 Apr, 2017 2 commits
  7. 13 Apr, 2017 1 commit
  8. 05 Apr, 2017 1 commit
  9. 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
  10. 31 Mar, 2017 1 commit
  11. 23 Mar, 2017 2 commits
  12. 12 Mar, 2017 3 commits
  13. 09 Mar, 2017 1 commit
    • Kieran Kunhya's avatar
      Add Cineform HD Decoder · 5f794aa1
      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.
      
      Further fixes and refactorings by Anton Khirnov <anton@khirnov.net>,
      Diego Biurrun <diego@biurrun.de>, Vittorio Giovara <vittorio.giovara@gmail.com>
      Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
      5f794aa1
  14. 02 Mar, 2017 1 commit
  15. 01 Mar, 2017 1 commit
  16. 22 Feb, 2017 1 commit
  17. 12 Feb, 2017 1 commit
  18. 11 Feb, 2017 1 commit
  19. 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
  20. 22 Dec, 2016 2 commits
  21. 14 Dec, 2016 1 commit
  22. 04 Nov, 2016 1 commit
  23. 21 Oct, 2016 1 commit
  24. 24 Aug, 2016 1 commit
  25. 18 Aug, 2016 1 commit
  26. 20 Jul, 2016 1 commit
  27. 14 Jul, 2016 1 commit
  28. 26 Jun, 2016 1 commit
  29. 20 Jun, 2016 2 commits
  30. 07 Jun, 2016 1 commit
  31. 31 May, 2016 1 commit
  32. 22 May, 2016 1 commit