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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-06Remove the ffserver programRostislav Pehlivanov
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2015-02-19doc: set documentencoding on toplevel texi files.Nicolas George
Fix double UTF-8 encoding on output files. makeinfo / texi2any does not seem to provide a way of setting it globally for toplevel files.
2013-11-14doc/libavutil: add things from avutil.txtTimothy Gu
Many minor fixes from: Stefano Sabatini <stefasab@gmail.com>. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-04-12doc/libavutil: remove include of opencl.texiStefano Sabatini
This is inconsistent with the rest of the docs.
2013-04-11opencl: add spec opencl device APIs 20130411highgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-19doc: extend "See Also" chapters in library manualsStefano Sabatini
In particular, make "See Also" chapter rendered in HTML output.
2012-12-19doc: use a common authors.texi file blurbStefano Sabatini
Factorize.
2012-11-28doc: move syntax and eval chapters from libavutil to ffmpeg-utilsStefano Sabatini
Move utilities description to a dedicated manual, consistent with what I did with the rest of the documentation.
2012-11-11doc: add libavutil.texiStefano Sabatini
With some fixes and better wording by Alexander Strasser <eclipse7@gmx.net>.