| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: Extend commit message section | Derek Buitenhuis | 2013-01-07 | 1 | -2/+7 |
* | doc: Mention memory allocation in the fuzz testing section | Derek Buitenhuis | 2013-01-07 | 1 | -1/+2 |
* | doc: Mention zzuf in the fuzz testing section | Derek Buitenhuis | 2013-01-07 | 1 | -1/+2 |
* | doc: Merge disjointed bits about emailing patches | Derek Buitenhuis | 2013-01-07 | 1 | -8/+6 |
* | doc: Fix a few typos in the developer documentation | Derek Buitenhuis | 2013-01-07 | 1 | -7/+7 |
* | 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 |
* | 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 |
* | 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 |
* | doc: make developer.texi point to correct fate doc | Derek Buitenhuis | 2011-12-13 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | doc: Improve references to external URLs. | Diego Biurrun | 2011-07-12 | 1 | -14/+22 |
* | 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 |
* | 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 |
* | Update the url to the site website and change ffmpeg-devel to libav-devel | Johan Andersson | 2011-03-13 | 1 | -11/+11 |
* | Documentation updates for the git migration | Reinhard Tartler | 2011-02-08 | 1 | -3/+3 |
* | doc: modify style for texi2html 1.78+ | Janne Grunau | 2011-01-29 | 1 | -2/+3 |
* | s/program/programs, as FFmpeg consists of many programs. | Stefano Sabatini | 2010-10-08 | 1 | -1/+1 |
* | Mention to send a patch before changing API or ABI. | Carl Eugen Hoyos | 2010-10-06 | 1 | -3/+3 |
* | Mention that library micro version should be reset if minor version is bumped. | Diego Biurrun | 2010-08-31 | 1 | -2/+2 |
* | Revert commit: | Stefano Sabatini | 2010-07-04 | 1 | -3/+0 |
* | State in the guidelines that function and parameter descriptions in | Stefano Sabatini | 2010-07-03 | 1 | -0/+3 |
* | Clarify where the list of supported formats is. | Diego Biurrun | 2010-03-27 | 1 | -2/+2 |
* | Don't use shell syntax to set variables for make. | Ramiro Polla | 2010-03-12 | 1 | -2/+2 |
* | Update documentation for make test. | Ramiro Polla | 2010-01-20 | 1 | -2/+7 |
* | Cosmetics: Fix typos in r20780. | Carl Eugen Hoyos | 2009-12-09 | 1 | -2/+2 |
* | Mention patcheck. | Zhihang Wang | 2009-12-08 | 1 | -0/+3 |
* | Explain the process of patch review and commit a bit. | Diego Biurrun | 2009-10-01 | 1 | -0/+10 |
* | Replace @node commands with @anchor to refer to specific points in the text. | Diego Biurrun | 2009-09-13 | 1 | -1/+1 |
* | Change developer doc to reflect reality | Benjamin Larsson | 2009-09-09 | 1 | -1/+1 |
* | Split developer documentation off from general documentation. | Diego Biurrun | 2009-06-24 | 1 | -0/+418 |