RSS feed
	
	
	
		29ccdeba
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/11 07:25
		
Correct the plane naming within the D3D code
		 
	
		d81f3d50
		 – volvet <qizh@cisco.com>
 authored
 on 2014/02/11 05:32
		
Merge pull request #279 from sijchen/sad_fix2
		 
	
		b9d34ff0
		 – volvet <qizh@cisco.com>
 authored
 on 2014/02/11 04:12
		
Merge pull request #278 from mstorsjo/dec-console-param
		 
	
		be95d5f8
		 – volvet <qizh@cisco.com>
 authored
 on 2014/02/11 03:57
		
Merge pull request #277 from lyao2/newbranch
		 
	
		83e7e7fb
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 19:35
		
Show the right message if no output file has been specified
		 
	
		3e13874a
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 19:33
		
Remove some needless casts by using the right data type
		 
	
		7e3557c9
		 – lyao2 <lyao2@LYAO2-WS01.cisco.com>
 authored
 on 2014/02/10 11:28
		
enable frame skip in RC 1 mode
		 
	
		8b8e0d4b
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/10 05:46
		
Merge pull request #274 from mstorsjo/typedef-cleanup
		 
	
		1e549e6f
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/10 05:40
		
Merge pull request #271 from mstorsjo/merge-asm-headers
		 
	
		007f5ba7
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/10 05:36
		
Merge pull request #258 from mstorsjo/endian-cleanup
		 
	
		bf9a7808
		 – volvet <qizh@cisco.com>
 authored
 on 2014/02/10 04:08
		
Merge pull request #273 from mstorsjo/remove-editor-state-file
		 
	
		a4d9ba3f
		 – volvet <qizh@cisco.com>
 authored
 on 2014/02/10 04:00
		
Merge pull request #275 from mstorsjo/fix-win64-noasm-build
		 
	
		80862eec
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 18:39
		
Use the C++ constants true/false instead of defining our own
		 
	
		f2bd22ac
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 18:28
		
Use char instead of str_t
		 
	
		7b96c675
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 18:26
		
Use void instead of void_t
		 
	
		2b77fe7f
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 18:24
		
Use bool instead of bool_t
		 
	
		17d7b5d7
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/24 09:07
		
Use bool_t instead of BOOL_T
		 
	
		0f7a958c
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 15:13
		
Move declarations of functions in mc_chroma/luma.asm into a header in common
		 
	
		ad209c2d
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 14:43
		
Move declarations of functions in expand_picture.asm into a header in common
		 
	
		b336bbdb
		 – Licai Guo <licaguo@cisco.com>
 authored
 on 2014/02/09 14:46
		
Merge pull request #272 from mstorsjo/enable-missed-asm-func
		 
	
		47934b30
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 21:19
		
Fix building for win64 with assembly disabled
		 
	
		83892ad0
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 18:31
		
Remove an MSVC resource editor state file
		 
	
		a532c123
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 18:09
		
Take the missed WelsDecoderI4x4LumaPredH_sse2 function into use
		 
	
		bf7dd96b
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/08 04:06
		
Merge pull request #261 from mstorsjo/make-remove-dot-dir
		 
	
		d0185ab2
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/24 09:35
		
Remove redundant /./ parts from pathnames in makefiles
		 
	
		c80553bf
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/08 03:42
		
Merge pull request #270 from mstorsjo/c-interface-headers
		 
	
		bcd08d87
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 09:37
		
Include stdbool.h in the public interface headers in C mode
		 
	
		20c386a4
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/08 03:42
		
Merge pull request #269 from mstorsjo/remove-float-typedefs
		 
	
		e66ad9ab
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/23 14:16
		
Remove the real32_t typedef
		 
	
		d36b10fa
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/23 13:45
		
Remove typedefs for float_t and double_t
		 
	
		ba6bf7da
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/08 09:08
		
Consistently use inline instead of __inline
		 
	
		da0c1fa7
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/08 03:41
		
Merge pull request #268 from mstorsjo/consistent-inline
		 
	
		e366f577
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/07 05:03
		
Merge pull request #267 from mstorsjo/install
		 
	
		45689f83
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/27 09:54
		
Add a "make install" target
		 
	
		f5fd72f6
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/27 09:42
		
Build one large static library containing both decoder and encoder
		 
	
		b4a94169
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/06 02:30
		
Merge pull request #266 from mstorsjo/remove-null-define
		 
	
		f252acf8
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/23 13:42
		
Remove fallback defines for NULL
		 
	
		5bdda25b
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/06 02:29
		
Merge pull request #265 from mstorsjo/fix-tests-windows
		 
	
		3a1bc927
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/06 05:55
		
Include <algorithm> for std::min
		 
	
		43814000
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/02/06 05:50
		
Open output files in binary mode in the testsuite
		 
	
		33a1209a
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/05 14:43
		
Merge pull request #264 from jwwang/add_gtests
		 
	
		f2aaffbb
		 – jwwang <jwwang@mozilla.com>
 authored
 on 2014/02/06 06:37
		
fix clang error
		 
	
		94bd097f
		 – jwwang <jwwang@mozilla.com>
 authored
 on 2014/02/05 13:04
		
minor naming/style/bug fixes
		 
	
		0c2227e4
		 – jwwang <jwwang@mozilla.com>
 authored
 on 2014/01/18 14:31
		
Remove temp files using the iterator pattern
		 
	
		596be02c
		 – jwwang <jwwang@mozilla.com>
 authored
 on 2014/01/18 04:54
		
Fix incomplete decocder output for not flushing the temp file
		 
	
		8247eef9
		 – jwwang <jwwang@mozilla.com>
 authored
 on 2014/01/14 10:48
		
refactor and add decode_encode_test to pipeline decoder outoput to encoder test
		 
	
		db6ce9c3
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/02/03 02:24
		
Merge pull request #262 from orbitcowboy/master
		 
	
		7d29cecc
		 – orbitcowboy <ettl.martin78@gmail.com>
 authored
 on 2014/01/31 18:13
		
cleanup variable initializations.
		 
	
		21197abe
		 – orbitcowboy <ettl.martin78@gmail.com>
 authored
 on 2014/01/31 18:00
		
cleanup unused variable in codec/common/deblocking_common.cpp.
		 
	
		0a14d4c7
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/29 09:45
		
Make the deblocking handling endian independent
		 
	
		21687726
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/29 09:30
		
Avoid requiring byteswapping functions
		 
	
		856d770a
		 – ekr <ekr@rtfm.com>
 authored
 on 2014/01/29 23:14
		
Merge pull request #260 from mstorsjo/quiet-make
		 
	
		8ecdcc71
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/30 06:32
		
Add a make option for silencing the commands run
		 
	
		1e744b19
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/29 10:25
		
Merge pull request #257 from mstorsjo/simplify-endian-func
		 
	
		1d2c37f7
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/29 17:10
		
Simplify the implementation of GetValueOf4Bytes
		 
	
		fbcd9621
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/29 10:24
		
Merge pull request #256 from mstorsjo/bigendian
		 
	
		cadbec75
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/29 07:49
		
Fix shifting tricks in deblocking for big endian
		 
	
		47ec7884
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/29 07:57
		
Don't read an uint8_t array as an uint32_t
		 
	
		914650ab
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/29 10:17
		
Merge pull request #255 from mstorsjo/unify-stack-align-macros
		 
	
		66c39a4f
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/29 16:56
		
Remove the array_stack_align.h header from the encoder lib
		 
	
		e413ed20
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/29 02:04
		
Merge pull request #254 from mstorsjo/directory-typofix
		 
	
		b2178aac
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/29 05:29
		
Fix a typo in a directory name
		 
	
		b2528a25
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/29 02:03
		
Merge pull request #253 from varunbpatil/help_update
		 
	
		683b3222
		 – Varun B Patil <varun.basavaraj.patil@gmail.com>
 authored
 on 2014/01/29 08:47
		
updated README - make options
		 
	
		9b70a6db
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/28 06:13
		
Merge pull request #198 from mstorsjo/makefile-deps
		 
	
		97a4b708
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/28 06:12
		
Merge pull request #246 from varunbpatil/detect_arch
		 
	
		35a821fa
		 – Varun B Patil <varun.basavaraj.patil@gmail.com>
 authored
 on 2014/01/28 08:48
		
Updated travis.yml to explicitly build for 32bit architecture
		 
	
		5efb0a9a
		 – Varun B Patil <varun.basavaraj.patil@gmail.com>
 authored
 on 2014/01/28 07:35
		
Attempt to detect OS arch(32/64 bit) on most platforms
		 
	
		ec576baf
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/28 06:05
		
Merge pull request #249 from mstorsjo/encconsole-arg-parsing-ifdef
		 
	
		19f03d6a
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 06:23
		
Fix parsing of the -drec option if ENABLE_FRAME_DUMP isn't set
		 
	
		b58bf88b
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/28 06:04
		
Merge pull request #247 from mstorsjo/simplify-missed-inline-asm-macro
		 
	
		08638a93
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/28 06:04
		
Merge pull request #252 from mstorsjo/share-processing-asm
		 
	
		04dba61d
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 08:47
		
Remove an unused assembly source file
		 
	
		3761901e
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 08:42
		
Remove sad.asm from the processing lib, move satd_sad from the encoder to the common lib
		 
	
		e306888d
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 05:32
		
Unify the codepaths for WELS_GET_PERFIX_BITS at the second place
		 
	
		3c402612
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/28 04:42
		
Merge pull request #251 from mstorsjo/crt-string-cleanup
		 
	
		e0da5a16
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 07:24
		
Remove the now unused STRCAT macro
		 
	
		208f033b
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 07:24
		
Use WelsStrcat instead of the STRCAT macro
		 
	
		fa93c88f
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 07:21
		
Implement WelsStrcat based on WelsStrncpy
		 
	
		9840f117
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 07:12
		
Remove the now unused count parameter to WelsStrncpy
		 
	
		a16ccc0b
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 07:08
		
Fix the implementations of WelsStrncpy
		 
	
		74e7c9b6
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 07:06
		
Remove the now unused STRNCPY macro
		 
	
		215eb564
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 07:05
		
Use WelsStrncpy instead of STRNCPY
		 
	
		7791a6d2
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 06:50
		
Use WelsSnprintf instead of a combination of strlen and STRNCAT
		 
	
		03189226
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 06:48
		
Check the right pointer for being non-null in WelsLogDefault
		 
	
		9b591532
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 06:35
		
Remove the STRNLEN/WelsStrnlen compatibility functions
		 
	
		92fa4eb4
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 06:12
		
Use strlen instead of WelsStrnlen/STRNLEN for known null terminated strings
		 
	
		082a9869
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 06:11
		
Use strlen() instead of WelsStrnlen/STRNLEN for string constants
		 
	
		da7d3d9b
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 06:33
		
Remove an unused and unnecessary string length calculation
		 
	
		0d7bafce
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/28 04:40
		
Merge pull request #248 from mstorsjo/msvc-proj-cleanup
		 
	
		5c5dcfb1
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 05:54
		
Remove an unused global variable and commented out code
		 
	
		8a0bc0a8
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 05:42
		
Don't pass /LTCG to the linker for the console front end binary
		 
	
		3316938a
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 05:30
		
Enable incremental linking in debug configurations of WelsDecPlus
		 
	
		6938cfce
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/28 04:39
		
Merge pull request #250 from mstorsjo/format-string-fix
		 
	
		903f2659
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/28 07:28
		
Fix a format string to use the correct type
		 
	
		a164436d
		 – Martin Storsjö <martin@martin.st>
 authored
 on 2014/01/23 10:16
		
Automatically track per-file dependencies
		 
	
		ac1dbf5a
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/27 17:35
		
Merge pull request #245 from varunbpatil/remove_unused
		 
	
		7ba7881c
		 – Varun B Patil <varun.basavaraj.patil@gmail.com>
 authored
 on 2014/01/28 06:48
		
Remove autoclean script (Linux)
		 
	
		977768ac
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/27 09:50
		
Merge pull request #222 from mstorsjo/enable-threading
		 
	
		640c43a3
		 – Ethan Hugg <ethanhugg@gmail.com>
 authored
 on 2014/01/27 09:49
		
Merge pull request #229 from mstorsjo/make-link-space
		 
Next