summaryrefslogtreecommitdiff
path: root/doc/developer.texi
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* doc: Update paths to match new examples locationDiego Biurrun2016-03-23
|
* doc: Change wrong term to avoid confusionGabriel Dume2014-08-18
| | | | | | 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-22
|
* doc: fix a coding style error in the developer documentation.Tim Walker2013-12-22
|
* doc: cosmetics: Consistently format list and table itemsDiego Biurrun2013-07-27
|
* configure: Add basic valgrind-massif supportLuca Barbato2013-05-18
| | | | | | 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-04
| | | | | | | | 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-05
| | | | | | | 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-21
|
* document the release processReinhard Tartler2013-03-16
|
* doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun2013-02-23
| | | | | 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-11
|
* doc: developer: Fix wording in "naming conventions" sectionDiego Biurrun2013-02-11
|
* doc/developer: Drop obsolete MPlayer referenceDiego Biurrun2013-02-01
|
* doc/developer: Add ISC license to list of acceptable licensesDiego Biurrun2013-02-01
|
* doc/developer: Add web links for all suggested licensesDiego Biurrun2013-02-01
|
* doc: Extend commit message sectionDerek Buitenhuis2013-01-07
| | | | | | | | | | | 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-07
| | | | | | | 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-07
| | | | | | | 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-07
| | | | | | | 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-07
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* miscellaneous typo fixesDiego Biurrun2012-12-21
|
* Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov2012-08-29
|
* 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>