[FFmpeg-cvslog] avformat/dashenc: Added a warning for incorrect segment name extension

2018-05-27 Thread Karthick Jeyapal
ffmpeg | branch: master | Karthick Jeyapal | Mon May 14 11:39:46 2018 +0530| [ebf85d319087025585d31198ed691035267221b6] | committer: Karthick Jeyapal avformat/dashenc: Added a warning for incorrect segment name extension Applicable only to webm output format. By default all the segment filenam

[FFmpeg-cvslog] avformat/dashenc: Added option for Segment file format

2018-05-27 Thread Karthick Jeyapal
ffmpeg | branch: master | Karthick Jeyapal | Fri May 4 11:03:58 2018 +0530| [2efdbf7367989cf9d296c25fa3d2aff8d6e25fdd] | committer: Karthick Jeyapal avformat/dashenc: Added option for Segment file format Right now segment file format is chosen to be either mp4 or webm based on the codec form

[FFmpeg-cvslog] avcodec/ac3dec: Check that the number of channels with dependant streams is valid

2018-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 25 22:55:19 2018 +0200| [e3275f937dc38e740c74539f2f6aad5bfdba2bf1] | committer: Michael Niedermayer avcodec/ac3dec: Check that the number of channels with dependant streams is valid Fixes: left shift of 1 by 63 places cannot be represent

[FFmpeg-cvslog] avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame()

2018-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 25 22:22:27 2018 +0200| [e3f656f2dea6ef6e2a14e72931f3d6f205f732c8] | committer: Michael Niedermayer avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame() Fixes: index 8 out of bounds for type 'uint8_t *[8]' Fixes: 7273/clust

[FFmpeg-cvslog] oavcodec/aacpsdsp_template: Use unsigned for hs0X to prevent undefined behavior

2018-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 25 22:02:20 2018 +0200| [62cb6fadf33de6db386deac92853d4b95c930015] | committer: Michael Niedermayer oavcodec/aacpsdsp_template: Use unsigned for hs0X to prevent undefined behavior Fixes: signed integer overflow: 1073741842 + 1784008138 ca

[FFmpeg-cvslog] avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed()

2018-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 25 22:06:48 2018 +0200| [90475db97e2e5931d295df6ab86519fa2e14d259] | committer: Michael Niedermayer avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_dependent_coupling_fixed() Fixes: signed integer overflow: -214149

[FFmpeg-cvslog] avcodec/g723_1dec: Clip bits2 in both directions

2018-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 25 21:56:04 2018 +0200| [53f241218d9eac368e2e1c58bcca9bbdf10fd0e1] | committer: Michael Niedermayer avcodec/g723_1dec: Clip bits2 in both directions Fixes: shift exponent 33 is too large for 32-bit type 'int' Fixes: 6743/clusterfuzz-test

[FFmpeg-cvslog] avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()

2018-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 21 23:08:05 2018 +0200| [e1182fac1afba92a4975917823a5f644bee7e6e8] | committer: Michael Niedermayer avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header() Fixes truncation Fixes Assertion n <= 31 && value < (1U << n) fai

[FFmpeg-cvslog] lavc/hevcdec: Treat clean random access nals as keyframes for -skip_frame.

2018-05-27 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun May 27 22:51:06 2018 +0200| [fbb283cfefb1865375718c4a56ce608d96a4a8ed] | committer: Carl Eugen Hoyos lavc/hevcdec: Treat clean random access nals as keyframes for -skip_frame. Fixes ticket #7227. Reviewed-by: Mark Thompson > http://git.videola

[FFmpeg-cvslog] configure: Omit fsanitize flags if they are already specified by the user

2018-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 26 02:28:57 2018 +0200| [1386a199f9fe3d1ab3a6bb8a4e2fe5a9961024e8] | committer: Michael Niedermayer configure: Omit fsanitize flags if they are already specified by the user Signed-off-by: Michael Niedermayer > http://git.videolan.org/g

[FFmpeg-cvslog] libavformat/mxfenc: Add some () to attempt to workaround build issue on osx

2018-05-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 22 20:57:13 2018 +0200| [df3d962d2e736c0748b91a3c8c701d7cb96154a8] | committer: Michael Niedermayer libavformat/mxfenc: Add some () to attempt to workaround build issue on osx fixes ticket7209 Tested-by: Jim DeLaHunt Signed-off-by: Mich

[FFmpeg-cvslog] configure: fix check for mbedtls

2018-05-27 Thread Reino Wijnsma
ffmpeg | branch: master | Reino Wijnsma | Wed May 23 02:11:30 2018 +0200| [0263c52f4d4e911bf9ffd7eab6fed83e91353f35] | committer: James Almer configure: fix check for mbedtls Add missing libraries needed when linking with a static build of MbedTLS. Signed-off-by: James Almer > http://git.vi

[FFmpeg-cvslog] avformat/mxf: fix NTSC 59.94 samples per frame layout

2018-05-27 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu May 24 22:03:43 2018 +0200| [2b059813127cdbd0116505b8e8c8e2be0a660b85] | committer: Marton Balint avformat/mxf: fix NTSC 59.94 samples per frame layout FFmbc uses this. bmx uses this. XAVC MXF Mapping and Operating Points prefers this. Basic roundi

[FFmpeg-cvslog] lavc/cfhd: interlaced frame decoding added

2018-05-27 Thread Gagandeep Singh
ffmpeg | branch: master | Gagandeep Singh | Tue May 22 21:28:21 2018 +0530| [9cefb9e7ec508900ba147e6977590f03456aa15c] | committer: Kieran Kunhya lavc/cfhd: interlaced frame decoding added ticket #5522 output of given samples significantly improved > http://git.videolan.org/gitweb.cgi/ffmpeg.