1. 25 9月, 2015 2 次提交
  2. 24 9月, 2015 2 次提交
  3. 23 9月, 2015 3 次提交
  4. 22 9月, 2015 3 次提交
  5. 21 9月, 2015 9 次提交
  6. 20 9月, 2015 1 次提交
  7. 19 9月, 2015 3 次提交
  8. 18 9月, 2015 3 次提交
    • S
      4094b2d7
    • P
      simplify error conditions · f0282337
      Pavel Rojtberg 提交于
      `A || !A` is `true` so write `(A && B) || !A` as `B || !A`
      f0282337
    • J
      update ffmpeg support · f88e9a74
      jisli 提交于
      Migration have been done for these ffmpeg/libav changes:
      
      2013-12-11 - 29c83d2 / b9fb59d,409a143 / 9431356,44967ab / d7b3ee9 - lavc 55.45.101 / 55.28.1 - avcodec.h
        av_frame_alloc(), av_frame_unref() and av_frame_free() now can and should be
        used instead of avcodec_alloc_frame(), avcodec_get_frame_defaults() and
        avcodec_free_frame() respectively. The latter three functions are deprecated.
      
      2012-10-08 - ae77266 / 78071a1 - lavu 51.74.100 / 51.42.0 - pixfmt.h
        Rename PixelFormat to AVPixelFormat and all PIX_FMT_* to AV_PIX_FMT_*.
        To provide backwards compatibility, PixelFormat is now #defined as
        AVPixelFormat.
        Note that this can break user code that includes pixfmt.h and uses the
        'PixelFormat' identifier. Such code should either #undef PixelFormat
        or stop using the PixelFormat name.
      f88e9a74
  9. 17 9月, 2015 2 次提交
    • P
      TLS keys leak fix; · aa485ccd
      Pavel Vlasov 提交于
      Disables TLS copy constructor and operator, as they can lead to errors and reservation of too much keys in TLS storage;
      
      gather method was added to TLS to gather data from all threads;
      aa485ccd
    • R
      Correct a typo. · 1a18fa1c
      Renato Florentino Garcia 提交于
      1a18fa1c
  10. 15 9月, 2015 1 次提交
  11. 14 9月, 2015 2 次提交
  12. 13 9月, 2015 6 次提交
  13. 12 9月, 2015 3 次提交