[FFmpeg-cvslog] fate: disable fate-svq3-2

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 2 21:40:59 2017 -0300| [aa4fe27657462742943dfbd185a18c223ae4dca3] | committer: James Almer fate: disable fate-svq3-2 The first frame changes depending on --enable-memory-poisoning being used to configure ffmpeg or not, even if

[FFmpeg-cvslog] avcodec/encode: free non-referenced packets' side data in the old encode API functions

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 2 18:58:39 2017 -0300| [712ee85816ef854761f30ea57ea628997bd62e60] | committer: James Almer avcodec/encode: free non-referenced packets' side data in the old encode API functions Fixes memleaks introduced by

[FFmpeg-cvslog] Merge commit '8e4d4efc67e154fdffd65964a7cfeef740320827'

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 2 18:23:48 2017 -0300| [b591329c3afe445c45eaecadd5fe3b80a837ee2f] | committer: James Almer Merge commit '8e4d4efc67e154fdffd65964a7cfeef740320827' * commit '8e4d4efc67e154fdffd65964a7cfeef740320827': fate: Add another SVQ3

[FFmpeg-cvslog] fate: Add another SVQ3 test to increase coverage

2017-10-02 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Sat Apr 6 12:48:32 2013 +0200| [8e4d4efc67e154fdffd65964a7cfeef740320827] | committer: Diego Biurrun fate: Add another SVQ3 test to increase coverage >

[FFmpeg-cvslog] arm: vp9itxfm: Reorder iadst16 coeffs

2017-10-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Dec 31 22:27:13 2016 +0200| [08074c092d8c97d71c5986e5325e97ffc956119d] | committer: Martin Storsjö arm: vp9itxfm: Reorder iadst16 coeffs This matches the order they are in the 16 bpp version. There they are in this order, to

[FFmpeg-cvslog] Merge commit 'b8f66c0838b4c645227f23a35b4d54373da4c60a'

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 2 16:13:01 2017 -0300| [9f5d238a66eab835a3137fbf014b7d85f3172cd7] | committer: James Almer Merge commit 'b8f66c0838b4c645227f23a35b4d54373da4c60a' * commit 'b8f66c0838b4c645227f23a35b4d54373da4c60a': aarch64: vp9itxfm:

[FFmpeg-cvslog] aarch64: vp9itxfm: Reorder the idct coefficients for better pairing

2017-10-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Dec 31 14:18:31 2016 +0200| [09eb88a12e008d10a3f7a6be75d18ad98b368e68] | committer: Martin Storsjö aarch64: vp9itxfm: Reorder the idct coefficients for better pairing All elements are used pairwise, except for the first one.

[FFmpeg-cvslog] aarch64: vp9itxfm: Reorder iadst16 coeffs

2017-10-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Dec 31 22:27:13 2016 +0200| [b8f66c0838b4c645227f23a35b4d54373da4c60a] | committer: Martin Storsjö aarch64: vp9itxfm: Reorder iadst16 coeffs This matches the order they are in the 16 bpp version. There they are in this order,

[FFmpeg-cvslog] arm: vp9itxfm: Reorder the idct coefficients for better pairing

2017-10-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Dec 31 14:05:44 2016 +0200| [de06bdfe6c8abd8266d5c6f5c68e4df0060b61fc] | committer: Martin Storsjö arm: vp9itxfm: Reorder the idct coefficients for better pairing All elements are used pairwise, except for the first one.

[FFmpeg-cvslog] arm: vp9itxfm: Avoid reloading the idct32 coefficients

2017-10-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Jan 2 22:50:38 2017 +0200| [402546a17233a8815307df9e14ff88cd70424537] | committer: Martin Storsjö arm: vp9itxfm: Avoid reloading the idct32 coefficients The idct32x32 function actually pushed q4-q7 onto the stack even though it

[FFmpeg-cvslog] aarch64: vp9itxfm: Avoid reloading the idct32 coefficients

2017-10-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Jan 2 22:08:41 2017 +0200| [65aa002d54433154a6924dc13e498bec98451ad0] | committer: Martin Storsjö aarch64: vp9itxfm: Avoid reloading the idct32 coefficients The idct32x32 function actually pushed d8-d15 onto the stack even

[FFmpeg-cvslog] arm: vp9lpf: Implement the mix2_44 function with one single filter pass

2017-10-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Jan 14 13:22:30 2017 +0200| [575e31e931e4178e9f1e24407503c9b4ec0ef9ba] | committer: Martin Storsjö arm: vp9lpf: Implement the mix2_44 function with one single filter pass For this case, with 8 inputs but only changing 4 of them,

[FFmpeg-cvslog] arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit

2017-10-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Sat Jan 14 20:49:19 2017 +0200| [c582cb8537367721bb399a5d01b652c20142b756] | committer: Martin Storsjö arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit The theoretical maximum value of E is 193, so we can just saturate the

[FFmpeg-cvslog] aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1

2017-10-02 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Feb 23 23:33:58 2017 +0200| [3bf9c48320f25f3d5557485b0202f22ae60748b0] | committer: Martin Storsjö aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1 This is one cycle faster in total, and three instructions fewer.

[FFmpeg-cvslog] Place attribute_deprecated in the right position for struct declarations

2017-10-02 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Feb 22 11:39:21 2017 +0100| [ed6a891c364f8b0850b557d9578b8920cc15a937] | committer: Diego Biurrun Place attribute_deprecated in the right position for struct declarations libavcodec/vaapi.h:58:1: warning: attribute 'deprecated'

[FFmpeg-cvslog] Merge commit 'ed6a891c364f8b0850b557d9578b8920cc15a937'

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 2 16:05:36 2017 -0300| [f40cd7899188cae676ec01ee817ec764381c8403] | committer: James Almer Merge commit 'ed6a891c364f8b0850b557d9578b8920cc15a937' * commit 'ed6a891c364f8b0850b557d9578b8920cc15a937': Place

[FFmpeg-cvslog] Merge commit '04d2afa93b6c6f320ac45dd99ce1226f3c3d5ac8'

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 2 16:00:14 2017 -0300| [0451c3db4ee21afb437279b656c83269677801e5] | committer: James Almer Merge commit '04d2afa93b6c6f320ac45dd99ce1226f3c3d5ac8' * commit '04d2afa93b6c6f320ac45dd99ce1226f3c3d5ac8': mkv: Update the seek

[FFmpeg-cvslog] mkv: Update the seek test to match 5d3953a5dc

2017-10-02 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Wed Feb 22 09:55:45 2017 +0100| [04d2afa93b6c6f320ac45dd99ce1226f3c3d5ac8] | committer: Luca Barbato mkv: Update the seek test to match 5d3953a5dc >

[FFmpeg-cvslog] fate: Update fate-lavf-mkv after commit 5d3953a5dc

2017-10-02 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Tue Feb 21 16:47:20 2017 -0700| [fec3456ce188e895a2082fc1fb298570fc29ad29] | committer: John Stebbins fate: Update fate-lavf-mkv after commit 5d3953a5dc >

[FFmpeg-cvslog] Merge commit '156bc0193bd47d3f4b3adaa93be0e206e12686ab'

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 2 15:52:18 2017 -0300| [ff29db4ebf2245a33e184d79ebb294c71d42ea1f] | committer: James Almer Merge commit '156bc0193bd47d3f4b3adaa93be0e206e12686ab' * commit '156bc0193bd47d3f4b3adaa93be0e206e12686ab': fate: Add webp alpha

[FFmpeg-cvslog] fate: Add webp alpha test

2017-10-02 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Fri Feb 17 23:13:14 2017 +| [156bc0193bd47d3f4b3adaa93be0e206e12686ab] | committer: Mark Thompson fate: Add webp alpha test > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=156bc0193bd47d3f4b3adaa93be0e206e12686ab ---

[FFmpeg-cvslog] matroskaenc: factor ts_offset into block timecode computation

2017-10-02 Thread John Stebbins
ffmpeg | branch: master | John Stebbins | Wed Feb 15 15:22:40 2017 -0700| [5d3953a5dcfd5f71391b7f34908517eb6f7e5146] | committer: John Stebbins matroskaenc: factor ts_offset into block timecode computation ts_offset was added to cluster timecode, but then effectively

[FFmpeg-cvslog] Merge commit '5d3953a5dcfd5f71391b7f34908517eb6f7e5146'

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 2 15:26:56 2017 -0300| [45121cbdda00627c9b51b3fd10ea044ebfaa6664] | committer: James Almer Merge commit '5d3953a5dcfd5f71391b7f34908517eb6f7e5146' * commit '5d3953a5dcfd5f71391b7f34908517eb6f7e5146': matroskaenc: factor

[FFmpeg-cvslog] avdevice/decklink_dec: remove av_dup_packet() usage

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Oct 2 13:08:39 2017 -0300| [e91f0c4f8b3e81bc63838cc67370a7b13c8d9e78] | committer: James Almer avdevice/decklink_dec: remove av_dup_packet() usage Reviewed-by: Marton Balint Signed-off-by: James Almer

[FFmpeg-cvslog] avdevice/decklink_dec: use av_packet_add_side_data()

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Oct 1 23:31:12 2017 -0300| [0c1ffd0aa55c6cef6dffe2b736786c6cb86d8a3d] | committer: James Almer avdevice/decklink_dec: use av_packet_add_side_data() It uses the existing buffer instead of allocating a new one. Reviewed-by: Marton

[FFmpeg-cvslog] avcodec/encode: remove usage of av_dup_packet()

2017-10-02 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Sep 26 00:24:29 2017 -0300| [a22c6a4796ca1f2cbee6784262515da876fbec22] | committer: James Almer avcodec/encode: remove usage of av_dup_packet() Reviewed-by: wm4 Signed-off-by: James Almer