summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
* Replace not anymore valid syntax "-title X" with "-metadata title=X".Stefano Sabatini2010-02-25
| | | | Originally committed as revision 22062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger2010-02-22
| | | | Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an RTSP muxerMartin Storsjö2010-02-22
| | | | Originally committed as revision 21971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support to an option -f which forces the format to use for openingStefano Sabatini2010-02-21
| | | | | | the probed multimedia resource. Originally committed as revision 21944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-NB floating-point based decoder.Vitor Sessak2010-02-21
| | | | | | Code produced during SoC by Robert Swain and Colin McQuillan. Originally committed as revision 21943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink video decoderKostya Shishkov2010-02-21
| | | | Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFprobe tool.Stefano Sabatini2010-02-21
| | | | | | | | | | This is a simplified / cleaned-up version of the SourceForge program: http://sourceforge.net/projects/ffprobe/ Syntax / features may be different, in particular the options -show_packets and -show_frames are not yet supported in this version. Originally committed as revision 21936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put all the options shared amongst the ff* tools under a dedicatedStefano Sabatini2010-02-21
| | | | | | section "Generic options". Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMAVoice decoder.Ronald S. Bultje2010-02-12
| | | | Originally committed as revision 21770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the recently added av_compare_ts() function.Stefano Sabatini2010-02-09
| | | | Originally committed as revision 21713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indeo 5 decoderKostya Shishkov2010-02-09
| | | | Originally committed as revision 21695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entries for the recent lsws API changes.Stefano Sabatini2010-02-06
| | | | Originally committed as revision 21660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-03
| | | | Originally committed as revision 21622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-01
| | | | | | Patch by Anton Khirnov, wyskas at gmail dot com Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink Audio decoderPeter Ross2010-01-31
| | | | Originally committed as revision 21570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink demuxerPeter Ross2010-01-31
| | | | Originally committed as revision 21569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing '()' at the end of a function name.Stefano Sabatini2010-01-30
| | | | Originally committed as revision 21548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mention to the av_get_pix_fmt() addition.Stefano Sabatini2010-01-30
| | | | Originally committed as revision 21547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert commits 21227, 21441, and 21442. None of this is necessary now that weRamiro Polla2010-01-29
| | | | | | | load the getaddrinfo family of functions through GetProcAddress. Also, there is currently no feature that gets fixed in Win98 through the use of KernelEx. Originally committed as revision 21530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only define _WIN32_WINNT=0x0501 if $target_os = "mingw32".Martin Storsjö2010-01-25
| | | | | | | | If compatibility with pre-XP versions is desired, use --target-os=mingw32-prexp Patch by Martin Storsjö <martin at martin dot st>. Originally committed as revision 21441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update documentation for make test.Ramiro Polla2010-01-20
| | | | Originally committed as revision 21343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adds -aq documentation to the ffmpeg docs.John Van Sickle2010-01-19
| | | | | | Patch by John Van Sickle rot13(<wbua.inafvpxyr@tznvy.pbz>). Originally committed as revision 21331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve section 3.2 of the faq by providing more useful examples and aJohn Van Sickle2010-01-19
| | | | | | | | simple batch script to rename images to a numerical sequence. Patch by John Van Sickle printf("%s.%s@%s.com", john, vansickle, gmail). Originally committed as revision 21330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement null video sink.Stefano Sabatini2010-01-16
| | | | Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement null video source.Stefano Sabatini2010-01-16
| | | | Originally committed as revision 21240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SIPR16k decoderVitor Sessak2010-01-16
| | | | Originally committed as revision 21234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: Build for Windows XP by default. Add note about Win9x/2000 support.Ramiro Polla2010-01-15
| | | | Originally committed as revision 21227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Latent libavformat version bump and documentation update for Adobe Filmstrip ↵Peter Ross2010-01-14
| | | | | | muxer and demuxer (r21212) Originally committed as revision 21213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov2010-01-10
| | | | | | Patch by Vladimir Voroshilov and myself. Originally committed as revision 21125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the addition of a parameter log_ctx toStefano Sabatini2010-01-10
| | | | | | avfilter_graph_config_links(). Originally committed as revision 21122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove extra empty line.Stefano Sabatini2010-01-10
| | | | Originally committed as revision 21120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deluxe Paint Animation demuxerPeter Ross2010-01-10
| | | | Originally committed as revision 21118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deluxe Paint Animation decoderPeter Ross2010-01-10
| | | | Originally committed as revision 21117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the sws_isSupportedInput() andStefano Sabatini2010-01-07
| | | | | | sws_isSupportedOutput() functions addition. Originally committed as revision 21066 to svn://svn.ffmpeg.org/ffmpeg/trunk