summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Remove duplicated patch submission checklist entry by putting the moreDiego Biurrun2008-10-30
| | | | | | detailed second entry in place of the first. Originally committed as revision 15749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert adding controversial 'make checkheaders' item to the development policy.Diego Biurrun2008-10-29
| | | | Originally committed as revision 15743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'make checkheaders' to developer guidelines and patch checklist.Diego Biurrun2008-10-29
| | | | Originally committed as revision 15741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct number of fractions for multitableAurelien Jacobs2008-10-27
| | | | | | | fixes the following warning: ** too much @tab (multitable has only 4 column(s)) (l. 443) Originally committed as revision 15729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add subtitle format section.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Slightly update MP3 support entry.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark formats requiring external libs with an 'E' in the format support tables.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add GSM into list of supported audio codecs.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Uniformize external library comments.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Documentation and changelog update for libspeex decodingDavid Conrad2008-10-25
| | | | Originally committed as revision 15698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add information about a workaround for MinGW gcc versions.Diego Biurrun2008-10-23
| | | | | | based on a patch by Art Clarke, aclarke vlideshow com Originally committed as revision 15670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix spellingVíctor Paesa2008-10-22
| | | | Originally committed as revision 15666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix issue 68:Víctor Paesa2008-10-18
| | | | | | Warn that the forum look is no excuse from following the FFmpeg netiquette. Originally committed as revision 15639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
| | | | | | | | | | | | | Neither the asm() nor the __asm__() keyword is part of the C99 standard, but while GCC accepts the former in C89 syntax, it is not accepted in C99 unless GNU extensions are turned on (with -fasm). The latter form is accepted in any syntax as an extension (without requiring further command-line options). Sun Studio C99 compiler also does not accept asm() while accepting __asm__(), albeit reporting warnings that it's not valid C99 syntax. Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a space between frequencies and their units.Benoit Fouet2008-10-13
| | | | Originally committed as revision 15613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete liba52 wrapper code.Diego Biurrun2008-10-06
| | | | Originally committed as revision 15571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make less verbose a sentence in the preset system documentation.Stefano Sabatini2008-10-05
| | | | Originally committed as revision 15570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the preset files system.Stefano Sabatini2008-10-05
| | | | Originally committed as revision 15563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.Diego Biurrun2008-10-03
| | | | Originally committed as revision 15535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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