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
2015-04-11Use @verbatim instead of @example for ASCII artsTimothy Gu
Partially fixes #3869. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-08doc: avoid the incorrect phrase 'allow to'Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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.
2014-11-27ffserver: allow skip setting defaultsLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
2014-11-16ffserver_config: handle codec private optionsLukasz Marek
This commit allows to set codec's private option. As side effect, it also improves preset support. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
2014-08-18ffserver: deprecate Port and BindAddress options in favor of HTTPPort and ↵Stefano Sabatini
HTTPBindAddress The new option names are more explicit. Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2014-08-03doc/ffserver: merge paragraph starting with "What happens next?" with ↵Stefano Sabatini
previous one The name of the paragraph sounded a bit silly, and its text is small so it's better to merge it with the previous paragraph.
2014-03-27Fix spelling errors in texi files: more informations --> more information ↵Andreas Cadhalpun
allows to --> allows one to Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-03doc/ffserver: mention how to access streams through RTSPStefano Sabatini
2013-12-16ffserver: add stream Metadata optionStefano Sabatini
Also deprecate Author, Comment, Copyright, and Title options, and update docs to use the new Metadata option.
2013-12-03doc/ffserver: remove spurious NoAudio option from stream exampleStefano Sabatini
2013-12-01doc/ffserver: fix misc minor typosStefano Sabatini
2013-11-30doc/ffserver: clarify documentation for Feed MaxFileSize optionStefano Sabatini
2013-11-30doc/ffserver: clarify that note in NoDaemon option documentationStefano Sabatini
2013-11-30doc/ffserver: add "Detailed description" chapterStefano Sabatini
Also move FFM section up in the file, and rename it.
2013-11-30doc/ffserver: remove more mentions to LAME and buildStefano Sabatini
2013-11-29doc/ffserver: specify missing argument for ACL feed optionStefano Sabatini
2013-11-29doc/ffserver: fix RTSPOtion tpoStefano Sabatini
Spotted-by: ubitux
2013-11-29doc/ffserver: extend documentation for Feed/File stream optionsStefano Sabatini
2013-11-29doc/ffserver: uncomment line in stream section exampleStefano Sabatini
2013-11-29doc/ffserver: reorder encoding options, and mark them as suchStefano Sabatini
Also add notice about ffmpeg -override_ffserver option.
2013-11-29doc/ffserver: extend documentation for various file-related optionsStefano Sabatini
2013-11-29doc/ffserver: mention remaining stream optionsStefano Sabatini
2013-11-29doc/ffserver: move general stream options upwards in the listStefano Sabatini
2013-11-29doc/ffserver: reorder/extend stream video encoding optionsStefano Sabatini
2013-11-29doc/ffserver: fix bitrate unit for bitrate optionStefano Sabatini
2013-11-29doc/ffserver: add notice about re-launch behaviorStefano Sabatini
2013-11-29doc/ffserver: document InputFormat stream optionStefano Sabatini
2013-11-28doc/ffserver: fix documentation for CustomLogStefano Sabatini
2013-11-28doc/ffserver: extend documentation for VideoBitRateRangeStefano Sabatini
2013-11-28doc/ffserver: clarify/extend documentation about status streamsStefano Sabatini
2013-11-28doc/ffserver: move ACL syntax section before the global option sectionsStefano Sabatini
2013-11-28doc/ffserver: document "Launch" feed optionStefano Sabatini
2013-11-28doc/ffserver: fix documentation for -n optionStefano Sabatini
Launch option is defined in the Feed section.
2013-11-28doc/ffserver: extend documentation for CustomLog optionStefano Sabatini
2013-11-28doc/ffserver: fix RTPS -> RTSP ttypoStefano Sabatini
Spotted-by: lazy ubitux
2013-11-28doc/ffserver: clearly specify whence ffserver reads the configuration fileStefano Sabatini
2013-11-28doc/ffserver: add notice about case-insensitivenessStefano Sabatini
2013-11-28doc/ffserver: remove tip about MaxBandwidthStefano Sabatini
Should be redundant now that the option is documented.
2013-11-28doc/ffserver: specify default value for PrerollStefano Sabatini
2013-11-28doc/ffserver: document NoDaemon deprecated optionStefano Sabatini
2013-11-28doc/ffserver: improve rendering for -n option textStefano Sabatini
2013-11-28doc/ffserver: remove "What can this do?" sectionStefano Sabatini
The section shows only a limited use case, contains only redundant information, and various mysterious mentions about things which don't work correctly.
2013-11-28doc/ffserver: use @command{} for specifying ffserverStefano Sabatini
2013-11-28doc/ffserver: remove more pointless/outdated entriesStefano Sabatini
Mentioning build options, or bugs, or mysterious limitations should not be done in the manual.
2013-11-28doc/ffserver: remove outdated troubleshoot entry about audioStefano Sabatini
2013-11-28doc/ffserver: document configuration syntaxStefano Sabatini
While still incomplete, this is better than nothing at all.
2013-09-10doc: Rename avtools-common-opts to fftools-common optsTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-25doc: remove all-components.texi, include its content verbatimStefano Sabatini
Force re-generation of the manuals when an included file is modified. The current dependency generation system is enable to track nested inclusions. The drawback is that the files will be generated even when there is no strict need (for example if filters.texi is modified, ffmpeg.1 is rebuilt), thus it trades a false negative with a false positive.
2013-04-05doc: enable compilation of -all tool pagesStefano Sabatini
In particular, add documentation configuration system, through the doc/config.texi file. Fix trac issue #2374.