[FFmpeg-cvslog] configure: add '-uninstalled' to uninstalled .pc files

2016-10-30 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Oct 28 12:48:54 2016 -0700| [894e7ef9b4256e92fd0ec9ec2518389502b8be91] | committer: Reynaldo H. Verdejo Pinochet configure: add '-uninstalled' to uninstalled .pc files pkg-config(1) expects uninstalled pc files to follo

[FFmpeg-cvslog] ffserver: use AVStream.codecpar in find_stream_in_feed()

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Nov 8 00:58:25 2016 -0800| [afcbadf0eda3fbb05e31bf8782adc7e782cb49fc] | committer: Michael Niedermayer ffserver: use AVStream.codecpar in find_stream_in_feed() AVStream.codec is deprecated Signed-off-by: Reynaldo H. Verdejo

[FFmpeg-cvslog] ffserver: user AVStream.codecpar in compute_status()

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Nov 8 01:07:14 2016 -0800| [822e3e2ddb8a122130047451276cda2b1b5e5e7f] | committer: Michael Niedermayer ffserver: user AVStream.codecpar in compute_status() AVStream.codec is deprecated Signed-off-by: Reynaldo H. Verdejo Pinochet

[FFmpeg-cvslog] ffserver: get time_base from AVStream in print_stream_params()

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Nov 8 00:51:28 2016 -0800| [1323349befd3f55bef2f9e46168f17a53f8f6d4a] | committer: Michael Niedermayer ffserver: get time_base from AVStream in print_stream_params() AVStream.codec is deprecated Signed-off-by: Reynaldo H. Verdejo

[FFmpeg-cvslog] ffserver: check for codec match using AVStream.codecpar

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Nov 7 16:24:32 2016 -0800| [311107a65d0105044d1691b5e85d6f30879b0eb4] | committer: Michael Niedermayer ffserver: check for codec match using AVStream.codecpar Compare using AVCodecParameters instead of the deprecated AVStream.codec

[FFmpeg-cvslog] ffserver: use AVStream.codecpar in open_input_stream()

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Nov 8 01:34:58 2016 -0800| [6f0a1710d77dde0d803861506a2157a23f08c14c] | committer: Michael Niedermayer ffserver: use AVStream.codecpar in open_input_stream() AVStream.codec is deprecated Signed-off-by: Reynaldo H. Verdejo Pinochet

[FFmpeg-cvslog] ffserver: use .codecpar instead of .codec in print_stream_params()

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Nov 8 00:49:43 2016 -0800| [689f648a9596fc1a47a719b20d7e9d67eb388d73] | committer: Michael Niedermayer ffserver: use .codecpar instead of .codec in print_stream_params() AVStream.codec is deprecated Signed-off-by: Reynaldo H

[FFmpeg-cvslog] ffserver: fix broken HTML on generated status page

2016-11-30 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Wed Nov 30 10:28:16 2016 -0800| [b5c899ab5ec8ff89daf4d034f257dd0892625400] | committer: Reynaldo H. Verdejo Pinochet ffserver: fix broken HTML on generated status page Dropped incompatible/obsoleted HTML tag attributes Signed-off-by

[FFmpeg-cvslog] libavutil: add version component accessor macros

2015-12-06 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Dec 4 14:07:23 2015 -0800| [21c34cb26154a5eadd6e10df86c20e2df3a7bd55] | committer: Reynaldo H. Verdejo Pinochet libavutil: add version component accessor macros Pretty standard macros, these should help libav* users avoid

[FFmpeg-cvslog] cmdutils: use version accessor macros

2015-12-06 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Dec 6 20:27:40 2015 -0800| [21fbc41214b8c61d3627e45c22771ded7943d86d] | committer: Reynaldo H. Verdejo Pinochet cmdutils: use version accessor macros Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: allocate AVStream's internal too

2015-12-15 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 14 09:49:08 2015 -0800| [5a31f2318b8fed1f4711cb86eab6d9b679946878] | committer: Reynaldo H. Verdejo Pinochet ffserver: allocate AVStream's internal too Avoids segfault at init_muxer() (mux.c) due to a null pointer derefe

[FFmpeg-cvslog] ffserver: free pathname before bailing out

2015-12-15 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 14 21:36:11 2015 -0800| [dadb95142bd4e8c2b831824e666bbc8b5888f501] | committer: Reynaldo H. Verdejo Pinochet ffserver: free pathname before bailing out Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: explicitly use time_t for uptime calc

2015-12-15 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 14 23:28:03 2015 -0800| [0bdf84b6b0527d30970c5fa555c7bc00a852a3cc] | committer: Reynaldo H. Verdejo Pinochet ffserver: explicitly use time_t for uptime calc Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: be explicit on failed fork() msg

2015-12-15 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 14 16:10:20 2015 -0800| [eb68c35670afbb1f8e8abc010f1e1cae9e4122f7] | committer: Reynaldo H. Verdejo Pinochet ffserver: be explicit on failed fork() msg Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: use EXIT_FAILURE on failed child fork()

2015-12-15 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 14 21:32:45 2015 -0800| [1fa81430ca9746ccce620a26313b3c1f1b698e0d] | committer: Reynaldo H. Verdejo Pinochet ffserver: use EXIT_FAILURE on failed child fork() Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: unify exit path from build_feed_streams()

2015-12-19 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Dec 15 14:51:18 2015 -0800| [532a2833830538925e7830c22a885e73e557d6d7] | committer: Reynaldo H. Verdejo Pinochet ffserver: unify exit path from build_feed_streams() Exit from main on build_feed_streams() failures & use stan

[FFmpeg-cvslog] ffserver: refactor build_feed_streams()

2015-12-19 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Wed Dec 16 18:14:25 2015 -0800| [ae2ed20b5912b00866631e78049f165deb9f2fb2] | committer: Reynaldo H. Verdejo Pinochet ffserver: refactor build_feed_streams() * Avoid excesive nesting that made it really hard to follow * Drop unneeded

[FFmpeg-cvslog] ffserver: refactor build_file_streams()

2015-12-19 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Dec 15 22:08:52 2015 -0800| [4ba148a6ea2c3f2491f1dc60246dd62c665ce1cf] | committer: Reynaldo H. Verdejo Pinochet ffserver: refactor build_file_streams() Avoid unneeded nesting, drop redundant var Signed-off-by: Reynaldo H. Verdejo

[FFmpeg-cvslog] ffserver: HTML encode msgs instead of blindly stripping chars out

2015-12-27 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Dec 22 00:53:38 2015 -0800| [daaa535867274e44d9f8a2a4745343ba66f7200e] | committer: Reynaldo H. Verdejo Pinochet ffserver: HTML encode msgs instead of blindly stripping chars out Fixes weirdness like our "??filename? not found

[FFmpeg-cvslog] ffserver: make our 404 explicitly HTML5/UTF-8

2015-12-27 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Dec 22 11:28:56 2015 -0800| [0e5c1dc9a32b64e1b3c40025c96717b62b40dfc7] | committer: Reynaldo H. Verdejo Pinochet ffserver: make our 404 explicitly HTML5/UTF-8 Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: add a doctype heading to our HTML pages

2015-12-27 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Dec 22 22:24:40 2015 -0800| [b25ac3c999b0b486018279283667129bbad06d08] | committer: Reynaldo H. Verdejo Pinochet ffserver: add a doctype heading to our HTML pages Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] avio: add detail to avio_printf() size warning

2015-12-27 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Wed Dec 23 15:05:32 2015 -0800| [baf4c489e5f468a208596cd128a6f1c49e6ae35b] | committer: Reynaldo H. Verdejo Pinochet avio: add detail to avio_printf() size warning Previous "currently size is limited" didn't give away m

[FFmpeg-cvslog] ffserver: drop unneeded else branching

2015-06-21 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Jun 21 18:28:22 2015 -0300| [683f57354deb81897a1508b946bac6384088e3a8] | committer: Reynaldo H. Verdejo Pinochet ffserver: drop unneeded else branching Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: drop unneeded else branching

2015-06-21 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Jun 21 18:57:13 2015 -0300| [6504047f82866fdc0e2a5422ad7fecb44740e9d6] | committer: Reynaldo H. Verdejo Pinochet ffserver: drop unneeded else branching Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: drop unneeded else branching

2015-06-21 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Jun 21 18:43:13 2015 -0300| [758c7a5cbc30d7fe40839e11f18f50a73011366b] | committer: Reynaldo H. Verdejo Pinochet ffserver: drop unneeded else branching Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: formating

2015-06-21 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Jun 21 18:19:09 2015 -0300| [d8a04d916b24b892ed0f86963598876085929a15] | committer: Reynaldo H. Verdejo Pinochet ffserver: formating Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] ffserver: make statement block unconditional by exiting early

2015-06-24 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Wed Jun 24 18:57:42 2015 -0300| [36a617c1625d5b05afa00e24c5e6291eb64c2bdf] | committer: Reynaldo H. Verdejo Pinochet ffserver: make statement block unconditional by exiting early Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: simplify URLContext cleanup

2015-06-24 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Jun 23 13:53:43 2015 -0300| [89234deaa2a4c4bac64736c23a50d299ce302a20] | committer: Reynaldo H. Verdejo Pinochet ffserver: simplify URLContext cleanup Drop unneeded var and avoid checking for NULL twice as ffurl_closep() already

[FFmpeg-cvslog] ffserver: factor out stream params printing

2015-06-24 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Wed Jun 24 17:41:06 2015 -0300| [1714fe2990d5404b528822b324ca35cbd607a8c0] | committer: Reynaldo H. Verdejo Pinochet ffserver: factor out stream params printing Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: unify comment formating & drop unneeded braces

2015-06-24 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Wed Jun 24 18:49:38 2015 -0300| [469c335c55674b31069aaadaaae014b33def1dff] | committer: Reynaldo H. Verdejo Pinochet ffserver: unify comment formating & drop unneeded braces Signed-off-by: Reynaldo H. Verdejo Pinochet &g

[FFmpeg-cvslog] ffserver: make statement block unconditional by exiting early

2015-06-24 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Wed Jun 24 19:03:19 2015 -0300| [08724da976e9645488c215327a47c2c5a51fbe33] | committer: Reynaldo H. Verdejo Pinochet ffserver: make statement block unconditional by exiting early Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: warn if config uses a system port

2014-08-17 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Aug 17 20:16:27 2014 -0400| [fb2de3c4d1372965f5bf4aa9037b9b629852dbe3] | committer: Reynaldo H. Verdejo Pinochet ffserver: warn if config uses a system port Should be harmless as far as users know what they are doing but an

[FFmpeg-cvslog] ffserver: tests, use Metadata title in config

2014-08-24 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Aug 22 18:29:18 2014 -0400| [07bc24973b8cf97dc52e69de236d06126740c55d] | committer: Reynaldo H. Verdejo Pinochet ffserver: tests, use Metadata title in config 'Title' was deprecated with 9985710a5a927d52c345c4bdcc88f5

[FFmpeg-cvslog] ffserver: tests, use new port/bindaddress config

2014-08-24 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Wed Aug 20 00:49:38 2014 -0400| [d67d4072390d8db6520306e40795a75ee54e2b61] | committer: Reynaldo H. Verdejo Pinochet ffserver: tests, use new port/bindaddress config Comming from commit 1013d8dd6967f1e776c08dc133ed6ae44ca3dc64 the old

[FFmpeg-cvslog] ffserver: tests, use image2 instead of pgmyuv

2014-08-31 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Aug 25 12:24:02 2014 -0400| [b627385b4bd26bb45da5999fb12a8171fc224115] | committer: Reynaldo H. Verdejo Pinochet ffserver: tests, use image2 instead of pgmyuv Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: tests, force +global_header for ASF

2014-09-07 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Sep 1 13:12:09 2014 -0400| [5e7524195c6a69e887c28976304db70e94d9eea4] | committer: Reynaldo H. Verdejo Pinochet ffserver: tests, force +global_header for ASF Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: drop custom skip_spaces() impl

2014-09-13 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Sep 13 20:52:03 2014 -0300| [2638af2fc5ec4b85d42ac381ed3f2fe7237e94e1] | committer: Reynaldo H. Verdejo Pinochet ffserver: drop custom skip_spaces() impl Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: use correct error for stream not found

2014-09-13 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Sep 13 19:05:04 2014 -0300| [4c8be331bcd57559177559d9a704368a31126aa9] | committer: Reynaldo H. Verdejo Pinochet ffserver: use correct error for stream not found Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] libavfilter/af_join: avoid derreferencing possible null

2014-09-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 26 12:52:09 2014 -0300| [e3e051c42c484ddd924d3230cd51544545986645] | committer: Reynaldo H. Verdejo Pinochet libavfilter/af_join: avoid derreferencing possible null ff_all_channel_layouts() might return null on alloc failure

[FFmpeg-cvslog] libavfilter/af_channelmap: avoid derreferencing possible null

2014-09-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 26 13:58:22 2014 -0300| [32288234a200f69e1638c7d6e0129d5353e333a3] | committer: Reynaldo H. Verdejo Pinochet libavfilter/af_channelmap: avoid derreferencing possible null ff_all_channel_layouts() might return null on alloc

[FFmpeg-cvslog] libavfilter/af_amix: avoid derreferencing possible null

2014-09-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 26 16:37:28 2014 -0300| [a9ea79bb4976382b5648647013290ab61cf031e7] | committer: Reynaldo H. Verdejo Pinochet libavfilter/af_amix: avoid derreferencing possible null ff_all_channel_layouts() might return null on alloc failure

[FFmpeg-cvslog] ffserver_config: fix line lengths

2014-11-02 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Nov 2 21:54:23 2014 -0300| [200270cc8b2879ef05d534d9cb2ab513f0e0a1c1] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: fix line lengths Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver_config: simplify some if true conditions

2014-11-02 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Nov 2 21:56:04 2014 -0300| [17cc78505c336fddc68a6d29fc0bdc9051271012] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: simplify some if true conditions Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver_config: add fixme on buffer_aggressivity/eq deprecation

2014-11-02 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Nov 2 22:10:54 2014 -0300| [33aacb775013a600f1e1bc26c6ca13fd5d92e959] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: add fixme on buffer_aggressivity/eq deprecation Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: drop pointless explicit !=0 checks

2014-11-16 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Nov 16 20:12:29 2014 -0300| [33d6f90e3e0241939ea0be9ca9e1f335942081c8] | committer: Reynaldo H. Verdejo Pinochet ffserver: drop pointless explicit !=0 checks Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver_config: reflow _get_arg()

2014-12-05 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Dec 6 02:14:20 2014 -0300| [ac896f0cd1b1e71f1f62da451dc96abef80f3c71] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: reflow _get_arg() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver_config: fix line width on fwd declarations

2014-12-05 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Dec 6 02:21:56 2014 -0300| [7cdc99707bf7b38ee67d848e528ff7fdac6219d3] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: fix line width on fwd declarations Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver_config: reflow _parse_ffconfig()

2014-12-05 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Dec 5 20:38:30 2014 -0300| [da95fe4ef81c120de0bf566c1881bec89f8f086f] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: reflow _parse_ffconfig() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver_config: check strchr() return for NULL

2014-12-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 8 12:42:39 2014 -0300| [f95cfff07765912676cc613b55e2234b5d70f1bd] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: check strchr() return for NULL Should fix FFmpeg Coverity Scan issue #1257013 Signed-off-by

[FFmpeg-cvslog] ffserver_config: break lines at 80 chars

2014-12-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 8 17:25:35 2014 -0300| [b4c69b7ea8c0683f5a4b659d055132db328a1351] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: break lines at 80 chars Add braces when needed and drop redundant parethesis while at it. Signed-off

[FFmpeg-cvslog] ffserver_config: improve error/warning messages

2014-12-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 8 14:12:36 2014 -0300| [b28d5877826c89cbf8b3f6ad9ba3e57307a2f33b] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: improve error/warning messages Fix grammar and quote user-supplied values. Signed-off-by: Reynaldo H

[FFmpeg-cvslog] ffserver_config: reflow add_codec()

2014-12-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Dec 8 18:32:22 2014 -0300| [720dffb843aa780d25b7be224c63ffc0aba13671] | committer: Reynaldo H. Verdejo Pinochet ffserver_config: reflow add_codec() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: reflow start_children()

2014-12-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Dec 9 02:57:02 2014 -0300| [ec42251715294719e790e4cc48b29f99e74b2a65] | committer: Reynaldo H. Verdejo Pinochet ffserver: reflow start_children() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: reindent start_children()

2014-12-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Dec 9 03:03:41 2014 -0300| [18011888cc8791ab6c3d1a3563ff62a834f77a92] | committer: Reynaldo H. Verdejo Pinochet ffserver: reindent start_children() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: break lines at 80 in func prototypes

2014-12-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Dec 9 02:04:10 2014 -0300| [1abdfb100ac6b47b20db1af7b3402c3517c4b9d4] | committer: Reynaldo H. Verdejo Pinochet ffserver: break lines at 80 in func prototypes Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: reindent start_multicast()

2014-12-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Dec 26 18:17:47 2014 -0300| [978bc4327b11d75fdc5302a83dbf70499068eded] | committer: Reynaldo H. Verdejo Pinochet ffserver: reindent start_multicast() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: reflow start_multicast()

2014-12-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Dec 26 18:03:25 2014 -0300| [719cc025869b59bbdc438ffe2236a0c7e0062d17] | committer: Reynaldo H. Verdejo Pinochet ffserver: reflow start_multicast() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: minor formatting improvement to http_server()

2014-12-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Dec 26 18:34:52 2014 -0300| [114622369939f0a6a9794d273e6c5adad17a437c] | committer: Reynaldo H. Verdejo Pinochet ffserver: minor formatting improvement to http_server() Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: check for EOF|error at loop condition

2014-12-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Dec 26 19:01:31 2014 -0300| [a18456a2032e49385447a1d0d2f146f65fe9a5e1] | committer: Reynaldo H. Verdejo Pinochet ffserver: check for EOF|error at loop condition Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: reflow close_connection()

2014-12-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Dec 26 18:43:40 2014 -0300| [0121ddabb8677730f415115c8f9d50e27269111e] | committer: Reynaldo H. Verdejo Pinochet ffserver: reflow close_connection() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: reflow rtsp_cmd_setup()

2015-01-03 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Jan 3 20:12:15 2015 -0300| [ac1940b2ba7d999f2da6100a2cf6cab30e216f3e] | committer: Reynaldo H. Verdejo Pinochet ffserver: reflow rtsp_cmd_setup() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: drop redundant else clause

2015-01-03 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Jan 3 20:06:19 2015 -0300| [196bc03a869a8744612e5355efee119a03578ec3] | committer: Reynaldo H. Verdejo Pinochet ffserver: drop redundant else clause Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: reindent rtsp_cmd_setup()

2015-01-03 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Jan 3 20:17:28 2015 -0300| [997508847215a852d2f5d564e641f38f8bd93c46] | committer: Reynaldo H. Verdejo Pinochet ffserver: reindent rtsp_cmd_setup() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: reindent compute_status()

2015-01-03 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Jan 2 23:01:10 2015 -0300| [9e55130a9d84f211608a5f405f245c93a5abe135] | committer: Reynaldo H. Verdejo Pinochet ffserver: reindent compute_status() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: reflow compute_status()

2015-01-03 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Jan 2 22:30:05 2015 -0300| [907101eb8395564dd9485c7e97fb1b5ae6afb9ad] | committer: Reynaldo H. Verdejo Pinochet ffserver: reflow compute_status() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: reflow http_vlog()

2015-01-23 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Jan 24 01:10:35 2015 -0300| [e97545646af74536a3674954ade51464f51f38dc] | committer: Reynaldo H. Verdejo Pinochet ffserver: reflow http_vlog() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: reindent http_vlog()

2015-01-23 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Jan 24 01:11:58 2015 -0300| [7d3857b7ab590752a9c3a32fab7559ec8ad49537] | committer: Reynaldo H. Verdejo Pinochet ffserver: reindent http_vlog() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: reflow handle_connection()

2015-01-23 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Jan 24 01:35:39 2015 -0300| [eadd66a4aff74fd39f8847b655c4ad3a1ac5db2e] | committer: Reynaldo H. Verdejo Pinochet ffserver: reflow handle_connection() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: reindent handle_connection()

2015-01-23 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Jan 24 01:44:23 2015 -0300| [197acee767ddeb9ffeeacf5f9c3449375162f52a] | committer: Reynaldo H. Verdejo Pinochet ffserver: reindent handle_connection() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: reflow find_stream_in_feed()

2015-01-23 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sat Jan 24 01:56:18 2015 -0300| [2699a378167550d50f2b32587bdbc985a2a6bc54] | committer: Reynaldo H. Verdejo Pinochet ffserver: reflow find_stream_in_feed() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: break too-long lines

2015-02-15 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Feb 15 14:47:54 2015 -0300| [50c1cac4324fdd6b22d2d59ebd7842141f8f6461] | committer: Reynaldo H. Verdejo Pinochet ffserver: break too-long lines Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: fix wrong indentation

2015-02-15 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Feb 15 14:58:47 2015 -0300| [df4346c541ca8e843ae1a87f8fb12f15659e79a5] | committer: Reynaldo H. Verdejo Pinochet ffserver: fix wrong indentation Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: reorder HTTP fwd decls

2015-02-15 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Feb 15 13:23:06 2015 -0300| [8129ccec3a6a5bd100ccf292d4abe5b388426e95] | committer: Reynaldo H. Verdejo Pinochet ffserver: reorder HTTP fwd decls Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: decouple assignment and check

2015-02-15 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Feb 15 14:54:34 2015 -0300| [bd8e16f2e6f069dd8f63b5c22821b581ffe3151a] | committer: Reynaldo H. Verdejo Pinochet ffserver: decouple assignment and check Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] RELEASE_NOTES: small grammar fixes and improvements

2015-03-06 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: release/2.6 | Reynaldo H. Verdejo Pinochet | Fri Mar 6 22:13:42 2015 -0300| [791e0856348410b46cd8efdc5a33d13c8048d3ec] | committer: Reynaldo H. Verdejo Pinochet RELEASE_NOTES: small grammar fixes and improvements Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: move assignment outside condition eval

2015-03-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Mar 8 14:15:50 2015 -0300| [0002a22e0e4e4214a51f18d0e08517b75696c4c0] | committer: Reynaldo H. Verdejo Pinochet ffserver: move assignment outside condition eval Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: remove stale debug stanza

2015-03-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Mar 8 14:19:16 2015 -0300| [e10b2a4dc00ced101eb0bfbe38aee88fee88c563] | committer: Reynaldo H. Verdejo Pinochet ffserver: remove stale debug stanza Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: break some too long lines

2015-03-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Mar 8 14:11:35 2015 -0300| [923a24456972567ff6f7f0534a25f33d056a6fbc] | committer: Reynaldo H. Verdejo Pinochet ffserver: break some too long lines Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: move decl to start of func

2015-07-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Jul 26 22:29:47 2015 -0300| [2ea642ff4b730fcfc70cf6dc0c959762b8c9d799] | committer: Reynaldo H. Verdejo Pinochet ffserver: move decl to start of func Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: simplify assignment with ternary

2015-07-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Jul 26 23:11:37 2015 -0300| [c75bc268a2894d26e793d0c12e84d4ec6cc24860] | committer: Reynaldo H. Verdejo Pinochet ffserver: simplify assignment with ternary Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: drop superfluous else clause

2015-07-26 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Jul 26 23:53:08 2015 -0300| [b16b8c815c2c94ac2bbe0ee1a1775f76963339ea] | committer: Reynaldo H. Verdejo Pinochet ffserver: drop superfluous else clause Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: unify fail path in socket_open_listen()

2015-09-11 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 11 14:53:09 2015 -0700| [9a168e9371d6fbd69c9a88d5573a5ade095efaaf] | committer: Reynaldo H. Verdejo Pinochet ffserver: unify fail path in socket_open_listen() Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: remove redundant comment, clarify another one

2015-09-11 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 11 17:07:52 2015 -0700| [314bc20d7a4bd608a51560e1f174d9ff1d16c327] | committer: Reynaldo H. Verdejo Pinochet ffserver: remove redundant comment, clarify another one Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: unify exit path in http_server()

2015-09-11 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 11 15:05:48 2015 -0700| [2580395e1cd27c643bd95712c88ba7c0358c44ac] | committer: Reynaldo H. Verdejo Pinochet ffserver: unify exit path in http_server() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: start dropping all unneededly harcoded str lengths

2015-09-18 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Sep 14 14:53:18 2015 -0700| [fb349359dc9ce7b794106ee5e5f4e33c1b56a449] | committer: Reynaldo H. Verdejo Pinochet ffserver: start dropping all unneededly harcoded str lengths Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: break early on _parse_acl_row()

2015-09-18 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 18 15:32:39 2015 -0700| [eb613877bf2b0af8c43b6bf6ec97398cfe825102] | committer: Reynaldo H. Verdejo Pinochet ffserver: break early on _parse_acl_row() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: explicitly free() duped filename

2015-09-18 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 18 15:03:34 2015 -0700| [c677b42f795a77f264528424294f9a5c8949345f] | committer: Reynaldo H. Verdejo Pinochet ffserver: explicitly free() duped filename Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: remove useless assignment leftover

2015-09-18 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 18 15:41:55 2015 -0700| [7a30f51446223567a6341416be38a7c30d748fd2] | committer: Reynaldo H. Verdejo Pinochet ffserver: remove useless assignment leftover Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: drop error counting when parsing ACL row

2015-09-25 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 25 11:02:12 2015 -0700| [83411d73313e4c5a3438e814d8f49287d726a15c] | committer: Reynaldo H. Verdejo Pinochet ffserver: drop error counting when parsing ACL row Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: rm whitespace c&p leftovers from macro

2015-09-25 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Thu Sep 24 14:12:08 2015 -0700| [5c1acf0a09b0adeed352c2f21756a07eac379fba] | committer: Reynaldo H. Verdejo Pinochet ffserver: rm whitespace c&p leftovers from macro Signed-off-by: Reynaldo H. Verdejo Pinochet &g

[FFmpeg-cvslog] ffserver: drop unneeded branching

2015-09-25 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Sep 25 11:04:25 2015 -0700| [086718e8f783889dd1d13c4ade51b6babd327521] | committer: Reynaldo H. Verdejo Pinochet ffserver: drop unneeded branching Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] ffserver: unify exit path in _write_index()

2015-10-04 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Oct 4 14:08:57 2015 -0700| [3388bcced450bfc8e6aff17f57184f29fd4a3383] | committer: Reynaldo H. Verdejo Pinochet ffserver: unify exit path in _write_index() Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: fix line wrapping on function decls

2015-10-04 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Fri Oct 2 14:01:24 2015 -0700| [1175bbd14fe36f1bbd99fd096630bcfd77767199] | committer: Reynaldo H. Verdejo Pinochet ffserver: fix line wrapping on function decls Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: fix up rate units in server messages

2015-10-04 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Oct 4 14:45:49 2015 -0700| [84b4998dbdbd7fc5a2dac58239cbe0989a6aa4da] | committer: Reynaldo H. Verdejo Pinochet ffserver: fix up rate units in server messages Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: wrap around bandwidth exceeded msg text

2015-10-04 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Oct 4 14:42:27 2015 -0700| [d8c714cb241b0c914eedf8808c5840ac8fee3a38] | committer: Reynaldo H. Verdejo Pinochet ffserver: wrap around bandwidth exceeded msg text Signed-off-by: Reynaldo H. Verdejo Pinochet > h

[FFmpeg-cvslog] ffserver: wrap around too-busy message text

2015-10-04 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Oct 4 14:28:01 2015 -0700| [8a9089948f023600c1ba70893d5b45fc4b8ecd6c] | committer: Reynaldo H. Verdejo Pinochet ffserver: wrap around too-busy message text Signed-off-by: Reynaldo H. Verdejo Pinochet > http://git.videolan.

[FFmpeg-cvslog] ffserver: avoid leaking pathname at exit

2015-10-04 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Sun Oct 4 22:29:49 2015 -0700| [fe95b0eb8fdfd8d531a03b621e1a21a6f3c87811] | committer: Reynaldo H. Verdejo Pinochet ffserver: avoid leaking pathname at exit Fixes Coverity CID 1325681 Signed-off-by: Reynaldo H. Verdejo Pinochet