1. 16 Nov, 2014 2 commits
  2. 18 Jun, 2014 1 commit
    • Anton Khirnov's avatar
      Remove avserver. · 894682a9
      Anton Khirnov authored
      It has not been properly maintained for years and there is little hope
      of that changing in the future.
      It appears simpler to write a new replacement from scratch than
      unbreaking it.
      894682a9
  3. 25 Apr, 2013 1 commit
  4. 05 Nov, 2012 1 commit
  5. 08 Oct, 2012 1 commit
    • Clément Bœsch's avatar
      ffserver: fix seeking with ?date=... · f7c46d25
      Clément Bœsch authored
      Regression since 5f847bf6.
      
      After this commit, timestamps pushed by FFmpeg won't be relative
      anymore, but absolute (based on the date/time at the beginning of the
      push). This will allow seeking to work properly. Before this patch, the
      seek was done, but ffm timestamps were way smallers than the absolute
      requested timestamp (based on a date), so the seek was done, but to the
      end of the stream (which was similar to no effect at all).
      f7c46d25
  6. 06 Oct, 2012 1 commit
  7. 15 Sep, 2012 1 commit
  8. 18 Aug, 2012 1 commit
  9. 09 Aug, 2012 1 commit
  10. 07 Aug, 2012 1 commit
  11. 30 Jul, 2012 1 commit
  12. 16 Jun, 2012 1 commit
  13. 29 Feb, 2012 1 commit
  14. 12 Jan, 2012 1 commit
  15. 30 Dec, 2011 1 commit
    • Paul B Mahol's avatar
      Use more designated initializers. · ba10207b
      Paul B Mahol authored
      Also remove some pointless NULL/0 assigments.
      
      C++ code must be left as it is because named struct
      initializers are not supported by C++ standard.
      ba10207b
  16. 11 Dec, 2011 1 commit
    • Mans Rullgard's avatar
      lavu: replace int/float punning functions · 3383a53e
      Mans Rullgard authored
      The existing functions defined in intfloat_readwrite.[ch] are
      both slow and incorrect (infinities are not handled).
      
      This introduces a new header with fast, inline conversion
      functions using direct union punning assuming an IEEE-754
      system, an assumption already made throughout the code.
      
      The one use of Intel/Motorola extended 80-bit format is
      replaced by simpler code sufficient under the present
      constraints (positive normal values).
      
      The old functions are marked deprecated and retained for
      compatibility.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      3383a53e
  17. 30 Nov, 2011 1 commit
  18. 07 Sep, 2011 2 commits
  19. 09 Aug, 2011 1 commit
  20. 17 Jul, 2011 1 commit
  21. 06 Jul, 2011 1 commit
  22. 03 Jul, 2011 1 commit
  23. 19 Mar, 2011 1 commit
  24. 17 Mar, 2011 1 commit
  25. 05 Mar, 2011 1 commit
  26. 04 Mar, 2011 1 commit
  27. 22 Feb, 2011 1 commit
  28. 21 Feb, 2011 1 commit
  29. 20 Feb, 2011 2 commits
  30. 28 Jan, 2011 1 commit
  31. 26 Jan, 2011 1 commit
  32. 23 Jan, 2011 1 commit
  33. 21 Jan, 2011 1 commit
  34. 31 Mar, 2010 1 commit
  35. 30 Mar, 2010 1 commit
  36. 14 Dec, 2009 1 commit
  37. 24 Nov, 2009 1 commit