aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/http_multiclient.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: rename http_multiclient to avio_http_serve_filesStefano Sabatini2023-02-111-156/+0
|
* examples: Don't call deprecated functions which don't do anythingMark Thompson2018-02-091-1/+0
|
* doc/examples/http_multiclient: Fix resource leakMichael Niedermayer2016-12-261-0/+2
| | | | | | Fixes CID1396269 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/examples/http_multiclient: Fix "doc/examples/http_multiclient.c:43:9: ↵Michael Niedermayer2016-10-091-1/+1
| | | | | | warning: passing argument 4 of av_opt_get from incompatible pointer type" Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/examples/http_multiclient: fix mixed declarations and codeClément Bœsch2016-09-301-1/+1
|
* doc/examples/http_multiclient: fix compilationClément Bœsch2016-09-301-1/+1
| | | | Fixes error: no previous prototype for ‘process_client’ [-Werror=missing-prototypes]
* doc/examples/http_multiclient: Fix occured typoMichael Niedermayer2015-09-041-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/example: Add http multi-client example codeStephan Holljes2015-08-011-0/+155
Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com>