[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 SDL_WINDOWEVENT

[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 SDL_WINDOW

[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: Mart

[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: in

[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 have

[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/?a=

[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.org/gitweb.cg

[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=commit;h=47ea654bd

[FFmpeg-cvslog] avformat/mux: Use const AVPacket * in compare functions

2019-08-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 13 04:47:16 2019 +0200| [114775955241c2cb742a701cc9eb6462d090f560] | committer: Michael Niedermayer avformat/mux: Use const AVPacket * in compare functions There is no reason for these functions to modify the given packets at all. Signed-

[FFmpeg-cvslog] avformat/mux: Use av_packet_rescale_ts

2019-08-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 13 04:47:19 2019 +0200| [789dcfaf58dbf19d050d53ba169fd352a6460641] | committer: Michael Niedermayer avformat/mux: Use av_packet_rescale_ts ff_write_chained essentially duplicated the functionality of av_packet_rescale_ts. This has been cha

[FFmpeg-cvslog] fftools: Use right function signature and pointers

2019-08-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 6 03:17:05 2019 +0200| [f2d522f2a88871ebd127b88169e22a6a7b6a81e5] | committer: Michael Niedermayer fftools: Use right function signature and pointers The option tables of the various fftools (in particular ffprobe) are arrays of OptionDef

[FFmpeg-cvslog] avcodec/ffwavesynth: Fixes invalid shift with pink noise seeking

2019-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 10 23:09:45 2019 +0200| [cdea0206efeca83a0a9b57d0764b177b2e11ab7c] | committer: Michael Niedermayer avcodec/ffwavesynth: Fixes invalid shift with pink noise seeking Fixes: left shift of negative value -961533698048 Fixes: 16242/clusterfu

[FFmpeg-cvslog] avcodec/ffwavesynth: Fix integer overflow for some corner case values

2019-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 10 23:09:44 2019 +0200| [c4a88fb546b64179aff12c169239285932e570ac] | committer: Michael Niedermayer avcodec/ffwavesynth: Fix integer overflow for some corner case values Fixes: left shift of negative value -14671840 Fixes: 16000/clusterf

[FFmpeg-cvslog] tools/target_dec_fuzzer: adjust pixel threshold for MSRLE, as it allows coding gigantic images on tiny input

2019-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 12 21:17:02 2019 +0200| [df7e79a5c31efa5bd8ced01d7145ca6fc1dc1bc3] | committer: Michael Niedermayer tools/target_dec_fuzzer: adjust pixel threshold for MSRLE, as it allows coding gigantic images on tiny input Fixes: Timeout (12sec ->2sec

[FFmpeg-cvslog] avutil/mips: remove redundant code in TRANSPOSE16x8_UB_UB.

2019-08-14 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Tue Aug 13 19:13:12 2019 +0800| [e1039b09c470a167449abf1cb36ff5201a3209e2] | committer: Michael Niedermayer avutil/mips: remove redundant code in TRANSPOSE16x8_UB_UB. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/flicvideo: Optimize and Simplify FLI_COPY in flic_decode_frame_24BPP() by using bytestream2_get_buffer()

2019-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 12 21:17:05 2019 +0200| [e301736862f18a449c317a47d0d60d3484e41667] | committer: Michael Niedermayer avcodec/flicvideo: Optimize and Simplify FLI_COPY in flic_decode_frame_24BPP() by using bytestream2_get_buffer() Fixes: Timeout (31sec -

[FFmpeg-cvslog] avcodec/loco: Check left column value

2019-08-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 12 21:17:04 2019 +0200| [c812db814ebd603106220854e343558ec1115e57] | committer: Michael Niedermayer avcodec/loco: Check left column value Fixes: Timeout (42sec -> 379 ms) Fixes: 16323/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LOC

[FFmpeg-cvslog] avcodec/libdav1d: allow setting frame size limit in pixels

2019-08-14 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 14 22:01:05 2019 -0300| [03ba38683301d2af7b78247a82171c21ed3e4903] | committer: James Almer avcodec/libdav1d: allow setting frame size limit in pixels Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03ba386

[FFmpeg-cvslog] libavdevice: Update the class name as uniform style

2019-08-14 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Aug 13 09:55:12 2019 +0800| [3aeb681f074ab0fc4cadee7d030a25469f19cb0d] | committer: Jun Zhao libavdevice: Update the class name as uniform style Update the class name to uniform indev/outdev style. Reviewed-by: Paul B Mahol Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] lavf/utils: fix error like "offset 0x1f85: partial file"

2019-08-14 Thread tomajsjiang
ffmpeg | branch: master | tomajsjiang | Wed Aug 7 22:48:28 2019 +0800| [9c3adb7ce23522dcceb264bc0bffd3592dd3e1a5] | committer: Jun Zhao lavf/utils: fix error like "offset 0x1f85: partial file" fix error like "offset 0x1f85: partial file", the root cause is when read the mp4 file from http, an

[FFmpeg-cvslog] lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloc

2019-08-14 Thread tomajsjiang
ffmpeg | branch: master | tomajsjiang | Thu Jul 4 11:58:41 2019 +0800| [3d1506c630eb59b428eb3585ccaa446fec7f3b0a] | committer: Jun Zhao lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloc Add new API ffio_realloc_buf for AVIO buffer realloc. Signed-off-by: Zhongxing Jiang > http: