[FFmpeg-cvslog] avcodec/zmbv: Check that the decompressed data size is correct

2018-09-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 18 00:28:37 2018 +0200| [e33b28cc79d164fff22bfee750c9283587c00bc4] | committer: Michael Niedermayer avcodec/zmbv: Check that the decompressed data size is correct This checks the value exactly for intra frames and checks it against a mini

[FFmpeg-cvslog] avcodec/zmbv: Update decomp_len in raw frames

2018-09-18 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Sep 17 21:33:59 2018 +0200| [3d201b83cda03fd9e866acafee82d7ce88260e66] | committer: Michael Niedermayer avcodec/zmbv: Update decomp_len in raw frames decomp_len is used in raw frames, so it should not be left at the value from whatever was de

[FFmpeg-cvslog] avcodec/mips: [loongson] refine ff_vc1_inv_trans_8x8_mmi.

2018-09-18 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Mon Sep 17 17:20:28 2018 +0800| [2b646dac78d44ecc288ad0c21c050c1364c3e240] | committer: Michael Niedermayer avcodec/mips: [loongson] refine ff_vc1_inv_trans_8x8_mmi. Combined 1st and 2nd loop into one inline asm in function ff_vc1_inv_trans_8x8_mmi to re

[FFmpeg-cvslog] Merge commit 'a2041a6522642859ce64af1c618d6fb90a50d4af'

2018-09-18 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Sep 18 13:28:05 2018 -0300| [f4cf6ba8c9646814af842a99335c6ee312ded299] | committer: James Almer Merge commit 'a2041a6522642859ce64af1c618d6fb90a50d4af' * commit 'a2041a6522642859ce64af1c618d6fb90a50d4af': qsvenc: AV_PIX_FMT_QSV path should release f

[FFmpeg-cvslog] qsvenc: AV_PIX_FMT_QSV path should release frame

2018-09-18 Thread Maxym Dmytrychenko
ffmpeg | branch: master | Maxym Dmytrychenko | Tue Sep 18 09:47:52 2018 +0200| [a2041a6522642859ce64af1c618d6fb90a50d4af] | committer: Maxym Dmytrychenko qsvenc: AV_PIX_FMT_QSV path should release frame Fixes high memory usage and prevents over allocation of the frames via proper unref. Can b