summaryrefslogtreecommitdiff
path: root/doc/ffserver.conf
Commit message (Collapse)AuthorAge
* lavc: remove libfaac wrapperJosh de Kock2016-10-01
| | | | | | | | | | | There is really no need for two aac wrappers, we already have libfdk-aac which is better. Not to mention that faac doesn't even support HEv1, or HEv2. It's also under a license which is unusable for distribution, so it would only be useful to people who will compile their own ffmpeg, only use it themselves (which at that point should just use fdk-aac). Signed-off-by: Josh de Kock <josh@itanimul.li>
* doc/ffserver: Add entry for missing jpeg variantMichael Niedermayer2015-06-08
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffserver: deprecate Port and BindAddress options in favor of HTTPPort and ↵Stefano Sabatini2014-08-17
| | | | | | | | HTTPBindAddress The new option names are more explicit. Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
* ffserver: add stream Metadata optionStefano Sabatini2013-12-16
| | | | | Also deprecate Author, Comment, Copyright, and Title options, and update docs to use the new Metadata option.
* Merge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd'Michael Niedermayer2012-11-16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd': APIChanges: add entry for av_read_packet deprecation mxfdec: fix typo in mxf_read_seek() avserver: use freopen to redirect stdin/out/err to /dev/null avserver: remove daemon mode configure: Check for -Werror parameters on clang doxygen: remove obsolete options from Doxyfile configure: Add option to disable all command line programs Conflicts: Changelog configure doc/APIchanges doc/ffserver.conf doc/ffserver.texi ffserver.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (26 commits) eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation yadif: specify array size outside DECLARE_ALIGNED prores: specify array size outside DECLARE_ALIGNED brackets. WavPack demuxer: set packet duration tta: use skip_bits_long() mxfdec: Ignore the last entry in Avid's index table segments mxfdec: Sanity-check SampleRate mxfdec: Handle small EditUnitByteCount mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1a mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflows mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index() mxfdec: Sanity check PreviousPartition mxfdec: Never seek back in local sets and KLVs mxfdec: Move the current_partition check inside mxf_read_header() mxfdec: Fix infinite loop in mxf_packet_timestamps() mxfdec: Check eof_reached in mxf_read_local_tags() mxfdec: Check for NULL component mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() mxfdec: Make sure x < index_table->nb_ptses build: Add missing directories to DIRS declarations. ... Conflicts: doc/build_system.txt doc/fate.texi libavfilter/x86/yadif_template.c libavformat/mxfdec.c libavutil/Makefile tests/fate/audio.mak tests/fate/prores.mak tests/fate/screen.mak tests/fate/video.mak tests/ref/fate/bethsoft-vid tests/ref/fate/cscd tests/ref/fate/dfa4 tests/ref/fate/nuv tests/ref/fate/vp8-sign-bias tests/ref/fate/wmv8-drm tests/ref/lavf/gxf Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Rename ffserver to avserver.Anton Khirnov2011-08-09
| |
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-13
|/ | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Support presets in ffserver.confHoward Chu2010-06-08
| | | | Originally committed as revision 23524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the maximum number of simultaneous HTTP connections handled byStefano Sabatini2008-09-03
| | | | | | | ffserver a configuration parameter. The name of the new parameter introduced is MaxHTTPConnections. Originally committed as revision 15182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reference to the unsupported master format from ffserver.conf.Stefano Sabatini2008-08-09
| | | | Originally committed as revision 14675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more format abbreviationsBenoit Fouet2007-04-24
| | | | Originally committed as revision 8798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for unlimited feed sizeAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Launch more appropriate with support for full paths for the ffmpeg binaryAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* strict -1 is mandatory for jpegs because the colorspace thingie, this should ↵Alex Beregszaszi2005-11-13
| | | | | | be handled in a better way though Originally committed as revision 4691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Talk of MPEG-4 instead of DivX.Diego Biurrun2005-06-11
| | | | Originally committed as revision 4373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent spellingDiego Biurrun2005-06-10
| | | | Originally committed as revision 4372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixes suggested by the WandererDiego Biurrun2005-06-09
| | | | Originally committed as revision 4369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2005-06-09
| | | | Originally committed as revision 4364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed the mailinglist pointers to the new place (mplayerhq)Alex Beregszaszi2005-04-11
| | | | Originally committed as revision 4122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbv size for ffserver.conf patch by (Panagiotis Issaris <takis [] ↵Panagiotis Issaris2004-12-29
| | | | | | lumumba*luc*ac*be>) Originally committed as revision 3780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* incorrect commentFabrice Bellard2003-07-22
| | | | Originally committed as revision 2068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention the two asf formatsFabrice Bellard2003-07-22
| | | | Originally committed as revision 2067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Have the test.asf stream enabled by default (thanks to htz@kde.org)Philip Gladstone2003-06-10
| | | | Originally committed as revision 1943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add Video4MotionVector in a stream description to behave like the -4mv flagPhilip Gladstone2003-04-09
| | | | | | | * Add ReadOnlyFile which behaves like File, but does not permit changing of the file. This can be used to prevent deleting of saved ffm files. Originally committed as revision 1743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Applied Mark Hill's patches.Philip Gladstone2002-12-21
| | | | Originally committed as revision 1356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added example to hack with SDP/multicast streamingFabrice Bellard2002-11-20
| | | | Originally committed as revision 1261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some examples of using ACLPhilip Gladstone2002-07-27
| | | | Originally committed as revision 822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added 'NoDaemon' command - added RTP/RTSP stream exampleFabrice Bellard2002-07-25
| | | | Originally committed as revision 813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the copyright/comment/author/title keywordsPhilip Gladstone2002-06-05
| | | | Originally committed as revision 665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added Launch, FaviconURL and Redirect examplesPhilip Gladstone2002-05-30
| | | | Originally committed as revision 631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added use of StartSendOnKeyPhilip Gladstone2002-05-17
| | | | Originally committed as revision 508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Updated with new stream configuration itemsPhilip Gladstone2002-05-16
| | | | Originally committed as revision 502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Updated so that some streams actually work!Philip Gladstone2002-05-09
| | | | Originally committed as revision 456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mergeFabrice Bellard2001-07-22
| | | | Originally committed as revision 6 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing old filesFabrice Bellard2001-07-19
| | | | Originally committed as revision 4 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2000-12-20
Originally committed as revision 2 to svn://svn.ffmpeg.org/ffmpeg/trunk