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
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.
2013-02-15doc: fix reference to ffmpeg-bitstream-filters.html pageStefano Sabatini
2013-02-15Fix a few "its" vs "it's" typo.Clément Bœsch
2013-01-12doc/ffserver: remove painfully outdated "What do I need?" sectionStefano Sabatini
2013-01-12doc/ffserver: remove paragraph in the introductory blurbStefano Sabatini
The paragraph is about what ffserver is not and where to look for other information, but is pretty redundant and distracting, especially considering the new organization of the documentation.
2013-01-12doc/ffserver: rework introducing paragraphs of the "description" chapterStefano Sabatini
In particular, add some markup, fix empty line, and merge it with "How does it work?" section.
2012-12-23doc/ffserver: fix a few typo.Clément Bœsch
2012-12-19doc: extend "See Also" chapter rendering for ff* toolsStefano Sabatini
Add more references, and generate alternative variants for HTML and POD output. In particular, this allows to render a "See Also" chapter in the HTML output.
2012-12-19doc: rework synopsis section for ff* toolsStefano Sabatini
Fix syntax, remove pointless introductory sentence, improve overall consistency.