1. 18 Feb, 2012 1 commit
    • Ronald S. Bultje's avatar
      vc1parse: call vc1_init_common(). · c742ab4e
      Ronald S. Bultje authored
      The parser uses VLC tables initialized in vc1_common_init(), therefore
      we should call this function on parser init also.
      
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      c742ab4e
  2. 15 Feb, 2012 1 commit
  3. 10 Feb, 2012 1 commit
  4. 06 Jan, 2012 1 commit
    • Janne Grunau's avatar
      parsers: initialize MpegEncContext.slice_context_count to 1 · f907615f
      Janne Grunau authored
      The mpeg4 video, H264 and VC-1 parser hold (directly or indirectly)
      a MpegEncContext in their private context. Since they do not call the
      common mpegvideo init function slice_context_count has explicitly set
      to 1.
      Prevents a null pointer dereference in the h264 parser and fixes
      bug 193.
      f907615f
  5. 12 Dec, 2011 1 commit
  6. 02 Nov, 2011 1 commit
  7. 25 Aug, 2011 1 commit
    • John Stebbins's avatar
      vc1: fix VC-1 Pulldown handling. · 0d802ac5
      John Stebbins authored
      Pulldown flags are being set incorrectly and AVFrame->repeat_pict is not
      being set.  Also, skipped frames exit header parsing too early and do not
      set pulldown flags appropriately. Ticks_per_frame needs to be set and
      time_base adjusted so player can extend frame duration by a field time.
      
      This fixes problems encountered when attempting to transcode HD-DVD EVOB
      files with HandBrake. Also makes these files play smoothly in avplay.
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      0d802ac5
  8. 02 May, 2011 1 commit
  9. 19 Mar, 2011 1 commit
  10. 26 Jan, 2011 1 commit
  11. 20 Apr, 2010 1 commit
  12. 30 May, 2009 1 commit
  13. 22 Feb, 2009 1 commit
  14. 01 Feb, 2009 1 commit
  15. 07 May, 2007 1 commit
  16. 06 May, 2007 1 commit
  17. 05 May, 2007 1 commit
  18. 04 May, 2007 2 commits