Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: Add basic valgrind-massif support | Luca Barbato | 2013-05-18 | 1 | -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 support | Reinhard Tartler | 2013-05-04 | 1 | -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 Libav | Reinhard Tartler | 2013-04-05 | 1 | -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 Biurrun | 2013-03-21 | 1 | -5/+8 |
| | |||||
* | document the release process | Reinhard Tartler | 2013-03-16 | 1 | -0/+103 |
| | |||||
* | doc: developer: Allow tabs in the vim configuration for Automake files | Diego Biurrun | 2013-02-23 | 1 | -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 space | Diego Biurrun | 2013-02-11 | 1 | -0/+8 |
| | |||||
* | doc: developer: Fix wording in "naming conventions" section | Diego Biurrun | 2013-02-11 | 1 | -11/+10 |
| | |||||
* | doc/developer: Drop obsolete MPlayer reference | Diego Biurrun | 2013-02-01 | 1 | -2/+0 |
| | |||||
* | doc/developer: Add ISC license to list of acceptable licenses | Diego Biurrun | 2013-02-01 | 1 | -2/+4 |
| | |||||
* | doc/developer: Add web links for all suggested licenses | Diego Biurrun | 2013-02-01 | 1 | -2/+5 |
| | |||||
* | doc: Extend commit message section | Derek Buitenhuis | 2013-01-07 | 1 | -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 section | Derek Buitenhuis | 2013-01-07 | 1 | -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 section | Derek Buitenhuis | 2013-01-07 | 1 | -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 patches | Derek Buitenhuis | 2013-01-07 | 1 | -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 documentation | Derek Buitenhuis | 2013-01-07 | 1 | -7/+7 |
| | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
| | |||||
* | Add reminders to update the codec descriptor list with new codec IDs. | Anton Khirnov | 2012-08-29 | 1 | -0/+2 |
| | |||||
* | doc: Fix syntax errors in sample Emacs config | Jordi Ortiz | 2012-08-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | doc: Remind devs to check return values, especially for malloc() et al | Diego Biurrun | 2012-07-02 | 1 | -0/+4 |
| | |||||
* | build: Add 'check' target to run all compile and test targets. | Diego Biurrun | 2012-05-15 | 1 | -3/+1 |
| | |||||
* | doc: clarify check for NULL pointer style | Luca Barbato | 2012-05-06 | 1 | -0/+4 |
| | | | | Our code should be terse and clear. | ||||
* | doc: Update sample Vim config with suitable (function) indentation settings. | Diego Biurrun | 2012-04-16 | 1 | -0/+2 |
| | |||||
* | doc: Improve suggested Emacs settings for our coding style. | Diego Biurrun | 2012-04-15 | 1 | -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 doc | Derek Buitenhuis | 2011-12-13 | 1 | -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 Biurrun | 2011-12-11 | 1 | -2/+2 |
| | |||||
* | doc: add editor configuration section with Vim and Emacs settings | Diego Biurrun | 2011-12-07 | 1 | -0/+25 |
| | | | | based on a patch by Victor Vasiliev, vasilvv gmail com | ||||
* | doc: document preferred Doxygen syntax and make patcheck detect it | Diego Biurrun | 2011-12-04 | 1 | -0/+5 |
| | |||||
* | doc: break some long lines in developer.texi | Luca Barbato | 2011-12-03 | 1 | -11/+16 |
| | |||||
* | doc: remove space between variable and post increment in example code | Janne Grunau | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | Update developers documentation with coding conventions. | Victor Vasiliev | 2011-12-02 | 1 | -26/+97 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | doc: library versions need to be bumped in version.h | Diego Biurrun | 2011-09-21 | 1 | -1/+1 |
| | |||||
* | patch checklist: suggest fate instead of regression tests | Michael Niedermayer | 2011-08-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | Rename ffplay to avplay. | Anton Khirnov | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | doc: remove file name from @file directive in Doxygen usage example | Diego Biurrun | 2011-07-14 | 1 | -1/+1 |
| | | | | The file name is redundant and brittle across file renamings. | ||||
* | doc: Improve references to external URLs. | Diego Biurrun | 2011-07-12 | 1 | -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 Biurrun | 2011-07-11 | 1 | -4/+2 |
| | |||||
* | doc: replace @pxref by @ref where appropriate | Diego Biurrun | 2011-07-09 | 1 | -2/+2 |
| | |||||
* | doc: Check standalone compilation before submitting new components. | Diego Biurrun | 2011-05-04 | 1 | -0/+5 |
| | |||||
* | doc: update developer guide | Luca Barbato | 2011-04-13 | 1 | -128/+93 |
| | | | | | Refer to the current submission policy and refer to FATE in the Regression Test section. | ||||
* | get rid of the last svn mentions | Janne Grunau | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | replace FFmpeg with Libav in doc/ | Janne Grunau | 2011-03-16 | 1 | -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-devel | Johan Andersson | 2011-03-13 | 1 | -11/+11 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Documentation updates for the git migration | Reinhard Tartler | 2011-02-08 | 1 | -3/+3 |
| | | | | | This cleanup patch updates the developer documentation with respect to the migration to the git scm. | ||||
* | doc: modify style for texi2html 1.78+ | Janne Grunau | 2011-01-29 | 1 | -2/+3 |
| | | | | | | | | | | | | 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 Sabatini | 2010-10-08 | 1 | -1/+1 |
| | | | | Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Mention to send a patch before changing API or ABI. | Carl Eugen Hoyos | 2010-10-06 | 1 | -3/+3 |
| | | | | 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 Biurrun | 2010-08-31 | 1 | -2/+2 |
| | | | | Originally committed as revision 25010 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Revert commit: | Stefano Sabatini | 2010-07-04 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 |