1. 21 Dec, 2013 1 commit
  2. 16 Sep, 2013 1 commit
  3. 11 Sep, 2013 2 commits
  4. 10 Sep, 2013 1 commit
  5. 30 Jul, 2013 1 commit
  6. 25 Jul, 2013 1 commit
  7. 14 Apr, 2013 1 commit
  8. 28 Nov, 2012 1 commit
  9. 19 Oct, 2012 1 commit
  10. 08 Oct, 2012 1 commit
  11. 09 Sep, 2012 2 commits
  12. 01 Sep, 2012 1 commit
  13. 07 Aug, 2012 1 commit
  14. 30 Jul, 2012 1 commit
  15. 04 Jun, 2012 1 commit
    • Clément Bœsch's avatar
      timecode: move timecode muxer options to metadata. · 6b35f1a2
      Clément Bœsch authored
      Some demuxers set a timecode in the format or streams metadata. The
      muxers now make use of this metadata instead of a duplicated private
      option.
      
      This makes possible transparent copy of the timecode when transmuxing
      and transcoding.
      
      -timecode option for MPEG1/2 codec is also renamed to -gop_timecode. The
      global ffmpeg -timecode option will set it anyway so no option change
      visible for the user.
      6b35f1a2
  16. 14 May, 2012 1 commit
  17. 20 Mar, 2012 1 commit
  18. 02 Feb, 2012 1 commit
  19. 27 Jan, 2012 1 commit
  20. 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
  21. 07 Dec, 2011 1 commit
  22. 30 Nov, 2011 1 commit
  23. 28 Sep, 2011 1 commit
  24. 17 Jul, 2011 2 commits
  25. 13 Jul, 2011 1 commit
  26. 12 Jul, 2011 1 commit
  27. 03 Jul, 2011 2 commits
  28. 02 May, 2011 2 commits
  29. 03 Apr, 2011 1 commit
  30. 19 Mar, 2011 1 commit
  31. 17 Mar, 2011 1 commit
  32. 08 Mar, 2011 1 commit
  33. 07 Mar, 2011 1 commit
  34. 05 Mar, 2011 1 commit
  35. 04 Mar, 2011 1 commit