[FFmpeg-cvslog] network: Use ff_neterrno instead of AVERROR(errno) for poll errors

2018-09-11 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Sat Apr 8 14:21:28 2017 +0200| [c194b9ad6dbe65f5abd68158c4811ed84e2a2b95] | committer: Martin Storsjö network: Use ff_neterrno instead of AVERROR(errno) for poll errors This makes sure to pick up the actual error codes on windows. Signed-off-by

[FFmpeg-cvslog] avcodec/imgconvert: fix possible null pointer dereference

2018-07-16 Thread Simon Thelen
ffmpeg | branch: release/3.3 | Simon Thelen | Tue Apr 3 14:41:33 2018 +0200| [28e0e494ee6499e7c37255e54453d791ff79ae54] | committer: Michael Niedermayer avcodec/imgconvert: fix possible null pointer dereference regression since 354b26a3945eadd4ed8fcd801dfefad2566241de (cherry picked from

[FFmpeg-cvslog] avcodec/imgconvert: fix possible null pointer dereference

2018-07-15 Thread Simon Thelen
ffmpeg | branch: release/2.8 | Simon Thelen | Tue Apr 3 14:41:33 2018 +0200| [03af6ab540ccf0987da27dab71cf65eb5aa6136d] | committer: Michael Niedermayer avcodec/imgconvert: fix possible null pointer dereference regression since 354b26a3945eadd4ed8fcd801dfefad2566241de (cherry picked from

[FFmpeg-cvslog] avcodec/imgconvert: fix possible null pointer dereference

2018-07-15 Thread Simon Thelen
ffmpeg | branch: release/3.2 | Simon Thelen | Tue Apr 3 14:41:33 2018 +0200| [c773ce32e1f0213117cb12534289c65954d26455] | committer: Jan Ekström avcodec/imgconvert: fix possible null pointer dereference regression since 354b26a3945eadd4ed8fcd801dfefad2566241de (cherry picked from commit

[FFmpeg-cvslog] avcodec/imgconvert: fix possible null pointer dereference

2018-07-15 Thread Simon Thelen
ffmpeg | branch: release/3.4 | Simon Thelen | Tue Apr 3 14:41:33 2018 +0200| [c1e172c2e14ef059dac632f7c67f081dfecd30dc] | committer: Jan Ekström avcodec/imgconvert: fix possible null pointer dereference regression since 354b26a3945eadd4ed8fcd801dfefad2566241de (cherry picked from commit

[FFmpeg-cvslog] avcodec/imgconvert: fix possible null pointer dereference

2018-04-03 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Tue Apr 3 14:41:33 2018 +0200| [8c2c97403baf95d0facb53f03e468f023eb943e1] | committer: Paul B Mahol avcodec/imgconvert: fix possible null pointer dereference regression since 354b26a3945eadd4ed8fcd801dfefad2566241de > http://git.videolan.

[FFmpeg-cvslog] libavformat/tcp: fix return code for tcp_accept

2017-05-10 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Sat Apr 8 14:21:28 2017 +0200| [54b6bef6e13adf377c78c28ede22a4322ab28865] | committer: Michael Niedermayer libavformat/tcp: fix return code for tcp_accept ff_accept can return AVERROR(ETIMEDOUT) and errno will be 0 (or undefined), return ret instead

[FFmpeg-cvslog] doc/ffmpeg: add documentation for the disposition option

2016-11-13 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Fri Nov 11 01:27:12 2016 +0100| [cd5da01daab7813f8215b1215cfe4cfcdc7a1ab4] | committer: Michael Niedermayer doc/ffmpeg: add documentation for the disposition option Signed-off-by: Simon Thelen Signed-off-by: Michael Niedermayer > h

Re: [FFmpeg-cvslog] Merge commit '81306fd4bdeb5c17d4db771e4fec684773b5790f'

2016-03-13 Thread Simon Thelen
&c->headers, "headers", u->priv_data); +update_options(&c->headers, "headers", u); // get the previous http proxt & set back to null if string size is zero -update_options(&c->http_proxy, "http_proxy", u->priv_data); +update_options(&c->http_proxy, "http_proxy", u); } -- Simon Thelen ___ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

[FFmpeg-cvslog] fate: add limited_input_seek tests

2015-12-07 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Sun Dec 6 05:00:54 2015 +0100| [6596c6fca7e8d94cca1eec21c692c8dd83aaf9cd] | committer: Michael Niedermayer fate: add limited_input_seek tests Signed-off-by: Simon Thelen Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.

2015-12-06 Thread Simon Thelen
ffmpeg | branch: release/2.4 | Simon Thelen | Fri Sep 11 21:49:07 2015 +0200| [c6769b6d56bea1548a1c0167fdc322991bd46e50] | committer: Michael Niedermayer lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream. Not requiring this can end up producing hilariously broken files

[FFmpeg-cvslog] ffmpeg: When streamcopying, only add the input seek position when copying timestamps.

2015-12-04 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Sun Nov 22 15:03:17 2015 +0100| [5b6c0fdb4316ef71ef151e8b0f9137fe64877589] | committer: Michael Niedermayer ffmpeg: When streamcopying, only add the input seek position when copying timestamps. Using -ss as an input option shifts timestamps down by

[FFmpeg-cvslog] lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.

2015-11-26 Thread Simon Thelen
ffmpeg | branch: release/2.5 | Simon Thelen | Fri Sep 11 21:49:07 2015 +0200| [89b7e5cb2a8adff452ad2f10243d5940e6444995] | committer: Michael Niedermayer lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream. Not requiring this can end up producing hilariously broken files

[FFmpeg-cvslog] doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.

2015-11-19 Thread Simon Thelen
ffmpeg | branch: release/2.6 | Simon Thelen | Mon Nov 2 15:57:50 2015 +0100| [d9bff0843f67cf271b8dd9a3b5fadd27660aeb94] | committer: Michael Niedermayer doc/ffmpeg: Clarify that the sdp_file option requires an rtp output. Signed-off-by: Simon Thelen Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] ffmpeg: Don' t try and write sdp info if none of the outputs had an rtp format.

2015-11-19 Thread Simon Thelen
ffmpeg | branch: release/2.6 | Simon Thelen | Mon Nov 2 16:36:16 2015 +0100| [c3467bbc5250c5b9f35a5e174dcbbdb2eac50706] | committer: Michael Niedermayer ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format. Fixes a segfault when trying to write nonexisten

[FFmpeg-cvslog] lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.

2015-11-19 Thread Simon Thelen
ffmpeg | branch: release/2.6 | Simon Thelen | Fri Sep 11 21:49:07 2015 +0200| [b096f160957bbb598a0fa00947b98393f3158e23] | committer: Michael Niedermayer lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream. Not requiring this can end up producing hilariously broken files

[FFmpeg-cvslog] doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.

2015-11-11 Thread Simon Thelen
ffmpeg | branch: release/2.7 | Simon Thelen | Mon Nov 2 15:57:50 2015 +0100| [ae270314c7f4e9fabc9166bb5f5dfcba03304703] | committer: Michael Niedermayer doc/ffmpeg: Clarify that the sdp_file option requires an rtp output. Signed-off-by: Simon Thelen Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] ffmpeg: Don' t try and write sdp info if none of the outputs had an rtp format.

2015-11-11 Thread Simon Thelen
ffmpeg | branch: release/2.7 | Simon Thelen | Mon Nov 2 16:36:16 2015 +0100| [b9a3e0af07bc09e1c5db28bf90505e1d7a76daa6] | committer: Michael Niedermayer ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format. Fixes a segfault when trying to write nonexisten

[FFmpeg-cvslog] lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.

2015-11-11 Thread Simon Thelen
ffmpeg | branch: release/2.7 | Simon Thelen | Fri Sep 11 21:49:07 2015 +0200| [d1de4923305b326990ace91f3a56c2916cda1037] | committer: Michael Niedermayer lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream. Not requiring this can end up producing hilariously broken files

[FFmpeg-cvslog] doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.

2015-11-10 Thread Simon Thelen
ffmpeg | branch: release/2.8 | Simon Thelen | Mon Nov 2 15:57:50 2015 +0100| [e5a2f5e74d09f7ac2233d4c2cdb0adf6745ba017] | committer: Michael Niedermayer doc/ffmpeg: Clarify that the sdp_file option requires an rtp output. Signed-off-by: Simon Thelen Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] ffmpeg: Don' t try and write sdp info if none of the outputs had an rtp format.

2015-11-10 Thread Simon Thelen
ffmpeg | branch: release/2.8 | Simon Thelen | Mon Nov 2 16:36:16 2015 +0100| [dac3598563ad14704efc40f52acb1eb3b294835d] | committer: Michael Niedermayer ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format. Fixes a segfault when trying to write nonexisten

[FFmpeg-cvslog] ffmpeg: Don' t try and write sdp info if none of the outputs had an rtp format.

2015-11-09 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Mon Nov 2 16:36:16 2015 +0100| [70fb5eadc580a82c4b977a1233d70ad0041faba0] | committer: Michael Niedermayer ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format. Fixes a segfault when trying to write nonexistent rtp inform

[FFmpeg-cvslog] doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.

2015-11-09 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Mon Nov 2 15:57:50 2015 +0100| [b02201efb531348406e48f9252bd39a6acebd2b7] | committer: Michael Niedermayer doc/ffmpeg: Clarify that the sdp_file option requires an rtp output. Signed-off-by: Simon Thelen Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.

2015-10-08 Thread Simon Thelen
ffmpeg | branch: release/2.8 | Simon Thelen | Fri Sep 11 21:49:07 2015 +0200| [9bbcd1cc7b19be80e59619a443edead333b8efb9] | committer: Michael Niedermayer lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream. Not requiring this can end up producing hilariously broken files

[FFmpeg-cvslog] lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream.

2015-09-11 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Fri Sep 11 21:49:07 2015 +0200| [b84232694ef0c6897e82b52326c9ea4027c69ec4] | committer: Michael Niedermayer lavf/webvttenc: Require webvtt file to contain exactly one WebVTT stream. Not requiring this can end up producing hilariously broken files

[FFmpeg-cvslog] libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing ' c'.

2015-08-20 Thread Simon Thelen
ffmpeg | branch: release/2.4 | Simon Thelen | Tue Jun 9 04:55:57 2015 +0200| [d7682421528f76cd0b64fbe649f9501e61e5ec59] | committer: Michael Niedermayer libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing 'c'. Return l

[FFmpeg-cvslog] libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing ' c'.

2015-07-27 Thread Simon Thelen
ffmpeg | branch: release/2.5 | Simon Thelen | Tue Jun 9 04:55:57 2015 +0200| [fb22fc0c46bb4bee48cdcdf43c8cb1d18aa04e20] | committer: Michael Niedermayer libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing 'c'. Return l

[FFmpeg-cvslog] libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing ' c'.

2015-07-20 Thread Simon Thelen
ffmpeg | branch: release/2.6 | Simon Thelen | Tue Jun 9 04:55:57 2015 +0200| [3c7e41df27e264f4952cda66dbd0a4618021d8c2] | committer: Michael Niedermayer libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing 'c'. Return l

[FFmpeg-cvslog] libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'.

2015-06-20 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Sat Jun 20 18:52:50 2015 +0200| [7cbb52ecab90206eccb8cb629019d3a7816769f0] | committer: Michael Niedermayer libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'. Signed-off-by: Michael Niedermayer > http://git

[FFmpeg-cvslog] libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing ' c'.

2015-06-17 Thread Simon Thelen
ffmpeg | branch: release/2.2 | Simon Thelen | Tue Jun 9 04:55:57 2015 +0200| [b2d7a0840534b54dab3ecb2e0e498505353e8c01] | committer: Michael Niedermayer libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing 'c'. Return l

[FFmpeg-cvslog] libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing ' c'.

2015-06-09 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Tue Jun 9 04:55:57 2015 +0200| [83307a32eb0c9f0843f655c44bb65e3e999153f8] | committer: Michael Niedermayer libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing 'c'. Return l

[FFmpeg-cvslog] configure: add pkg-config support for libdcadec

2015-04-16 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Wed Apr 15 17:18:58 2015 +0200| [ed2a712750c3342e399a44f9c5c2bd278128c759] | committer: Michael Niedermayer configure: add pkg-config support for libdcadec Signed-off-by: Simon Thelen Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] doc/ffmpeg.texi: document the new -sdp_file option

2014-12-28 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Sun Dec 28 14:51:15 2014 +0100| [750b10ff85d42d9e18f65b2ca8db3549fc840d37] | committer: Michael Niedermayer doc/ffmpeg.texi: document the new -sdp_file option Signed-off-by: Simon Thelen Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] ffmpeg: add sdp_file option

2014-12-27 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Thu Dec 25 22:56:06 2014 +0100| [cc63da1223da2ccd758d3aab815ad230d74f1a5d] | committer: Michael Niedermayer ffmpeg: add sdp_file option Allow printing of sdp information to a file specified by -sdp_file This allows users to print sdp information when

[FFmpeg-cvslog] doc/filters: use '|' instead of ':' in the documentation.

2014-11-18 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Tue Nov 18 13:29:27 2014 +0100| [43c1d82b86b2c05061862b4e9f4a64ec1c8a6975] | committer: Michael Niedermayer doc/filters: use '|' instead of ':' in the documentation. Using colons to separate the outdefs is deprecated. Switch to u

[FFmpeg-cvslog] doc/filters: fix localtime drawtext example.

2014-10-18 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Wed Sep 10 00:01:19 2014 +0200| [69071e8e9c04e406545d24479b9abc6cdacb158e] | committer: Michael Niedermayer doc/filters: fix localtime drawtext example. The colon after the localtime function call needs an additional layer of escaping or else

[FFmpeg-cvslog] ffmpeg_opt: abort if -to <= -ss

2014-10-11 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Fri Oct 10 23:04:01 2014 +0200| [8c4ca4aa5aa998e31337e30ff30ebf48f534acc2] | committer: Michael Niedermayer ffmpeg_opt: abort if -to <= -ss Makes ffmpeg abort instead of continuing when stop_time <= start_time. Closes ticket #4015. Signed-

[FFmpeg-cvslog] libavformat/segment: change segment_list_size behavior to match hls_list_size behavior.

2014-07-16 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Wed Jul 9 21:40:43 2014 +0200| [fa6716c66d31385a0f306c2a3f46f44e0d928ff9] | committer: Michael Niedermayer libavformat/segment: change segment_list_size behavior to match hls_list_size behavior. Make the segment muxer keep segment_list_size segments