summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
* Rename @chapter "Quick Start" to "Examples", for consistency with theStefano Sabatini2010-06-01
| | | | | | corresponding 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 @itemStefano Sabatini2010-06-01
| | | | | | | | | | command on its own line, and create a corresponding "TIPS" man page section. Note that such section is not displayed, as currently only sections with pre-defined names are rendered. Originally committed as revision 23409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make texi2pod.pl accept @itemize commands with no following characterStefano Sabatini2010-06-01
| | | | | | | | | | or texinfo command for specifying how to generate @item marks, and make it use by default the mark symbol "*". This is consistent with texinfo docs: "If you don't specify a mark command, the default is `@bullet'." Originally committed as revision 23408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge @chapter Introduction and @chapter Description into a singleStefano Sabatini2010-06-01
| | | | | | | | | | section, and make the whole rendered in the man output. Simplify layout, and make it more consistent with that of the other man pages. Also I cannot see a good reason for keeping split the two sections. Originally committed as revision 23407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On2 IVF demuxerDavid Conrad2010-05-27
| | | | Originally committed as revision 23357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version bump and add an APIchanges entry after addition ofStefano Sabatini2010-05-26
| | | | | | CODEC_CAP_EXPERIMENTAL. Originally committed as revision 23338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix VP8 listing in general.texiMartin Storsjö2010-05-25
| | | | Originally committed as revision 23306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8 decoding via libvpx.James Zern2010-05-25
| | | | | | Patch by James Zern for Google, Inc., jzern google com Originally committed as revision 23303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng2010-05-24
| | | | Originally committed as revision 23301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry to APIchanges for the addition of av_get_random_seedMartin Storsjö2010-05-23
| | | | Originally committed as revision 23256 to svn://svn.ffmpeg.org/ffmpeg/trunk