Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | doc: Update paths to match new examples location | Diego Biurrun | 2016-03-23 | 1 | -2/+2 |
| | |||||
* | doc: Change wrong term to avoid confusion | Gabriel Dume | 2014-08-18 | 1 | -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 Walker | 2013-12-22 | 1 | -1/+1 |
| | |||||
* | doc: fix a coding style error in the developer documentation. | Tim Walker | 2013-12-22 | 1 | -1/+1 |
| | |||||
* | doc: cosmetics: Consistently format list and table items | Diego Biurrun | 2013-07-27 | 1 | -201/+292 |
| | |||||
* | 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> |