[FFmpeg-cvslog] avformat/dashdec: refine uri path with double dot process

2018-12-22 Thread Gorilla Maguila
ffmpeg | branch: master | Gorilla Maguila | Sun Dec 23 15:18:55 2018 +0800| [bb586a97032759f5a937d9d908eedd25d72499b7] | committer: Steven Liu avformat/dashdec: refine uri path with double dot process fix ticket: 7540 >

[FFmpeg-cvslog] avformat/mxfdec: Do not process zero modified_date timestamp.

2018-12-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 22 19:44:29 2018 +0100| [8b53d1322fefa8c88c5f22645f6c4777a549cad5] | committer: Michael Niedermayer avformat/mxfdec: Do not process zero modified_date timestamp. This causes windows to fail as the timestamp is outside its supported range

[FFmpeg-cvslog] avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domain

2018-12-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 22 20:44:15 2018 +0100| [7c201e420accacdffa57bf39729c31ad227fab53] | committer: Paul B Mahol avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domain >

[FFmpeg-cvslog] avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not available

2018-12-22 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Dec 15 20:50:41 2018 +0200| [a1b4f120c031e6697bac9fd8c725d9c37ee36d13] | committer: Jan Ekström avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not available Fixes issues when a subtitle packet is received before PCR for the program

[FFmpeg-cvslog] cbs_av1: Fix reading of overlong uvlc codes

2018-12-22 Thread Mark Thompson
ffmpeg | branch: release/4.1 | Mark Thompson | Sun Dec 2 20:49:24 2018 +| [b420f23566825192c3fc1f46fce24d19ffc1d72e] | committer: Mark Thompson cbs_av1: Fix reading of overlong uvlc codes The specification allows 2^32-1 to be encoded as any number of zeroes greater than 31, followed by a

[FFmpeg-cvslog] cbs_av1: Fix reading of overlong uvlc codes

2018-12-22 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Dec 2 20:49:24 2018 +| [b97a4b658814b2de8b9f2a3bce491c002d34de31] | committer: Mark Thompson cbs_av1: Fix reading of overlong uvlc codes The specification allows 2^32-1 to be encoded as any number of zeroes greater than 31, followed by a one.

[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-off-by:

[FFmpeg-cvslog] postproc/postprocess_template: remove FF_REG_sp from clobber list

2018-12-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 20 22:40:06 2018 +0100| [c1cbeb87db4bfc6e281e4254a6c7fdd3854fc9b9] | committer: Michael Niedermayer postproc/postprocess_template: remove FF_REG_sp from clobber list Future gcc may no longer support this Tested-by: James Almer

[FFmpeg-cvslog] postproc/postprocess_template: Avoid using %4 for the threshold compare

2018-12-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Dec 20 22:40:05 2018 +0100| [4325527e1c4fd2da119e81933172065ee1274eda] | committer: Michael Niedermayer postproc/postprocess_template: Avoid using %4 for the threshold compare This avoids problems if %4 is the stack pointer the constraints

[FFmpeg-cvslog] avfilter/af_sofalizer: fix non-power of 2 IR length filtering in time domain

2018-12-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 22 16:19:21 2018 +0100| [7ea4b928a2649ea03c0ef0d3f519d302391da410] | committer: Paul B Mahol avfilter/af_sofalizer: fix non-power of 2 IR length filtering in time domain >

[FFmpeg-cvslog] avformat/vividas: check if viv->sb_pb is not NULL

2018-12-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 22 13:36:36 2018 +0100| [d62cb29716a555728ab2679d2fe1a867addd8287] | committer: Paul B Mahol avformat/vividas: check if viv->sb_pb is not NULL > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d62cb29716a555728ab2679d2fe1a867addd8287

[FFmpeg-cvslog] avformat/vividas: check if size is enough big in xor_block

2018-12-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 22 10:45:22 2018 +0100| [e9909fe194181d99148ed7f2c605866dfef6c72a] | committer: Paul B Mahol avformat/vividas: check if size is enough big in xor_block >

[FFmpeg-cvslog] avformat/vividas: fix undefined behaviour

2018-12-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 22 10:39:03 2018 +0100| [14c2f7f65260cbd1475075edf9acf2b82c8dcb36] | committer: Paul B Mahol avformat/vividas: fix undefined behaviour > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14c2f7f65260cbd1475075edf9acf2b82c8dcb36 ---

[FFmpeg-cvslog] avformat/vividas: check if value from ffio_read_varlen() is too big

2018-12-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Dec 22 10:37:55 2018 +0100| [297e65c676e3e59d0cbabf9bf6f87b90f8292399] | committer: Paul B Mahol avformat/vividas: check if value from ffio_read_varlen() is too big >