139 Commits (b237eb800d038f9f73347ae4494cbb86d7f656a4)

Author SHA1 Message Date
Luca Abeni b0b2faa709 Fix an use-after-free bug 18 years ago
Luca Abeni 2c6a5e6ccd Remove unused callbacks from ffserver 18 years ago
Luca Abeni e8d658df34 Fix the poll() loop (ret == 0 means that a timeout expired, so it must be 18 years ago
Luca Abeni 7e665cd3ff Fix the generation of RTSP reply headers (the "DEF()" macro is not used 18 years ago
Stanislav Brabec 6308cacaf4 Fix warning: 18 years ago
Alex Beregszaszi 087fa47507 fix x-octet-stream mime type 18 years ago
Alex Beregszaszi 65e7226147 use av_strdup 18 years ago
Alex Beregszaszi 55d07ba68e remove dead code 18 years ago
Michael Niedermayer c367d06702 prevent exit missuse 18 years ago
Panagiotis Issaris 750f0e1f8b Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 18 years ago
Alex Beregszaszi acdc852017 print codec parameters for audio too 18 years ago
Alex Beregszaszi d0a5513b88 disconnect new feeder if feed is already being received 18 years ago
Alex Beregszaszi bae79c048f redirect http get requests of / to index.html (note, the http_parse_request may worth a rewrite) 18 years ago
Alex Beregszaszi c3f5818525 store internal timestamps in int64_t instead long 18 years ago
Alex Beregszaszi f1debfd0bd rescale pts/dts for output format 18 years ago
Alex Beregszaszi f75cdda718 return error if av_write_header failed (it fails on some containers when codec is not supported) 18 years ago
Alex Beregszaszi 638831aacc disconnect client if trailer is sent 18 years ago
Alex Beregszaszi 5400e0923a if feeder is disconnected, clear the feed registration, thus a new feeder can connect 18 years ago
Alex Beregszaszi 038a1243a2 codec_tag settable via VideoTag, and transmit codec_tag in ffm 18 years ago
Alex Beregszaszi c60202dffe change write/read to send/recv on socket operations 18 years ago
Alex Beregszaszi d96633bbe4 change close() to closesocket() on sockets (compatible with libavformat) 18 years ago
Alex Beregszaszi 8cba6ba97a remove gettime_ms and use av_gettime instead of it 18 years ago
Alex Beregszaszi 1df93ae910 use av_random instead random/srandom 18 years ago
François Revol b0c858d834 poll() emulation for BeOS, and maybe MinGW. 18 years ago
Måns Rullgård 18b67ae59e rename HAVE_DLFCN to HAVE_DLFCN_H 18 years ago
Måns Rullgård 78e61cc5c6 rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 3e66a74072 Update copyright year and mention other copyright holders. 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Diego Biurrun f1cc88a5d6 Use Subversion revision for FFMPEG_VERSION. 19 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago
Aurelien Jacobs 267b0e5754 Update ffserver regression tests: 19 years ago
Alex Beregszaszi 33f5e2ec3e make those nasty variables static, also fix a html bug 19 years ago
Måns Rullgård b2b77b9c23 remove unused function get_longterm_datarate() 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Alex Beregszaszi 6b0bdc754b support for unlimited feed size 19 years ago
Alex Beregszaszi 90f9c440e8 debug the launch commandline and new connections 19 years ago
Alex Beregszaszi ac6a655b8a Make Launch more appropriate with support for full paths for the ffmpeg binary 19 years ago
Alex Beregszaszi 4b4f38e42e Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a possible buffer overflow 19 years ago
Alex Beregszaszi edfdd7986d 10l, dont make bandwidth statistics negative when feed stops being sent (it was decreased every time feed sending was aborted) 19 years ago
Michael Niedermayer 8d931070fc ffserver segfault & other fatal failure fixes 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Philip Gladstone e8d27bc302 Turn on the seeking support for ffm streams. Now means that streams are 20 years ago
Philip Gladstone 291fe90ae8 Fill out some mandatory fields in the Codec structure. Also add fields in 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Philip Gladstone 7c054ea7e2 ffserver now runs again (sort of). 20 years ago