1. 23 3月, 2011 2 次提交
  2. 22 3月, 2011 3 次提交
  3. 21 3月, 2011 1 次提交
    • P
      Do no modify terminal parameters using termios.h · cb48e245
      Panagiotis H.M. Issaris 提交于
      Remove usage of tcgetattr and tcsetattr to modify terminal
      parameters, and rely on ctrl-c to stop instead of pressing 'q'.
      On systems with conio.h, keep the old behavior.
      
      Changing the terminal settings causes problems if multiple instances
      are running asynchronously on the same terminal, such as during a
      parallel FATE run, or if the process crashes before restoring the
      terminal.  In both cases, the terminal state is messed up requiring
      a manual reset.
      Signed-off-by: NMans Rullgard <mans@mansr.com>
      cb48e245
  4. 20 3月, 2011 1 次提交
  5. 19 3月, 2011 3 次提交
  6. 18 3月, 2011 1 次提交
  7. 17 3月, 2011 4 次提交
  8. 12 3月, 2011 4 次提交
  9. 28 2月, 2011 1 次提交
  10. 26 2月, 2011 3 次提交
  11. 20 2月, 2011 1 次提交
  12. 15 2月, 2011 1 次提交
    • R
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler 提交于
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: NReinhard Tartler <siretart@tauware.de>
      737eb597
  13. 14 2月, 2011 3 次提交
  14. 12 2月, 2011 1 次提交
  15. 09 2月, 2011 1 次提交
  16. 07 2月, 2011 1 次提交
  17. 30 1月, 2011 1 次提交
  18. 26 1月, 2011 2 次提交
  19. 25 1月, 2011 1 次提交
  20. 24 1月, 2011 2 次提交
  21. 22 1月, 2011 3 次提交