summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* 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
* matroskadec: Support webm doctypeJames Zern2010-05-22
| | | | | | Patch by James Zern <jzern at google> Originally committed as revision 23245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an APIchanges note regarding the new rtp hinting flagMartin Storsjö2010-05-19
| | | | Originally committed as revision 23180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename -vfilters cli option to -vfBaptiste Coudurier2010-05-12
| | | | Originally committed as revision 23100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entry for AVFilterPicRef interlaced and top_field_first fieldsStefano Sabatini2010-05-09
| | | | | | addition. Originally committed as revision 23067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the pad filter.Stefano Sabatini2010-05-07
| | | | Originally committed as revision 23052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document av_probe_input_format2 API addition.Reimar Döffinger2010-05-01
| | | | Originally committed as revision 23003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently prefer @var{VAR} over ``VAR'' for indicating filterStefano Sabatini2010-04-24
| | | | | | parameters. Originally committed as revision 22958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow setting the environment variable FFMPEG_DATADIR to locate preset files.Robert Krüger2010-04-20
| | | | | | Patch by Robert Krüger <krueger signal7 de>. Originally committed as revision 22923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add DOS section to the platform documentation.Michael Kostylev2010-04-12
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix extra object path in Solaris section.Diego Biurrun2010-04-12
| | | | Originally committed as revision 22850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add unsharp video filter.Bobby Bingham2010-04-07
| | | | | | Contributed by Daniel G. Taylor (dan/at/programmer-art/dot/org) Originally committed as revision 22813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add actually correct rXXXXX here.Ronald S. Bultje2010-04-05
| | | | Originally committed as revision 22810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a flag to not overwrite existing tagsAnton Khirnov2010-04-05
| | | | | | Patch by Anton Khirnov <wyskas gmail com>. Originally committed as revision 22806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document minimum binutils requirements on Unix-like platforms.Diego Biurrun2010-04-04
| | | | | | based on a patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group Unix-like platforms together in the platform documentation.Michael Kostylev2010-04-03
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -t option to ffplay.Robert Krüger2010-04-01
| | | | | | Patch by Robert Krüger, krueger signal7 de Originally committed as revision 22764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change/simplify the tableprint/tablegen API.Reimar Döffinger2010-04-01
| | | | Originally committed as revision 22761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-01
| | | | Originally committed as revision 22753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-31
| | | | Originally committed as revision 22752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entry for the addition of av_match_ext() to the public API.Stefano Sabatini2010-03-31
| | | | Originally committed as revision 22749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a few typos/grammar nits from r22739.Jai Menon2010-03-31
| | | | Originally committed as revision 22747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better documentation of -vsyncMichael Niedermayer2010-03-31
| | | | Originally committed as revision 22739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update APIchanges after the enum CodecType -> enum AVMediaTypeStefano Sabatini2010-03-30
| | | | | | transition. Originally committed as revision 22737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
| | | | | | Patch by Mohamed Naufal gmailify(naufal11). Originally committed as revision 22724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some documentation about the table generation code.Reimar Döffinger2010-03-29
| | | | Originally committed as revision 22722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify (Open)Solaris section of the documentation.Michael Kostylev2010-03-28
| | | | | | patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement -convert_tags option, which converts showed tag names to theStefano Sabatini2010-03-28
| | | | | | FFmpeg generic tag names. Originally committed as revision 22708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc wording and grammar fixesDiego Biurrun2010-03-27
| | | | Originally committed as revision 22701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify where the list of supported formats is.Diego Biurrun2010-03-27
| | | | Originally committed as revision 22699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (Open)Solaris section to platform documentation.Diego Biurrun2010-03-26
| | | | Originally committed as revision 22693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder platform sections alphabetically.Diego Biurrun2010-03-26
| | | | Originally committed as revision 22687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FreeBSD subsection with compilation instructions.Diego Biurrun2010-03-26
| | | | Originally committed as revision 22686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after av_strerror() addition.Stefano Sabatini2010-03-25
| | | | Originally committed as revision 22685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-23
| | | | Originally committed as revision 22650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-23
| | | | Originally committed as revision 22649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a loop option to ffplay.Robert Krüger2010-03-23
| | | | | | Patch by Robert Krüger, krueger signal7 de Originally committed as revision 22646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* List the FFserver specific options under a "Main options" section, toStefano Sabatini2010-03-20
| | | | | | distinguish them from the generic common options. Originally committed as revision 22602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It is difficult nowadays to compile without swscale support.Carl Eugen Hoyos2010-03-18
| | | | Originally committed as revision 22592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a -window_title option, which sets the FFplay window title.Robert Krüger2010-03-17
| | | | | | Patch by Robert Krüger "krueger ET signal7 DOT de". Originally committed as revision 22588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add compilation hints for Cygwin 1.7 and remove the ones for 1.5Víctor Paesa2010-03-16
| | | | Originally committed as revision 22567 to svn://svn.ffmpeg.org/ffmpeg/trunk