1. 07 Jan, 2012 1 commit
  2. 04 Jan, 2012 1 commit
  3. 20 Dec, 2011 1 commit
  4. 19 Dec, 2011 1 commit
  5. 14 Dec, 2011 1 commit
  6. 13 Dec, 2011 3 commits
  7. 10 Dec, 2011 1 commit
  8. 07 Dec, 2011 1 commit
  9. 27 Nov, 2011 3 commits
  10. 25 Nov, 2011 4 commits
  11. 09 Nov, 2011 5 commits
  12. 02 Nov, 2011 1 commit
  13. 22 Oct, 2011 1 commit
  14. 19 Oct, 2011 1 commit
  15. 12 Oct, 2011 1 commit
  16. 10 Oct, 2011 1 commit
  17. 31 Aug, 2011 1 commit
  18. 25 Aug, 2011 3 commits
    • 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
    • Alberto Delmás's avatar
      VC1: Fix first/last row checks with slices · 1cf82cab
      Alberto Delmás authored
      In some places 0/mb_height were used in place of start_mb_y/end_mb_y.
      
      Fixes SA00049, SA00058, SA10091, SA10097, SA10131, SA20021, SA30030
      
      Improves PSNR in SA00054, SA00059, SA00060, SA10096, SA10098, SA20022,
      SA30031, SA30032, SA40012, SA40013
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      1cf82cab
    • Ronald S. Bultje's avatar
      vc1: properly zero coded_block[] edges on new slice entry. · d4b99744
      Ronald S. Bultje authored
      Previously, we would leave the left edge uninitialized, which led to
      CBP prediction errors on slice edges, e.g. in SA10098.vc1.
      d4b99744
  19. 23 Aug, 2011 1 commit
  20. 16 Aug, 2011 1 commit
  21. 29 Jul, 2011 1 commit
  22. 10 Jul, 2011 1 commit
    • Diego Biurrun's avatar
      Eliminate FF_COMMON_FRAME macro. · 657ccb5a
      Diego Biurrun authored
      FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied
      to struct Picture.  Replace by an embedded AVFrame structure in struct Picture.
      657ccb5a
  23. 04 Jul, 2011 1 commit
  24. 02 Jul, 2011 1 commit
    • Reinhard Tartler's avatar
      doxygen: Prefer member groups over grouping into modules · 21a19b79
      Reinhard Tartler authored
      Before this, almost all module groups have been used for grouping functions
      and fields in structures semantically. This causes them to not appear
      properly in the file documentation and needlessly clutters up the "Modules"
      index.
      
      Additionally, this commit streamlines some spelling and appearances.
      21a19b79
  25. 07 Jun, 2011 1 commit
  26. 04 May, 2011 2 commits