1. 26 Apr, 2011 1 commit
  2. 23 Apr, 2011 2 commits
  3. 10 Apr, 2011 1 commit
  4. 25 Mar, 2011 1 commit
  5. 20 Mar, 2011 1 commit
  6. 16 Mar, 2011 1 commit
  7. 16 Feb, 2011 1 commit
  8. 02 Feb, 2011 1 commit
  9. 29 Jan, 2011 1 commit
    • Janne Grunau's avatar
      doc: modify style for texi2html 1.78+ · a8f0814a
      Janne Grunau authored
      The generated HTML files are similar to the ones generated with
      texi2html 1.56k used on the website.
      
      Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended
      version.
      
      The removed @sp from the titlepage section were ignored until
      texi2html 5.0. If not removed the pages generated by 5.0 will have ugly
      empty space around the title.
      a8f0814a
  10. 28 Jan, 2011 1 commit
  11. 22 Jan, 2011 1 commit
    • Mike Scheutzow's avatar
      streamid does not work with newaudio, newvideo, newsubtitle · 20ac9de3
      Mike Scheutzow authored
      fixes issue2465.
      
      The problem is that the ffmpeg (the app) -streamid option did not work
      with -newaudio/-newvideo/-newsubtitle.
      
      The cause was a conflict between the feature where streamid values were
      reset to default for each output filename, and the implementation of
      -new*, which requires that the -new* option be specified after the
      target filename.
      
      My patch changes the ffmpeg behavior so that user-specified streamid
      values apply to all the following output files on the command line
      (rather than just the next output filename.)
      Signed-off-by: 's avatarJanne Grunau <janne-ffmpeg@jannau.net>
      20ac9de3
  12. 16 Jan, 2011 2 commits
  13. 15 Jan, 2011 1 commit
  14. 09 Jan, 2011 2 commits
  15. 27 Dec, 2010 1 commit
  16. 14 Dec, 2010 1 commit
  17. 22 Nov, 2010 1 commit
  18. 12 Nov, 2010 1 commit
  19. 11 Nov, 2010 1 commit
  20. 08 Nov, 2010 1 commit
  21. 03 Nov, 2010 1 commit
  22. 02 Nov, 2010 1 commit
  23. 27 Oct, 2010 1 commit
  24. 18 Oct, 2010 2 commits
    • Nicolas George's avatar
      Add a -force_key_frames option to ffmpeg. · 4ad08021
      Nicolas George authored
      The option is useful to ensure that there is a seek point exactly at a
      place the user will probably want to jump precisely sometime, the
      major example would be the end of an opening and the beginning of a
      chapter. The scene change detection system will often make it happen,
      but not always for example if there is a fade-in.
      
      See the thread:
      Subject: [FFmpeg-devel] [PATCH] -force_key_frames option
      Date: Tue, 12 Oct 2010 15:16:26 +0200
      
      Patch by Nicolas George -mail nicolas,george,normalesup,org.
      
      Originally committed as revision 25526 to svn://svn.ffmpeg.org/ffmpeg/trunk
      4ad08021
    • Stefano Sabatini's avatar
      Remove -crop* options. · 5879ea6d
      Stefano Sabatini authored
      Users are required to use the libavfilter crop filter.
      
      Originally committed as revision 25518 to svn://svn.ffmpeg.org/ffmpeg/trunk
      5879ea6d
  25. 24 Sep, 2010 1 commit
  26. 13 Sep, 2010 1 commit
  27. 11 Aug, 2010 1 commit
  28. 31 Jul, 2010 1 commit
  29. 27 Jul, 2010 1 commit
  30. 11 Jul, 2010 1 commit
  31. 04 Jul, 2010 2 commits
  32. 30 Jun, 2010 1 commit
  33. 22 Jun, 2010 1 commit
  34. 21 Jun, 2010 1 commit
  35. 08 Jun, 2010 1 commit