1. 10 7月, 2014 1 次提交
    • J
      Separate x264 parameters by space · 8355e8c8
      jp9000 提交于
      Some x264 parameters actually use the ':' character for their
      parameters, so I feel like space would probably be a bit more ideal.
      8355e8c8
  2. 09 7月, 2014 1 次提交
  3. 08 7月, 2014 6 次提交
  4. 07 7月, 2014 8 次提交
  5. 06 7月, 2014 7 次提交
  6. 05 7月, 2014 7 次提交
  7. 04 7月, 2014 8 次提交
  8. 03 7月, 2014 2 次提交
    • J
      Remove unnecessary context initialization code · d4cf9db6
      jp9000 提交于
      There was no need to call the context free function in the
      initialization function, and it's safer to just initialize the memory to
      0 before using (which also negates the need for da_init)
      d4cf9db6
    • J
      Add rename cache for thread safety · 87475cdf
      jp9000 提交于
      This just ensures that if an obs object is renamed that the pointer to
      older names will still be valid.  Prevents renames from causing any
      invalid memory access.
      
      When the obs object is destroyed, so are the cached names.
      87475cdf