Diego Biurrun
6ebafef6ee
Add XSUB to list of supported subtitle formats.
...
Originally committed as revision 16935 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
cdf5139512
Explain how to add IPv6 support to Cygwin.
...
Originally committed as revision 16923 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
bd591ead45
Update preset files documentation to match with r16795.
...
Originally committed as revision 16810 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
7eb68edba7
R3D REDCODE demuxer
...
Originally committed as revision 16692 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefan Gehrer
055dc116fc
added demuxer for FunCom ISS audio files,
...
extended ADPCM decoder by ISS specific IMA variant
Originally committed as revision 16658 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
...
They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
17bdc29039
Document the ld, st, while statements.
...
Originally committed as revision 16588 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
593b321969
Document the same functions, in the same order, that eval.c has.
...
Originally committed as revision 16586 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
44fe71133d
Fix documentation for -passlogfile, the argument is not a file name
...
but a prefix used to create the complete pass log file name.
Originally committed as revision 16324 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0fa5f24c3b
Change mplayerhq.hu references to ffmpeg.org where appropriate.
...
Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
be8497b0ac
Update again Cygwin Ports URL after my sloppy previous commit.
...
Originally committed as revision 16297 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
5dd9799de8
Complete the list of external libraries.
...
Originally committed as revision 16290 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
666a1b348f
Advice on compiler versions
...
Originally committed as revision 16289 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
9f6bfe8034
Update Cygwin Ports URL.
...
Originally committed as revision 16288 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
8484503e87
Bring up to date the Cygwin docs.
...
Originally committed as revision 16287 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Víctor Paesa
f496ab12e4
The diffutils package is also needed (for the 'cmp' command).
...
Spotted by Ramiro Polla.
Originally committed as revision 16283 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
a6493a8fbd
Rename libavcodec/i386/ --> libavcodec/x86/.
...
It contains optimizations that are not specific to i386 and
libavutil uses this naming scheme already.
Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
6beb8b2612
RV30 decoder
...
Originally committed as revision 16247 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
c9e73264ae
Roundup now works from a ffmpeg.org domain as well, so prefer that.
...
Originally committed as revision 16177 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
2014b51cae
documentation: update documentation for minimal w32api version.
...
Originally committed as revision 16030 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
c8b4365258
Remove entry about unsupported QCELP codec, it is now supported.
...
Originally committed as revision 15988 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kenan Gillet
73b458e354
Commit last ok'ed parts of QCELP decoder and enable it.
...
patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15978 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
c2902c9c66
Improve documentation for the -pass and -passlog options. Add mention
...
to how the log file is used and specify the default log file name.
Originally committed as revision 15969 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
11c0f9eca1
enable RV40 decoder
...
Originally committed as revision 15968 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
cd0e37d3b1
Replaces not the anymore valid -flags +trell option with -trellis 2.
...
Originally committed as revision 15954 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
42b30357be
Electronic Arts TGQ video decoder
...
Originally committed as revision 15789 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
63d247eadb
Remove duplicated patch submission checklist entry by putting the more
...
detailed second entry in place of the first.
Originally committed as revision 15749 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
a56fbe2ac8
Revert adding controversial 'make checkheaders' item to the development policy.
...
Originally committed as revision 15743 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
2cdba8bfc4
Add 'make checkheaders' to developer guidelines and patch checklist.
...
Originally committed as revision 15741 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
485ec4f11e
set correct number of fractions for multitable
...
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
16 years ago
Diego Biurrun
bd3151f278
Add subtitle format section.
...
Originally committed as revision 15703 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
9ff0c3883f
cosmetics: Slightly update MP3 support entry.
...
Originally committed as revision 15702 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
82ced5a9b4
Mark formats requiring external libs with an 'E' in the format support tables.
...
Originally committed as revision 15701 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3f33271aa4
Add GSM into list of supported audio codecs.
...
Originally committed as revision 15700 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
360f980b9a
cosmetics: Uniformize external library comments.
...
Originally committed as revision 15699 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
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