[FFmpeg-cvslog] avformat/matroskaenc: Fix writing of markers

2023-08-29 Thread Steinar H . Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Mon Aug 28 19:03:08 2023 +0200| [69c308a6d1f6027bc3328cd8f4d38fb516ee10b8] | committer: Martin Storsjö avformat/matroskaenc: Fix writing of markers When the marker writing code was merged from libav to FFmpeg in dc62016c, it failed to take into

[FFmpeg-cvslog] avcodec/put_bits: Fix LZW warning

2020-07-20 Thread Steinar H . Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Sun Jul 19 20:29:29 2020 +0200| [80286671c5594957d74120b3b5f47b774e98c661] | committer: Michael Niedermayer avcodec/put_bits: Fix LZW warning lzwenc stores a function pointer to either put_bits or put_bits_le; however, after the recent change

[FFmpeg-cvslog] avcodec/put_bits: Make bit buffers 64-bit

2020-07-19 Thread Steinar H . Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Sat Jul 18 16:53:03 2020 +0200| [88d80cb97528d52dac3178cf5393d6095eca6200] | committer: Michael Niedermayer avcodec/put_bits: Make bit buffers 64-bit Change BitBuf into uint64_t on 64-bit x86. This means we need to flush the buffer less often

[FFmpeg-cvslog] avcodec/put_bits: Parametrize bit buffer type

2020-07-19 Thread Steinar H . Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Sat Jul 18 16:53:02 2020 +0200| [c63c303a1f2b58677d480505ec93a90f77dd25b5] | committer: Michael Niedermayer avcodec/put_bits: Parametrize bit buffer type Preparatory patch for making the bit buffer different size on different platforms; make a

[FFmpeg-cvslog] Add myself as speedhq maintainer, per request.

2017-08-03 Thread Steinar H . Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Thu Aug 3 09:31:34 2017 +0200| [e67d6c37ee34515ca2cd79137e7ca6b87b170e28] | committer: James Almer Add myself as speedhq maintainer, per request. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] speedhq: add FATE tests

2017-08-03 Thread Steinar H . Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Thu Aug 3 09:31:30 2017 +0200| [45ffe4645e682e0cd13a1c5c23de40dc1a00ff7c] | committer: James Almer speedhq: add FATE tests Also add simple FATE tests, based on output produced by the NDI SDK. Signed-off-by: James Almer > h

[FFmpeg-cvslog] speedhq: fix behavior of single-field decoding

2017-08-03 Thread Steinar H . Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Thu Aug 3 09:22:57 2017 +0200| [effd2e7291a12760891289540f944d71ff32a1c8] | committer: James Almer speedhq: fix behavior of single-field decoding The height convention for decoding frames with only a single field made sense for compatibility

[FFmpeg-cvslog] speedhq: fix decoding artifacts

2017-02-20 Thread Steinar H. Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Sat Feb 18 19:41:02 2017 +0100| [e3c14eaa54c87d4d8771bc75cb24b0b537fbcd19] | committer: Michael Niedermayer speedhq: fix decoding artifacts The quantization table is stored in the natural order, but when we access it, we use an index that'

[FFmpeg-cvslog] speedhq: fix out-of-bounds write

2017-02-01 Thread Steinar H. Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Wed Feb 1 17:19:18 2017 +0100| [08b098169be079c4f124a351fda6764fbcd10e79] | committer: Andreas Cadhalpun speedhq: fix out-of-bounds write Certain alpha run lengths (for SHQ1/SHQ3/SHQ5) could be stored in both long and short versions, and we

[FFmpeg-cvslog] speedhq: Align blocks variable properly.

2017-01-13 Thread Steinar H. Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Fri Jan 13 19:04:25 2017 +0100| [d68d7198becaad02f08eae190ed343a424e3747f] | committer: James Almer speedhq: Align blocks variable properly. Seemingly ff_clear_block_sse assumed that the block array is aligned, so make sure it is. Fixes ticket

[FFmpeg-cvslog] avcodec: add Newtek SpeedHQ decoder

2017-01-11 Thread Steinar H. Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Sun Jan 8 12:07:09 2017 +0100| [2a293ec7ac72723b5f07aa804bb981ce1de35b82] | committer: Paul B Mahol avcodec: add Newtek SpeedHQ decoder This decoder can decode all existing SpeedHQ formats (SHQ0–5, 7, and 9), including correct decoding of the

[FFmpeg-cvslog] avcodec: move bitswap_32() into a header file

2017-01-11 Thread Steinar H. Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Sun Jan 8 14:14:54 2017 +0100| [eaff1aa09e90e2711207c9463db8bf8e8dec8178] | committer: Paul B Mahol avcodec: move bitswap_32() into a header file Allows more codecs than mpeg12video to make use of it. > http://git.videolan.org/gitweb.