summaryrefslogtreecommitdiff
path: root/doc/general.texi
Commit message (Collapse)AuthorAge
...
* 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 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
* 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
* 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 an RTSP muxerMartin Storsjö2010-02-22
| | | | Originally committed as revision 21971 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
* WMAVoice decoder.Ronald S. Bultje2010-02-12
| | | | Originally committed as revision 21770 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
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-03
| | | | Originally committed as revision 21622 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
* 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
* 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
* 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
* 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
* 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
* 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
* Document -formats splitDaniel Verkamp2009-11-20
| | | | Originally committed as revision 20561 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
* Document that using "make -r" might be faster than plain "make" in Windows.Ramiro Polla2009-10-30
| | | | Originally committed as revision 20418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mingw32: The flag to work around bug 37216 in gcc is automatically passed toRamiro Polla2009-10-28
| | | | | | | MinGW since r18501. Remove a reference that suggests users should pass the flag manually (this removal was missed in 18510). Originally committed as revision 20399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-22
| | | | Originally committed as revision 19969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Core Audio Format demuxerPeter Ross2009-09-16
| | | | Originally committed as revision 19879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing wmapro decoder partsSascha Sommer2009-09-02
| | | | Originally committed as revision 19752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffv1 codec long name in the documentation as well.Diego Biurrun2009-08-31
| | | | Originally committed as revision 19750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
| | | | | | Patch by Christian Schmidt, schmidt digadd de Originally committed as revision 19722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Bluray Subtitle SupportStephen Backway2009-08-25
| | | | | | Patch by Stephen Backway, stev391 A exemail D com D au Originally committed as revision 19699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TwinVQ decoderVitor Sessak2009-08-23
| | | | Originally committed as revision 19682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-21
| | | | Originally committed as revision 19674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sony Wave64 demuxerDaniel Verkamp2009-08-10
| | | | | | patch by Daniel Verkamp, daniel drv nu Originally committed as revision 19617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTMP protocol support (as a client)Kostya Shishkov2009-07-31
| | | | Originally committed as revision 19556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge AMR and OpenCORE documentation sections.Diego Biurrun2009-07-20
| | | | Originally committed as revision 19469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update project URL for OpenCORE AMR.Martin Storsjö2009-07-16
| | | | | | patch by Martin Storsjö, martin martin st Originally committed as revision 19441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin documentation: diffutils is part of the Utils packages.Ramiro Polla2009-07-10
| | | | Originally committed as revision 19393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun2009-07-07
| | | | | | libopencore can now be used as a replacement except for AMR-WB encoding. Originally committed as revision 19365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split developer documentation off from general documentation.Diego Biurrun2009-06-24
| | | | Originally committed as revision 19269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger2009-06-19
| | | | | | Based on code by DivX, Inc., heavily changed by Björn Axelsson [gecko acc.umu.se] and me. Originally committed as revision 19222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts Madcow decoderPeter Ross2009-06-13
| | | | Originally committed as revision 19178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix placment of the DPCM Xan commentSascha Sommer2009-06-12
| | | | Originally committed as revision 19168 to svn://svn.ffmpeg.org/ffmpeg/trunk