Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-02-23Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger
Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-23Add an RTSP muxerMartin Storsjö
Originally committed as revision 21971 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-21Add support to an option -f which forces the format to use for openingStefano Sabatini
the probed multimedia resource. Originally committed as revision 21944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-21AMR-NB floating-point based decoder.Vitor Sessak
Code produced during SoC by Robert Swain and Colin McQuillan. Originally committed as revision 21943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-21Bink video decoderKostya Shishkov
Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-21Add FFprobe tool.Stefano Sabatini
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
2010-02-21Put all the options shared amongst the ff* tools under a dedicatedStefano Sabatini
section "Generic options". Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-12WMAVoice decoder.Ronald S. Bultje
Originally committed as revision 21770 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-09Add an entry for the recently added av_compare_ts() function.Stefano Sabatini
Originally committed as revision 21713 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-09Indeo 5 decoderKostya Shishkov
Originally committed as revision 21695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-07Add missing entries for the recent lsws API changes.Stefano Sabatini
Originally committed as revision 21660 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-03IFF PBM/ILBM bitmap decoderPeter Ross
Originally committed as revision 21622 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
Patch by Anton Khirnov, wyskas at gmail dot com Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-31Bink Audio decoderPeter Ross
Originally committed as revision 21570 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-31Bink demuxerPeter Ross
Originally committed as revision 21569 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-30Add missing '()' at the end of a function name.Stefano Sabatini
Originally committed as revision 21548 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-30Add mention to the av_get_pix_fmt() addition.Stefano Sabatini
Originally committed as revision 21547 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-29Revert commits 21227, 21441, and 21442. None of this is necessary now that weRamiro Polla
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
2010-01-25Only define _WIN32_WINNT=0x0501 if $target_os = "mingw32".Martin Storsjö
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
2010-01-20Update documentation for make test.Ramiro Polla
Originally committed as revision 21343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-20Adds -aq documentation to the ffmpeg docs.John Van Sickle
Patch by John Van Sickle rot13(<wbua.inafvpxyr@tznvy.pbz>). Originally committed as revision 21331 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-20Improve section 3.2 of the faq by providing more useful examples and aJohn Van Sickle
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
2010-01-16Implement null video sink.Stefano Sabatini
Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16Implement null video source.Stefano Sabatini
Originally committed as revision 21240 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-16SIPR16k decoderVitor Sessak
Originally committed as revision 21234 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-15mingw32: Build for Windows XP by default. Add note about Win9x/2000 support.Ramiro Polla
Originally committed as revision 21227 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-14Latent libavformat version bump and documentation update for Adobe Filmstrip ↵Peter Ross
muxer and demuxer (r21212) Originally committed as revision 21213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-11SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov
Patch by Vladimir Voroshilov and myself. Originally committed as revision 21125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-10Add an entry for the addition of a parameter log_ctx toStefano Sabatini
avfilter_graph_config_links(). Originally committed as revision 21122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-10Remove extra empty line.Stefano Sabatini
Originally committed as revision 21120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-10Deluxe Paint Animation demuxerPeter Ross
Originally committed as revision 21118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-10Deluxe Paint Animation decoderPeter Ross
Originally committed as revision 21117 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-07Add an entry for the sws_isSupportedInput() andStefano Sabatini
sws_isSupportedOutput() functions addition. Originally committed as revision 21066 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-06Add an entry for the avfilter_add_colorspace() API change.Stefano Sabatini
Originally committed as revision 21036 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-06Fix entry on concatenating multiple yuv4mpegpipe streams.John Van Sickle
patch by John Van Sickle, john.vansickle gmail com Originally committed as revision 21033 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-04Add an entry for the avfilter_add_colorspace() API addition.Stefano Sabatini
Originally committed as revision 21008 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-02Add an entry for the av_match_ext() addition.Stefano Sabatini
Originally committed as revision 20999 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-01Add an entry for the av_guess_format() addition.Stefano Sabatini
Originally committed as revision 20992 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-23Auravision Aura 2 decoderKostya Shishkov
Originally committed as revision 20915 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-23Add Auravision Aura decoding supportKostya Shishkov
Originally committed as revision 20914 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-22Satisfy grammatical nits.Stefano Sabatini
Originally committed as revision 20910 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-22Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini
formats. Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-22Re-add missing "@end table" which was erroneously removed in theStefano Sabatini
previous commit. Originally committed as revision 20908 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-22Factorize common options documentation.Stefano Sabatini
Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-21Add -?, -help, and --help as alternative options to get help.Ramiro Polla
Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-17Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger
Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-17CD+G demuxer and decoderMichael Tison
Patch by Michael Tison (gmail address: blackspike@....) Originally committed as revision 20890 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-16Add -vlang option to set ISO 639 video stream language code.Matthieu Crapet
This is similar to existing -alang & -slang options. Patch by Matthieu Crapet m${surname} ^ gmail com. Originally committed as revision 20880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-13add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and ↵Michael Niedermayer
AV_METADATA_DONT_STRDUP_VAL Originally committed as revision 20835 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-13APIchanges update for av_d2str()Michael Niedermayer
Originally committed as revision 20830 to svn://svn.ffmpeg.org/ffmpeg/trunk