root
b0a90c2004
faq.texi: fix spelling errors
...
credits to: Philip (from Google Code-in)
Signed-off-by: burek <burek021@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Luca Barbato
d162994a81
doc: explain __STDC_CONSTANT_MACROS in C++
...
In order to build C++ programs using libav you need
-D__STDC_CONSTANT_MACROS appened to the CXXFLAGS.
13 years ago
Diego Biurrun
2cb6dec61c
doc: Improve references to external URLs.
...
Sometimes it makes sense to replace a raw URL with some informative text
that links to the URL instead of using the raw URL itself in the text.
Also transform some mailing list references into links.
14 years ago
Diego Biurrun
3a50894eaa
Refer to ff* tools by their lowercase names.
14 years ago
Diego Biurrun
d11818eff4
Remove now obsolete references to _g-suffixed binaries.
...
Automatic stripping of binaries was removed in commit e0be794
and the _g binaries disappeared along with it.
14 years ago
Lou Logan
70ff55733d
Replace outdated info on the FAQ
...
FAQ could use some work. This updates a few little details.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Lou Logan
f7f9e24d09
Replace outdated info on the FAQ
...
FAQ could use some work. This updates a few little details.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Ramiro Polla
c6c2dfcf15
Remove arrozcru URL from documentation
...
Signed-off-by: Anton Khirnov <anton@khirnov.net>
14 years ago
Janne Grunau
faa6f1c306
get rid of the last svn mentions
14 years ago
Michael Niedermayer
a6be21d3ba
Revert "replace FFmpeg with Libav in doc/"
...
This reverts commit f8a45fa1b1
.
Conflicts:
doc/optimization.txt
14 years ago
Janne Grunau
f8a45fa1b1
replace FFmpeg with Libav in doc/
...
unless it stands for ffmpeg the program or is historic
14 years ago
Johan Andersson
21de920472
Update the url to the site website and change ffmpeg-devel to libav-devel
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
14 years ago
Tilman Brock
ee028bbde9
Fix spelling error.
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b08f59dca4
)
14 years ago
Tilman Brock
b08f59dca4
Fix spelling error.
...
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
14 years ago
Stefano Sabatini
c906d974b7
Fix script command in a FAQ entry
...
In the FAQ section "How do I encode single pictures into movies?", use
-s for generating symbolic links with the ln command.
The script was generating hard links, which is not likely what it was
supposed to do.
Fix issue 2488.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit e063f5886b
)
14 years ago
Stefano Sabatini
e063f5886b
Fix script command in a FAQ entry
...
In the FAQ section "How do I encode single pictures into movies?", use
-s for generating symbolic links with the ln command.
The script was generating hard links, which is not likely what it was
supposed to do.
Fix issue 2488.
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Janne Grunau
5231d6277f
doc: modify style for texi2html 1.78+
...
The generated HTML files are similar to the ones generated with
texi2html 1.56k used on the website.
Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended
version.
The removed @sp from the titlepage section were ignored until
texi2html 5.0. If not removed the pages generated by 5.0 will have ugly
empty space around the title.
(cherry picked from commit a8f0814a74
)
14 years ago
Janne Grunau
a8f0814a74
doc: modify style for texi2html 1.78+
...
The generated HTML files are similar to the ones generated with
texi2html 1.56k used on the website.
Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended
version.
The removed @sp from the titlepage section were ignored until
texi2html 5.0. If not removed the pages generated by 5.0 will have ugly
empty space around the title.
14 years ago
Stefano Sabatini
4c74d1660c
Fix typo, -flags 4mv => -flags mv4.
...
Originally committed as revision 25326 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Diego Biurrun
12002cae59
Remove outdated entries about bt8x8 capture on Linux 2.4 kernels.
...
Originally committed as revision 24324 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
008a44ef8b
Mark URL as such with texinfo markup.
...
Originally committed as revision 24323 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
2c880fe101
Clarify bug reporting policy with regard to releases.
...
Originally committed as revision 24322 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
e7f6c252a2
Mark file references as such with texinfo markup.
...
Originally committed as revision 24321 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
675e737917
Remove duplicate RTP depacketization entry.
...
Two questions below there is the same Q+A, slightly rephrased.
Originally committed as revision 24320 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
387fe82c95
Fix URL for ffv1, msmpeg4, asv1, 4xm docs.
...
Originally committed as revision 24304 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
95b98f82b2
faq: remove note that says avisynth "has just been added". it has been there
...
for almost 4 years.
Originally committed as revision 24162 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
9c16add67b
Replace not anymore valid syntax "-title X" with "-metadata title=X".
...
Originally committed as revision 22062 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
John Van Sickle
49f6402236
Improve section 3.2 of the faq by providing more useful examples and a
...
simple batch script to rename images to a numerical sequence.
Patch by John Van Sickle printf("%s.%s@%s.com", john, vansickle, gmail).
Originally committed as revision 21330 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
54c5848dbd
Remove extra empty line.
...
Originally committed as revision 21120 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
John Van Sickle
7659712749
Fix entry on concatenating multiple yuv4mpegpipe streams.
...
patch by John Van Sickle, john.vansickle gmail com
Originally committed as revision 21033 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Daniel Verkamp
21600a7774
AC-3 decoder is no longer GPL; update FAQ
...
Originally committed as revision 20776 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 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
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
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
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
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
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
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
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
Diego Biurrun
f278709c4f
typo fix
...
Originally committed as revision 14426 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
831ec93567
Run documentation through ispell, plus some minor fixes.
...
Originally committed as revision 13670 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a28d9122d2
Add a note about everybody's favorite recurring gcc bug:
...
error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
Originally committed as revision 13496 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
842eabc5f9
cosmetics: XviD is now called Xvid.
...
Originally committed as revision 13465 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2cab640129
typo fixes
...
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4f1ab3ceee
Clarify some FAQ entries.
...
Originally committed as revision 11615 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d485fed47b
Split general problems section into general questions and usage.
...
Originally committed as revision 11614 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
cbf7878e97
Update AC-3 FAQ entry.
...
Originally committed as revision 11613 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
19671d3faf
Express opinion in a less aggressive manner.
...
Originally committed as revision 10995 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago