summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
Commit message (Collapse)AuthorAge
* Musepack SV7 decoding supportKostya Shishkov2006-12-24
| | | | Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
| | | | Originally committed as revision 7329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow provision of displaynumber, screennumber, x-offset and y-offset parametersPanagiotis Issaris2006-12-15
| | | | | | to the x11grab device. Originally committed as revision 7320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grammar/wordingDiego Biurrun2006-12-13
| | | | Originally committed as revision 7315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* documentation for X11 grabbingBaptiste Coudurier2006-12-13
| | | | Originally committed as revision 7314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ZMBV encoderKostya Shishkov2006-12-07
| | | | Originally committed as revision 7242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-11-21
| | | | Originally committed as revision 7144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kb --> kbDiego Biurrun2006-11-20
| | | | Originally committed as revision 7142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2006-11-20
| | | | Originally committed as revision 7137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some notes about the order of options on the command line.Víctor Paesa2006-11-20
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 7135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AMR support instructions into the documentation.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove empty section.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update list of supported codecs.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sync documentation with the current ffmpeg -h output.Diego Biurrun2006-11-12
| | | | | | patch from Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IMC decoderKostya Shishkov2006-10-30
| | | | Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wording/grammarDiego Biurrun2006-10-26
| | | | Originally committed as revision 6797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document -newaudio, patch by Victor Paesa, taken from an explanation written ↵Víctor Paesa2006-10-26
| | | | | | by Baptiste Coudurier in -users Originally committed as revision 6796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIFF decoderKostya Shishkov2006-10-13
| | | | Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir ↵Baptiste Coudurier2006-10-12
| | | | | | %cyx A users P sourceforge P net% Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MXF descriptionBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update GXF status and add descriptionBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update doc, changelog, and increase libavcodec version for .cin files supportBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa image decoderKostya Shishkov2006-10-11
| | | | Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove confusing divx noteMichael Niedermayer2006-10-03
| | | | Originally committed as revision 6546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix quantiSer --> quantiZer typo.Diego Biurrun2006-10-02
| | | | Originally committed as revision 6523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain lmin, lmax, mblmin, mblmax options.Víctor Paesa2006-10-02
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 6522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -interlace -> -ilme This has been wrong in the docs for years,Benjamin Larsson2006-09-28
| | | | | | the description might not be totally correct though. Originally committed as revision 6374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WavPack lossless audio decoderKostya Shishkov2006-09-26
| | | | Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 404 link.Diego Biurrun2006-09-24
| | | | Originally committed as revision 6329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"Panagiotis Issaris2006-09-18
| | | | | | | AVOption takes over its function with a change in unit from kilobytes to bits. Postfix "KiB" is available to ease the discomfort. Originally committed as revision 6288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "bt" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris2006-09-15
| | | | | | | "bt" AVOption takes over its function although the parameter unit has changed from kilobits/sec to bits/sec. Originally committed as revision 6276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. ThisPanagiotis Issaris2006-09-15
| | | | | | | requires some modifications to the manpage, as now the unit of -b is bits/sec not kbits/sec. Originally committed as revision 6261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit ofPanagiotis Issaris2006-09-15
| | | | | | | -b of ffmpeg is bits/sec not kbits/sec, as already was the case for the AVOption. "k" and "M" suffixes are available though. Originally committed as revision 6258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove nonexistent option -hq from the documentation.Panagiotis Issaris2006-09-10
| | | | | | patch by Panagiotis Issaris, takis.issaris uhasselt be Originally committed as revision 6229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable setting the year and track number using AVOptionPanagiotis Issaris2006-09-08
| | | | | | | | | | Patch by Takis Original thread: Date: Sep 6, 2006 5:43 PM Subject: [Ffmpeg-devel] [PATCH] Enhance genre, year and track tag support Originally committed as revision 6196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added -map usage to docs.Benjamin Larsson2006-08-30
| | | | Originally committed as revision 6131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarifyMichael Niedermayer2006-08-30
| | | | | | please reply to ffmpeg-dev if you disagree so it can be disscussed but i think this is completely uncontroversical Originally committed as revision 6127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixes for the last commitDiego Biurrun2006-08-19
| | | | Originally committed as revision 6031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -async and -vsync documentation. Based on info from the mailinglist.Benjamin Larsson2006-08-19
| | | | Originally committed as revision 6028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cygwin compilation and Cygwin/MinGW crosscompilation sectionsDiego Biurrun2006-08-07
| | | | | | based on patch by Víctor Paesa <wzrlpy@arsystel.com> Originally committed as revision 5944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change one itemized list to be bulletted, remove non-referenced nodeDiego Biurrun2006-08-02
| | | | | | killing a texi2html warning in the process. Originally committed as revision 5894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Subversion allows renaming files.Diego Biurrun2006-08-02
| | | | Originally committed as revision 5893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammarDiego Biurrun2006-07-07
| | | | Originally committed as revision 5657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unresponsive maintainer policy (its pretty much what has always been done in ↵Michael Niedermayer2006-07-07
| | | | | | | | | practice anyway) changes have been ok-ed by a lot of people (see ffmpeg-dev) iam commiting this with all the spelling errors intact and fully functional at the request of the heads of the ministry for English compositon Originally committed as revision 5656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add GXF demuxerReimar Döffinger2006-07-03
| | | | Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* www1.mplayerhq.hu --> lists.mplayerhq.huDiego Biurrun2006-06-09
| | | | Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CVS --> SubversionDiego Biurrun2006-06-09
| | | | Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
| | | | Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk