[FFmpeg-cvslog] avcodec/Makefile: add missing ass dependency to ccaption decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Nov 4 14:12:24 2019 -0900| [3bfd12d84c167d601b42d92339bd6b97b3440ea7] | committer: Lou Logan avcodec/Makefile: add missing ass dependency to ccaption decoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bfd12d

[FFmpeg-cvslog] configure: select audiodsp for acelp_kelvin decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Nov 4 14:10:11 2019 -0900| [1c7e661adbf3a20c6632f6617a9bd4249a4eaed9] | committer: Lou Logan configure: select audiodsp for acelp_kelvin decoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c7e661adbf3a20c6632

[FFmpeg-cvslog] configure: select bswapdsp for imm4 decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Nov 4 14:14:41 2019 -0900| [04e23e027e582210f1b951a4b11c8aa13a361281] | committer: Lou Logan configure: select bswapdsp for imm4 decoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04e23e027e582210f1b951a4b11c

[FFmpeg-cvslog] configure: select mdct for atrac3al decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Nov 4 14:06:22 2019 -0900| [e8e788da97edf13fcd0edb5c47890d6547aad48e] | committer: Lou Logan configure: select mdct for atrac3al decoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8e788da97edf13fcd0edb5c4789

[FFmpeg-cvslog] configure: select bswapdsp for mdec decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Nov 4 14:20:10 2019 -0900| [16503a933d5a11f85df09a7b094e872caf31c7fe] | committer: Lou Logan configure: select bswapdsp for mdec decoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16503a933d5a11f85df09a7b094e

[FFmpeg-cvslog] configure: select fft for qdmc decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Nov 4 14:23:41 2019 -0900| [c69ade947abbd924cd0084a9d2eb27f32792205a] | committer: Lou Logan configure: select fft for qdmc decoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c69ade947abbd924cd0084a9d2eb27f32

[FFmpeg-cvslog] configure: select mdct & sinewin for atrac3pal decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Nov 4 14:01:45 2019 -0900| [e5511bc1bd2e14baf20fc6da380018293bc06a8b] | committer: Lou Logan configure: select mdct & sinewin for atrac3pal decoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5511bc1bd2e14baf

[FFmpeg-cvslog] configure: select bswapdsp for ylc decoder

2019-11-05 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Mon Nov 4 14:25:31 2019 -0900| [121326d7b84cd7628dacc8605c541b20d0abddba] | committer: Lou Logan configure: select bswapdsp for ylc decoder Signed-off-by: Lou Logan > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=121326d7b84cd7628dacc8605c541

[FFmpeg-cvslog] avformat/nutenc: Do not pass NULL to memcmp() in get_needed_flags()

2019-11-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 1 10:02:29 2019 +0100| [e4fdeb3fcefeb98f2225f7ccded156fb175959c5] | committer: Michael Niedermayer avformat/nutenc: Do not pass NULL to memcmp() in get_needed_flags() This compared to the other suggestions is cleaner and easier to unders

[FFmpeg-cvslog] doc/bitstream_filters: Fix copy an paste typo

2019-11-05 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Nov 4 19:09:59 2019 +0800| [377fa6612ae2b47beba02edacc6a22128176dea9] | committer: Michael Niedermayer doc/bitstream_filters: Fix copy an paste typo Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/libvpxenc: fix alpha stride

2019-11-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Oct 27 18:10:31 2019 +0100| [425503291420919a6ef9076298a2f6cbbe47d847] | committer: James Zern avcodec/libvpxenc: fix alpha stride Signed-off-by: Marton Balint Signed-off-by: James Zern > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avcodec/libvpxdec: pass decoder instances to vpx_init directly

2019-11-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Oct 27 18:10:34 2019 +0100| [98aa1eb1cb1b354908a064c5265244e789fb8129] | committer: James Zern avcodec/libvpxdec: pass decoder instances to vpx_init directly If the alpha decoder init failed we presented the error message from the normal decoder. Th

[FFmpeg-cvslog] avcodec/libvpxenc: only allocate alpha U/V planes on size changes

2019-11-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Nov 2 17:20:21 2019 +0100| [6b544770729e1a4e91db3825c81c3c7a2254012f] | committer: James Zern avcodec/libvpxenc: only allocate alpha U/V planes on size changes Signed-off-by: Marton Balint Signed-off-by: James Zern > http://git.videolan.org/gitw

[FFmpeg-cvslog] avcodec/libvpxdec: decode to custom framebuffers for vp9

2019-11-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Oct 27 18:10:35 2019 +0100| [5478e2cc57d1fb73ab49f39c84b23f180bfa39e5] | committer: James Zern avcodec/libvpxdec: decode to custom framebuffers for vp9 This avoids copying the full frame after decoding. Signed-off-by: Marton Balint Signed-off-by:

[FFmpeg-cvslog] avcodec/libvpxdec: make sure BlockAdditional side data size >= 8

2019-11-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Oct 27 18:10:33 2019 +0100| [99e000704690b2b954c18ca585cc56dfd99e9c16] | committer: James Zern avcodec/libvpxdec: make sure BlockAdditional side data size >= 8 Signed-off-by: Marton Balint Signed-off-by: James Zern > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/libvpxdec: reject video and alpha dimension mismatches

2019-11-05 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Oct 27 18:10:36 2019 +0100| [c54268ce02f71c144d444a5e6d35417d5f043ed5] | committer: James Zern avcodec/libvpxdec: reject video and alpha dimension mismatches Signed-off-by: Marton Balint Signed-off-by: James Zern > http://git.videolan.org/gitweb.