David Conrad
f6958006f7
Documentation and changelog update for libspeex decoding
...
Originally committed as revision 15698 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0f898714d7
Add information about a workaround for MinGW gcc versions.
...
based on a patch by Art Clarke, aclarke vlideshow com
Originally committed as revision 15670 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
d9fe7eb385
Fix spelling
...
Originally committed as revision 15666 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
242a2b7eca
Fix issue 68:
...
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
16 years ago
Diego Pettenò
be449fca79
Convert asm keyword into __asm__.
...
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
16 years ago
Benoit Fouet
c27c66c3f0
Add a space between frequencies and their units.
...
Originally committed as revision 15613 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
d8d12c1594
Remove obsolete liba52 wrapper code.
...
Originally committed as revision 15571 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
66e9aa7463
Make less verbose a sentence in the preset system documentation.
...
Originally committed as revision 15570 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
4a60e574bb
Document the preset files system.
...
Originally committed as revision 15563 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
1a27fb001a
FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.
...
Originally committed as revision 15535 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
126cadc723
Specify minimum version for some MinGW packages.
...
Originally committed as revision 15521 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
910f02a054
spelling cosmetics
...
Originally committed as revision 15518 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
b3de4544e0
Use better table heading names in the supported formats tables.
...
Originally committed as revision 15432 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
4d6a1161c7
small wording fixes
...
Originally committed as revision 15358 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
f236aa47ca
wording/spelling
...
Originally committed as revision 15333 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
4a0266a0ec
Spelling...
...
Originally committed as revision 15327 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
1a7f150c9a
Add , to clarify sentence.
...
Originally committed as revision 15323 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
8840ce92f7
Fix typos found by ispell.
...
Originally committed as revision 15320 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
88cdf2f4fe
Reword a few sentences to make them clearer.
...
Originally committed as revision 15319 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
38d174b375
The official guide to swscale for confused developers.
...
Originally committed as revision 15316 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
ab5ce4aeae
Update link to FFmpeg Windows Help website.
...
Originally committed as revision 15312 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
1c9ff17920
Make the maximum number of simultaneous HTTP connections handled by
...
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
16 years ago
Justin Ruggles
e6fa1ca5c3
fix sorting of audio codecs
...
Originally committed as revision 15139 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Bartlomiej Wolowiec
755ba88640
Remaining parts of Nellymoser encoder
...
Originally committed as revision 15138 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
9a584db43c
the FLAC encoder has an integer-only mode available (compression_level <= 2)
...
Originally committed as revision 15130 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
a692130f88
cosmetics: capitalization
...
Originally committed as revision 15129 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
575a5bf2d8
Dnet AC-3 encoding is integer-only
...
Originally committed as revision 15128 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
44723c8459
add E-AC-3 to supported codec list
...
Originally committed as revision 15127 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
0769649711
Add to the ffmpeg manual an example showing how to add streams to the
...
output.
Originally committed as revision 15030 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
bb68b69dfb
MXF is a valid output format now.
...
Originally committed as revision 14976 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
eb6fc557db
Include floating point PCM in changelog and documentation.
...
Originally committed as revision 14879 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
7d8f3de4a8
Last hunk of the AAC decoder code to be OKed and build system and documentation
...
alterations as appropriate
Originally committed as revision 14873 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jai Menon
833e90ddf5
Update changelog and general.texi to reflect
...
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
16 years ago
Daniel Serpell
084cadabbc
Add an example of higher resolution video encoding for the PSP to the FAQ.
...
patch by Daniel Serpell, dserpell gmail com
Originally committed as revision 14760 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Daniel Serpell
b96e074dc7
Fix the PSP examples in the FAQ to use libx264 as codec instead of h264.
...
patch by Daniel Serpell, dserpell gmail com
Originally committed as revision 14759 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Erwan Ducroquet
850a8d42ab
Add examples in documentation showing how to avoid to decode audio and
...
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
16 years ago
Stefano Sabatini
8d36d36e74
Add to the ffmpeg docs an usage example showing how to extract images
...
from a video.
Originally committed as revision 14711 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
7fc332c7ba
Remove reference to the unsupported master format from ffserver.conf.
...
Originally committed as revision 14675 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
cfc78718f3
Electronic Arts TGV decoder
...
Originally committed as revision 14642 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
bb89b0bc9d
Improve docs for the ffmpeg -map option.
...
Originally committed as revision 14530 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
b98052d505
give additional use case for version bumping; remove no longer true statement about version strings
...
Originally committed as revision 14470 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5b43368de9
Add note about gcc bugs that gcc devs refuse to fix.
...
Originally committed as revision 14464 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
tripp
9c17037200
Fix and clarify invalid examples for framerate override in the documentation.
...
patch by tripp, eliared yahoo com
Originally committed as revision 14431 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f278709c4f
typo fix
...
Originally committed as revision 14426 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
6916e38a1c
Include 32-bit PCM description
...
Originally committed as revision 14411 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jason Garrett-Glaser
e3576e2513
Improve documentation about -bt option
...
Originally committed as revision 14397 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
tripp
3a9b190c54
Enhance qblur and qcomp documentation.
...
Patch by tripp eliared yahoo com
Originally committed as revision 14333 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
tripp
5ad2b4c621
Add complete listing of bitstream filters and 2 examples to the documentation.
...
patch by tripp, eliared yahoo com
Originally committed as revision 14329 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
tripp
bbc35f515f
Clarify -minrate/-maxrate description in the documentation.
...
patch by tripp, eliared yahoo com
Originally committed as revision 14320 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
28ce183917
Add a checklist about new codecs or formats to the documentation.
...
Originally committed as revision 14159 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago