History | View | Annotate | Download (27.4 KB)
Change the syntax of the crop filter from x:y:w:h to w:h:x:y.
Slightly more intuitive and required by a pending changes for makingthe filter parametric.
Originally committed as revision 25184 to svn://svn.ffmpeg.org/ffmpeg/trunk
fix x11grab example in e.g. the manpage so that they actually work
Originally committed as revision 25113 to svn://svn.ffmpeg.org/ffmpeg/trunk
Extend and clarify documentation for -ac ffmpeg option.
Fix roundup issue #2061.
Originally committed as revision 24772 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add protocols.texi.
Originally committed as revision 24616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add the indevs.texi and outdevs.texi files.
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix crop filter syntax shown for the -crop* options in the ffmpeg manpage.
Patch by Stefan de Konink /$name/@/konink/de.
Originally committed as revision 24192 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update help message for the -pad* options, as they have been removed,and update the manual page accordingly.
Based on a patch by John Calcote $(echo "<kpio.dbmdpuf@hnbjm.dpn>" | tr "b-za" "a-z").
Originally committed as revision 24049 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add notices for the -crop* options in the ffmpeg manual, stating thatthe options are deprecated and that -vf crop should be used instead.
Based on a patch by John Calcote $(echo "<j0hn.c4lc073@gm41l.c0m>" | tr "04731" "oatei").
Originally committed as revision 24036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add new option "streamid" to set the value of an outfile streamid.
Patch by Mike Scheutzow, scheutzow alcatel-lucent com
Originally committed as revision 23917 to svn://svn.ffmpeg.org/ffmpeg/trunk
Extend documentation for the ffmpeg -timestamp option.
'(' and ')' are used instead of '{' and '}' in the date specificationas the latter confound the texinfo interpreter.
Originally committed as revision 23726 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make the ffmpeg and ffplay man pages show the list of lavfi filters,sinks and sources, and document the -vf option.
Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename the ff* tools @chapters "Invocation" to "Synopsis", and placethem at the beginning of the file, for consistency with the finalordering of the corresponding man pages.
Also create a separate @chapter for the "Options" section, as it isdone for the man pages, rather than merge it in the same section of...
Replace "Fabrice Bellard" with "The FFmpeg developers" as the authorsof the ff* tools man pages.
Originally committed as revision 23492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move section EXAMPLES towards the end of the ffmpeg-doc.texi file.
This is consistent with the the rendered ordering of the ffmpeg manpage.
Originally committed as revision 23445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make consistent the various SEE ALSO sections in the FFmpeg man pages.
Also replace "the HTML documentation of @file{ffmpeg}" with "the FFmpegHTML documentation", which is more generic.
Originally committed as revision 23444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Put @ignore-d man page specific trailer at the end of the file.
This makes the ordering of the sections in the file more consistentwith that of the final man output.
Originally committed as revision 23443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename @chapter "Quick Start" to "Examples", for consistency with thecorresponding man page section.
Originally committed as revision 23410 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix texi2pod.pl rendering of the Tips section by putting each @itemcommand on its own line, and create a corresponding "TIPS" man pagesection.
Note that such section is not displayed, as currently only sectionswith pre-defined names are rendered.
Originally committed as revision 23409 to svn://svn.ffmpeg.org/ffmpeg/trunk
Merge @chapter Introduction and @chapter Description into a singlesection, and make the whole rendered in the man output.
Simplify layout, and make it more consistent with that of the otherman pages. Also I cannot see a good reason for keeping split the two...
Allow setting the environment variable FFMPEG_DATADIR to locate preset files.
Patch by Robert Krüger <krueger signal7 de>.
Originally committed as revision 22923 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix a few typos/grammar nits from r22739.
Originally committed as revision 22747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Better documentation of -vsync
Originally committed as revision 22739 to svn://svn.ffmpeg.org/ffmpeg/trunk
It is difficult nowadays to compile without swscale support.
Originally committed as revision 22592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make -benchmark also print the maximum memory usage if possible.
Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
Put all the options shared amongst the ff* tools under a dedicatedsection "Generic options".
Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
Adds -aq documentation to the ffmpeg docs.
Patch by John Van Sickle rot13(<wbua.inafvpxyr@tznvy.pbz>).
Originally committed as revision 21331 to svn://svn.ffmpeg.org/ffmpeg/trunk
Factorize common options documentation.
Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add -?, -help, and --help as alternative options to get help.
Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add -vlang option to set ISO 639 video stream language code.This is similar to existing -alang & -slang options.
Patch by Matthieu Crapet m${surname} ^ gmail com.
Originally committed as revision 20880 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement a -filters option, listing all the available libavfilterfilters.Currently filters are not registered, so the option will show none.
Originally committed as revision 20807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update documentation for r20435 (which added the -fpre option).
Originally committed as revision 20753 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document -formats split
Originally committed as revision 20561 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document -sn option.
Originally committed as revision 20122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document the -loglevel option in the ffmpeg man page.
Originally committed as revision 20028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add an explanation and complete the metadata usage example.
Originally committed as revision 19320 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix braino.
Originally committed as revision 19287 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update ffmpeg documentation regarding metadata setting. -title,-author, -copyright, -track, -album, and -year options have beendropped in favor of -metadata.
Originally committed as revision 19285 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix documentation for the "-ps" optionPatch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18403 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
Originally committed as revision 18301 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add an example showing how to create a video from many images.
Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove deprecated vhook subsystem.
Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
http://bytesex.org/xawtv/ permanently redirects tohttp://linux.bytesex.org/xawtv/ so update the URL
Originally committed as revision 17592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.
Originally committed as revision 17536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Update preset files documentation to match with r16795.
Originally committed as revision 16810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document the ld, st, while statements.
Originally committed as revision 16588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document the same functions, in the same order, that eval.c has.
Originally committed as revision 16586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix documentation for -passlogfile, the argument is not a file namebut a prefix used to create the complete pass log file name.
Originally committed as revision 16324 to svn://svn.ffmpeg.org/ffmpeg/trunk
Improve documentation for the -pass and -passlog options. Add mentionto how the log file is used and specify the default log file name.
Originally committed as revision 15969 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add a space between frequencies and their units.
Originally committed as revision 15613 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make less verbose a sentence in the preset system documentation.
Originally committed as revision 15570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Document the preset files system.
Originally committed as revision 15563 to svn://svn.ffmpeg.org/ffmpeg/trunk
FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.
Originally committed as revision 15535 to svn://svn.ffmpeg.org/ffmpeg/trunk
spelling cosmetics
Originally committed as revision 15518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add to the ffmpeg manual an example showing how to add streams to theoutput.
Originally committed as revision 15030 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add examples in documentation showing how to avoid to decode audio andoutput video in pass 1 for 2-pass encoding.Patch by Erwan Ducroquet erwan dot ducroquet at gmail dot com
Originally committed as revision 14736 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add to the ffmpeg docs an usage example showing how to extract imagesfrom a video.
Originally committed as revision 14711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Improve docs for the ffmpeg -map option.
Originally committed as revision 14530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix and clarify invalid examples for framerate override in the documentation.patch by tripp, eliared yahoo com
Originally committed as revision 14431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Improve documentation about -bt option
Originally committed as revision 14397 to svn://svn.ffmpeg.org/ffmpeg/trunk
Enhance qblur and qcomp documentation.Patch by tripp eliared yahoo com
Originally committed as revision 14333 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add complete listing of bitstream filters and 2 examples to the documentation.patch by tripp, eliared yahoo com
Originally committed as revision 14329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Clarify -minrate/-maxrate description in the documentation.patch by tripp, eliared yahoo com
Originally committed as revision 14320 to svn://svn.ffmpeg.org/ffmpeg/trunk
Run documentation through ispell, plus some minor fixes.
Originally committed as revision 13670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mark option arguments as variables using @var{}.patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12771 to svn://svn.ffmpeg.org/ffmpeg/trunk
Clarify the documentation for 'ffmpeg -v'.patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12216 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos.-f oss and -f audio_beos should be used instead.
Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Split FFmpeg documentation into general documentation and the documentationof the ffmpeg command line program.
Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
update -t option documentationPatch by Godwin Stewart
Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Attempt to better explain how to split patches into individualself-contained pieces.
Originally committed as revision 10108 to svn://svn.ffmpeg.org/ffmpeg/trunk
spelling/grammar
Originally committed as revision 9966 to svn://svn.ffmpeg.org/ffmpeg/trunk
get rid of nonsense "tolerance" and mention VBV
Originally committed as revision 9957 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add note about vertical alignment to patch guidelines.
Originally committed as revision 9695 to svn://svn.ffmpeg.org/ffmpeg/trunk
spelling/grammar/wording
Originally committed as revision 9694 to svn://svn.ffmpeg.org/ffmpeg/trunk
Clarify license requirements for contributions.
Originally committed as revision 9626 to svn://svn.ffmpeg.org/ffmpeg/trunk
me option implemented as an AVOptionpatch by Stefano Sabatini: [stefano sabatini-lala poste it]original thread:[FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOptiondate: 07/05/2007 03:12 PM
Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add note about dlfcn-win32 for MinGW vhooks
Originally committed as revision 9470 to svn://svn.ffmpeg.org/ffmpeg/trunk
QT RLE encoderpatch by Alexis Ballier: [alexis ballier gmail com]original thread: [FFmpeg-devel] [Patch] QT RLE encoder, bisdate: 06/24/2007 03:56 PM
Originally committed as revision 9452 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mention unneeded casts and parenthesespatch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9445 to svn://svn.ffmpeg.org/ffmpeg/trunk
RoQ video encoderpatch by Vitor: \vitor1001 gmail com/original thread: [FFmpeg-devel] RoQ video encoder (take 3)date: 06/08/2007 10:34 PM
Originally committed as revision 9420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add a few missing Advanced Options.
Originally committed as revision 9385 to svn://svn.ffmpeg.org/ffmpeg/trunk
misc spelling fixes
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
dont attach huge samplesto mails
Originally committed as revision 9284 to svn://svn.ffmpeg.org/ffmpeg/trunk
'-acodec mp3' --> '-acodec libmp3lame'
Originally committed as revision 9248 to svn://svn.ffmpeg.org/ffmpeg/trunk
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add support for listing the supported pixel formats using the option-pix_fmt listpatch by Stefano Sabatini stefano sabatini minus lala chez poste itoriginal thread: [FFmpeg-devel] [PATCH] List supported pixel formatsdate: 05/25/2007 05:46 PM
Originally committed as revision 9162 to svn://svn.ffmpeg.org/ffmpeg/trunk
--enable-amr-* --> -- enable-libamr-*
Originally committed as revision 9134 to svn://svn.ffmpeg.org/ffmpeg/trunk
-sws_flags command line option to set swscaler flags
Originally committed as revision 9109 to svn://svn.ffmpeg.org/ffmpeg/trunk
RoQ muxer, patch by Vitor, vitor1001 gmail comreference thread:Subject: [FFmpeg-devel] [PATCH] RoQ muxerDate: Wed, 09 May 2007 19:44:21 +0200
Originally committed as revision 8959 to svn://svn.ffmpeg.org/ffmpeg/trunk
add Renderware TXD format
Originally committed as revision 8936 to svn://svn.ffmpeg.org/ffmpeg/trunk
add V.Flash PTX image format
Originally committed as revision 8935 to svn://svn.ffmpeg.org/ffmpeg/trunk
RoQ audio encoder
Originally committed as revision 8932 to svn://svn.ffmpeg.org/ffmpeg/trunk
better wording for the alphabetical lists
Originally committed as revision 8918 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add a note about maintaining alphabetical order to patch submission checklist.
Originally committed as revision 8912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add a note about tabs + trailing whitespace to the patch submission checklist.
Originally committed as revision 8889 to svn://svn.ffmpeg.org/ffmpeg/trunk
Group benchmark items in the patch submission checklist together.
Originally committed as revision 8887 to svn://svn.ffmpeg.org/ffmpeg/trunk
Policy addition: New files should have proper license headers.
Originally committed as revision 8825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove hackish support for the non-free fixed-point AMR-NB reference code.
Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
add a vstats_file command line optionpatch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 8810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Revert my two previous deliveries (back to r8806) to aply the good patch for vstats
Originally committed as revision 8809 to svn://svn.ffmpeg.org/ffmpeg/trunk