| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg.c: document default metadata mappings | Anton Khirnov | 2010-11-22 | 1 | -0/+6 |
* | ffmpeg.c: add an option for copying chapters | Anton Khirnov | 2010-11-12 | 1 | -0/+4 |
* | MJPEG/AVI1 to JPEG/JFIF bitstream filter. | Nicolas George | 2010-11-11 | 1 | -1/+1 |
* | Add a file for bitstream filters documentation. | Stefano Sabatini | 2010-11-08 | 1 | -0/+1 |
* | Add eval.texi file. | Stefano Sabatini | 2010-11-03 | 1 | -70/+34 |
* | ffmpeg.c: extend map_meta_data to allow advanced mappings | Anton Khirnov | 2010-11-02 | 1 | -1/+11 |
* | ffmpeg.c manual: clarify map_meta_data usage. | Anton Khirnov | 2010-10-27 | 1 | -1/+2 |
* | Add a -force_key_frames option to ffmpeg. | Nicolas George | 2010-10-18 | 1 | -0/+6 |
* | Remove -crop* options. | Stefano Sabatini | 2010-10-18 | 1 | -8/+7 |
* | Change the syntax of the crop filter from x:y:w:h to w:h:x:y. | Stefano Sabatini | 2010-09-24 | 1 | -4/+4 |
* | fix x11grab example in e.g. the manpage so that they actually work | Reinhard Tartler | 2010-09-13 | 1 | -2/+2 |
* | Extend and clarify documentation for -ac ffmpeg option. | Stefano Sabatini | 2010-08-11 | 1 | -1/+4 |
* | Add protocols.texi. | Stefano Sabatini | 2010-07-31 | 1 | -13/+1 |
* | Add the indevs.texi and outdevs.texi files. | Stefano Sabatini | 2010-07-27 | 1 | -0/+2 |
* | Fix crop filter syntax shown for the -crop* options in the ffmpeg man | Stefan de Konink | 2010-07-11 | 1 | -4/+4 |
* | Update help message for the -pad* options, as they have been removed, | Stefano Sabatini | 2010-07-04 | 1 | -8/+2 |
* | Add notices for the -crop* options in the ffmpeg manual, stating that | Stefano Sabatini | 2010-07-04 | 1 | -4/+4 |
* | Add new option "streamid" to set the value of an outfile streamid. | Mike Scheutzow | 2010-06-30 | 1 | -0/+9 |
* | Extend documentation for the ffmpeg -timestamp option. | Stefano Sabatini | 2010-06-22 | 1 | -1/+10 |
* | Make the ffmpeg and ffplay man pages show the list of lavfi filters, | Stefano Sabatini | 2010-06-21 | 1 | -0/+8 |
* | Rename the ff* tools @chapters "Invocation" to "Synopsis", and place | Stefano Sabatini | 2010-06-08 | 1 | -12/+11 |
* | Replace "Fabrice Bellard" with "The FFmpeg developers" as the authors | Stefano Sabatini | 2010-06-05 | 1 | -2/+2 |
* | Move section EXAMPLES towards the end of the ffmpeg-doc.texi file. | Stefano Sabatini | 2010-06-03 | 1 | -160/+160 |
* | Make consistent the various SEE ALSO sections in the FFmpeg man pages. | Stefano Sabatini | 2010-06-03 | 1 | -1/+1 |
* | Put @ignore-d man page specific trailer at the end of the file. | Stefano Sabatini | 2010-06-03 | 1 | -15/+15 |
* | Rename @chapter "Quick Start" to "Examples", for consistency with the | Stefano Sabatini | 2010-06-01 | 1 | -2/+2 |
* | Fix texi2pod.pl rendering of the Tips section by putting each @item | Stefano Sabatini | 2010-06-01 | 1 | -6/+14 |
* | Merge @chapter Introduction and @chapter Description into a single | Stefano Sabatini | 2010-06-01 | 1 | -30/+31 |
* | Allow setting the environment variable FFMPEG_DATADIR to locate preset files. | Robert Krüger | 2010-04-20 | 1 | -3/+3 |
* | Fix a few typos/grammar nits from r22739. | Jai Menon | 2010-03-31 | 1 | -4/+4 |
* | Better documentation of -vsync | Michael Niedermayer | 2010-03-31 | 1 | -2/+9 |
* | It is difficult nowadays to compile without swscale support. | Carl Eugen Hoyos | 2010-03-18 | 1 | -1/+1 |
* | Make -benchmark also print the maximum memory usage if possible. | Reimar Döffinger | 2010-02-22 | 1 | -1/+4 |
* | Put all the options shared amongst the ff* tools under a dedicated | Stefano Sabatini | 2010-02-21 | 1 | -1/+3 |
* | Adds -aq documentation to the ffmpeg docs. | John Van Sickle | 2010-01-19 | 1 | -0/+2 |
* | Factorize common options documentation. | Stefano Sabatini | 2009-12-21 | 1 | -61/+1 |
* | Add -?, -help, and --help as alternative options to get help. | Ramiro Polla | 2009-12-21 | 1 | -1/+1 |
* | Add -vlang option to set ISO 639 video stream language code. | Matthieu Crapet | 2009-12-16 | 1 | -0/+3 |
* | Implement a -filters option, listing all the available libavfilter | Stefano Sabatini | 2009-12-12 | 1 | -0/+3 |
* | Update documentation for r20435 (which added the -fpre option). | Ramiro Polla | 2009-12-06 | 1 | -9/+8 |
* | Document -formats split | Daniel Verkamp | 2009-11-20 | 1 | -3/+20 |
* | Document -sn option. | Diego Biurrun | 2009-10-01 | 1 | -0/+2 |
* | Document the -loglevel option in the ffmpeg man page. | Stefano Sabatini | 2009-09-26 | 1 | -0/+14 |
* | Replace @node commands with @anchor to refer to specific points in the text. | Diego Biurrun | 2009-09-13 | 1 | -1/+1 |
* | Add an explanation and complete the metadata usage example. | Stefano Sabatini | 2009-07-01 | 1 | -1/+2 |
* | Fix braino. | Stefano Sabatini | 2009-06-28 | 1 | -1/+1 |
* | Update ffmpeg documentation regarding metadata setting. -title, | Stefano Sabatini | 2009-06-27 | 1 | -19/+5 |
* | Fix documentation for the "-ps" option | Martin Storsjö | 2009-04-09 | 1 | -1/+1 |
* | Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152. | Gwenole Beauchesne | 2009-04-01 | 1 | -0/+2 |
* | Add an example showing how to create a video from many images. | Stefano Sabatini | 2009-03-14 | 1 | -5/+11 |