summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Mention gas-preprocessor in documentationMåns Rullgård2010-07-04
| | | | Originally committed as revision 24047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIchanges: fix revision number and commit date for change of all occurencesRamiro Polla2010-07-04
| | | | | | of "inofficial" to "unofficial". Originally committed as revision 24040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert commit:Stefano Sabatini2010-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Author: stefano Date: Sat Jul 3 20:19:38 2010 New Revision: 24023 Log: State in the guidelines that function and parameter descriptions in the doxy must use impersonal verbal form. This form is apparently favored by most English speaker developers, and has the advantage of being easier to use than the third person form. This should hopefully put an end to the Third Person Holy Bikeshed War. The change was neither discussed on the FFmpeg ML, nor approved by the project leader. The Holy War will continue soon on FFmpeg-devel, stay tuned ;-). Originally committed as revision 24039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing docs for the ffplay -autoexit option.Alexei Svitkine2010-07-04
| | | | | | Patch by Alexei Svitkine print("%s.%s@gmail.%s" % ("alexei", "svitkine", "com")). Originally committed as revision 24038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement -onkeydown and -onmousedown options for ffplay.Alexei Svitkine2010-07-04
| | | | | | | | | | Patch by Alexei Svitkine cout << name << "." << surname << "@" << "gmail.com". See thread: Subject: [FFmpeg-devel] new command-line option for ffplay Date: Wed, 23 Jun 2010 09:13:50 -0400 Originally committed as revision 24037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add notices for the -crop* options in the ffmpeg manual, stating thatStefano Sabatini2010-07-04
| | | | | | | | the 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
* APIchanges: add entry for r23985 (install lfg.h)Ramiro Polla2010-07-03
| | | | Originally committed as revision 24031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* State in the guidelines that function and parameter descriptions inStefano Sabatini2010-07-03
| | | | | | | | | | | | | the doxy must use impersonal verbal form. This form is apparently favored by most English speaker developers, and has the advantage of being easier to use than the third person form. This should hopefully put an end to the Third Person Holy Bikeshed War. Originally committed as revision 24023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-03
| | | | | | | | and options. Keep old options until next major version bump. Patch by Rodney Baker, rodney d baker a iinet d net d au Originally committed as revision 24021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add new option "streamid" to set the value of an outfile streamid.Mike Scheutzow2010-06-30
| | | | | | Patch by Mike Scheutzow, scheutzow alcatel-lucent com Originally committed as revision 23917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump micro and add APIchanges entry after av_parse_color() extension.Stefano Sabatini2010-06-27
| | | | Originally committed as revision 23838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update tablegen documentation for WRITE_ARRAY macro.Reimar Döffinger2010-06-27
| | | | Originally committed as revision 23824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove PPC perf counter supportMåns Rullgård2010-06-26
| | | | | | This functionality is better accessed through tools like oprofile. Originally committed as revision 23808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend documentation for the ffmpeg -timestamp option.Stefano Sabatini2010-06-22
| | | | | | | '(' and ')' are used instead of '{' and '}' in the date specification as the latter confound the texinfo interpreter. Originally committed as revision 23726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Native VP8 decoder.David Conrad2010-06-22
| | | | | | Patch by David Conrad <lessen42 gmail com> and myself. Originally committed as revision 23719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an APIchanges entry for priv_data_size and priv_data_classMartin Storsjö2010-06-22
| | | | Originally committed as revision 23707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an APIchanges entry for url_alloc() and url_connect()Martin Storsjö2010-06-22
| | | | Originally committed as revision 23705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an APIchanges entry for av_register_protocol2Martin Storsjö2010-06-22
| | | | Originally committed as revision 23703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-add the list of parameters for the unsharp filter, I somehow lostStefano Sabatini2010-06-21
| | | | | | it in the previous commit. Originally committed as revision 23690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the ffmpeg and ffplay man pages show the list of lavfi filters,Stefano Sabatini2010-06-21
| | | | | | sinks and sources, and document the -vf option. Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace multitable for the unsharp filter option table with a simpleStefano Sabatini2010-06-21
| | | | | | | | | @table @option. Allow pod rendering, as texinfo multitables are not supported by texi2pod.pl, also improve plain texinfo file readability. Originally committed as revision 23688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mathematics.h no longer needs config.h, so update tablegen code andReimar Döffinger2010-06-21
| | | | | | documentation to use it where appropriate. Originally committed as revision 23680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove libfaad wrapperMåns Rullgård2010-06-20
| | | | Originally committed as revision 23653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document terminal coloring in the -loglevel option.Stefano Sabatini2010-06-16
| | | | Originally committed as revision 23633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document how to set boolean options.Stefano Sabatini2010-06-16
| | | | Originally committed as revision 23632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini2010-06-13
| | | | Originally committed as revision 23592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealAudio 14.4k encoder.Francesco Lavra2010-06-11
| | | | | | Patch by Francesco Lavra (firstnamelastname@interfree.it) Originally committed as revision 23579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove broken BeOS audio interface.Diego Biurrun2010-06-10
| | | | Originally committed as revision 23568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-10
| | | | | | | | BeOS support has been broken for many years and the "maintainer" of the port has not reacted to countless requests to get the port fixed. approved by Mans Originally committed as revision 23562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make all the numeric options accept in input an expression which isStefano Sabatini2010-06-09
| | | | | | | | evaluated through av_strtod(). Fix roundup issue #551. Originally committed as revision 23556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make texi2pod.pl process @include texinfo directives wherever they areStefano Sabatini2010-06-08
| | | | | | placed, and not only if inside @c man begin/end sections. Originally committed as revision 23544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tweak texi2pod.pl to make it print the various sections in theStefano Sabatini2010-06-08
| | | | | | | | | | generated document following the same order as that used in the texi file. Also allow rendering of *all* the sections, not only a limited predefined subset. Originally committed as revision 23543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a rule triggered by @man begin WORD WORDS. This rule onlyStefano Sabatini2010-06-08
| | | | | | | | | | outputs the section if WORDS has been defined in the list of options flags. The meaning of this rule is not clear, and not used by the FFmpeg documentation system anyway. Originally committed as revision 23542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the ff* tools @chapters "Invocation" to "Synopsis", and placeStefano Sabatini2010-06-08
| | | | | | | | | | | them at the beginning of the file, for consistency with the final ordering of the corresponding man pages. Also create a separate @chapter for the "Options" section, as it is done for the man pages, rather than merge it in the same section of "Synopsis". Originally committed as revision 23541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pictor/PC Paint decoderPeter Ross2010-06-08
| | | | Originally committed as revision 23532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support presets in ffserver.confHoward Chu2010-06-08
| | | | Originally committed as revision 23524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make texi2pod.pl look for section "AUTHORS" rather than "AUTHOR", asStefano Sabatini2010-06-05
| | | | | | the corresponding sections in the man page have been renamed that way. Originally committed as revision 23493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace "Fabrice Bellard" with "The FFmpeg developers" as the authorsStefano Sabatini2010-06-05
| | | | | | of the ff* tools man pages. Originally committed as revision 23492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after eval API publication.Stefano Sabatini2010-06-05
| | | | Originally committed as revision 23486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()Stefano Sabatini2010-06-05
| | | | | | addition. Originally committed as revision 23484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add WebM muxerJames Zern2010-06-04
| | | | | | Patch by James Zern <jzern at google> Originally committed as revision 23474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ffplay-doc.texi @chapter "Introduction" to "Description", forStefano Sabatini2010-06-03
| | | | | | consistency with the corresponding man section. Originally committed as revision 23454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ffprobe-doc.texi @chapter "Introduction" to "Description", forStefano Sabatini2010-06-03
| | | | | | consistency with the corresponding man section. Originally committed as revision 23453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ffserver-doc.texi @chapter "Introduction" to "Description", forStefano Sabatini2010-06-03
| | | | | | consistency with the corresponding man section. Originally committed as revision 23452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8 encoding via libvpx.James Zern2010-06-03
| | | | | | Patch by James Zern, Google, Inc. Originally committed as revision 23449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move section EXAMPLES towards the end of the ffmpeg-doc.texi file.Stefano Sabatini2010-06-03
| | | | | | | This is consistent with the the rendered ordering of the ffmpeg man page. Originally committed as revision 23445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make consistent the various SEE ALSO sections in the FFmpeg man pages.Stefano Sabatini2010-06-03
| | | | | | | Also replace "the HTML documentation of @file{ffmpeg}" with "the FFmpeg HTML 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.Stefano Sabatini2010-06-03
| | | | | | | This makes the ordering of the sections in the file more consistent with that of the final man output. Originally committed as revision 23443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for av_get_codec_tag_string().Stefano Sabatini2010-06-02
| | | | Originally committed as revision 23424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry to APIchanges for the addition of sws_convertPalette8ToPacked32 -24Reinhard Tartler2010-06-01
| | | | Originally committed as revision 23415 to svn://svn.ffmpeg.org/ffmpeg/trunk