RSS feed
4fa810da
– jwwang <jwwang@mozilla.com>
authored
on 2014/02/12 09:52
1. support .c in makefile generator. 2. add test to check C interfaces.
b51963c0
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/02/11 04:36
Merge pull request #219 from volvet/mozilla_bug_963392_fix
3091f00b
– Licai Guo <licaguo@cisco.com>
authored
on 2014/02/11 16:00
Merge pull request #280 from mstorsjo/d3d-plane-naming
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