summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
* Add APIchanges entry for AVFormatContext.start_time_realtimeMartin Storsjö2010-03-15
| | | | Originally committed as revision 22541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-13
| | | | | | addition of the AVFilterPicRef.pos field. Originally committed as revision 22508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the libavutil/error.h addition.Stefano Sabatini2010-03-13
| | | | Originally committed as revision 22503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use shell syntax to set variables for make.Ramiro Polla2010-03-12
| | | | Originally committed as revision 22471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Docs: Place the vorbis comment properly, currently it's shown above the tableMartin Storsjö2010-03-09
| | | | Originally committed as revision 22406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-09
| | | | Originally committed as revision 22364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create a public API for FFT family of functionsMåns Rullgård2010-03-07
| | | | Originally committed as revision 22291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number and add APIchanges entry after the inclusion ofStefano Sabatini2010-03-06
| | | | | | av_stristr(). Originally committed as revision 22254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update SW scaler doc after libswscale commit 30841.Janusz Krzysztofik2010-03-05
| | | | | | Patch by Janusz Krzysztofik jkrzyszt, tis icnet pl. Originally committed as revision 22221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
| | | | Originally committed as revision 22174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix AMR-NB entry in the supported audio codecs list.Diego Biurrun2010-03-01
| | | | | | The decoding and encoding rows were switched around. Originally committed as revision 22128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-25
| | | | | | | Also link avfiltergraph.o and graphparser.o against libavfilter, as it uses them. Originally committed as revision 22063 to svn://svn.ffmpeg.org/ffmpeg/trunk