RSS feed
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
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