1. 30 11月, 2011 1 次提交
  2. 22 11月, 2011 1 次提交
    • J
      pthread: do not touch has_b_frames · 0945edde
      Janne Grunau 提交于
      Adding the thread count in frame level multithreading to has_b_frames
      as an additional delay causes more problems than it solves.
      For example inconsistent behaviour during timestamp calculation in
      libavformat.
      Thread count and frame level multithreading are both set by the user.
      If the additional delay caused by frame level multithreading needs
      to be considered in the calling code it has all information to take
      it into account.
      Should it become necessary to calculate a maximum delay inside
      libavcodec it should be exported as its own field and not reusing
      an existing field.
      
      Based on a patch by Michael Niedermayer.
      Signed-off-by: NJanne Grunau <janne-libav@jannau.net>
      0945edde
  3. 16 11月, 2011 3 次提交
  4. 13 11月, 2011 3 次提交
  5. 09 11月, 2011 1 次提交
  6. 08 11月, 2011 2 次提交
  7. 07 11月, 2011 1 次提交
  8. 06 11月, 2011 1 次提交
  9. 05 11月, 2011 1 次提交
  10. 29 10月, 2011 3 次提交
  11. 28 10月, 2011 1 次提交
  12. 25 10月, 2011 1 次提交
  13. 21 10月, 2011 3 次提交
  14. 19 10月, 2011 1 次提交
  15. 17 10月, 2011 1 次提交
  16. 14 10月, 2011 2 次提交
  17. 09 10月, 2011 1 次提交
  18. 01 10月, 2011 1 次提交
  19. 26 9月, 2011 1 次提交
  20. 25 9月, 2011 1 次提交
    • M
      lavf: do not set codec_tag for rawvideo · bb416bd6
      Mans Rullgard 提交于
      If the demuxer did not set a codec_tag, there is none and
      inventing one makes no sense.  This change stops the rawvideo
      "decoder" over-writing user-supplied pixfmt with one derived
      from the codec_tag.  The pixfmt-codec_tag-pixfmt round-trip
      is lossy since several pixfmts map to the same codec_tag.
      
      This fixes fate-lavf-pixfmt with avfilter disabled.
      Signed-off-by: NMans Rullgard <mans@mansr.com>
      bb416bd6
  21. 23 9月, 2011 1 次提交
  22. 19 9月, 2011 1 次提交
  23. 15 9月, 2011 2 次提交
  24. 24 8月, 2011 1 次提交
  25. 17 8月, 2011 1 次提交
  26. 02 8月, 2011 1 次提交
  27. 30 7月, 2011 1 次提交
  28. 17 7月, 2011 1 次提交
  29. 16 7月, 2011 1 次提交