1. 26 Jul, 2011 1 commit
  2. 06 Jul, 2011 1 commit
  3. 01 Jul, 2011 3 commits
  4. 29 Jun, 2011 1 commit
  5. 28 Jun, 2011 1 commit
    • Martin Matuska's avatar
      pict_type: add a value for unknown/none. · ce993ce7
      Martin Matuska authored
      In commit bebe72f4, the enum AV_PICTURE_TYPE_* was introduced. There are still places in the code where pict_type is used as an integer and there is a case where "pict_type = 0" with the explanation "let ffmpeg decide what to do". The new enum does not know a value of 0 and C++ will fail if compiling such programs anyway as it is refered as an int (and you cannot patch them properly).
      (cherry picked from commit 51293367)
      ce993ce7
  6. 25 Jun, 2011 1 commit
  7. 22 Jun, 2011 9 commits
  8. 21 Jun, 2011 23 commits