Michael Niedermayer
acf22ec69e
developer.texi: Fix naming convention
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Luca Barbato
a0338b598b
doc: break some long lines in developer.texi
13 years ago
Janne Grunau
84994421bc
doc: remove space between variable and post increment in example code
13 years ago
Victor Vasiliev
9b9815eec4
Update developers documentation with coding conventions.
...
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
13 years ago
root
aadbf9f74c
developer.texi: fix spelling errors
...
credits to: KayC (from Google Code-in)
Signed-off-by: burek <burek021@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Diego Biurrun
dd8d808ba6
doc: library versions need to be bumped in version.h
13 years ago
Michael Niedermayer
c693aec960
developer.texi: Suggest a git clone if the patch review process doesnt work out
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Michael Niedermayer
743586ff38
developer.texi: add Contributing section
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Michael Niedermayer
f3fb71f029
developer.texi: Simplify "Regression tests section"
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Michael Niedermayer
58368cf215
developer.texi: remove reference to non existing target fulltest
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Michael Niedermayer
2dbdb309ac
patch checklist: suggest fate instead of regression tests
...
Signed-off-by: Anton Khirnov <anton@khirnov.net>
13 years ago
Anton Khirnov
266463daff
Rename ffplay to avplay.
13 years ago
Compn
29d854d6c5
correct shorthand ffmpeg-dev > ffmpeg-devel
13 years ago
Diego Biurrun
a2f31564b4
doc: remove file name from @file directive in Doxygen usage example
...
The file name is redundant and brittle across file renamings.
14 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
5ccbf80963
doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.
14 years ago
Diego Biurrun
4c98976124
doc: replace @pxref by @ref where appropriate
14 years ago
Carl Eugen Hoyos
4d08dfefa9
Remove gcc 2.95.3 remnants.
14 years ago
Michael Niedermayer
f642982c10
patch checklist: suggest --disable-yasm test.
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
bce0d92359
developer.texi: update for git
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Luca Barbato
0584d22eb4
Typo fix.
14 years ago
Michael Niedermayer
6c5c8750b9
Patch checklist:Suggest adding a regression test
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Diego Biurrun
af1ca249e8
doc: Check standalone compilation before submitting new components.
14 years ago
Luca Barbato
4c362a5212
doc: update developer guide
...
Refer to the current submission policy and refer to FATE in the
Regression Test section.
14 years ago
Ronald S. Bultje
afaedbd6f7
Add "Did you provide a clear git commit log message?" to the patch checklist
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
610b963e82
Fix link to ffmpeg-devel
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Stefano Sabatini
6f73d5e859
documentation: fix @url syntax in developer.texi
...
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
14 years ago
Michael Niedermayer
fcd62e1265
Add sign off recommandition and definition of meaning.
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
compn
731bf41279
Reword make fate patch checklist entry
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
71aed40b56
patch checklist:git format-patch
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
7d6f61bdd2
patch checklist:uggest fate instead of regression tests
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
14 years ago
Michael Niedermayer
a3b7184365
patch checklist:Remove pointless checkheaders comment, its just a waste of time
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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
Reinhard Tartler
2eed5288d2
Documentation updates for the git migration
...
This cleanup patch updates the developer documentation with respect to
the migration to the git scm.
(cherry picked from commit 87800dc2bf
)
14 years ago
Reinhard Tartler
87800dc2bf
Documentation updates for the git migration
...
This cleanup patch updates the developer documentation with respect to
the migration to the git scm.
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
adbb9bcaa7
s/program/programs, as FFmpeg consists of many programs.
...
Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Carl Eugen Hoyos
7c0460496b
Mention to send a patch before changing API or ABI.
...
Originally committed as revision 25373 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Diego Biurrun
7dbcc4f810
Mention that library micro version should be reset if minor version is bumped.
...
Originally committed as revision 25010 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
f2c44ad511
Revert commit:
...
Author: stefano
Date: Sat Jul 3 20:19:38 2010
New Revision: 24023
Log:
State in the guidelines that function and parameter descriptions in
the doxy must use impersonal verbal form.
This form is apparently favored by most English speaker developers,
and has the advantage of being easier to use than the third person
form.
This should hopefully put an end to the Third Person Holy Bikeshed
War.
The change was neither discussed on the FFmpeg ML, nor approved by the
project leader.
The Holy War will continue soon on FFmpeg-devel, stay tuned ;-).
Originally committed as revision 24039 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
0e7fa0bc3b
State in the guidelines that function and parameter descriptions in
...
the doxy must use impersonal verbal form.
This form is apparently favored by most English speaker developers,
and has the advantage of being easier to use than the third person
form.
This should hopefully put an end to the Third Person Holy Bikeshed
War.
Originally committed as revision 24023 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Diego Biurrun
c08b985637
Clarify where the list of supported formats is.
...
Originally committed as revision 22699 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
2972e36e27
Don't use shell syntax to set variables for make.
...
Originally committed as revision 22471 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
4cb93f5171
Update documentation for make test.
...
Originally committed as revision 21343 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Carl Eugen Hoyos
65214b621f
Cosmetics: Fix typos in r20780.
...
Originally committed as revision 20787 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Zhihang Wang
24b403f3b7
Mention patcheck.
...
Patch by Zhihang Wang, zhihang D wang A gmail
Originally committed as revision 20780 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago