Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/examples/README: fix typo | Stefano Sabatini | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | doc/examples/filtering_audio: add more error checks | Stefano Sabatini | 2013-12-02 | 1 | -10/+18 |
| | |||||
* | doc/examples/filtering: make use of av_err2str() | Stefano Sabatini | 2013-12-02 | 2 | -6/+2 |
| | | | | Simplify. | ||||
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-12-01 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | * qatar/master: doc: Try to find nonstandard Perl path from the environment Conflicts: doc/texi2pod.pl Merged-by: Michael Niedermayer <michaelni@gmx.at> | ||||
| * | doc: Try to find nonstandard Perl path from the environment | Diego Biurrun | 2013-12-01 | 1 | -1/+3 |
| | | |||||
| * | doc/platform: Update to reflect current MSVC build situation | Derek Buitenhuis | 2013-11-27 | 1 | -9/+15 |
| | | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> | ||||
* | | doc/ffserver: fix misc minor typos | Stefano Sabatini | 2013-12-01 | 1 | -2/+1 |
| | | |||||
* | | build: rename version.h to libavutil/ffversion.h | Timothy Gu | 2013-11-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also the libavutil/ffversion.h will be installed. Rationale: * Applications might want to know FFmpeg's version besides the individual libraries'. * Avoids file name clash between FFmpeg's ./version.h and lib*/version.h when a library source file includes both and is compiled on an out-of-tree build. Fixes #1769. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | | doc/ffserver: clarify documentation for Feed MaxFileSize option | Stefano Sabatini | 2013-11-30 | 1 | -2/+3 |
| | | |||||
* | | doc/ffserver: clarify that note in NoDaemon option documentation | Stefano Sabatini | 2013-11-30 | 1 | -2/+2 |
| | | |||||
* | | doc/ffserver: add "Detailed description" chapter | Stefano Sabatini | 2013-11-30 | 1 | -13/+108 |
| | | | | | | | | Also move FFM section up in the file, and rename it. | ||||
* | | doc/ffserver: remove more mentions to LAME and build | Stefano Sabatini | 2013-11-30 | 1 | -7/+0 |
| | | |||||
* | | doc/ffserver: specify missing argument for ACL feed option | Stefano Sabatini | 2013-11-29 | 1 | -1/+1 |
| | | |||||
* | | doc/ffserver: fix RTSPOtion tpo | Stefano Sabatini | 2013-11-29 | 1 | -1/+1 |
| | | | | | | | | Spotted-by: ubitux | ||||
* | | doc/ffserver: extend documentation for Feed/File stream options | Stefano Sabatini | 2013-11-29 | 1 | -2/+12 |
| | | |||||
* | | doc/ffserver: uncomment line in stream section example | Stefano Sabatini | 2013-11-29 | 1 | -1/+1 |
| | | |||||
* | | doc/ffserver: reorder encoding options, and mark them as such | Stefano Sabatini | 2013-11-29 | 1 | -35/+49 |
| | | | | | | | | Also add notice about ffmpeg -override_ffserver option. | ||||
* | | doc/ffserver: extend documentation for various file-related options | Stefano Sabatini | 2013-11-29 | 1 | -4/+16 |
| | | |||||
* | | doc/ffserver: mention remaining stream options | Stefano Sabatini | 2013-11-29 | 1 | -0/+12 |
| | | |||||
* | | doc/ffserver: move general stream options upwards in the list | Stefano Sabatini | 2013-11-29 | 1 | -28/+34 |
| | | |||||
* | | doc/ffserver: reorder/extend stream video encoding options | Stefano Sabatini | 2013-11-29 | 1 | -6/+33 |
| | | |||||
* | | doc/ffserver: fix bitrate unit for bitrate option | Stefano Sabatini | 2013-11-29 | 1 | -3/+3 |
| | | |||||
* | | doc/ffserver: add notice about re-launch behavior | Stefano Sabatini | 2013-11-28 | 1 | -0/+3 |
| | | |||||
* | | doc/ffserver: document InputFormat stream option | Stefano Sabatini | 2013-11-28 | 1 | -0/+3 |
| | | |||||
* | | doc/ffserver: fix documentation for CustomLog | Stefano Sabatini | 2013-11-28 | 1 | -4/+4 |
| | | |||||
* | | doc/ffserver: extend documentation for VideoBitRateRange | Stefano Sabatini | 2013-11-28 | 1 | -0/+4 |
| | | |||||
* | | doc/ffserver: clarify/extend documentation about status streams | Stefano Sabatini | 2013-11-28 | 1 | -4/+5 |
| | | |||||
* | | doc/ffserver: move ACL syntax section before the global option sections | Stefano Sabatini | 2013-11-28 | 1 | -30/+30 |
| | | |||||
* | | doc/ffserver: document "Launch" feed option | Stefano Sabatini | 2013-11-28 | 1 | -1/+15 |
| | | |||||
* | | doc/ffserver: fix documentation for -n option | Stefano Sabatini | 2013-11-28 | 1 | -1/+1 |
| | | | | | | | | Launch option is defined in the Feed section. | ||||
* | | doc/ffserver: extend documentation for CustomLog option | Stefano Sabatini | 2013-11-28 | 1 | -3/+8 |
| | | |||||
* | | doc/ffserver: fix RTPS -> RTSP ttypo | Stefano Sabatini | 2013-11-28 | 1 | -1/+1 |
| | | | | | | | | Spotted-by: lazy ubitux | ||||
* | | doc/ffserver: clearly specify whence ffserver reads the configuration file | Stefano Sabatini | 2013-11-28 | 1 | -6/+10 |
| | | |||||
* | | doc/ffserver: add notice about case-insensitiveness | Stefano Sabatini | 2013-11-28 | 1 | -0/+2 |
| | | |||||
* | | doc/ffserver: remove tip about MaxBandwidth | Stefano Sabatini | 2013-11-28 | 1 | -3/+0 |
| | | | | | | | | Should be redundant now that the option is documented. | ||||
* | | doc/ffserver: specify default value for Preroll | Stefano Sabatini | 2013-11-28 | 1 | -0/+2 |
| | | |||||
* | | doc/ffserver: document NoDaemon deprecated option | Stefano Sabatini | 2013-11-28 | 1 | -0/+5 |
| | | |||||
* | | doc/ffserver: improve rendering for -n option text | Stefano Sabatini | 2013-11-28 | 1 | -3/+6 |
| | | |||||
* | | doc/ffserver: remove "What can this do?" section | Stefano Sabatini | 2013-11-28 | 1 | -12/+0 |
| | | | | | | | | | | | | 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 ffserver | Stefano Sabatini | 2013-11-28 | 1 | -2/+2 |
| | | |||||
* | | doc/ffserver: remove more pointless/outdated entries | Stefano Sabatini | 2013-11-28 | 1 | -18/+0 |
| | | | | | | | | | | Mentioning build options, or bugs, or mysterious limitations should not be done in the manual. | ||||
* | | doc/Makefile: cosmetics after previous commits. | Clément Bœsch | 2013-11-28 | 1 | -4/+4 |
| | | |||||
* | | doc/examples: update README. | Clément Bœsch | 2013-11-28 | 1 | -4/+9 |
| | | |||||
* | | build: also clean the examples with debug symbols | Clément Bœsch | 2013-11-28 | 1 | -3/+4 |
| | | |||||
* | | build: split examples cleaning out of docclean. | Clément Bœsch | 2013-11-28 | 1 | -2/+5 |
| | | |||||
* | | build: integrate remaining examples. | Clément Bœsch | 2013-11-28 | 1 | -1/+8 |
| | | |||||
* | | doc/examples: make fill_samples static. | Clément Bœsch | 2013-11-28 | 1 | -1/+1 |
| | | | | | | | | This is required to build with FFmpeg compilation options. | ||||
* | | doc/examples: add transcode_aac to local Makefile. | Clément Bœsch | 2013-11-28 | 1 | -0/+1 |
| | | |||||
* | | doc/default.css: sync with ffmpeg-web | Timothy Gu | 2013-11-28 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | doc/ffserver: remove outdated troubleshoot entry about audio | Stefano Sabatini | 2013-11-28 | 1 | -11/+0 |
| | |