aboutsummaryrefslogtreecommitdiffstats
path: root/doc/general.texi
Commit message (Collapse)AuthorAgeFilesLines
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-271-3/+3
| | | | | | The libavformat directory is a better place for a libavformat API example. Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-201-1/+1
| | | | | | Patch by Daniel Verkamp, daniel drv nu Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support raw TrueHD filesRamiro Polla2009-03-191-0/+1
| | | | Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split TrueHD decoder from MLPRamiro Polla2009-03-191-2/+4
| | | | Originally committed as revision 18045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix copy and paste typo in input/output devices section.Diego Biurrun2009-03-191-1/+1
| | | | Originally committed as revision 18039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add list of supported input/output devices.Diego Biurrun2009-03-181-0/+19
| | | | Originally committed as revision 18029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adjust @columnfractions settings to reflect the number of columns in the table.Diego Biurrun2009-03-181-2/+2
| | | | Originally committed as revision 18028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move NTT VQF demuxer to keep formats list alphabetized.Justin Ruggles2009-03-081-2/+2
| | | | Originally committed as revision 17882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Be more verbose in describing VQF demuxerVitor Sessak2009-03-081-1/+2
| | | | Originally committed as revision 17879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VQF demuxerVitor Sessak2009-03-071-0/+1
| | | | Originally committed as revision 17866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-031-4/+0
| | | | Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 encoding is integer-onlyJustin Ruggles2009-03-021-1/+1
| | | | Originally committed as revision 17723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list ofDiego Biurrun2009-03-021-5/+5
| | | | | | supported image formats. Apparently decoding these formats is supported. Originally committed as revision 17722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun2009-03-021-8/+8
| | | | Originally committed as revision 17721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun2009-03-021-43/+43
| | | | Originally committed as revision 17720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats is not supported.Diego Biurrun2009-03-021-5/+5
| | | | Originally committed as revision 17715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another round of missing codecs and name updates to match the codec long_name.Diego Biurrun2009-03-021-3/+26
| | | | Originally committed as revision 17712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more missing codecs and update names to match the codec long_name.Justin Ruggles2009-03-021-21/+24
| | | | Originally committed as revision 17711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-021-42/+51
| | | | Originally committed as revision 17710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge MP2, MP3 and MPEG audio demuxer entries.Diego Biurrun2009-03-021-3/+2
| | | | Originally committed as revision 17709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-021-9/+12
| | | | | | or vice-versa. Originally committed as revision 17706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-021-33/+57
| | | | Originally committed as revision 17705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some missing codecs and update some names to match AVCodec.long_nameJustin Ruggles2009-03-021-11/+12
| | | | Originally committed as revision 17704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Integer-only decoding of AC-3 is not supported.Diego Biurrun2009-03-021-1/+1
| | | | Originally committed as revision 17703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa encoding is supported.Diego Biurrun2009-03-021-1/+1
| | | | Originally committed as revision 17702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing image formats, patch by Daniel Verkamp, daniel drv nu.Daniel Verkamp2009-03-021-0/+7
| | | | Originally committed as revision 17701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split PGM and PPM in image formats section.Daniel Verkamp2009-03-021-1/+4
| | | | | | patch by Daniel Verkamp, daniel drv nu Originally committed as revision 17700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break image format lines before comments.Daniel Verkamp2009-03-021-13/+26
| | | | | | patch by Daniel Verkamp, daniel drv nu Originally committed as revision 17699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention raw Chinese AVS video demuxerStefan Gehrer2009-02-221-0/+1
| | | | Originally committed as revision 17530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention MXF D-10 Mapping muxer in documentationBaptiste Coudurier2009-02-221-0/+2
| | | | Originally committed as revision 17521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add supported network protocols section.Diego Biurrun2009-02-131-0/+16
| | | | Originally committed as revision 17209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: vido --> videoDiego Biurrun2009-02-121-1/+1
| | | | Originally committed as revision 17191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add raw (de)muxers to list of supported file formats.Diego Biurrun2009-02-121-6/+42
| | | | Originally committed as revision 17190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entries that were missing from the supported file formats list.Diego Biurrun2009-02-121-0/+30
| | | | Originally committed as revision 17187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use more descriptive format names, similar to the format long_names.Diego Biurrun2009-02-121-37/+41
| | | | Originally committed as revision 17186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove rendering column from list of supported subtitle formats.Diego Biurrun2009-02-081-4/+4
| | | | Originally committed as revision 17079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NC camera demuxerNicolas Martin2009-02-081-0/+2
| | | | | | Patch by Nicolas Martin - elvadrias at gmail Originally committed as revision 17062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-061-0/+3
| | | | | | Patch by Jaikrishnan Menon Originally committed as revision 17017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TQI decoderPeter Ross2009-02-051-0/+1
| | | | Originally committed as revision 17002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add XSUB to list of supported subtitle formats.Diego Biurrun2009-02-021-0/+1
| | | | Originally committed as revision 16935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain how to add IPv6 support to Cygwin.Víctor Paesa2009-02-011-0/+3
| | | | Originally committed as revision 16923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* R3D REDCODE demuxerBaptiste Coudurier2009-01-201-0/+2
| | | | Originally committed as revision 16692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-171-0/+4
| | | | | | extended ADPCM decoder by ISS specific IMA variant Originally committed as revision 16658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change mplayerhq.hu references to ffmpeg.org where appropriate.Diego Biurrun2008-12-251-1/+1
| | | | Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update again Cygwin Ports URL after my sloppy previous commit.Víctor Paesa2008-12-231-1/+1
| | | | Originally committed as revision 16297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Complete the list of external libraries.Víctor Paesa2008-12-231-3/+16
| | | | Originally committed as revision 16290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Advice on compiler versionsVíctor Paesa2008-12-231-0/+3
| | | | Originally committed as revision 16289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update Cygwin Ports URL.Víctor Paesa2008-12-231-1/+1
| | | | Originally committed as revision 16288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bring up to date the Cygwin docs.Víctor Paesa2008-12-231-5/+5
| | | | Originally committed as revision 16287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The diffutils package is also needed (for the 'cmp' command).Víctor Paesa2008-12-221-1/+1
| | | | | | Spotted by Ramiro Polla. Originally committed as revision 16283 to svn://svn.ffmpeg.org/ffmpeg/trunk