RSS feed
	
	
	
		72f8cc62
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 on 2019/03/25 12:01
		
build: Split x86 asm files per bitdepth
		 
	
		3f2bb0d9
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/03/24 18:05
		
Only define DAV1D_API to dllexport when building dav1d itself
		 
	
		ad8d2174
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 and Henrik Gramner <henrik@gramner.com>
 committed
 on 2019/03/24 13:03
		
Simplify C for inverse transforms
		 
	
		08020016
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 and Henrik Gramner <henrik@gramner.com>
 committed
 on 2019/03/20 15:16
		
x86: Add minor CDEF AVX2 optimizations
		 
	
		585ac462
		 – Liwei Wang <liwei@multicorewareinc.com>
 authored
 on 2019/03/15 09:25
		
Add SSSE3 implementation for the 8x32 and 32x8 blocks in itx
		 
	
		5d944dc6
		 – Xuefeng Jiang <xuefeng@multicorewareinc.com>
 authored
 and Henrik Gramner <gramner@twoorioles.com>
 committed
 on 2019/03/18 16:04
		
Add SSSE3 implementation for ipred_cfl_ac_420 and ipred_cfl_ac_422
		 
	
		7350c59e
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/03/16 16:00
		
decode: add a frame tile data buffer size check
		 
	
		f821d9ad
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/03/16 15:46
		
decode: don't realloc the tile data buffer when it needs to be enlarged
		 
	
		3680b11a
		 – Janne Grunau <janne-vlc@jannau.net>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/03/13 04:51
		
tools/dav1d/md5: bswap big endian high bit depth pixel data
		 
	
		d9a911a4
		 – Janne Grunau <janne-vlc@jannau.net>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/27 14:30
		
tools/dav1d: make the md5 muxer endian-aware
		 
	
		dc769f5d
		 – Jean-Baptiste Kempf <jb@videolan.org>
 authored
 on 2019/03/13 19:39
		
On the road to 0.2.2
		 
	
		408d0486
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/03/09 06:06
		
build: use the project version as product version in the windows resource file
		 
	
		ace3855a
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/03/11 15:28
		
x86: remove unused macro arg in SSSE3 cdef_dir
		 
	
		583f9d35
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/03/11 06:24
		
x86: fix number of xmm used in sgr_calc_ab1_ssse3
		 
	
		5debc462
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/03/08 17:20
		
x86: optimize SSSE3 sgr_calc_ab{1,2}
		 
	
		cbec1241
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/03/08 15:48
		
x86: optimize AVX2 cdef_dir
		 
	
		14dc2038
		 – Jean-Baptiste Kempf <jb@videolan.org>
 authored
 on 2019/03/11 10:41
		
Update THANKS.md
		 
	
		7f7b5586
		 – Janne Grunau <janne-vlc@jannau.net>
 authored
 on 2019/03/09 06:20
		
build: add "api" to api/soname related versions
		 
	
		79052b17
		 – Jean-Baptiste Kempf <jb@videolan.org>
 authored
 on 2019/03/09 05:55
		
Update NEWS for 0.2.1
		 
	
		754487c0
		 – Janne Grunau <janne-vlc@jannau.net>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/03/05 13:43
		
let dav1d_version() return the project version
		 
	
		d67e3476
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/03/04 10:26
		
x86: add SSSE3 cdef dir implementation
		 
	
		18ef9556
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/02/27 06:29
		
arm: looprestoration: Simplify a few padding cases in wiener_filter_h_neon
		 
	
		c204da0f
		 – Kyle Siefring <kylesiefring@gmail.com>
 authored
 and Ronald S. Bultje <rsbultje@gmail.com>
 committed
 on 2019/03/06 15:03
		
Use some 8 bit arithmetic in AVX2 CDEF filter
		 
	
		ac4e679b
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/02/24 18:29
		
arm: looprestoration: Remove unnecessary includes
		 
	
		86ce4a3c
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/03/05 07:08
		
arm64: cdef: Clarify a slightly confusing comment
		 
	
		8f8dc928
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/03/05 06:43
		
arm64: cdef: Use a smarter padding constant
		 
	
		4f5261a0
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/03/05 06:32
		
arm64: cdef: Do saturating subtractions to avoid max operations with 0
		 
	
		dc2ae517
		 – Kyle Siefring <kylesiefring@gmail.com>
 authored
 and Ronald S. Bultje <rsbultje@gmail.com>
 committed
 on 2019/03/05 10:42
		
Utilize a better CDEF constant for avx2
		 
	
		e29cb9af
		 – Jean-Baptiste Kempf <jb@videolan.org>
 authored
 on 2019/03/04 13:15
		
On the road to 0.2.1
		 
	
		8e379f1d
		 – Kyle Siefring <kylesiefring@gmail.com>
 authored
 and Ronald S. Bultje <rsbultje@gmail.com>
 committed
 on 2019/03/03 05:37
		
Remove unused data from x86/cdef.asm
		 
	
		0afec6b1
		 – Francois Cartegnie <fcvlcdev@free.fr>
 authored
 and Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 committed
 on 2019/02/15 07:17
		
x86: add SSSE3 mc prep_8tap implementation
		 
	
		65ee1233
		 – Kyle Siefring <kylesiefring@gmail.com>
 authored
 and Ronald S. Bultje <rsbultje@gmail.com>
 committed
 on 2019/03/03 10:47
		
Speed up finding the best cost in avx2 cdef
		 
	
		4380bc33
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/03/01 16:58
		
windres: fix the version number string
		 
	
		493155af
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 and Henrik Gramner <henrik@gramner.com>
 committed
 on 2019/03/01 17:21
		
x86: Check for BMI1 and BMI2 flags in addition to AVX2
		 
	
		d7c3420b
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/03/01 10:43
		
picture: fix default_picture_allocator() return value on failure
		 
	
		19d8fac3
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/03/01 10:10
		
picture: make mastering display and content light metadata accessible when allocating pictures
		 
	
		0e55d462
		 – Jean-Baptiste Kempf <jb@videolan.org>
 authored
 on 2019/03/01 13:48
		
Update NEWS for 0.2.0
		 
	
		5c9bd45e
		 – Jean-Baptiste Kempf <jb@videolan.org>
 authored
 on 2019/03/01 13:38
		
Update copyright years
		 
	
		b78fba8f
		 – Matthias Dressel <code@deadcode.eu>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/28 21:16
		
ci: Add style check for 'david' with an i
		 
	
		e1c5fed0
		 – Matthias Dressel <code@deadcode.eu>
 authored
 and Ronald S. Bultje <rsbultje@gmail.com>
 committed
 on 2019/03/01 02:11
		
tools/dav1d: Fix help text
		 
	
		1b30cf2a
		 – Liwei Wang <liwei@multicorewareinc.com>
 authored
 and Henrik Gramner <gramner@twoorioles.com>
 committed
 on 2019/02/28 11:46
		
Add SSSE3 implementation for the 16x16 blocks in itx
		 
	
		255581d5
		 – Ronald S. Bultje <rsbultje@gmail.com>
 authored
 on 2019/02/28 09:42
		
Add dc-only path to C-implementation of IDCT
		 
	
		f1cdb441
		 – Matthias Dressel <code@deadcode.eu>
 authored
 on 2019/03/01 02:46
		
Update the copyright year to 2019
		 
	
		2abc436e
		 – Janne Grunau <janne-vlc@jannau.net>
 authored
 on 2019/02/15 16:21
		
obu: ignore operating_parameter_info in new sequence check
		 
	
		791ec219
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/02/08 10:30
		
x86: add SSSE3 cdef filters implementation
		 
	
		80650d4c
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/02/25 12:42
		
x86: optimize AVX2 cdef filters
		 
	
		38116657
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/02/24 10:10
		
x86: optimize 4 by X cdef filters for HAVE_RIGHT=0
		 
	
		19b4c9c0
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/02/24 10:14
		
x86: add AVX2 cdef_filter_4x8
		 
	
		df511176
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/02/11 11:02
		
x86: remove redundant code in cdef filter AVX2
		 
	
		3db19426
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/02/13 12:36
		
x86: improve AVX2 cdef_filter macro consistency
		 
	
		ded8ed3f
		 – Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
 authored
 on 2019/02/20 10:28
		
checkasm: decrease cdef filter min damping value
		 
	
		ada9231c
		 – Janne Grunau <janne-vlc@jannau.net>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/25 18:57
		
fix dav1d spelling
		 
	
		9cc1c7b3
		 – Konstantin Pavlov <thresh@videolan.org>
 authored
 on 2019/02/26 05:03
		
CI: Allow snap build/publish to fail
		 
	
		f6029b01
		 – Konstantin Pavlov <thresh@videolan.org>
 authored
 on 2019/02/26 05:01
		
CI: Pin ubuntu-snap builds to amd64 machines
		 
	
		a532e5ae
		 – Liwei Wang <liwei@multicorewareinc.com>
 authored
 and Henrik Gramner <gramner@twoorioles.com>
 committed
 on 2019/02/21 12:17
		
Add SSSE3 implementation for the 8x16 and 16x8 blocks in itx
		 
	
		e811c476
		 – Janne Grunau <janne-vlc@jannau.net>
 authored
 on 2019/02/22 14:03
		
bump version to 0.2.0 and soname to 1.0.0
		 
	
		9cb94d29
		 – Konstantin Pavlov <thresh@videolan.org>
 authored
 on 2019/02/22 11:14
		
CI: Publish snaps on the snap store
		 
	
		f392b4c2
		 – Konstantin Pavlov <thresh@videolan.org>
 authored
 on 2019/02/21 13:44
		
CI: Added a snap build job
		 
	
		eb28c6aa
		 – Konstantin Pavlov <thresh@videolan.org>
 authored
 on 2019/02/21 13:54
		
snap: Use git describe to provide a version
		 
	
		2b84f567
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/02/21 10:27
		
ci: Don't fail if the upstream cleanup fails
		 
	
		03f424e4
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/02/21 05:18
		
ci: Cope with the fact that the "upstream" remote might already exist
		 
	
		1ba8423a
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 and Henrik Gramner <henrik@gramner.com>
 committed
 on 2019/02/20 19:24
		
ci: Check for trailing whitespace
		 
	
		11faab9e
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 and Henrik Gramner <henrik@gramner.com>
 committed
 on 2019/02/20 19:23
		
Remove trailing whitespace
		 
	
		16ba8351
		 – Martin Storsjö <martin@martin.st>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/20 17:21
		
ci: Check the style of commit messages
		 
	
		466b524b
		 – Ronald S. Bultje <rsbultje@gmail.com>
 authored
 on 2019/02/20 12:15
		
Slightly over-allocate picture buffers
		 
	
		07f818fb
		 – Ronald S. Bultje <rsbultje@gmail.com>
 authored
 on 2019/02/20 11:42
		
Make allocation of frame_thread.pal aligned
		 
	
		1cec875c
		 – Ronald S. Bultje <rsbultje@gmail.com>
 authored
 on 2019/02/20 11:39
		
Don't assume chroma subsampling in stride calculation
		 
	
		04199ada
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/02/17 18:48
		
picture: use the input picture metadata buffer references in dav1d_picture_alloc_copy()
		 
	
		dce4e788
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 and Henrik Gramner <henrik@gramner.com>
 committed
 on 2019/02/19 12:18
		
x86: Fix buffer overread in ipred_filter_avx2.w32
		 
	
		3f646a21
		 – Martin Storsjö <martin@martin.st>
 authored
 and Henrik Gramner <gramner@twoorioles.com>
 committed
 on 2019/02/13 16:40
		
ci: Add a job for testing win32 with no extra stack alignment, like msvc
		 
	
		592e96bf
		 – Martin Storsjö <martin@martin.st>
 authored
 and Henrik Gramner <gramner@twoorioles.com>
 committed
 on 2019/02/18 11:34
		
ci: Update to the latest vlc-debian-llvm-mingw docker image
		 
	
		6ceb29d2
		 – Martin Storsjö <martin@martin.st>
 authored
 and Henrik Gramner <gramner@twoorioles.com>
 committed
 on 2019/02/13 17:06
		
meson: Add an undocumented option for overriding stack alignment
		 
	
		9caabc7b
		 – Xuefeng Jiang <xuefeng@multicorewareinc.com>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/18 10:22
		
Add SSSE3 implementation for ipred_cfl, ipred_cfl_top, ipred_cfl_left and ipred_cfl_128
		 
	
		f26bf7fa
		 – Michael Bradshaw <mjbshaw@google.com>
 authored
 and Janne Grunau <janne-vlc@jannau.net>
 committed
 on 2019/02/15 10:54
		
Include version.h using a relative path
		 
	
		8d3bc55c
		 – Janne Grunau <janne-vlc@jannau.net>
 authored
 on 2019/02/18 18:46
		
build: change include_directories order
		 
	
		03315f95
		 – Martin Storsjö <martin@martin.st>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/15 10:51
		
ci: Add a job that runs all tests for a mingw build in wine
		 
	
		a43f2790
		 – Martin Storsjö <martin@martin.st>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/15 10:23
		
ci: Use more sensible tags for the win32/win64 jobs
		 
	
		3fade2b9
		 – Martin Storsjö <martin@martin.st>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/15 10:13
		
ci: Run tests (checkasm) in the win32/win64 builders
		 
	
		3fa05675
		 – Martin Storsjö <martin@martin.st>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/15 10:12
		
ci: Use the latest version of the dav1d-debian-unstable builder image
		 
	
		48d9c683
		 – Luc Trudeau <ltrudeau@twoorioles.com>
 authored
 and Ronald S. Bultje <rsbultje@gmail.com>
 committed
 on 2019/02/15 16:22
		
Clipping in the second weight of SGRProj is useless
		 
	
		b338afc5
		 – Luc Trudeau <ltrudeau@twoorioles.com>
 authored
 and Ronald S. Bultje <rsbultje@gmail.com>
 committed
 on 2018/11/08 12:12
		
Simplify pri_taps and sec_taps
		 
	
		6bf2a0c6
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/02/15 14:49
		
headers: reorder and improve the doxy for some fields
		 
	
		d5171f95
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 and Henrik Gramner <henrik@gramner.com>
 committed
 on 2019/02/16 16:02
		
x86inc: Add support for GFNI instructions
		 
	
		ef938af8
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 and Henrik Gramner <henrik@gramner.com>
 committed
 on 2019/02/16 12:57
		
x86inc: Improve warnings for use of unsupported instructions
		 
	
		7b098ae8
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 and Henrik Gramner <henrik@gramner.com>
 committed
 on 2019/02/15 08:51
		
Add a dav1d prefix to global msac symbols
		 
	
		d28e6a3a
		 – Henrik Gramner <gramner@twoorioles.com>
 authored
 and Henrik Gramner <henrik@gramner.com>
 committed
 on 2019/02/15 08:05
		
Make msac_decode_symbol() static
		 
	
		222bf249
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/02/14 16:03
		
obu: free Metadata buffers at the start of a new Sequence
		 
	
		a12ba9c9
		 – Francois Cartegnie <fcvlcdev@free.fr>
 authored
 on 2019/01/04 13:01
		
add SSSE3 put_8tap
		 
	
		e94dafea
		 – Francois Cartegnie <fcvlcdev@free.fr>
 authored
 and Henrik Gramner <gramner@twoorioles.com>
 committed
 on 2019/02/09 13:08
		
add SSSE3 prep_bilin
		 
	
		c9c445ac
		 – Mark Shuttleworth <mark@ubuntu.com>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/14 11:00
		
Add snapcraft packaging
		 
	
		fd5a950a
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/02/13 20:00
		
lib: explicity free the metadata buffers in dav1d_close()
		 
	
		c2e0490c
		 – James Almer <jamrial@gmail.com>
 authored
 on 2019/02/13 19:56
		
lib: also free internal buffers when flushing with one frame thread
		 
	
		d5cc8503
		 – Xuefeng Jiang <xuefeng@multicorewareinc.com>
 authored
 and Jean-Baptiste Kempf <jb@videolan.org>
 committed
 on 2019/02/12 10:24
		
Add SSSE3 implementation for pal_pred
		 
	
		7acf1360
		 – Janne Grunau <janne-vlc@jannau.net>
 authored
 on 2019/02/13 19:00
		
arm64/ios: use prefixed dav1d_mc_warp_filter symbol
		 
	
		97ab8290
		 – Martin Storsjö <martin@martin.st>
 authored
 and Janne Grunau <janne-vlc@jannau.net>
 committed
 on 2019/02/11 18:29
		
arm64: mc: NEON implementation of warp8x8{,t}
		 
	
		8abcf5dc
		 – Martin Storsjö <martin@martin.st>
 authored
 and Janne Grunau <janne-vlc@jannau.net>
 committed
 on 2019/02/13 05:53
		
tables: Restore the warp filter table order for architectures other than x86
		 
	
		b3f0c984
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2019/02/08 09:19
		
arm64: cdef: NEON implementation of the dir function
		 
	
		d1c56da1
		 – Janne Grunau <janne-vlc@jannau.net>
 authored
 on 2019/02/05 19:32
		
build: generate a installed version header for semantic versioning
		 
	
		8e80f57c
		 – Vittorio Giovara <vittorio@vimeo.com>
 authored
 on 2019/02/08 08:33
		
Parse OBU metadata for HDR10 support
		 
	
		b4e6377a
		 – Vittorio Giovara <vittorio@vimeo.com>
 authored
 on 2019/02/08 08:33
		
get_bits: Factor out leb parsing to dav1d_get_uleb128()
		 
Next