1. 07 Jan, 2015 2 commits
  2. 02 Sep, 2014 2 commits
  3. 04 Apr, 2014 1 commit
  4. 13 Nov, 2013 1 commit
    • Diego Biurrun's avatar
      Deprecate obsolete XvMC hardware decoding support · 19e30a58
      Diego Biurrun authored
      XvMC has long ago been superseded by newer acceleration APIs, such as
      VDPAU, and few downstreams still support it. Furthermore XvMC is not
      implemented within the hwaccel framework, but requires its own specific
      code in the MPEG-1/2 decoder, which is a maintenance burden.
      19e30a58
  5. 17 Aug, 2013 1 commit
  6. 15 Aug, 2013 1 commit
  7. 05 Aug, 2013 1 commit
  8. 15 May, 2013 1 commit
  9. 04 May, 2013 1 commit
  10. 27 Mar, 2013 1 commit
  11. 26 Mar, 2013 2 commits
  12. 18 Mar, 2013 2 commits
  13. 16 Mar, 2013 1 commit
  14. 15 Mar, 2013 2 commits
  15. 12 Mar, 2013 1 commit
  16. 08 Mar, 2013 1 commit
  17. 07 Mar, 2013 1 commit
  18. 06 Mar, 2013 1 commit
  19. 01 Mar, 2013 1 commit
  20. 26 Feb, 2013 1 commit
  21. 24 Feb, 2013 1 commit
  22. 15 Feb, 2013 2 commits
  23. 23 Jan, 2013 1 commit
  24. 07 Jan, 2013 1 commit
  25. 31 Dec, 2012 3 commits
  26. 19 Dec, 2012 1 commit
  27. 18 Dec, 2012 1 commit
    • Janne Grunau's avatar
      mpegvideo: allocate scratch buffers after linesize is known · f1d8763a
      Janne Grunau authored
      Since we can't know which stride a custom get_buffer() implementation is
      going to use we have to allocate this scratch buffers after the linesize
      is known. It was pretty safe for 8 bit per pixel pixel formats since we
      always allocated memory for up to 16 bits per pixel. It broke hoever
      with cmdutis.c's alloc_buffer() and high pixel bit depth since it
      allocated larger edges than mpegvideo expected.
      
      Fixes fuzzed sample nasa-8s2.ts_s244342.
      f1d8763a
  28. 09 Dec, 2012 1 commit
  29. 23 Nov, 2012 1 commit
  30. 12 Nov, 2012 1 commit
  31. 02 Nov, 2012 1 commit
    • Heesuk Jung's avatar
      Fix bit_rate in MPEG1/2 Video · 25b7aa98
      Heesuk Jung authored
      In ISO/IEC 13818-2, bit rate is differently determined according to video type
      
      1) MPEG1 Video
       Bit_rate and vbv_delay are set to 3FFFF and FFFF respectively
       to indicate variable bitrate. Other values are for constant bitrate.
       VBV is only defined for constant bit rate operation.
       Ths STD supersedes the VBV model for vbr.
      
      2) MPEG2 Video
       Even if the bitrate is constant, the value of bit_rate may not be the actual bitrate
       since bit_rate need only be an upper bound to that actual bitrate.
       VBV is only defined for variable bit rate operation.
       Constant bit rate is viewed as a special case of vbr.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      25b7aa98
  32. 30 Oct, 2012 1 commit