1. 21 Oct, 2011 1 commit
  2. 11 Oct, 2011 2 commits
    • Mans Rullgard's avatar
      h264: fix HRD parameters parsing · fdba370f
      Mans Rullgard authored
      The bit_rate_value_minus1 and cpb_size_value_minus1 elements
      allow a wider range than get_ue_golomb() supports.  This
      adds a get_ue_golomb_long() function supporting up to 31
      leading zeros, which is the maximum for these syntax
      elements, and uses it in decode_hrd_parameters().
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      fdba370f
    • Mans Rullgard's avatar
      h264: fix detection of optional trailing PPS elements · be1242a3
      Mans Rullgard authored
      The PPS may contain a few trailing elements whose presence is
      only signalled by data remaining after the the mandatory part
      has been parsed.  The current code fails to take into account
      the rbsp_trailing_bits() when deciding whether to parse these
      optional elements.  Assuming no unnecessary padding bytes are
      passed to this function, the optional elements are present if
      either more than 8 extra bits remain or the remaining bits do
      not form a valid rbsp_trailing_bits() after the mandatory PPS
      elements have been parsed.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      be1242a3
  3. 22 Jun, 2011 2 commits
  4. 14 Jun, 2011 1 commit
  5. 13 Jun, 2011 2 commits
  6. 10 May, 2011 1 commit
  7. 19 Mar, 2011 1 commit
  8. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  9. 01 Feb, 2011 1 commit
  10. 03 Nov, 2010 1 commit
  11. 06 Oct, 2010 1 commit
  12. 05 Oct, 2010 1 commit
  13. 07 Sep, 2010 1 commit
  14. 06 Aug, 2010 1 commit
  15. 25 May, 2010 1 commit
  16. 20 Apr, 2010 1 commit
  17. 07 Feb, 2010 1 commit
  18. 04 Feb, 2010 1 commit
  19. 18 Jan, 2010 1 commit
  20. 12 Jan, 2010 1 commit