1. 12 Dec, 2012 1 commit
  2. 18 Oct, 2012 1 commit
  3. 08 Oct, 2012 1 commit
  4. 05 Oct, 2012 1 commit
  5. 04 Oct, 2012 1 commit
  6. 04 Sep, 2012 1 commit
  7. 08 Aug, 2012 1 commit
  8. 07 Aug, 2012 1 commit
  9. 27 Jul, 2012 1 commit
  10. 09 Jul, 2012 1 commit
  11. 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
  12. 13 May, 2012 1 commit
  13. 06 Apr, 2012 1 commit
  14. 29 Feb, 2012 1 commit
  15. 19 Feb, 2012 1 commit
  16. 15 Feb, 2012 3 commits
  17. 02 Feb, 2012 1 commit
  18. 27 Jan, 2012 1 commit
  19. 26 Jan, 2012 1 commit
  20. 14 Dec, 2011 1 commit
  21. 12 Dec, 2011 1 commit
  22. 28 Nov, 2011 1 commit
  23. 07 Nov, 2011 2 commits
  24. 21 Oct, 2011 1 commit
  25. 20 Oct, 2011 2 commits
  26. 12 Oct, 2011 1 commit
  27. 09 Oct, 2011 1 commit
  28. 31 Aug, 2011 5 commits
  29. 10 Aug, 2011 2 commits
  30. 29 Jul, 2011 1 commit
  31. 10 Jul, 2011 1 commit
    • Diego Biurrun's avatar
      Eliminate FF_COMMON_FRAME macro. · 657ccb5a
      Diego Biurrun authored
      FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied
      to struct Picture.  Replace by an embedded AVFrame structure in struct Picture.
      657ccb5a