aboutsummaryrefslogtreecommitdiffstats
path: root/doc/developer.texi
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update paths to match new examples locationDiego Biurrun2016-03-231-2/+2
|
* doc: Change wrong term to avoid confusionGabriel Dume2014-08-181-1/+1
| | | | | | A function declaration is the prototype. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: fix link to the ISC license text in the developer documentation.Tim Walker2013-12-221-1/+1
|
* doc: fix a coding style error in the developer documentation.Tim Walker2013-12-221-1/+1
|
* doc: cosmetics: Consistently format list and table itemsDiego Biurrun2013-07-271-201/+292
|
* configure: Add basic valgrind-massif supportLuca Barbato2013-05-181-3/+4
| | | | | | With the parameter --toolchain valgrind-massif, the configure script sets reasonable defaults that can be overridden as explained in the documentation.
* configure: Add basic valgrind-memcheck supportReinhard Tartler2013-05-041-0/+12
| | | | | | | | With the parameter --valgrind-memcheck, the configure script sets reasonable defaults that can be overridden as explained in the documentation. The idea of using set_defaults is from Luca Barbato.
* Integrate lcov/gcov into LibavReinhard Tartler2013-04-051-0/+24
| | | | | | | The gcov/lcov are a common toolchain for visualizing code coverage with the GNU/Toolchain. The documentation and implementation of this integration was heavily inspired from the blog entry by Mike Melanson: http://multimedia.cx/eggs/using-lcov-with-ffmpeg/
* doc/developer: Clarify symbol naming prefixes section.Diego Biurrun2013-03-211-5/+8
|
* document the release processReinhard Tartler2013-03-161-0/+103
|
* doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun2013-02-231-1/+1
| | | | | While we do not use Automake in libav, this allows our config to be used more globally without introducing unwanted breakage.
* doc: developer: Add a note about reserved system name spaceDiego Biurrun2013-02-111-0/+8
|
* doc: developer: Fix wording in "naming conventions" sectionDiego Biurrun2013-02-111-11/+10
|
* doc/developer: Drop obsolete MPlayer referenceDiego Biurrun2013-02-011-2/+0
|
* doc/developer: Add ISC license to list of acceptable licensesDiego Biurrun2013-02-011-2/+4
|
* doc/developer: Add web links for all suggested licensesDiego Biurrun2013-02-011-2/+5
|
* doc: Extend commit message sectionDerek Buitenhuis2013-01-071-2/+7
| | | | | | | | | | | If a bug exists on the tracker, its ID should always be included in fix messages. Also, any relevant bug fixes should be CC'd to libav-stable, so we can actually track what needs to be backported, instead of just randomly combing the git history and old CVEs. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Mention memory allocation in the fuzz testing sectionDerek Buitenhuis2013-01-071-1/+2
| | | | | | | It's obviously undesireable to blindly allocate memory based on a damaged 'size' value, for example. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Mention zzuf in the fuzz testing sectionDerek Buitenhuis2013-01-071-1/+2
| | | | | | | It's pretty much the best tool for the job, and it's what we all use now anyway. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Merge disjointed bits about emailing patchesDerek Buitenhuis2013-01-071-8/+6
| | | | | | | We obviously prefer git-send-email(1), and the disjointed nature of the two statements was misleading. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc: Fix a few typos in the developer documentationDerek Buitenhuis2013-01-071-7/+7
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
|
* Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-291-0/+2
|
* doc: Fix syntax errors in sample Emacs configJordi Ortiz2012-08-171-2/+2
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
|
* doc: Remind devs to check return values, especially for malloc() et alDiego Biurrun2012-07-021-0/+4
|
* build: Add 'check' target to run all compile and test targets.Diego Biurrun2012-05-151-3/+1
|
* doc: clarify check for NULL pointer styleLuca Barbato2012-05-061-0/+4
| | | | Our code should be terse and clear.
* doc: Update sample Vim config with suitable (function) indentation settings.Diego Biurrun2012-04-161-0/+2
|
* doc: Improve suggested Emacs settings for our coding style.Diego Biurrun2012-04-151-4/+10
| | | | | | 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-131-1/+1
| | | | | 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-111-2/+2
|
* doc: add editor configuration section with Vim and Emacs settingsDiego Biurrun2011-12-071-0/+25
| | | | based on a patch by Victor Vasiliev, vasilvv gmail com
* doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun2011-12-041-0/+5
|
* doc: break some long lines in developer.texiLuca Barbato2011-12-031-11/+16
|
* doc: remove space between variable and post increment in example codeJanne Grunau2011-12-031-1/+1
|
* Update developers documentation with coding conventions.Victor Vasiliev2011-12-021-26/+97
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* doc: library versions need to be bumped in version.hDiego Biurrun2011-09-211-1/+1
|
* patch checklist: suggest fate instead of regression testsMichael Niedermayer2011-08-151-1/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Rename ffplay to avplay.Anton Khirnov2011-08-091-1/+1
|
* doc: remove file name from @file directive in Doxygen usage exampleDiego Biurrun2011-07-141-1/+1
| | | | The file name is redundant and brittle across file renamings.
* doc: Improve references to external URLs.Diego Biurrun2011-07-121-14/+22
| | | | | | 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-111-4/+2
|
* doc: replace @pxref by @ref where appropriateDiego Biurrun2011-07-091-2/+2
|
* doc: Check standalone compilation before submitting new components.Diego Biurrun2011-05-041-0/+5
|
* doc: update developer guideLuca Barbato2011-04-131-128/+93
| | | | | Refer to the current submission policy and refer to FATE in the Regression Test section.
* get rid of the last svn mentionsJanne Grunau2011-03-181-1/+1
|
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-161-10/+10
| | | | 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-131-11/+11
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Documentation updates for the git migrationReinhard Tartler2011-02-081-3/+3
| | | | | This cleanup patch updates the developer documentation with respect to the migration to the git scm.