summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc/ffserver: specify missing argument for ACL feed optionStefano Sabatini2013-11-29
|
* doc/ffserver: fix RTSPOtion tpoStefano Sabatini2013-11-29
| | | | Spotted-by: ubitux
* doc/ffserver: extend documentation for Feed/File stream optionsStefano Sabatini2013-11-29
|
* doc/ffserver: uncomment line in stream section exampleStefano Sabatini2013-11-29
|
* doc/ffserver: reorder encoding options, and mark them as suchStefano Sabatini2013-11-29
| | | | Also add notice about ffmpeg -override_ffserver option.
* doc/ffserver: extend documentation for various file-related optionsStefano Sabatini2013-11-29
|
* doc/ffserver: mention remaining stream optionsStefano Sabatini2013-11-29
|
* doc/ffserver: move general stream options upwards in the listStefano Sabatini2013-11-29
|
* doc/ffserver: reorder/extend stream video encoding optionsStefano Sabatini2013-11-29
|
* doc/ffserver: fix bitrate unit for bitrate optionStefano Sabatini2013-11-29
|
* doc/ffserver: add notice about re-launch behaviorStefano Sabatini2013-11-28
|
* doc/ffserver: document InputFormat stream optionStefano Sabatini2013-11-28
|
* doc/ffserver: fix documentation for CustomLogStefano Sabatini2013-11-28
|
* doc/ffserver: extend documentation for VideoBitRateRangeStefano Sabatini2013-11-28
|
* doc/ffserver: clarify/extend documentation about status streamsStefano Sabatini2013-11-28
|
* doc/ffserver: move ACL syntax section before the global option sectionsStefano Sabatini2013-11-28
|
* doc/ffserver: document "Launch" feed optionStefano Sabatini2013-11-28
|
* doc/ffserver: fix documentation for -n optionStefano Sabatini2013-11-28
| | | | Launch option is defined in the Feed section.
* doc/ffserver: extend documentation for CustomLog optionStefano Sabatini2013-11-28
|
* doc/ffserver: fix RTPS -> RTSP ttypoStefano Sabatini2013-11-28
| | | | Spotted-by: lazy ubitux
* doc/ffserver: clearly specify whence ffserver reads the configuration fileStefano Sabatini2013-11-28
|
* doc/ffserver: add notice about case-insensitivenessStefano Sabatini2013-11-28
|
* doc/ffserver: remove tip about MaxBandwidthStefano Sabatini2013-11-28
| | | | Should be redundant now that the option is documented.
* doc/ffserver: specify default value for PrerollStefano Sabatini2013-11-28
|
* doc/ffserver: document NoDaemon deprecated optionStefano Sabatini2013-11-28
|
* doc/ffserver: improve rendering for -n option textStefano Sabatini2013-11-28
|
* doc/ffserver: remove "What can this do?" sectionStefano Sabatini2013-11-28
| | | | | | The section shows only a limited use case, contains only redundant information, and various mysterious mentions about things which don't work correctly.
* doc/ffserver: use @command{} for specifying ffserverStefano Sabatini2013-11-28
|
* doc/ffserver: remove more pointless/outdated entriesStefano Sabatini2013-11-28
| | | | | Mentioning build options, or bugs, or mysterious limitations should not be done in the manual.
* doc/Makefile: cosmetics after previous commits.Clément Bœsch2013-11-28
|
* doc/examples: update README.Clément Bœsch2013-11-28
|
* build: also clean the examples with debug symbolsClément Bœsch2013-11-28
|
* build: split examples cleaning out of docclean.Clément Bœsch2013-11-28
|
* build: integrate remaining examples.Clément Bœsch2013-11-28
|
* doc/examples: make fill_samples static.Clément Bœsch2013-11-28
| | | | This is required to build with FFmpeg compilation options.
* doc/examples: add transcode_aac to local Makefile.Clément Bœsch2013-11-28
|
* doc/default.css: sync with ffmpeg-webTimothy Gu2013-11-28
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* doc/ffserver: remove outdated troubleshoot entry about audioStefano Sabatini2013-11-28
|
* doc/ffserver: document configuration syntaxStefano Sabatini2013-11-28
| | | | While still incomplete, this is better than nothing at all.
* doc/ffmpeg: use @command{} for programs mentioned in -override_ffserverStefano Sabatini2013-11-27
|
* doc/platform: Update to reflect current MSVC build situationDerek Buitenhuis2013-11-27
| | | | | | | Also update the C99 converter URL, since it uses GitHub Releases to host the binaries now. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* doc/examples/transcode_aac: remove non converted codepathMichael Niedermayer2013-11-27
| | | | | | | This codepath is not implemented and just crashes, also its simpler without special cases, which makes sense for an example Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples/transcode_aac: switch to swresampleMichael Niedermayer2013-11-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples/transcode_aac: fix project nameMichael Niedermayer2013-11-27
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-27
|\ | | | | | | | | | | | | | | | | | | | | * qatar/master: Add an audio transcoding example. Conflicts: configure doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add an audio transcoding example.Andreas Unterweger2013-11-27
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * build: Check for pod2man instead of perl for manual page generationDiego Biurrun2013-11-26
| | | | | | | | Some systems provide Perl without pod2man.
* | lavd/pulse_audio_enc: add buffer size control optionsLukasz Marek2013-11-27
| | | | | | | | | | | | | | Add options to control the size of the PulseAudio buffer. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/Makefile: fix building examples if a program suffix is setMichael Niedermayer2013-11-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'dc80e2f7a529d6e4416b40b68699be16fed62d6c'Michael Niedermayer2013-11-27
|\| | | | | | | | | | | | | | | | | | | | | * commit 'dc80e2f7a529d6e4416b40b68699be16fed62d6c': Makefile: Fix building programs on systems with a nonempty executable suffix Conflicts: Makefile See: f1db007e008d3ece791c7ac65c537d1d301ea0cc Merged-by: Michael Niedermayer <michaelni@gmx.at>