summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
* Add an entry for the avfilter_add_colorspace() API change.Stefano Sabatini2010-01-06
| | | | Originally committed as revision 21036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix entry on concatenating multiple yuv4mpegpipe streams.John Van Sickle2010-01-06
| | | | | | patch by John Van Sickle, john.vansickle gmail com Originally committed as revision 21033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_add_colorspace() API addition.Stefano Sabatini2010-01-03
| | | | Originally committed as revision 21008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the av_match_ext() addition.Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the av_guess_format() addition.Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Auravision Aura 2 decoderKostya Shishkov2009-12-23
| | | | Originally committed as revision 20915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Auravision Aura decoding supportKostya Shishkov2009-12-23
| | | | Originally committed as revision 20914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Satisfy grammatical nits.Stefano Sabatini2009-12-21
| | | | Originally committed as revision 20910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini2009-12-21
| | | | | | formats. Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-add missing "@end table" which was erroneously removed in theStefano Sabatini2009-12-21
| | | | | | previous commit. Originally committed as revision 20908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize common options documentation.Stefano Sabatini2009-12-21
| | | | Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -?, -help, and --help as alternative options to get help.Ramiro Polla2009-12-21
| | | | Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
| | | | Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CD+G demuxer and decoderMichael Tison2009-12-17
| | | | | | Patch by Michael Tison (gmail address: blackspike@....) Originally committed as revision 20890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -vlang option to set ISO 639 video stream language code.Matthieu Crapet2009-12-16
| | | | | | | | 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
* add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and ↵Michael Niedermayer2009-12-13
| | | | | | AV_METADATA_DONT_STRDUP_VAL Originally committed as revision 20835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIchanges update for av_d2str()Michael Niedermayer2009-12-13
| | | | Originally committed as revision 20830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-13
| | | | Originally committed as revision 20827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the av_bmg_next() function addition.Stefano Sabatini2009-12-12
| | | | Originally committed as revision 20809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a -filters option, listing all the available libavfilterStefano Sabatini2009-12-12
| | | | | | | filters. Currently filters are not registered, so the option will show none. Originally committed as revision 20807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix typos in r20780.Carl Eugen Hoyos2009-12-09
| | | | Originally committed as revision 20787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention patcheck.Zhihang Wang2009-12-08
| | | | | | Patch by Zhihang Wang, zhihang D wang A gmail Originally committed as revision 20780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 decoder is no longer GPL; update FAQDaniel Verkamp2009-12-08
| | | | Originally committed as revision 20776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update documentation for r20435 (which added the -fpre option).Ramiro Polla2009-12-06
| | | | Originally committed as revision 20753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_draw_slice() API changes implemented inStefano Sabatini2009-12-04
| | | | | | r20734. Originally committed as revision 20735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement RTMP output (publishing FLV stream to RTMP server).Sergiy2009-12-04
| | | | | | Patch by Sergiy (piratfm at `do-no-evil-mail`.com) Originally committed as revision 20731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update Changelog, documentation, and libavformat minor version number forRamiro Polla2009-12-03
| | | | | | "A format generated by IndigoVision 8000 video server" added in r20681. Originally committed as revision 20712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the AVFilter.next field removal.Stefano Sabatini2009-11-25
| | | | Originally committed as revision 20614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_next() function addition.Stefano Sabatini2009-11-25
| | | | Originally committed as revision 20608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_register() signature change.Stefano Sabatini2009-11-24
| | | | Originally committed as revision 20606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the pixdesc.h API publication.Stefano Sabatini2009-11-24
| | | | Originally committed as revision 20604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document -formats splitDaniel Verkamp2009-11-20
| | | | Originally committed as revision 20561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Swap slicify / scale description positions, "scale" comes beforeStefano Sabatini2009-11-12
| | | | | | "slicify" in lexical order. Originally committed as revision 20520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add scale filter.Stefano Sabatini2009-11-11
| | | | Originally committed as revision 20519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG-4 Audio Lossless Coding (ALS) decoder.Thilo Borgmann2009-11-11
| | | | | | Patch by Thilo Borgmann, thilo D borgmann A googlemail Originally committed as revision 20517 to svn://svn.ffmpeg.org/ffmpeg/trunk