Licai Guo
|
a2164c22af
|
fix 960932 by add boundary checks on run_before
|
2014-01-19 22:15:25 -08:00 |
|
Martin Storsjö
|
9ccae7b0d6
|
Remove useless use of the HAVE_CACHE_LINE_ALIGN define
The code ends up as the exact same regardless of whether the
define is set or not.
|
2014-01-10 12:25:39 +02:00 |
|
Martin Storsjö
|
8bc5bf58a0
|
Remove the unused global variable g_uiCacheLineSize
|
2014-01-10 12:20:59 +02:00 |
|
Licai Guo
|
15bd7dab57
|
fix crash issue for too big packet size
|
2014-01-09 00:28:13 -08:00 |
|
Licai Guo
|
77fd9aa4f0
|
merge macros.h to common/macros.h
|
2014-01-09 15:41:24 +08:00 |
|
Licai Guo
|
f38111d76b
|
file a new commit
Squashed commit of the following:
commit 26be4c66686d2d75ba1eb381ae562d30474429b2
Merge: 91bde82 8df0566
Author: Licai Guo <guolicai@gmail.com>
Date: Wed Jan 8 16:56:49 2014 -0800
Merge remote-tracking branch 'upstream/master' into move_to_common
Conflicts:
codec/common/targets.mk
codec/console/dec/targets.mk
codec/decoder/targets.mk
codec/encoder/targets.mk
codec/processing/targets.mk
commit 91bde8209dad40eaa0b26cc75467e4ce52b4c8ae
Merge: c827054 cc2ffee
Author: Licai Guo <guolicai@gmail.com>
Date: Tue Jan 7 20:16:11 2014 -0800
Merge remote-tracking branch 'upstream/master' into move_to_common
commit c8270543fab8e40cb4aebf62d7646068afe19484
Author: Licai Guo <guolicai@gmail.com>
Date: Mon Jan 6 19:12:39 2014 -0800
enable WelsScan4x4DcAc_ssse3
commit c8d2823d54e54cab146098302441ef44a4638382
Author: Licai Guo <guolicai@gmail.com>
Date: Mon Jan 6 18:46:06 2014 -0800
remove trailing white spaces
commit 39866a9cf54db6120aabd6a01afd4aedbead8af0
Author: Licai Guo <guolicai@gmail.com>
Date: Mon Jan 6 18:06:10 2014 -0800
move common code(deblocking and cpu) to common, rename decoder's
Intra-prediction functions prefix.
|
2014-01-08 17:03:00 -08:00 |
|
Ethan Hugg
|
e801b58bf8
|
Merge pull request #110 from huili2/master
interface clean and inside modification
|
2014-01-06 11:02:49 -08:00 |
|
Ethan Hugg
|
057d3e507b
|
Merge pull request #100 from mstorsjo/trailing-whitespace-cpp-comments
Remove trailing whitespace in comments
|
2014-01-06 09:33:52 -08:00 |
|
Ethan Hugg
|
9cf180dda6
|
Merge pull request #103 from mstorsjo/remove-commented-out-pragmas
Remove commented out pragmas
|
2014-01-06 08:37:33 -08:00 |
|
huili2
|
32fd2c4e4d
|
interface clean and inside modification
clean and comment some API.
move the SKIP mv pred location
remove the unused buffer in intra construction.
|
2014-01-06 13:28:55 +08:00 |
|
licaiguo
|
a3e0a71c71
|
remove unused intra-prediction functions and declarations
|
2014-01-06 11:53:43 +08:00 |
|
licaiguo
|
abb1311fb9
|
rename decoder's intra-prediction prefix from Wels to WelsDecoder.
|
2014-01-06 11:22:39 +08:00 |
|
Martin Storsjö
|
790110b2ce
|
Remove commented out pragmas
|
2014-01-05 15:04:34 +02:00 |
|
Martin Storsjö
|
d3ee1de5ac
|
Remove trailing whitespace in comments
The astyle cleanup keeps trailing whitespace within comments,
but the whitespace here is not significant nor intentional
and thus should be removed.
|
2014-01-05 14:53:21 +02:00 |
|
volvet
|
ec84f4bcc9
|
resolve conflict
|
2014-01-03 14:49:45 +08:00 |
|
unknown
|
1e5a290855
|
1. fix gcc 3.4 link error.
2. fix mingw build issue when enable asm
|
2014-01-02 17:19:25 +08:00 |
|
licaiguo
|
077ffed5ea
|
Add Windows 64-bit build to VS project files
|
2013-12-15 15:18:19 +08:00 |
|
Licai Guo
|
ac6828f4fa
|
Enable 64-bit build on Linux & Mac
|
2013-12-14 20:37:33 -08:00 |
|
Ethan Hugg
|
ff6b669176
|
Pretty printed the C++ code with astyle
|
2013-12-12 14:21:12 -08:00 |
|
Ethan Hugg
|
70e5e62f3d
|
Initial Commit
|
2013-12-09 04:51:09 -08:00 |
|