summaryrefslogtreecommitdiff
path: root/doc/developer.texi
Commit message (Collapse)AuthorAge
* doc: Fix syntax errors in sample Emacs configJordi Ortiz2012-08-17
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* doc: Remind devs to check return values, especially for malloc() et alDiego Biurrun2012-07-02
|
* build: Add 'check' target to run all compile and test targets.Diego Biurrun2012-05-15
|
* doc: clarify check for NULL pointer styleLuca Barbato2012-05-06
| | | | Our code should be terse and clear.
* doc: Update sample Vim config with suitable (function) indentation settings.Diego Biurrun2012-04-16
|
* doc: Improve suggested Emacs settings for our coding style.Diego Biurrun2012-04-15
| | | | | | Switch from changing global values to defining a separate C style and add appropriate settings for indenting assignments that span more than one line.
* doc: make developer.texi point to correct fate docDerek Buitenhuis2011-12-13
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Fix a bunch of common typos.Diego Biurrun2011-12-11
|
* doc: add editor configuration section with Vim and Emacs settingsDiego Biurrun2011-12-07
| | | | based on a patch by Victor Vasiliev, vasilvv gmail com
* doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun2011-12-04
|
* doc: break some long lines in developer.texiLuca Barbato2011-12-03
|
* doc: remove space between variable and post increment in example codeJanne Grunau2011-12-03
|
* Update developers documentation with coding conventions.Victor Vasiliev2011-12-02
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: library versions need to be bumped in version.hDiego Biurrun2011-09-21
|
* patch checklist: suggest fate instead of regression testsMichael Niedermayer2011-08-15
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Rename ffplay to avplay.Anton Khirnov2011-08-09
|
* doc: remove file name from @file directive in Doxygen usage exampleDiego Biurrun2011-07-14
| | | | The file name is redundant and brittle across file renamings.
* doc: Improve references to external URLs.Diego Biurrun2011-07-12
| | | | | | 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.
* doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.Diego Biurrun2011-07-11
|
* doc: replace @pxref by @ref where appropriateDiego Biurrun2011-07-09
|
* doc: Check standalone compilation before submitting new components.Diego Biurrun2011-05-04
|
* doc: update developer guideLuca Barbato2011-04-13
| | | | | Refer to the current submission policy and refer to FATE in the Regression Test section.
* get rid of the last svn mentionsJanne Grunau2011-03-18
|
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-16
| | | | unless it stands for ffmpeg the program or is historic
* Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-13
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Documentation updates for the git migrationReinhard Tartler2011-02-08
| | | | | This cleanup patch updates the developer documentation with respect to the migration to the git scm.
* doc: modify style for texi2html 1.78+Janne Grunau2011-01-29
| | | | | | | | | | | | 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.
* s/program/programs, as FFmpeg consists of many programs.Stefano Sabatini2010-10-08
| | | | Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention to send a patch before changing API or ABI.Carl Eugen Hoyos2010-10-06
| | | | Originally committed as revision 25373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention that library micro version should be reset if minor version is bumped.Diego Biurrun2010-08-31
| | | | Originally committed as revision 25010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert commit:Stefano Sabatini2010-07-04
| | | | | | | | | | | | | | | | | | | | | | | | 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
* State in the guidelines that function and parameter descriptions inStefano Sabatini2010-07-03
| | | | | | | | | | | | | 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
* Clarify where the list of supported formats is.Diego Biurrun2010-03-27
| | | | Originally committed as revision 22699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use shell syntax to set variables for make.Ramiro Polla2010-03-12
| | | | Originally committed as revision 22471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update documentation for make test.Ramiro Polla2010-01-20
| | | | Originally committed as revision 21343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Fix typos in r20780.Carl Eugen Hoyos2009-12-09
| | | | Originally committed as revision 20787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention patcheck.Zhihang Wang2009-12-08
| | | | | | Patch by Zhihang Wang, zhihang D wang A gmail Originally committed as revision 20780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain the process of patch review and commit a bit.Diego Biurrun2009-10-01
| | | | Originally committed as revision 20119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace @node commands with @anchor to refer to specific points in the text.Diego Biurrun2009-09-13
| | | | | | | | This fixes the warnings ** `Developers Guide' is up for `Coding Rules', but has no menu entry for this node ** `Invocation' is up for `FFmpeg formula evaluator', but has no menu entry for this node Originally committed as revision 19831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change developer doc to reflect realityBenjamin Larsson2009-09-09
| | | | Originally committed as revision 19799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split developer documentation off from general documentation.Diego Biurrun2009-06-24
Originally committed as revision 19269 to svn://svn.ffmpeg.org/ffmpeg/trunk