1. 19 Nov, 2012 1 commit
  2. 18 Nov, 2012 3 commits
  3. 16 Nov, 2012 2 commits
  4. 15 Oct, 2012 1 commit
  5. 09 Oct, 2012 1 commit
    • Diego Biurrun's avatar
      Restructure av_log_missing_feature message · f75f4194
      Diego Biurrun authored
      Some invocations include a verb in the log message, others do not.  Yet
      av_log_missing_feature expects callers to provide a verb.  Change the
      function to include a verb instead and update the callers accordingly.
      The result is a more natural function API and correct English in the
      function invocations.
      f75f4194
  6. 08 Oct, 2012 1 commit
  7. 07 Oct, 2012 2 commits
  8. 03 Oct, 2012 1 commit
  9. 01 Oct, 2012 1 commit
  10. 29 Sep, 2012 1 commit
    • Jindřich Makovička's avatar
      h264: avoid stuck buffer pointer in decode_nal_units · 1a8c6917
      Jindřich Makovička authored
      When decode_nal_units() previously encountered a NAL_END_SEQUENCE,
      and there are some junk bytes left in the input buffer, but no start codes,
      buf_index gets stuck 3 bytes before the end of the buffer.
      
      This can trigger an infinite loop in the caller code, eg. in
      try_decode_trame(), as avcodec_decode_video() then keeps returning zeroes,
      with 3 bytes of the input packet still available.
      
      With this change, the remaining bytes are skipped so the whole packet gets
      consumed.
      
      CC:libav-stable@libav.org
      Signed-off-by: 's avatarJindřich Makovička <makovick@gmail.com>
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      1a8c6917
  11. 05 Sep, 2012 1 commit
  12. 28 Aug, 2012 1 commit
  13. 26 Aug, 2012 1 commit
  14. 20 Aug, 2012 2 commits
  15. 18 Aug, 2012 1 commit
  16. 17 Aug, 2012 1 commit
  17. 07 Aug, 2012 1 commit
  18. 06 Aug, 2012 1 commit
  19. 23 Jul, 2012 1 commit
  20. 10 Jul, 2012 1 commit
  21. 05 Jul, 2012 1 commit
    • Mans Rullgard's avatar
      h264: use templates to avoid excessive inlining · 28fff0d9
      Mans Rullgard authored
      Instead of inlining everything into ff_h264_hl_decode_mb(), use
      explicit templating to create versions of the called functions
      with constant parameters filled in.  This greatly speeds up
      compilation of h264.c and reduces the code size without any
      measurable impact on performance.
      
      Compilation time for h264.c on an i7 goes from 30s to 5.5s.
      Code size is reduced by 430kB.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      28fff0d9
  22. 03 Jul, 2012 1 commit
  23. 02 Jul, 2012 1 commit
  24. 28 Jun, 2012 1 commit
  25. 10 Jun, 2012 1 commit
  26. 09 Jun, 2012 1 commit
  27. 05 Jun, 2012 1 commit
  28. 02 Jun, 2012 2 commits
  29. 31 May, 2012 2 commits
  30. 02 May, 2012 1 commit
  31. 18 Apr, 2012 1 commit
  32. 11 Apr, 2012 1 commit
  33. 05 Apr, 2012 1 commit