summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* Specify minimum version for some MinGW packages.Ramiro Polla2008-10-02
| | | | Originally committed as revision 15521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2008-10-02
| | | | Originally committed as revision 15518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use better table heading names in the supported formats tables.Diego Biurrun2008-09-26
| | | | Originally committed as revision 15432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small wording fixesDiego Biurrun2008-09-18
| | | | Originally committed as revision 15358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wording/spellingDiego Biurrun2008-09-14
| | | | Originally committed as revision 15333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Spelling...Ramiro Polla2008-09-14
| | | | Originally committed as revision 15327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add , to clarify sentence.Michael Niedermayer2008-09-14
| | | | Originally committed as revision 15323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typos found by ispell.Diego Biurrun2008-09-14
| | | | Originally committed as revision 15320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reword a few sentences to make them clearer.Michael Niedermayer2008-09-14
| | | | Originally committed as revision 15319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The official guide to swscale for confused developers.Michael Niedermayer2008-09-14
| | | | Originally committed as revision 15316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update link to FFmpeg Windows Help website.Ramiro Polla2008-09-13
| | | | Originally committed as revision 15312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the maximum number of simultaneous HTTP connections handled byStefano Sabatini2008-09-03
| | | | | | | ffserver a configuration parameter. The name of the new parameter introduced is MaxHTTPConnections. Originally committed as revision 15182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sorting of audio codecsJustin Ruggles2008-09-01
| | | | Originally committed as revision 15139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-01
| | | | Originally committed as revision 15138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the FLAC encoder has an integer-only mode available (compression_level <= 2)Justin Ruggles2008-08-31
| | | | Originally committed as revision 15130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: capitalizationJustin Ruggles2008-08-31
| | | | Originally committed as revision 15129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dnet AC-3 encoding is integer-onlyJustin Ruggles2008-08-31
| | | | Originally committed as revision 15128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add E-AC-3 to supported codec listJustin Ruggles2008-08-31
| | | | Originally committed as revision 15127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add to the ffmpeg manual an example showing how to add streams to theStefano Sabatini2008-08-29
| | | | | | output. Originally committed as revision 15030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MXF is a valid output format now.Carl Eugen Hoyos2008-08-26
| | | | Originally committed as revision 14976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include floating point PCM in changelog and documentation.Peter Ross2008-08-21
| | | | Originally committed as revision 14879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-21
| | | | | | alterations as appropriate Originally committed as revision 14873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update changelog and general.texi to reflectJai Menon2008-08-19
| | | | | | | addition of the alac encoder, add Jai Menon to MAINTAINERS and bump LIBAVCODEC_VERSION_MINOR. Originally committed as revision 14849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an example of higher resolution video encoding for the PSP to the FAQ.Daniel Serpell2008-08-14
| | | | | | patch by Daniel Serpell, dserpell gmail com Originally committed as revision 14760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the PSP examples in the FAQ to use libx264 as codec instead of h264.Daniel Serpell2008-08-14
| | | | | | patch by Daniel Serpell, dserpell gmail com Originally committed as revision 14759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add examples in documentation showing how to avoid to decode audio andErwan Ducroquet2008-08-13
| | | | | | | output video in pass 1 for 2-pass encoding. Patch by Erwan Ducroquet erwan _dot_ ducroquet _at_ gmail _dot_ com Originally committed as revision 14736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add to the ffmpeg docs an usage example showing how to extract imagesStefano Sabatini2008-08-12
| | | | | | from a video. Originally committed as revision 14711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reference to the unsupported master format from ffserver.conf.Stefano Sabatini2008-08-09
| | | | Originally committed as revision 14675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGV decoderPeter Ross2008-08-06
| | | | Originally committed as revision 14642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve docs for the ffmpeg -map option.Stefano Sabatini2008-08-04
| | | | Originally committed as revision 14530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give additional use case for version bumping; remove no longer true ↵Peter Ross2008-07-29
| | | | | | statement about version strings Originally committed as revision 14470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about gcc bugs that gcc devs refuse to fix.Diego Biurrun2008-07-29
| | | | Originally committed as revision 14464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix and clarify invalid examples for framerate override in the documentation.tripp2008-07-27
| | | | | | patch by tripp, eliared yahoo com Originally committed as revision 14431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixDiego Biurrun2008-07-27
| | | | Originally committed as revision 14426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include 32-bit PCM descriptionPeter Ross2008-07-26
| | | | Originally committed as revision 14411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve documentation about -bt optionJason Garrett-Glaser2008-07-25
| | | | Originally committed as revision 14397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enhance qblur and qcomp documentation.tripp2008-07-22
| | | | | | Patch by tripp eliared yahoo com Originally committed as revision 14333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add complete listing of bitstream filters and 2 examples to the documentation.tripp2008-07-21
| | | | | | patch by tripp, eliared yahoo com Originally committed as revision 14329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify -minrate/-maxrate description in the documentation.tripp2008-07-21
| | | | | | patch by tripp, eliared yahoo com Originally committed as revision 14320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a checklist about new codecs or formats to the documentation.Ramiro Polla2008-07-11
| | | | Originally committed as revision 14159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update Changelog and documentation for MVI demuxer and decoder.Ramiro Polla2008-07-10
| | | | Originally committed as revision 14158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update info for Sonic, add Dirac to supported formats list.Diego Biurrun2008-07-10
| | | | Originally committed as revision 14157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort lists ignoring case.Diego Biurrun2008-07-10
| | | | Originally committed as revision 14156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix inconsistent indentation.Diego Biurrun2008-07-10
| | | | Originally committed as revision 14155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore case when sorting.Diego Biurrun2008-07-08
| | | | Originally committed as revision 14128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* List QuickTime container as MOV/QuickTime.Diego Biurrun2008-07-08
| | | | Originally committed as revision 14127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant Macromedia Flash entry in supported formats list.Diego Biurrun2008-07-08
| | | | Originally committed as revision 14126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* format name cosmetics, spelling cosmeticsDiego Biurrun2008-07-08
| | | | Originally committed as revision 14125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort and prettyprint audio codecs table.Diego Biurrun2008-07-08
| | | | Originally committed as revision 14124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sort and prettyprint video codecs table.Diego Biurrun2008-07-08
| | | | Originally committed as revision 14123 to svn://svn.ffmpeg.org/ffmpeg/trunk