summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
Commit message (Collapse)AuthorAge
* Rename the format name audio_device (used in both oss and audio_beos) to oss ↵Ramiro Polla2007-09-07
| | | | | | | | 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 documentationDiego Biurrun2007-08-28
| | | | | | of the ffmpeg command line program. Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update -t option documentationGodwin Stewart2007-08-20
| | | | | | Patch by Godwin Stewart Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attempt to better explain how to split patches into individualDiego Biurrun2007-08-13
| | | | | | self-contained pieces. Originally committed as revision 10108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammarDiego Biurrun2007-08-06
| | | | Originally committed as revision 9966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of nonsense "tolerance" and mention VBVMichael Niedermayer2007-08-06
| | | | Originally committed as revision 9957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about vertical alignment to patch guidelines.Diego Biurrun2007-07-16
| | | | Originally committed as revision 9695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2007-07-16
| | | | Originally committed as revision 9694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify license requirements for contributions.Diego Biurrun2007-07-13
| | | | Originally committed as revision 9626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me option implemented as an AVOptionStefano Sabatini2007-07-06
| | | | | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] original thread: [FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption date: 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 vhooksRamiro Polla2007-07-03
| | | | Originally committed as revision 9470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QT RLE encoderAlexis Ballier2007-07-02
| | | | | | | | patch by Alexis Ballier: [alexis ballier gmail com] original thread: [FFmpeg-devel] [Patch] QT RLE encoder, bis date: 06/24/2007 03:56 PM Originally committed as revision 9452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention unneeded casts and parenthesesVitor Sessak2007-06-27
| | | | | | patch by Vitor: [vitor1001 gmail com] Originally committed as revision 9445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ video encoderVitor Sessak2007-06-25
| | | | | | | | patch 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.Víctor Paesa2007-06-21
| | | | Originally committed as revision 9385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont attach huge samplesto mailsMichael Niedermayer2007-06-11
| | | | Originally committed as revision 9284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* '-acodec mp3' --> '-acodec libmp3lame'Diego Biurrun2007-06-07
| | | | 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.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
| | | | | | | | | -pix_fmt list patch by Stefano Sabatini stefano sabatini minus lala chez poste it original thread: [FFmpeg-devel] [PATCH] List supported pixel formats date: 05/25/2007 05:46 PM Originally committed as revision 9162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable-amr-* --> -- enable-libamr-*Diego Biurrun2007-05-27
| | | | Originally committed as revision 9134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
| | | | Originally committed as revision 9109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ muxer, patch by Vitor, vitor1001 gmail comVitor Sessak2007-05-09
| | | | | | | | reference thread: Subject: [FFmpeg-devel] [PATCH] RoQ muxer Date: Wed, 09 May 2007 19:44:21 +0200 Originally committed as revision 8959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Renderware TXD formatIvo van Poorten2007-05-08
| | | | Originally committed as revision 8936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add V.Flash PTX image formatIvo van Poorten2007-05-08
| | | | Originally committed as revision 8935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RoQ audio encoderDiego Biurrun2007-05-07
| | | | Originally committed as revision 8932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better wording for the alphabetical listsMichael Niedermayer2007-05-06
| | | | Originally committed as revision 8918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about maintaining alphabetical order to patch submission checklist.Diego Biurrun2007-05-06
| | | | Originally committed as revision 8912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about tabs + trailing whitespace to the patch submission checklist.Diego Biurrun2007-05-04
| | | | Originally committed as revision 8889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group benchmark items in the patch submission checklist together.Diego Biurrun2007-05-04
| | | | Originally committed as revision 8887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Policy addition: New files should have proper license headers.Diego Biurrun2007-04-26
| | | | 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.Diego Biurrun2007-04-25
| | | | Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a vstats_file command line optionStefano Sabatini2007-04-25
| | | | | | patch 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 ↵Benoit Fouet2007-04-25
| | | | | | vstats Originally committed as revision 8809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a vstats_file command line optionStefano Sabatini2007-04-25
| | | | | | patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 8807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch submissions should contain a suggested commit log messageMichael Niedermayer2007-04-25
| | | | Originally committed as revision 8806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updates the x11grab doc example, adding -s cif, as it is mandatoryBenoit Fouet2007-04-25
| | | | Originally committed as revision 8804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2007-04-24
| | | | Originally committed as revision 8801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more format abbreviationsBenoit Fouet2007-04-24
| | | | Originally committed as revision 8798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about license headers to the patch submission checklist.Diego Biurrun2007-04-23
| | | | Originally committed as revision 8793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/punctuationDiego Biurrun2007-04-21
| | | | Originally committed as revision 8768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Atrac3 decoder.Benjamin Larsson2007-04-17
| | | | Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the most obvious typos in the development policy doc sectionReimar Döffinger2007-04-17
| | | | Originally committed as revision 8746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch submission checklistMichael Niedermayer2007-04-17
| | | | Originally committed as revision 8745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a commit-rule precision when applying patches discussed on the mailing listBenoit Fouet2007-04-17
| | | | Originally committed as revision 8744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention configure parameters for enabling AMR.Diego Biurrun2007-04-15
| | | | Originally committed as revision 8743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one patch one mailMichael Niedermayer2007-04-13
| | | | Originally committed as revision 8728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about how to enable external libraries.Diego Biurrun2007-04-12
| | | | Originally committed as revision 8721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2007-04-12
| | | | Originally committed as revision 8719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update AMR instructions for last round of changes.Diego Biurrun2007-04-12
| | | | Originally committed as revision 8718 to svn://svn.ffmpeg.org/ffmpeg/trunk