Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-23doc: fix link to the ISC license text in the developer documentation.Tim Walker
2013-12-23doc: fix a coding style error in the developer documentation.Tim Walker
2013-07-27doc: cosmetics: Consistently format list and table itemsDiego Biurrun
2013-05-18configure: Add basic valgrind-massif supportLuca Barbato
With the parameter --toolchain valgrind-massif, the configure script sets reasonable defaults that can be overridden as explained in the documentation.
2013-05-04configure: Add basic valgrind-memcheck supportReinhard Tartler
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.
2013-04-05Integrate lcov/gcov into LibavReinhard Tartler
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/
2013-03-21doc/developer: Clarify symbol naming prefixes section.Diego Biurrun
2013-03-16document the release processReinhard Tartler
2013-02-23doc: developer: Allow tabs in the vim configuration for Automake filesDiego Biurrun
While we do not use Automake in libav, this allows our config to be used more globally without introducing unwanted breakage.
2013-02-11doc: developer: Add a note about reserved system name spaceDiego Biurrun
2013-02-11doc: developer: Fix wording in "naming conventions" sectionDiego Biurrun
2013-02-01doc/developer: Drop obsolete MPlayer referenceDiego Biurrun
2013-02-01doc/developer: Add ISC license to list of acceptable licensesDiego Biurrun
2013-02-01doc/developer: Add web links for all suggested licensesDiego Biurrun
2013-01-07doc: Extend commit message sectionDerek Buitenhuis
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>
2013-01-07doc: Mention memory allocation in the fuzz testing sectionDerek Buitenhuis
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>
2013-01-07doc: Mention zzuf in the fuzz testing sectionDerek Buitenhuis
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>
2013-01-07doc: Merge disjointed bits about emailing patchesDerek Buitenhuis
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>
2013-01-07doc: Fix a few typos in the developer documentationDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-08-29Add reminders to update the codec descriptor list with new codec IDs.Anton Khirnov
2012-08-17doc: Fix syntax errors in sample Emacs configJordi Ortiz
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-02doc: Remind devs to check return values, especially for malloc() et alDiego Biurrun
2012-05-15build: Add 'check' target to run all compile and test targets.Diego Biurrun
2012-05-07doc: clarify check for NULL pointer styleLuca Barbato
Our code should be terse and clear.
2012-04-16doc: Update sample Vim config with suitable (function) indentation settings.Diego Biurrun
2012-04-15doc: Improve suggested Emacs settings for our coding style.Diego Biurrun
Switch from changing global values to defining a separate C style and add appropriate settings for indenting assignments that span more than one line.
2011-12-14doc: make developer.texi point to correct fate docDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-07doc: add editor configuration section with Vim and Emacs settingsDiego Biurrun
based on a patch by Victor Vasiliev, vasilvv gmail com
2011-12-05doc: document preferred Doxygen syntax and make patcheck detect itDiego Biurrun
2011-12-03doc: break some long lines in developer.texiLuca Barbato
2011-12-03doc: remove space between variable and post increment in example codeJanne Grunau
2011-12-03Update developers documentation with coding conventions.Victor Vasiliev
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2011-09-21doc: library versions need to be bumped in version.hDiego Biurrun
2011-08-15patch checklist: suggest fate instead of regression testsMichael Niedermayer
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-08-09Rename ffplay to avplay.Anton Khirnov
2011-07-14doc: remove file name from @file directive in Doxygen usage exampleDiego Biurrun
The file name is redundant and brittle across file renamings.
2011-07-13doc: Improve references to external URLs.Diego Biurrun
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.
2011-07-12doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.Diego Biurrun
2011-07-09doc: replace @pxref by @ref where appropriateDiego Biurrun
2011-05-04doc: Check standalone compilation before submitting new components.Diego Biurrun
2011-04-13doc: update developer guideLuca Barbato
Refer to the current submission policy and refer to FATE in the Regression Test section.
2011-03-18get rid of the last svn mentionsJanne Grunau
2011-03-17replace FFmpeg with Libav in doc/Janne Grunau
unless it stands for ffmpeg the program or is historic
2011-03-14Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-02-09Documentation updates for the git migrationReinhard Tartler
This cleanup patch updates the developer documentation with respect to the migration to the git scm.
2011-01-29doc: modify style for texi2html 1.78+Janne Grunau
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.
2010-10-09s/program/programs, as FFmpeg consists of many programs.Stefano Sabatini
Originally committed as revision 25421 to svn://svn.ffmpeg.org/ffmpeg/trunk