|
fb2de3c4d1
|
ffserver: warn if config uses a system port
Should be harmless as far as users know what they are doing
but an informative warning wont hurt. For details, refer to
http://tools.ietf.org/html/rfc6335
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
|
2014-08-17 22:51:45 -04:00 |
|
|
1013d8dd69
|
ffserver: deprecate Port and BindAddress options in favor of HTTPPort and HTTPBindAddress
The new option names are more explicit.
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
|
2014-08-17 22:51:45 -04:00 |
|
|
81a663f49e
|
Drop remaining unneeded != NULL
Reviewed-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-08-15 22:47:45 +02:00 |
|
|
fb33bff990
|
Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'
* commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39':
cosmetics: Write NULL pointer equality checks more compactly
Conflicts:
cmdutils.c
ffmpeg_opt.c
ffplay.c
libavcodec/dvbsub.c
libavcodec/dvdsubdec.c
libavcodec/dvdsubenc.c
libavcodec/dxa.c
libavcodec/libxvid_rc.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo_enc.c
libavcodec/rv10.c
libavcodec/tiffenc.c
libavcodec/utils.c
libavcodec/vc1dec.c
libavcodec/zmbv.c
libavdevice/v4l2.c
libavformat/matroskadec.c
libavformat/movenc.c
libavformat/sdp.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-08-15 21:00:50 +02:00 |
|
|
1d8d21b90a
|
ffserver: initialize pbuffer in prepare_sdp_description()
also check pbuffer before use
Found-by: CSA
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-08-02 18:32:37 +02:00 |
|
|
f46e876027
|
ffserver: use av_mallocz_array()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-07-17 18:00:25 +02:00 |
|
|
307239bdb6
|
ffserver: add HAVE_UNISTD_H around #include <unistd.h>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-07-08 01:56:53 +02:00 |
|
|
e0877aa544
|
ffserver: don't leak poll_table if poll fails
Should fix Coverity Scan issue #732265
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-05-10 18:16:19 -04:00 |
|
|
5b881499a8
|
ffserver: do not ignore lseek() return
Should fix FFmpeg Coverity Scan issue #732177
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-04-29 01:08:06 -04:00 |
|
|
898192e029
|
ffserver: do not ignore getsockname() return
Should fix FFmpeg Coverity Scan issue #732176
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-04-28 23:54:58 -04:00 |
|
|
e79bc6a88a
|
ffserver: do not ignore send() return
Should fix Coverity Scan issue #732178
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-04-28 23:54:58 -04:00 |
|
|
8baa5b32a5
|
ffserver: do not ignore setsockopt return
Should fix FFmpeg Coverity Scan issue #732181
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-04-28 23:54:58 -04:00 |
|
|
6d953ae2c4
|
ffserver: do not ignore ff_socket_nonblock return
Should fix FFmpeg Coverity Scan issues #732180 & #732182
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-04-28 23:54:46 -04:00 |
|
|
7228bdeebd
|
ffserver: fix missing frees at connection setup
Should fix FFmpeg Coverity Scan issue #732266 and some of #732265
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-04-25 19:49:55 -03:00 |
|
|
1404e2a389
|
ffserver: free AVStream st before wiping context
Should fix FFmpeg Coverity Scan issue #732269
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-04-25 19:49:55 -03:00 |
|
|
107f2468c4
|
ffserver: free nacl as needed
Should fix FFmpeg Coverity Scan issue #732268
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-04-25 19:49:55 -03:00 |
|
|
02497a5dc8
|
ffserver: don't hardcode RTSP status codes
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-04-07 00:24:00 -03:00 |
|
|
0c5a6ef886
|
ffserver: nits & typos
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-04-07 00:24:00 -03:00 |
|
|
87079bd055
|
ffserver: merge RTSP's teardown & pause routines
They were basically the same.
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-02-14 14:31:42 -03:00 |
|
|
720530e52a
|
ffserver: cosmetics
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-02-14 14:31:41 -03:00 |
|
|
35e525b732
|
ffserver: fix some comments
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-02-14 14:31:41 -03:00 |
|
|
ba6186d6eb
|
ffserver: factor out connection closing from handler
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-02-14 14:31:41 -03:00 |
|
|
5df2a502f2
|
ffserver: avoid useless substitution
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-02-14 14:31:41 -03:00 |
|
|
958d98cc1c
|
ffserver: drop unneeded delay1 var
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-02-08 00:30:29 -03:00 |
|
|
db93c2d031
|
ffserver: move misplaced comment
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-02-08 00:29:39 -03:00 |
|
|
1507e2a095
|
ffserver: drop obvious comment
Following code line is self explanatory
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-02-08 00:29:39 -03:00 |
|
|
47ba472814
|
ffserver: cosmetics and grammar
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
|
2014-02-08 00:29:39 -03:00 |
|
|
c18cfd1001
|
ffserver: use avformat_alloc_context()
Fixes null pointer dereference
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-04 16:01:02 +01:00 |
|
|
1d6666a6b8
|
ffserver: extend report_config_error() facilities, and use it for warnings
|
2013-12-16 19:19:04 +01:00 |
|
|
9985710a5a
|
ffserver: add stream Metadata option
Also deprecate Author, Comment, Copyright, and Title options, and update
docs to use the new Metadata option.
|
2013-12-16 19:18:45 +01:00 |
|
|
33f10fa657
|
ffserver: fix spacing typoin error message
|
2013-12-16 18:30:21 +01:00 |
|
|
93f0882725
|
ffserver: improve error feedback in case of av_write_frame() error
|
2013-12-13 09:42:15 +01:00 |
|
|
b58161d6b6
|
ffserver: print error code description in case of write_header() failure
Improve feedback.
|
2013-11-30 14:35:33 +01:00 |
|
|
73b8730475
|
ffserver: improve error feedback in case of write_header() failure
|
2013-11-29 12:11:39 +01:00 |
|
|
b133ec6244
|
ffserver: improve feedback in case no feed is defined for a stream
|
2013-11-29 12:11:34 +01:00 |
|
|
0083514727
|
ffserver: improve feedback in case of stream with unknown feed name
|
2013-11-29 12:11:28 +01:00 |
|
|
b1049f89fa
|
ffserver: deprecate inconsistent parsing behavior of Truncate option
Also make it accept the more consistent behavior (boolean option set to
true when specified).
|
2013-11-29 10:28:03 +01:00 |
|
|
0124fca03f
|
ffserver: extend feedback in http_start_receive_data()
|
2013-11-29 10:28:03 +01:00 |
|
|
ab89d2dd2a
|
ffserver: fix typo in comment: defaut -> default
|
2013-11-28 23:13:46 +01:00 |
|
|
77f5cb92af
|
ffserver: factorize code setting ReadOnlyFile/File options
|
2013-11-28 23:13:45 +01:00 |
|
|
0e1e5d0053
|
ffserver: improve error feedback in open_input_stream()
|
2013-11-28 23:13:45 +01:00 |
|
|
ddab41995f
|
ffserver: drop stream AudioQuality option
It has no effect, and it was never documented.
|
2013-11-28 23:13:45 +01:00 |
|
|
4f60d53b18
|
ffserver: add comment about how Launch path program is created
|
2013-11-28 23:13:45 +01:00 |
|
|
7cbbc4f7e7
|
ffserver: extend error handling when parsing the configuration file
In particular, abort immediately in case of memory error, avoid potential
crashes.
|
2013-11-28 23:13:45 +01:00 |
|
|
04702a0d3d
|
ffserver: add some error handling to main()
|
2013-11-28 23:13:45 +01:00 |
|
|
f7fbb7ac99
|
ffserver: clarify feedback in case of wrong AVOptionAudio/Video error
|
2013-11-28 10:19:03 +01:00 |
|
|
8adaee56c4
|
ffserver: factorize opt_audio/video_codec
Simplify.
|
2013-11-27 15:48:19 +01:00 |
|
|
885739f3b4
|
ffserver: strip odd chars from html error messages before sending them back
Fixes Ticket3034
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2013-10-09 00:30:46 +02:00 |
|
|
90ca814267
|
ffserver: allow choosing the pixel format
Fixes Ticket2954
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2013-09-14 03:51:45 +02:00 |
|
|
e85771f268
|
ffserver: allocate rc_eq, prevent freeing invalid pointer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2013-08-13 15:24:30 +02:00 |
|