summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* The Mersenne Twister PRNG was removed, mention replacement.Diego Biurrun2009-03-25
| | | | Originally committed as revision 18183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat paragraphs and other cosmetic changes.Diego Biurrun2009-03-25
| | | | Originally committed as revision 18182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
| | | | | | 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-19
| | | | Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split TrueHD decoder from MLPRamiro Polla2009-03-19
| | | | 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-19
| | | | Originally committed as revision 18039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add list of supported input/output devices.Diego Biurrun2009-03-18
| | | | 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-18
| | | | Originally committed as revision 18028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an example showing how to create a video from many images.Stefano Sabatini2009-03-14
| | | | Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
| | | | | | consistent with av_fifo_generic_write. Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move NTT VQF demuxer to keep formats list alphabetized.Justin Ruggles2009-03-08
| | | | Originally committed as revision 17882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Be more verbose in describing VQF demuxerVitor Sessak2009-03-08
| | | | Originally committed as revision 17879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a part explaining that API should be considered unstable after majorReimar Döffinger2009-03-08
| | | | | | version changes and list dates of last major version increase. Originally committed as revision 17878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Preliminary summary of AVFifoBuffer changesReimar Döffinger2009-03-08
| | | | Originally committed as revision 17877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VQF demuxerVitor Sessak2009-03-07
| | | | Originally committed as revision 17866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* excellent first pass at a description; now it's time for the Ministry ofMike Melanson2009-03-04
| | | | | | English Composition to tear it apart and rebuild it, stronger than before Originally committed as revision 17801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A quick description of Rate distortion theory.Michael Niedermayer2009-03-03
| | | | Originally committed as revision 17774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quick description of the Viterbi algorithm so I do not have to repeat itMichael Niedermayer2009-03-03
| | | | | | over and over again on the ML. Originally committed as revision 17772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
| | | | Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: TypoPanagiotis Issaris2009-03-03
| | | | Originally committed as revision 17760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: TypoPanagiotis Issaris2009-03-03
| | | | Originally committed as revision 17757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC-3 encoding is integer-onlyJustin Ruggles2009-03-02
| | | | 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-02
| | | | | | 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-02
| | | | Originally committed as revision 17721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun2009-03-02
| | | | 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-02
| | | | 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-02
| | | | 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-02
| | | | 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-02
| | | | Originally committed as revision 17710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge MP2, MP3 and MPEG audio demuxer entries.Diego Biurrun2009-03-02
| | | | 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-02
| | | | | | 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-02
| | | | 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-02
| | | | Originally committed as revision 17704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Integer-only decoding of AC-3 is not supported.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa encoding is supported.Diego Biurrun2009-03-02
| | | | 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-02
| | | | Originally committed as revision 17701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split PGM and PPM in image formats section.Daniel Verkamp2009-03-02
| | | | | | 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-02
| | | | | | patch by Daniel Verkamp, daniel drv nu Originally committed as revision 17699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an API changelog with a first entry for the new metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ffplay -ast, -vst, and -sst options.Stefano Sabatini2009-03-01
| | | | Originally committed as revision 17694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* http://bytesex.org/xawtv/ permanently redirects toRobert Swain2009-02-25
| | | | | | http://linux.bytesex.org/xawtv/ so update the URL Originally committed as revision 17592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.Daniel Verkamp2009-02-23
| | | | Originally committed as revision 17536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention raw Chinese AVS video demuxerStefan Gehrer2009-02-22
| | | | Originally committed as revision 17530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention MXF D-10 Mapping muxer in documentationBaptiste Coudurier2009-02-22
| | | | Originally committed as revision 17521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add supported network protocols section.Diego Biurrun2009-02-13
| | | | Originally committed as revision 17209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo: vido --> videoDiego Biurrun2009-02-12
| | | | 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-12
| | | | 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-12
| | | | 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-12
| | | | Originally committed as revision 17186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove rendering column from list of supported subtitle formats.Diego Biurrun2009-02-08
| | | | Originally committed as revision 17079 to svn://svn.ffmpeg.org/ffmpeg/trunk