[FFmpeg-cvslog] fate: unbreak fate with custom binary names

2019-04-02 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Apr 2 17:01:06 2019 +0530| [b131a07e4bf9ef3370b2fa546973301495154bd1] | committer: Gyan Doshi fate: unbreak fate with custom binary names > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b131a07e4bf9ef3370b2fa546973301495154bd1 --- tests/

[FFmpeg-cvslog] lavf/hashenc: Correct the hash/MD5 muxer class name

2019-04-02 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Fri Mar 29 22:13:10 2019 +0800| [ecb4398d71c9882c8db67761b3227f27eddb449b] | committer: Jun Zhao lavf/hashenc: Correct the hash/MD5 muxer class name Follow the name style to correct the hash/md5 muxer class name Signed-off-by: Jun Zhao > http://git.video

[FFmpeg-cvslog] avcodec/libaomenc: fix range of values for enable-intrabc option

2019-04-02 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 2 19:54:34 2019 -0300| [0e1ea034d8fcc0c7c39414bccc94614656115dc0] | committer: James Almer avcodec/libaomenc: fix range of values for enable-intrabc option Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0

[FFmpeg-cvslog] avcodec/cbs_av1: fix parsing spatial_id

2019-04-02 Thread James Almer
ffmpeg | branch: release/4.1 | James Almer | Mon Mar 25 01:08:30 2019 -0300| [ec82b3ecbbff1320be2b13f4a5ec41047810d315] | committer: James Almer avcodec/cbs_av1: fix parsing spatial_id Reviewed-by: Mark Thompson Signed-off-by: James Almer (cherry picked from commit 461303f94ab64e0cbd502cddb6

[FFmpeg-cvslog] avcodec/cbs_av1: fix parsing spatial_id

2019-04-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 25 01:08:30 2019 -0300| [461303f94ab64e0cbd502cddb6e79473f8f525a1] | committer: James Almer avcodec/cbs_av1: fix parsing spatial_id Reviewed-by: Mark Thompson Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] libavcodec/zmbv: change 24-bit decoder channel order, from RGB24 to BGR24

2019-04-02 Thread Matthew Fearnley
ffmpeg | branch: master | Matthew Fearnley | Fri Mar 29 22:03:03 2019 +| [1046e880884bb5f0da4fb7d50028ff599550245c] | committer: Tomas Härdin libavcodec/zmbv: change 24-bit decoder channel order, from RGB24 to BGR24 This brings the channel order in line with that used in 32-bit mode (BGR0)

[FFmpeg-cvslog] libavcodec/zmbv: use PTRDIFF_SPECIFIER for `src - c->decomp_buf`.

2019-04-02 Thread Matthew Fearnley
ffmpeg | branch: master | Matthew Fearnley | Tue Mar 26 19:44:23 2019 +| [5dcc63c1d2d99640f28b5547f26685fc3a3bfadf] | committer: Tomas Härdin libavcodec/zmbv: use PTRDIFF_SPECIFIER for `src - c->decomp_buf`. Other bit depths saw this change in ced0d6c14d, but this instance was presumably m

[FFmpeg-cvslog] libavcodec/zmbvenc: add support for 24-bit encoding, using pix_fmt BGR24.

2019-04-02 Thread Matthew Fearnley
ffmpeg | branch: master | Matthew Fearnley | Tue Mar 26 22:13:06 2019 +| [b97a7dd03185898db0b5bf1a144a6848fb3010b3] | committer: Tomas Härdin libavcodec/zmbvenc: add support for 24-bit encoding, using pix_fmt BGR24. Support is #ifdef'd out at this stage, using ZMBV_ENABLE_24BPP (like in th

[FFmpeg-cvslog] avcodec/opus: make redundancy_buf 32 byte aligned

2019-04-02 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 2 11:36:56 2019 -0300| [b74e13711ff6998619371a3e0ac14408d9c7acba] | committer: James Almer avcodec/opus: make redundancy_buf 32 byte aligned Fixes ff_opus_deemphasis_fma3 segmentation fault crashes on x86_32. Signed-off-by: James Almer > http: