1. 19 Apr, 2016 6 commits
  2. 15 Apr, 2016 11 commits
  3. 12 Apr, 2016 5 commits
  4. 11 Apr, 2016 1 commit
  5. 07 Apr, 2016 4 commits
  6. 06 Apr, 2016 4 commits
  7. 04 Apr, 2016 6 commits
  8. 03 Apr, 2016 1 commit
  9. 02 Apr, 2016 2 commits
    • Mark Thompson's avatar
      vaapi_h264: Fix bit offset of slice data. · b3051a46
      Mark Thompson authored
      Commit ca2f19b9 modified the meaning of
      H264SliceContext.gb: it is now initialised at the start of the NAL unit
      header, rather than at the start of the slice header.  The VAAPI slice
      decoder uses the offset after parsing to determine the offset of the
      slice data in the bitstream, so with the changed meaning we no longer
      need to add the extra byte to account for the NAL unit header because
      it is now included directly.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      b3051a46
    • Tim Walker's avatar
      ac3dec: change logging of skipped E-AC-3 substreams. · 33275a0d
      Tim Walker authored
      Change log level from warning to debug: the E-AC-3 "core"
      substream can be successfully decoded without the additional
      and dependent substreams, and their presence is already
      indicated via avpriv_request_sample in ff_eac3_parse_header.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      33275a0d