summaryrefslogtreecommitdiff
path: root/doc/libavcodec.texi
Commit message (Collapse)AuthorAge
* Remove the ffserver programRostislav Pehlivanov2018-01-06
| | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* doc: set documentencoding on toplevel texi files.Nicolas George2015-02-19
| | | | | | Fix double UTF-8 encoding on output files. makeinfo / texi2any does not seem to provide a way of setting it globally for toplevel files.
* doc: extend "See Also" chapters in library manualsStefano Sabatini2012-12-19
| | | | In particular, make "See Also" chapter rendered in HTML output.
* doc: use a common authors.texi file blurbStefano Sabatini2012-12-19
| | | | Factorize.
* Fix "bistream" typo and add a check in tools/patcheck.Clément Bœsch2012-12-18
|
* doc: add ffmpeg-bitstream-filters.texi fileStefano Sabatini2012-11-28
|
* doc: move codec options and descriptions to a dedicated manual pageStefano Sabatini2012-11-25
|
* doc: add libavutil.texiStefano Sabatini2012-11-11
| | | | | With some fixes and better wording by Alexander Strasser <eclipse7@gmx.net>.
* doc/libavcodec: hint to where to find the Git historyAlexander Strasser2012-11-07
| | | | Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
* doc/libavcodec: do not say multimedia streams in the titleAlexander Strasser2012-11-06
| | | | | | | | | The mention of multimedia stream sounds more like multiple elementary media streams like video and audio multiplexed into a multimedia container format. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/libavcodec: improve wording in descriptionAlexander Strasser2012-11-06
| | | | | Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/libavcodec: apply misc minor typo fixesStefano Sabatini2012-11-04
|
* doc: add libavcodec.texiStefano Sabatini2012-11-04
The option chapter is based on the avoptions_codec.texi auto-generated file.