Commit Graph

129 Commits

Author SHA1 Message Date
Michael Niedermayer 0fecf2642b Merge remote-tracking branch 'newdev/master'
Conflicts:
	Changelog
	doc/APIchanges
	doc/optimization.txt
	libavformat/avio.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-03-17 17:22:52 +01:00
Janne Grunau f8a45fa1b1 replace FFmpeg with Libav in doc/
unless it stands for ffmpeg the program or is historic
2011-03-16 22:01:01 +01:00
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>
2011-03-13 18:45:29 -04:00
Tilman Brock ee028bbde9 Fix spelling error.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b08f59dca4)
2011-02-14 23:59:55 +01:00
Tilman Brock b08f59dca4 Fix spelling error.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-14 12:20:14 -05:00
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)
2011-02-13 00:54:06 +01:00
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>
2011-02-12 13:17:09 +00:00
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)
2011-01-30 03:41:47 +01:00
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.
2011-01-29 16:57:29 +01:00
Stefano Sabatini 4c74d1660c Fix typo, -flags 4mv => -flags mv4.
Originally committed as revision 25326 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-03 17:15:18 +00:00
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
2010-07-19 09:13:56 +00:00
Diego Biurrun 008a44ef8b Mark URL as such with texinfo markup.
Originally committed as revision 24323 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19 08:56:55 +00:00
Diego Biurrun 2c880fe101 Clarify bug reporting policy with regard to releases.
Originally committed as revision 24322 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19 08:41:47 +00:00
Diego Biurrun e7f6c252a2 Mark file references as such with texinfo markup.
Originally committed as revision 24321 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-19 08:34:38 +00:00
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
2010-07-19 07:52:12 +00:00
Diego Biurrun 387fe82c95 Fix URL for ffv1, msmpeg4, asv1, 4xm docs.
Originally committed as revision 24304 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-18 14:01:33 +00:00
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
2010-07-10 15:25:42 +00:00
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
2010-02-25 19:38:54 +00:00
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
2010-01-19 22:05:02 +00:00
Stefano Sabatini 54c5848dbd Remove extra empty line.
Originally committed as revision 21120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-10 10:40:45 +00:00
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
2010-01-06 13:49:31 +00:00
Daniel Verkamp 21600a7774 AC-3 decoder is no longer GPL; update FAQ
Originally committed as revision 20776 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-08 21:18:40 +00:00
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
2009-01-13 23:44:16 +00:00
Diego Biurrun 0fa5f24c3b Change mplayerhq.hu references to ffmpeg.org where appropriate.
Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-25 15:49:50 +00:00
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
2008-12-03 13:45:41 +00:00
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
2008-11-29 13:58:41 +00:00
Víctor Paesa d9fe7eb385 Fix spelling
Originally committed as revision 15666 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-22 18:07:35 +00:00
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
2008-10-18 22:03:21 +00:00
Ramiro Polla ab5ce4aeae Update link to FFmpeg Windows Help website.
Originally committed as revision 15312 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-13 18:50:53 +00:00
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
2008-08-14 15:23:07 +00:00
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
2008-08-14 15:16:17 +00:00
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
2008-07-29 07:55:51 +00:00
Diego Biurrun f278709c4f typo fix
Originally committed as revision 14426 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-27 12:36:58 +00:00
Diego Biurrun 831ec93567 Run documentation through ispell, plus some minor fixes.
Originally committed as revision 13670 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-06 07:51:36 +00:00
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
2008-05-28 16:12:40 +00:00
Diego Biurrun 842eabc5f9 cosmetics: XviD is now called Xvid.
Originally committed as revision 13465 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-27 12:32:59 +00:00
Diego Biurrun 2cab640129 typo fixes
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-12 23:58:46 +00:00
Diego Biurrun 4f1ab3ceee Clarify some FAQ entries.
Originally committed as revision 11615 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-26 12:23:24 +00:00
Diego Biurrun d485fed47b Split general problems section into general questions and usage.
Originally committed as revision 11614 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-26 12:18:28 +00:00
Diego Biurrun cbf7878e97 Update AC-3 FAQ entry.
Originally committed as revision 11613 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-26 12:04:56 +00:00
Ramiro Polla 19671d3faf Express opinion in a less aggressive manner.
Originally committed as revision 10995 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-10 13:23:22 +00:00
Diego Biurrun a9d5a4485a Clarify Visual Studio FAQ.
Originally committed as revision 10970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-09 14:05:43 +00:00
Ramiro Polla 46a845d06e The Windows Help Forum is not ffmpeg-user for Windows
Originally committed as revision 10918 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-04 01:42:18 +00:00
Ramiro Polla c198955252 Updated and rewritten Windows-related documentation.
Originally committed as revision 10849 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-24 03:26:10 +00:00
Ramiro Polla 939bac287e Grammar.
Originally committed as revision 10809 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-19 04:32:56 +00:00
Ramiro Polla e75f899784 Add entry about pr not being present in standard MSYS install.
Originally committed as revision 10769 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17 17:45:34 +00:00
Diego Biurrun 2956957151 misc wording/grammar/spelling improvements
Originally committed as revision 10488 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-13 13:45:49 +00:00
Diego Biurrun 36cb992b54 link fixes
Originally committed as revision 10480 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-12 10:04:44 +00:00
Michael Niedermayer 70fd3975f9 r_frame_rate
Originally committed as revision 10476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-11 10:25:34 +00:00
Diego Biurrun fa78d895cb spelling/grammar
Originally committed as revision 9966 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-06 21:19:11 +00:00