[FFmpeg-cvslog] avformat/avio: remove 4k limit from avio_printf

2019-08-17 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Aug 5 22:27:47 2019 +0200| [95fa73a2b48fe8e73fb2b25d3b272da1bbd167b3] | committer: Marton Balint avformat/avio: remove 4k limit from avio_printf We do this by switching to AVBPrint. v2: Also set IO context error flag in case of ENOMEM. Signed

[FFmpeg-cvslog] avformat/avio: add avio_print_string_array and avio_print

2019-08-17 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Aug 5 21:50:42 2019 +0200| [a82f8f2f10d0a4d8072919a8e4bdc1c39f4d27b8] | committer: Marton Balint avformat/avio: add avio_print_string_array and avio_print These functions can be used to print a variable number of strings consecutively to the IO

[FFmpeg-cvslog] avformat/assenc: optimize writing dialogs

2019-08-17 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Aug 5 22:36:56 2019 +0200| [61b4daf78ce09534b258aae6b86934ce98d2b27f] | committer: Marton Balint avformat/assenc: optimize writing dialogs An example where the preivously added API can be useful. Also fixes ticket #6390. Signed-off-by: Marton

[FFmpeg-cvslog] avformat/mpegtsenc: remove section_write_packet forward declaration

2019-08-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Aug 2 23:28:22 2019 +0200| [9de40bf624a460c46984c1d6e460c9777b680b81] | committer: Marton Balint avformat/mpegtsenc: remove section_write_packet forward declaration Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/mpegtsenc: remove deprecated resend_headers option

2019-08-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Aug 8 09:25:31 2019 +0200| [59744637673d4fc1974e24f5a8e0137d104e16a1] | committer: Marton Balint avformat/mpegtsenc: remove deprecated resend_headers option Deprecated since 2014. Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] avformat/mpegtsenc: factorize setting up services

2019-08-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Aug 2 23:25:55 2019 +0200| [47ea654bd8d112f5770b541a5a270fb8d9e71385] | committer: Marton Balint avformat/mpegtsenc: factorize setting up services Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/mpegtsenc: use increasing numbers in default service names

2019-08-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Aug 2 23:51:57 2019 +0200| [a4d984ad33190500ce146e2d91610e0b2741bbbf] | committer: Marton Balint avformat/mpegtsenc: use increasing numbers in default service names Maybe we should use service ID instead of increasing numbers? Signed-off-by

[FFmpeg-cvslog] avformat/mpegtsenc: fix incorrect PCR selection with multiple programs

2019-08-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Aug 2 09:46:51 2019 +0200| [d770e0f401e77ccd4640bbc805384f928d5de244] | committer: Marton Balint avformat/mpegtsenc: fix incorrect PCR selection with multiple programs The MPEG-TS muxer had a serious bug related to the use of multiple programs

[FFmpeg-cvslog] avformat/mpegtsenc: fix PCR generation intervals

2019-08-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Aug 4 21:52:35 2019 +0200| [88ac76be796025dfa7cc55124e881fbc59b7377a] | committer: Marton Balint avformat/mpegtsenc: fix PCR generation intervals PCR generation was based on counting packets for both CBR and VBR streams. Couting packets might

[FFmpeg-cvslog] ffplay: properly detect all window size changes

2019-08-14 Thread Marton Balint
ffmpeg | branch: release/4.2 | Marton Balint | Tue Aug 13 23:05:44 2019 +0200| [c8dcda22f170a3024c34517a766ff07aa0edaa09] | committer: Marton Balint ffplay: properly detect all window size changes SDL_WINDOWEVENT_SIZE_CHANGED should be used instead of SDL_WINDOWEVENT_RESIZED because

[FFmpeg-cvslog] ffplay: properly detect all window size changes

2019-08-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Aug 13 23:05:44 2019 +0200| [a1c70148471c528104d64dffbc7af70e5d1ce33e] | committer: Marton Balint ffplay: properly detect all window size changes SDL_WINDOWEVENT_SIZE_CHANGED should be used instead of SDL_WINDOWEVENT_RESIZED because

[FFmpeg-cvslog] avcodec/encode: only allow undersized audio frames if they are the last

2019-08-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Aug 3 21:44:28 2019 +0200| [686755f02b0214155f3a044f263c2b60abdf9800] | committer: Marton Balint avcodec/encode: only allow undersized audio frames if they are the last Otherwise the user might get a silence padded frame in the beginning or in

[FFmpeg-cvslog] avformat/mpegts: respect program number when merging streams

2019-07-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Jul 9 22:32:06 2019 +0200| [81d3d7dd44acc7ae7c57e99176d1d428fb40c353] | committer: Marton Balint avformat/mpegts: respect program number when merging streams merge_pmt_versions was not usable if multiple programs were present because when it was

[FFmpeg-cvslog] avformat/movenc: use unspecified language by default

2019-07-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 19 19:58:40 2019 +0200| [397abca001c8a82b8d31c648c1728f9186722180] | committer: Marton Balint avformat/movenc: use unspecified language by default English was used before. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/filters: move reference to framesync options from lut3d to haldclut

2019-06-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri May 31 23:05:52 2019 +0200| [415886588fad089895b60027ac08c8aa1a2431aa] | committer: Marton Balint doc/filters: move reference to framesync options from lut3d to haldclut Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/f_loop: fix video loop issues with 0 size or when size is bigger than input

2019-05-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 19 21:16:03 2019 +0200| [87e0247a6c0f281158425d0f4958f1f1090bc15b] | committer: Marton Balint avfilter/f_loop: fix video loop issues with 0 size or when size is bigger than input Fixes infinte loop with -vf loop=loop=1 and also fixes looping

[FFmpeg-cvslog] avfilter/f_loop: warn about unset loop sizes

2019-05-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu May 23 22:20:44 2019 +0200| [1eb54323c82ff6eff18553fd3f2788a695bdf812] | committer: Marton Balint avfilter/f_loop: warn about unset loop sizes Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/scpr: fix checking ret value of decode_run_i

2019-05-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu May 23 21:45:29 2019 +0200| [1b4f74ffe2353270e5c23ebf747104f50ee92eb7] | committer: Marton Balint avcodec/scpr: fix checking ret value of decode_run_i Fixes Coverity CID 1441460. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/scpr3: fix checking ret value of decode_run_i

2019-05-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu May 23 21:41:21 2019 +0200| [f811ac52284a01e32143d9ff4eec044254725a09] | committer: Marton Balint avcodec/scpr3: fix checking ret value of decode_run_i Fixes Coverity CID 1441461. Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] avformat/utils: fix stream ordering for program ID stream specifiers

2019-05-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 19 00:43:29 2019 +0200| [f9271d0158122c9e043b7d83f691884b65ec1ba5] | committer: Marton Balint avformat/utils: fix stream ordering for program ID stream specifiers Fixes a regression introduced in dbfd042983eed8586d4048795c00af820f5b6b1f

[FFmpeg-cvslog] Revert "lavf/utils: Allow url credentials to contain a slash."

2019-05-18 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun May 5 20:40:06 2019 +0200| [c61d16cf3b815388c076c2a35b5c91e84b45d7be] | committer: Marton Balint Revert "lavf/utils: Allow url credentials to contain a slash." This reverts commit dd06f022b07438d650c82255dff16908ba04244a. Fixes ticket

[FFmpeg-cvslog] avfilter/vf_freezedetect: fix missing freeze_start when the freeze length is around the detection duration

2019-05-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed May 1 19:11:52 2019 +0200| [328a96839d4d953285f9875b217bebaa5fd783b0] | committer: Marton Balint avfilter/vf_freezedetect: fix missing freeze_start when the freeze length is around the detection duration Fixes ticket #7875. Signed-off-by

[FFmpeg-cvslog] avdevice/decklink: fix checking video mode in SDK version 11

2019-05-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed May 1 12:47:43 2019 +0200| [15b8f36be17c45f17b662090ee2039c93eff9635] | committer: Marton Balint avdevice/decklink: fix checking video mode in SDK version 11 Apparently in the new SDK one cannot query if VANC output is supported, so we will fall

[FFmpeg-cvslog] avformat/mxfdec: rework mxf_essence_container_end

2019-04-28 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Apr 7 02:06:35 2019 +0200| [a5136426a73261e5b5a493f33944be82b6b659c6] | committer: Marton Balint avformat/mxfdec: rework mxf_essence_container_end We find the last essence container much faster if we go through the partitions backwards... Signed

[FFmpeg-cvslog] avformat/mxfdec: guess wrapping of tracks by other tracks with the same body sid

2019-04-28 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Apr 7 02:27:49 2019 +0200| [5b6960f955a8914594182baeb1ab8f523acc5323] | committer: Marton Balint avformat/mxfdec: guess wrapping of tracks by other tracks with the same body sid This affects the following samples: samples/ffmpeg-bugs/roundup

[FFmpeg-cvslog] avformat/mxfdec: take into account run-in in find_partition_by_offset

2019-04-28 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Apr 3 01:46:59 2019 +0200| [fc15e8306f84396fa26798587552500ff2746ada] | committer: Marton Balint avformat/mxfdec: take into account run-in in find_partition_by_offset Also rename the function to find_partition_by_absolute_offset to make it clear

[FFmpeg-cvslog] avformat/mxfdec: fix and enhance RIP KLV length checks

2019-04-28 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Apr 4 23:08:42 2019 +0200| [3dee6c09970dd0defad91e8270f66a4be3b6570d] | committer: Marton Balint avformat/mxfdec: fix and enhance RIP KLV length checks KLV length is BER encoded (variable size), but the code assumed the encoding to always use 4

[FFmpeg-cvslog] avdevice/decklink_common: add support for DeckLink SDK 11

2019-04-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Mar 14 01:37:11 2019 +0100| [63c2c83f6eb46743e57a16b47dc2f45185391b00] | committer: Marton Balint avdevice/decklink_common: add support for DeckLink SDK 11 Fixes ticket #7789. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avdevice/decklink_dec: set configs before listing formats

2019-04-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Mar 14 02:00:27 2019 +0100| [e036b8dcf46dabe00f1cb535d185db0c681942e7] | committer: Marton Balint avdevice/decklink_dec: set configs before listing formats Format list can be input and profile dependant. Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] avdevice/decklink_common: properly check DoesSupportVideoMode result when trying VANC flag

2019-04-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Mar 14 02:13:56 2019 +0100| [f3e22e32014221d0f089f9cd2d7c6ea3e35da164] | committer: Marton Balint avdevice/decklink_common: properly check DoesSupportVideoMode result when trying VANC flag Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] avformat/mxfdec: use operational_pattern_ul instead of operational_pattern for metadata

2019-04-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Apr 14 18:37:44 2019 +0200| [f9840cd2b501fe7956155542be5afb4432530903] | committer: Marton Balint avformat/mxfdec: use operational_pattern_ul instead of operational_pattern for metadata This makes it more consistent with other metadata keys

[FFmpeg-cvslog] avformat/mxfdec: export operational pattern UL as file metadata

2019-04-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Apr 2 18:24:21 2019 +0200| [6ed7df5b20e46b30f16deca5b619a1cf88bd48b3] | committer: Marton Balint avformat/mxfdec: export operational pattern UL as file metadata Can be useful for API users as ffmpeg/libavformat can't properly support

[FFmpeg-cvslog] avformat/file: add seekable option to disallow seeking

2019-04-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Apr 3 01:13:55 2019 +0200| [3e10223385b83358f013cbf6ba069f15fedc731a] | committer: Marton Balint avformat/file: add seekable option to disallow seeking Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/af_astats: fix identation

2019-03-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Mar 1 21:51:34 2019 +0100| [233fdd84c2c77296624f8b4a88f4ce4739c3a653] | committer: Marton Balint avfilter/af_astats: fix identation Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/af_astats: add support for selecting measured statistics

2019-03-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Mar 1 01:32:00 2019 +0100| [e85f37d51e97a9c97412ca57ece51f551e5f7c80] | committer: Marton Balint avfilter/af_astats: add support for selecting measured statistics set_metadata with many entries is not very efficient, and with small audio frames

[FFmpeg-cvslog] avfilter/af_astats: rework sample loops

2019-03-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Mar 1 23:48:04 2019 +0100| [5cc4b79b295d01c103eb221e4c8899f33b4cd6bc] | committer: Marton Balint avfilter/af_astats: rework sample loops The channel loop is now the outer loop for both planar and interleaved. This is needed by the next patch, and

[FFmpeg-cvslog] avfilter/af_astats: factorize sample loops

2019-03-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Mar 1 23:09:54 2019 +0100| [235228ea50908a566931b4d24bc878651033c054] | committer: Marton Balint avfilter/af_astats: factorize sample loops Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/af_astats: add support for optimized min/max/peak calculation

2019-03-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Mar 2 00:10:21 2019 +0100| [6af67dcc3519b699de8d4036bfe493aea692c190] | committer: Marton Balint avfilter/af_astats: add support for optimized min/max/peak calculation Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/get_bits: add assertion to limit ouptut value of get_bits

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 17 00:21:09 2019 +0100| [694d9d53685333771823285457bdd1ef1480eafc] | committer: Marton Balint avcodec/get_bits: add assertion to limit ouptut value of get_bits Should fix the following Coverity false positives: Coverity CID #1415651. Coverity

[FFmpeg-cvslog] avformat/mpegtsenc: factorize writing registration_descriptor

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 23 00:09:12 2019 +0100| [fe36dcbff20e5a6eae8abbc0dd1a3a68df640ea6] | committer: Marton Balint avformat/mpegtsenc: factorize writing registration_descriptor Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/utils: fix indentation

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 16 18:56:56 2019 +0100| [57580e2ab68d94e70c0cfd7c3b48eb0d6d0a02d0] | committer: Marton Balint avformat/utils: fix indentation Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/utils: be more strict about stream specifiers

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 16 18:10:13 2019 +0100| [24e0e149ada6bd6287c4454fe5fd7ef3480b5d83] | committer: Marton Balint avformat/utils: be more strict about stream specifiers This reworks the code to be more strict about accepting stream specifiers. From now on we

[FFmpeg-cvslog] avformat/mpegtsenc: write format_identifier HEVC for HEVC streams

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 23 00:10:30 2019 +0100| [837f2c97984a259f8fef8be13569f937fa3513f1] | committer: Marton Balint avformat/mpegtsenc: write format_identifier HEVC for HEVC streams This improves compatibility with some consumer (LG WebOS) TVs which apparently

[FFmpeg-cvslog] avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt->size > 0

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Feb 14 22:36:46 2019 +0100| [9f8854cb5ad98e1b6456099e38c06d5eba3431ca] | committer: Marton Balint avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt->size > 0 This should fix the following Coverity false

[FFmpeg-cvslog] avformat/utils: be even more strict about stream specifiers

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 16 18:47:59 2019 +0100| [d4ae28e4942bfc6485ed84e330d88580394c7d35] | committer: Marton Balint avformat/utils: be even more strict about stream specifiers After this change we always parse the full specifier even if we know the result in the

[FFmpeg-cvslog] avcodec/get_bits: use unsigned integers in show_bits and get_bits

2019-03-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 17 00:48:13 2019 +0100| [902e9334aabbb0bda23b718683c6676c4e6d07af] | committer: Marton Balint avcodec/get_bits: use unsigned integers in show_bits and get_bits The return value is also unsigned. Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] avformat/mpegtsenc: add support for service and provider names with utf8 encoding

2019-02-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 10 22:08:45 2019 +0100| [5adc4a98b362e042114c1b8f8b250925ba2e00a0] | committer: Marton Balint avformat/mpegtsenc: add support for service and provider names with utf8 encoding Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] doc/formats: add reference to ffmpeg(1) stream specifiers as that docs is more complete

2019-02-21 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 16 19:08:53 2019 +0100| [a899b3b3c5f55e6c527f8aa81dbe15edb9fab63f] | committer: Marton Balint doc/formats: add reference to ffmpeg(1) stream specifiers as that docs is more complete Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] avformat/mpegts: fix charset of type 0x11

2019-02-13 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 10 00:25:05 2019 +0100| [dd6dd49f1d5e5092d7f2da8b2af0fa89b2be99c1] | committer: Marton Balint avformat/mpegts: fix charset of type 0x11 ISO-10646 alone means UCS-4 for iconv, the specs refers to the Basic Multilingual Plane (BMP), therefore we

[FFmpeg-cvslog] avformat/utils: parse some stream specifiers recursively

2019-02-13 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Feb 5 00:16:36 2019 +0100| [dbfd042983eed8586d4048795c00af820f5b6b1f] | committer: Marton Balint avformat/utils: parse some stream specifiers recursively This removes lots of code duplication and also allows more complex specifiers, for example

[FFmpeg-cvslog] avformat/mpegts: also convert strings without a specified encoding to UTF-8

2019-02-13 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 10 00:33:04 2019 +0100| [b35843e3913df57da3a6bb0ce80a4f2b75d374b4] | committer: Marton Balint avformat/mpegts: also convert strings without a specified encoding to UTF-8 The default codepage (ISO6937) should be used in this case. Signed-off

[FFmpeg-cvslog] avformat/async: fix assertion condition when draining buffer

2019-02-11 Thread Marton Balint
ffmpeg | branch: release/4.1 | Marton Balint | Sun Jan 27 19:48:12 2019 +0100| [110eff79caf41a1c0ba9f35f5d46d91f8097be5f] | committer: Marton Balint avformat/async: fix assertion condition when draining buffer Fixes some random assertion failures with ffprobe -show_packets async:samples

[FFmpeg-cvslog] configure: warn about disabled explicitly enabled components

2019-02-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jan 28 01:49:46 2019 +0100| [0cfaf6b7bfd45ce666ae697759d9239ba587] | committer: Marton Balint configure: warn about disabled explicitly enabled components If we enable a component but a dependant library is disabled, then the enabled component

[FFmpeg-cvslog] ffplay: add support for setting the number of filter threads

2019-02-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 2 20:30:16 2019 +0100| [7cab5471b231bcdb593bf4ec96a263f935df30b1] | committer: Marton Balint ffplay: add support for setting the number of filter threads Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] ffplay: add missing avfilter_graph_alloc result check

2019-02-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 2 19:33:34 2019 +0100| [fe99a51c40d5daaab08851508b900848e0f64d83] | committer: Marton Balint ffplay: add missing avfilter_graph_alloc result check Also do not allocate a graph at start, we will reallocate it anyway. Signed-off-by: Marton

[FFmpeg-cvslog] ffplay: use different decoder names for each media type

2019-02-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Feb 2 11:32:50 2019 +0100| [28dd73a4437a61340bde29c8fac489ea371ba9cb] | committer: Marton Balint ffplay: use different decoder names for each media type Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/mpegts: cache PID discard values

2019-02-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Jan 23 01:28:26 2019 +0100| [56c58b99d0670c8baff64b8b35bc06c9a9f35ef8] | committer: Marton Balint avformat/mpegts: cache PID discard values discard_pid can be quite expensive, so let's cache it and recalculate it on every packet start. ffmp

[FFmpeg-cvslog] avformat/async: fix assertion condition when draining buffer

2019-02-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jan 27 19:48:12 2019 +0100| [4b46d1ee463f6bb2d2be967d418d275a44fe2a9c] | committer: Marton Balint avformat/async: fix assertion condition when draining buffer Fixes some random assertion failures with ffprobe -show_packets async:samples/ffmpeg

[FFmpeg-cvslog] avcodec/motion_est: remove duplicate function

2019-01-28 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jan 6 14:26:11 2019 +0100| [483d02918872fb382e7d630b9ef5b2551283c2f4] | committer: Marton Balint avcodec/motion_est: remove duplicate function Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/concatdec: always re-calculate start time and duration

2019-01-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Nov 22 00:59:45 2018 +0100| [1b126ec4087ab5d87d413116bee666495b0d2d3e] | committer: Marton Balint avformat/concatdec: always re-calculate start time and duration This allows the underlying files to change their duration on subsequent avformat

[FFmpeg-cvslog] avformat/concatdec: fix cur_dts based duration calculation with nonzero stream start_time

2019-01-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Nov 22 00:59:04 2018 +0100| [679cbd8f18719f470f7107ed0a7fbef1905ee85a] | committer: Marton Balint avformat/concatdec: fix cur_dts based duration calculation with nonzero stream start_time Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] avformat/concatdec: factorize the duration calculating function

2019-01-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Nov 22 00:57:01 2018 +0100| [0a98622cbef13fb52279789084ad6d3e4eac] | committer: Marton Balint avformat/concatdec: factorize the duration calculating function Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avfilter/af_asetnsamples: fix last frame props

2019-01-01 Thread Marton Balint
ffmpeg | branch: release/4.1 | Marton Balint | Tue Dec 25 22:26:18 2018 +0100| [ddc284300eb09b516cef96b6242041b410369302] | committer: Marton Balint avfilter/af_asetnsamples: fix last frame props Frame properties were not copied, so e.g. PTS was not set for the last frame. Regression since

[FFmpeg-cvslog] avformat/concatdec: always allow seeking to start

2018-12-30 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Dec 13 22:13:09 2018 +0100| [7f42276aa91c5fe1ad43f43e58a7645a674a3fda] | committer: Marton Balint avformat/concatdec: always allow seeking to start Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/af_asetnsamples: fix last frame props

2018-12-30 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Dec 25 22:26:18 2018 +0100| [f9e947845f9ac5ccb84cf5e6f4121ec2e23b9946] | committer: Marton Balint avfilter/af_asetnsamples: fix last frame props Frame properties were not copied, so e.g. PTS was not set for the last frame. Regression since

[FFmpeg-cvslog] avformat/mxfdec: support subsecond precision of decoded timestamps

2018-12-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Dec 22 19:41:08 2018 +0100| [02935c2c93e8e1691c1d903ef96b00b3facb454a] | committer: Marton Balint avformat/mxfdec: support subsecond precision of decoded timestamps Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/mxfenc: support writing subsecond precision timestamps

2018-12-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Dec 22 20:02:09 2018 +0100| [70c86deb8efe0749ba2b2ddfb709ba1409195cb4] | committer: Marton Balint avformat/mxfenc: support writing subsecond precision timestamps Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avformat/mxfdec: replace obsolete comment

2018-12-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Dec 22 19:25:13 2018 +0100| [d0e43cf1a89c03913110c1b8acb6dd5acfc8693a] | committer: Marton Balint avformat/mxfdec: replace obsolete comment We no longer use strftime directly but use av_timegm to get an int64_t timestamp. Signed-off-by: Marton

[FFmpeg-cvslog] avformat/avio: fix avio_feof documentation

2018-12-22 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Dec 8 23:05:45 2018 +0100| [dfd656632e8980574dcae5c13a22c0872bc0ac75] | committer: Marton Balint avformat/avio: fix avio_feof documentation It has been this way too long to change behaviour, so let's change the docs instead. Signed-o

[FFmpeg-cvslog] ffplay: convert float math to int math in calculate_display_rect

2018-12-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Nov 24 23:58:04 2018 +0100| [9a39c5449f5aef1c02bd46538bbbad4590064602] | committer: Marton Balint ffplay: convert float math to int math in calculate_display_rect Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avdevice/decklink_enc: add support for setting genlock timing offset

2018-12-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Nov 25 01:38:05 2018 +0100| [c0479010125b8ec7eafe6cd55574cee9c3aeb475] | committer: Marton Balint avdevice/decklink_enc: add support for setting genlock timing offset Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] ffplay: fix -x and -y options when only one of them is used

2018-12-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Nov 24 23:09:24 2018 +0100| [418c90faac6522c73481650d000e9f5f030187cb] | committer: Marton Balint ffplay: fix -x and -y options when only one of them is used Previously if only -y was used then nothing happened, if only -x then zero window height

[FFmpeg-cvslog] avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444

2018-11-19 Thread Marton Balint
ffmpeg | branch: release/4.1 | Marton Balint | Sat Nov 17 23:26:24 2018 +0100| [d4c5f515f09076635bf5e1591e5ff9d21ac13572] | committer: Marton Balint avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444 Fixes ticket #7494. Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444

2018-11-19 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Nov 17 23:26:24 2018 +0100| [e3a96309826dd0ea33db0300f7c75414fdbea0a4] | committer: Marton Balint avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444 Fixes ticket #7494. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avfilter/vf_freezedetect: add filter to detect frozen input

2018-11-19 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Nov 4 22:22:24 2018 +0100| [972ded33c08a820303ecf050942f0e74400eda7a] | committer: Marton Balint avfilter/vf_freezedetect: add filter to detect frozen input Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avfilter/af_afade: fix duration maximum

2018-11-15 Thread Marton Balint
ffmpeg | branch: release/4.1 | Marton Balint | Mon Nov 12 22:00:49 2018 +0100| [bb01cd3cc01c9982e4b57f8ce5cfd6ec4724f848] | committer: Marton Balint avfilter/af_afade: fix duration maximum Signed-off-by: Marton Balint (cherry picked from commit aecd63b926812148014c4f01270473722ae5e945

[FFmpeg-cvslog] avfilter/af_afade: fix duration maximum

2018-11-15 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Nov 12 22:00:49 2018 +0100| [aecd63b926812148014c4f01270473722ae5e945] | committer: Marton Balint avfilter/af_afade: fix duration maximum Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/vf_select: use common scene sad functions

2018-11-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Apr 5 01:47:32 2018 +0200| [7748f395de88b72d82f7dc5e39bca49df665252b] | committer: Marton Balint avfilter/vf_select: use common scene sad functions Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/vf_minterpolate: use common scene sad functions

2018-11-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Oct 7 18:55:47 2018 +0200| [936d18fb42bb1776f1b25e16b9d6a72846ee33ac] | committer: Marton Balint avfilter/vf_minterpolate: use common scene sad functions Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole frame

2018-11-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Apr 5 01:37:25 2018 +0200| [6c2a7a8e9a3698f37913d3f24723fbb8fa895798] | committer: Marton Balint avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole frame Also add SIMD which works on lines because it is faster then

[FFmpeg-cvslog] avformat/ftp: allow nonstandard 202 reply to OPTS UTF8

2018-11-04 Thread Marton Balint
ffmpeg | branch: release/4.1 | Marton Balint | Thu Nov 1 21:03:59 2018 +0100| [63c1e291ef7ba97ce0dc7c0bdd46b81f71a52b9d] | committer: Marton Balint avformat/ftp: allow nonstandard 202 reply to OPTS UTF8 Fixes ticket #7481. Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avformat/ftp: allow nonstandard 202 reply to OPTS UTF8

2018-11-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Nov 1 21:03:59 2018 +0100| [8e5a2495a8dad262e0a00fbca09b7779b4ebf0bf] | committer: Marton Balint avformat/ftp: allow nonstandard 202 reply to OPTS UTF8 Fixes ticket #7481. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/ftp: return AVERROR_EOF for EOF

2018-11-01 Thread Marton Balint
ffmpeg | branch: release/4.0 | Marton Balint | Thu Nov 1 20:48:55 2018 +0100| [ebc01c8f6dfc57c4ea5c33b29673e9851a6f19d1] | committer: Marton Balint avformat/ftp: return AVERROR_EOF for EOF Without this FTP just hangs on eof... Signed-off-by: Marton Balint (cherry picked from commit

[FFmpeg-cvslog] avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flag

2018-11-01 Thread Marton Balint
ffmpeg | branch: release/4.0 | Marton Balint | Sat Oct 20 12:12:42 2018 +0200| [00e7e4b1880678d8df0a0627b77e92d36ff32f8f] | committer: Marton Balint avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flag Libx264 uses strtok which is not thread safe. Strtok is used in

[FFmpeg-cvslog] avformat/ftp: return AVERROR_EOF for EOF

2018-11-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Nov 1 20:48:55 2018 +0100| [6a034adf7516fde8733064ed7ba5c77554298047] | committer: Marton Balint avformat/ftp: return AVERROR_EOF for EOF Without this FTP just hangs on eof... Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flag

2018-10-24 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Oct 20 12:12:42 2018 +0200| [b02490a497009064b7f192802aa246aa0b6a4dad] | committer: Marton Balint avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flag Libx264 uses strtok which is not thread safe. Strtok is used in x264_param_default_preset

[FFmpeg-cvslog] ffmpeg: log corrupted packets and frames

2018-10-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Oct 9 23:03:20 2018 +0200| [f099946fafb8f4b1beb40b680599ccce96263ccd] | committer: Marton Balint ffmpeg: log corrupted packets and frames Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/af_asetnsamples: do not leak frame on ENOMEM

2018-10-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Oct 7 22:47:19 2018 +0200| [d6a1f711bcd1035bea95157ae6559988000e453d] | committer: Marton Balint avfilter/af_asetnsamples: do not leak frame on ENOMEM Fixes Coverity CID 1416352. Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] ffmpeg: check return value of avcodec_parameters_from_context

2018-10-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Oct 7 22:16:49 2018 +0200| [6e6ecdf44d621ee450bfeed008618cd5544187bb] | committer: Marton Balint ffmpeg: check return value of avcodec_parameters_from_context Fixes Coverity CID 1427273. Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] avfilter/f_cue: always check the return value of ff_inlink_consume_frame

2018-10-09 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Oct 7 21:48:45 2018 +0200| [4db291d7642255a6e7dc2dbb471c2466ca8d4a47] | committer: Marton Balint avfilter/f_cue: always check the return value of ff_inlink_consume_frame Fixes Coverity CID 1439936. Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] avutil/tests/parseutils: add some big duration tests

2018-10-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Sep 30 22:10:09 2018 +0200| [416804fe412063887c1c9cd94d8ca4787d036f51] | committer: Marton Balint avutil/tests/parseutils: add some big duration tests Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/af_afade: fix crossfade duration maximum value

2018-10-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Sep 30 21:18:26 2018 +0200| [0e9a09793a98a416ed86f7be0ed89dc10e9734a5] | committer: Marton Balint avfilter/af_afade: fix crossfade duration maximum value Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avutil/parseutils: fix some overflows in duration calculations

2018-10-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Sep 30 22:34:41 2018 +0200| [4c777d52b9b1048ba92cab1a658c218c38282d25] | committer: Marton Balint avutil/parseutils: fix some overflows in duration calculations Also properly return AVERROR(ERANGE) in case of actual overflows. Signed-off-by

[FFmpeg-cvslog] avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DURATION fields

2018-10-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Sep 30 21:30:10 2018 +0200| [d40dc64173a140755f36492a0c20fc41b27d66c3] | committer: Marton Balint avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DURATION fields Signed-off-by: Marton Balint > http://git.videolan.

[FFmpeg-cvslog] avformat/segment: fix segment_time_delta option min/max value

2018-10-07 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Sep 30 21:23:55 2018 +0200| [3bfd409e59e8ce9f168bfa07f20bbe869af37522] | committer: Marton Balint avformat/segment: fix segment_time_delta option min/max value Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avfilter/f_cue: use inlink fifo for queueing frames

2018-10-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Sep 30 12:52:44 2018 +0200| [7ca2ee059e3d3e170a8e119af10649671c524112] | committer: Marton Balint avfilter/f_cue: use inlink fifo for queueing frames Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to access frames in the inlink fifo

2018-10-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Sep 30 23:28:28 2018 +0200| [8f14170b9a4e0fcb5525e5408c8df14076ec8948] | committer: Marton Balint avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to access frames in the inlink fifo Signed-off-by: Marton Balint > h

[FFmpeg-cvslog] doc/protocols: simplify and clarify UDP localaddr option

2018-10-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Sep 22 00:19:17 2018 +0200| [93443225739606cf277e44b71c758c93ada8aa66] | committer: Marton Balint doc/protocols: simplify and clarify UDP localaddr option Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/ip: factorize some IP filtering and resolving functions to a new file

2018-10-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Sep 13 00:46:09 2018 +0200| [45fa756fa4dd88d3631f28fe569a04119634f7f7] | committer: Marton Balint avformat/ip: factorize some IP filtering and resolving functions to a new file These are based on the very similar UDP and RTP protocol functions

[FFmpeg-cvslog] avformat/rtpproto: use factorized ip functions

2018-10-03 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Sep 14 01:33:32 2018 +0200| [9d4829f3c9152c98b9235346fae553295683bcee] | committer: Marton Balint avformat/rtpproto: use factorized ip functions Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

<    1   2   3   4   5   6   7   8   9   10   >