Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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