aboutsummaryrefslogtreecommitdiffstats
path: root/ffserver_config.c
Commit message (Collapse)AuthorAgeFilesLines
* ffserver_conf: factorize parse function per config tagLukasz Marek2014-10-221-585/+539
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* ffserver_config: clean up variable initializationLukasz Marek2014-10-221-11/+5
| | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* ffserver: move configuration code to separate fileLukasz Marek2014-10-221-0/+986
This commit doesn't change any existing logic. It moves ffserver configuration related code to separate file. It intends to make maintaining easier. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>