shithub: openh264

RSS feed

525ad9e7 – Martin Storsjö <[email protected]> authored on 2014/02/18 06:27
Remove unnecessary checks/initialization from the Initialize method

1a32ae71 – Martin Storsjö <[email protected]> authored on 2014/02/18 06:04
Simplify the CWelsH264SVCEncoder::Initialize2 method

5cb85183 – Martin Storsjö <[email protected]> authored on 2014/02/18 06:01
Remove the Initialize2 function from the external API

413b301e – Ethan Hugg <[email protected]> authored on 2014/02/18 06:27
Merge pull request #303 from mstorsjo/simplify-decoder-api

1075338b – Martin Storsjö <[email protected]> authored on 2014/02/18 07:59
Use the actual struct type instead of a void pointer to the decoder Initialize method

658d1e36 – Martin Storsjö <[email protected]> authored on 2014/02/18 07:32
Remove the unused iInitType parameter to the decoder Initialize method

8435dd33 – volvet <[email protected]> authored on 2014/02/18 13:56
Merge pull request #297 from licaiguo/refine-mc.cpp

e495debc – volvet <[email protected]> authored on 2014/02/18 13:54
Merge pull request #302 from mstorsjo/remove-useless-ifdef

bbb6ffd9 – volvet <[email protected]> authored on 2014/02/18 11:54
Merge pull request #299 from mstorsjo/fix-renamed-struct

218ade30 – Licai Guo <[email protected]> authored on 2014/02/18 11:45
Merge pull request #300 from mstorsjo/silent-make

fe766fec – volvet <[email protected]> authored on 2014/02/18 10:33
Merge pull request #296 from ruil2/build_osx

8e8972b6 – ruil2 <[email protected]> authored on 2014/02/18 10:16
fix build fail on osx

278597be – Licai Guo <[email protected]> authored on 2014/02/18 09:22
Merge pull request #292 from huili2/level_prefix

06d3ed8d – Licai Guo <[email protected]> authored on 2014/02/18 09:21
Merge pull request #294 from huili2/neg_left_shift

2243467c – Ethan Hugg <[email protected]> authored on 2014/02/18 06:26
Merge pull request #304 from mstorsjo/remove-unused-variables

24359dcd – Licai Guo <[email protected]> authored on 2014/02/18 16:04
Merge pull request #301 from ruil2/temporal_num

f5cd56ea – ruil2 <[email protected]> authored on 2014/02/18 11:57
use temporal layer num and remove gop size in external configure

3b297ec8 – Martin Storsjö <[email protected]> authored on 2014/02/18 07:37
Remove completely unused variables and private fields

647fff6e – Martin Storsjö <[email protected]> authored on 2014/02/18 06:08
Remove useless ifdefs

937ec467 – Martin Storsjö <[email protected]> authored on 2014/02/18 05:33
Silence building libwels.a building with V=0

61067d48 – Martin Storsjö <[email protected]> authored on 2014/02/18 05:19
Fix building with MT_DEBUG enabled after the encoder interface update

d0a7f9b6 – Licai Guo <[email protected]> authored on 2014/02/17 17:36
add refine mc.cpp on decoder

f5d086eb – Licai Guo <[email protected]> authored on 2014/02/17 17:16
merge the calculate

287f3538 – Ethan Hugg <[email protected]> authored on 2014/02/17 15:43
Merge pull request #295 from huili2/dec_api_rm_tl

6322950c – Ethan Hugg <[email protected]> authored on 2014/02/17 15:05
Merge pull request #293 from ruil2/interface_step1

35fa429f – ruil2 <[email protected]> authored on 2014/02/18 04:32
encoder interface update step1

a810408c – Licai Guo <[email protected]> authored on 2014/02/17 14:13
negative data with left shift, use cast or multiplication instead

3ff7e3d0 – Ethan Hugg <[email protected]> authored on 2014/02/17 06:26
Merge pull request #291 from volvet/name_process_step

bb354d7c – volvet <[email protected]> authored on 2014/02/17 09:41
name pre-process steps

e6157878 – volvet <[email protected]> authored on 2014/02/17 08:24
Merge pull request #286 from mstorsjo/remove-hw-decode

b1d74829 – Licai Guo <[email protected]> authored on 2014/02/16 18:57
remove unused temporal ID info in decoder API

c17994c6 – Ethan Hugg <[email protected]> authored on 2014/02/14 08:30
Merge pull request #288 from volvet/develop_b

7f59e2f8 – volvet <[email protected]> authored on 2014/02/14 11:50
use forward declaration to replace type cast

0d1deb57 – Licai Guo <[email protected]> authored on 2014/02/13 17:51
fix level_prefix too large in residual decoding

dbb89444 – Ethan Hugg <[email protected]> authored on 2014/02/13 10:18
Merge pull request #284 from volvet/clean_spatial_picture_code

3343b199 – Ethan Hugg <[email protected]> authored on 2014/02/13 09:35
Merge pull request #285 from volvet/develop_b

6c5b22ce – volvet <[email protected]> authored on 2014/02/13 12:40
remove duplicate function

55d7491f – Martin Storsjö <[email protected]> authored on 2014/02/08 20:43
Remove stub interfaces for hw decoding

b770bb80 – volvet <[email protected]> authored on 2014/02/13 07:00
Clean spatial picture alloc code

34b7f38e – Ethan Hugg <[email protected]> authored on 2014/02/13 02:20
Merge pull request #283 from mstorsjo/extend-c-test

76383c71 – Martin Storsjö <[email protected]> authored on 2014/02/12 17:28
Add a test that verifies that the bool typedef in C is ABI compatible with C++

c418a76d – Martin Storsjö <[email protected]> authored on 2014/02/12 17:17
Don't try to include stdbool.h on MSVC

136931c2 – Ethan Hugg <[email protected]> authored on 2014/02/12 08:14
Merge pull request #282 from mstorsjo/update-make-for-c-test

d262129e – Martin Storsjö <[email protected]> authored on 2014/02/12 17:12
Set CC wherever we set CXX

ce22f84a – Martin Storsjö <[email protected]> authored on 2014/02/12 17:11
Regenerate target makefiles after the latest mktargets.py changes

0c35e438 – Ethan Hugg <[email protected]> authored on 2014/02/12 02:47
Merge pull request #281 from jwwang/add_gtests

4fa810da – jwwang <[email protected]> authored on 2014/02/12 09:52
1. support .c in makefile generator. 2. add test to check C interfaces.

b51963c0 – Ethan Hugg <[email protected]> authored on 2014/02/11 04:36
Merge pull request #219 from volvet/mozilla_bug_963392_fix

3091f00b – Licai Guo <[email protected]> authored on 2014/02/11 16:00
Merge pull request #280 from mstorsjo/d3d-plane-naming

29ccdeba – Martin Storsjö <[email protected]> authored on 2014/02/11 07:25
Correct the plane naming within the D3D code

d81f3d50 – volvet <[email protected]> authored on 2014/02/11 05:32
Merge pull request #279 from sijchen/sad_fix2

b9d34ff0 – volvet <[email protected]> authored on 2014/02/11 04:12
Merge pull request #278 from mstorsjo/dec-console-param

be95d5f8 – volvet <[email protected]> authored on 2014/02/11 03:57
Merge pull request #277 from lyao2/newbranch

83e7e7fb – Martin Storsjö <[email protected]> authored on 2014/02/08 19:35
Show the right message if no output file has been specified

3e13874a – Martin Storsjö <[email protected]> authored on 2014/02/08 19:33
Remove some needless casts by using the right data type

7e3557c9 – lyao2 <[email protected]> authored on 2014/02/10 11:28
enable frame skip in RC 1 mode

8b8e0d4b – Ethan Hugg <[email protected]> authored on 2014/02/10 05:46
Merge pull request #274 from mstorsjo/typedef-cleanup

1e549e6f – Ethan Hugg <[email protected]> authored on 2014/02/10 05:40
Merge pull request #271 from mstorsjo/merge-asm-headers

007f5ba7 – Ethan Hugg <[email protected]> authored on 2014/02/10 05:36
Merge pull request #258 from mstorsjo/endian-cleanup

bf9a7808 – volvet <[email protected]> authored on 2014/02/10 04:08
Merge pull request #273 from mstorsjo/remove-editor-state-file

a4d9ba3f – volvet <[email protected]> authored on 2014/02/10 04:00
Merge pull request #275 from mstorsjo/fix-win64-noasm-build

80862eec – Martin Storsjö <[email protected]> authored on 2014/02/08 18:39
Use the C++ constants true/false instead of defining our own

f2bd22ac – Martin Storsjö <[email protected]> authored on 2014/02/08 18:28
Use char instead of str_t

7b96c675 – Martin Storsjö <[email protected]> authored on 2014/02/08 18:26
Use void instead of void_t

2b77fe7f – Martin Storsjö <[email protected]> authored on 2014/02/08 18:24
Use bool instead of bool_t

17d7b5d7 – Martin Storsjö <[email protected]> authored on 2014/01/24 09:07
Use bool_t instead of BOOL_T

0f7a958c – Martin Storsjö <[email protected]> authored on 2014/02/08 15:13
Move declarations of functions in mc_chroma/luma.asm into a header in common

ad209c2d – Martin Storsjö <[email protected]> authored on 2014/02/08 14:43
Move declarations of functions in expand_picture.asm into a header in common

b336bbdb – Licai Guo <[email protected]> authored on 2014/02/09 14:46
Merge pull request #272 from mstorsjo/enable-missed-asm-func

47934b30 – Martin Storsjö <[email protected]> authored on 2014/02/08 21:19
Fix building for win64 with assembly disabled

83892ad0 – Martin Storsjö <[email protected]> authored on 2014/02/08 18:31
Remove an MSVC resource editor state file

a532c123 – Martin Storsjö <[email protected]> authored on 2014/02/08 18:09
Take the missed WelsDecoderI4x4LumaPredH_sse2 function into use

bf7dd96b – Ethan Hugg <[email protected]> authored on 2014/02/08 04:06
Merge pull request #261 from mstorsjo/make-remove-dot-dir

d0185ab2 – Martin Storsjö <[email protected]> authored on 2014/01/24 09:35
Remove redundant /./ parts from pathnames in makefiles

c80553bf – Ethan Hugg <[email protected]> authored on 2014/02/08 03:42
Merge pull request #270 from mstorsjo/c-interface-headers

bcd08d87 – Martin Storsjö <[email protected]> authored on 2014/02/08 09:37
Include stdbool.h in the public interface headers in C mode

20c386a4 – Ethan Hugg <[email protected]> authored on 2014/02/08 03:42
Merge pull request #269 from mstorsjo/remove-float-typedefs

e66ad9ab – Martin Storsjö <[email protected]> authored on 2014/01/23 14:16
Remove the real32_t typedef

d36b10fa – Martin Storsjö <[email protected]> authored on 2014/01/23 13:45
Remove typedefs for float_t and double_t

ba6bf7da – Martin Storsjö <[email protected]> authored on 2014/02/08 09:08
Consistently use inline instead of __inline

da0c1fa7 – Ethan Hugg <[email protected]> authored on 2014/02/08 03:41
Merge pull request #268 from mstorsjo/consistent-inline

e366f577 – Ethan Hugg <[email protected]> authored on 2014/02/07 05:03
Merge pull request #267 from mstorsjo/install

45689f83 – Martin Storsjö <[email protected]> authored on 2014/01/27 09:54
Add a "make install" target

f5fd72f6 – Martin Storsjö <[email protected]> authored on 2014/01/27 09:42
Build one large static library containing both decoder and encoder

b4a94169 – Ethan Hugg <[email protected]> authored on 2014/02/06 02:30
Merge pull request #266 from mstorsjo/remove-null-define

f252acf8 – Martin Storsjö <[email protected]> authored on 2014/01/23 13:42
Remove fallback defines for NULL

5bdda25b – Ethan Hugg <[email protected]> authored on 2014/02/06 02:29
Merge pull request #265 from mstorsjo/fix-tests-windows

3a1bc927 – Martin Storsjö <[email protected]> authored on 2014/02/06 05:55
Include <algorithm> for std::min

43814000 – Martin Storsjö <[email protected]> authored on 2014/02/06 05:50
Open output files in binary mode in the testsuite

33a1209a – Ethan Hugg <[email protected]> authored on 2014/02/05 14:43
Merge pull request #264 from jwwang/add_gtests

f2aaffbb – jwwang <[email protected]> authored on 2014/02/06 06:37
fix clang error

94bd097f – jwwang <[email protected]> authored on 2014/02/05 13:04
minor naming/style/bug fixes

0c2227e4 – jwwang <[email protected]> authored on 2014/01/18 14:31
Remove temp files using the iterator pattern

596be02c – jwwang <[email protected]> authored on 2014/01/18 04:54
Fix incomplete decocder output for not flushing the temp file

8247eef9 – jwwang <[email protected]> authored on 2014/01/14 10:48
refactor and add decode_encode_test to pipeline decoder outoput to encoder test

db6ce9c3 – Ethan Hugg <[email protected]> authored on 2014/02/03 02:24
Merge pull request #262 from orbitcowboy/master

7d29cecc – orbitcowboy <[email protected]> authored on 2014/01/31 18:13
cleanup variable initializations.

21197abe – orbitcowboy <[email protected]> authored on 2014/01/31 18:00
cleanup unused variable in codec/common/deblocking_common.cpp.

0a14d4c7 – Martin Storsjö <[email protected]> authored on 2014/01/29 09:45
Make the deblocking handling endian independent

21687726 – Martin Storsjö <[email protected]> authored on 2014/01/29 09:30
Avoid requiring byteswapping functions

Next