RSS feed
0252f3f3
– sijchen <sijchen@cisco.com>
authored
on 2014/11/17 11:43
Merge pull request #1526 from ruil2/max_nal_size
b05a52be
– sijchen <sijchen@cisco.com>
authored
on 2014/11/17 11:43
Merge pull request #1534 from syureyi/level9
02853a9a
– zhuiling <lingzhu2@cisco.com>
authored
on 2014/11/17 11:29
add level 9 supporting
cbb6e993
– dongzha <dongzha@cisco.com>
authored
on 2014/11/14 12:16
Merge pull request #1533 from mstorsjo/speedup-tests
bfee07dd
– dongzha <dongzha@cisco.com>
authored
on 2014/11/14 12:14
Merge pull request #1532 from huili2/new_EC_IDR_reschange
606da1a9
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/14 11:30
Merge pull request #1531 from mstorsjo/use-right-type
703bbef1
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/14 06:20
Merge pull request #1530 from sijchen/after_review
deefdcee
– Martin Storsjö <martin@martin.st>
authored
on 2014/11/14 05:39
Use & 0xff instead of WELS_CLIP3(, 0, 255)
45c322a8
– Martin Storsjö <martin@martin.st>
authored
on 2014/11/14 05:27
Reduce the number of rounds in DecoderCrashTest
9ec743c1
– Martin Storsjö <martin@martin.st>
authored
on 2014/11/14 04:47
Use the right data type for a variable
0d16fd61
– huili2 <huili2@cisco.com>
authored
on 2014/11/13 14:26
add EC method to freeze sequence when resolution changed and decoding IDR error
aed7b231
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/13 12:17
Merge pull request #1528 from mstorsjo/fix-warnings
7a2e536e
– HaiboZhu <haibozhu@cisco.com>
authored
on 2014/11/13 09:01
Merge pull request #1525 from dongzha/FixbuginMVClip
b56b8725
– Sijia Chen <sijchen@cisco.com>
authored
on 2014/11/13 08:56
add total length in encoder output and complete most of the statistis calculation
66165a65
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/13 08:26
add return value processing
24536769
– Martin Storsjö <martin@martin.st>
authored
on 2014/11/13 05:48
Cast to the right data type to avoid comparison warnings in gcc
e4f114e0
– dong zhang <dongzha@cisco.com>
authored
on 2014/11/13 05:48
fix mv clip at right boarder
b3922b1d
– sijchen <sijchen@cisco.com>
authored
on 2014/11/12 15:44
Merge pull request #1519 from ruil2/max_nal_size
429ccb38
– dongzha <dongzha@cisco.com>
authored
on 2014/11/12 08:18
Merge pull request #1524 from huili2/parse_err_return_bug_fix
9ba0a1d9
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/12 07:29
Merge pull request #1522 from sijchen/after_review
2527cf5d
– huili2 <huili2@cisco.com>
authored
on 2014/11/11 14:23
fix bug of parse error return for VCL data
cd5928d3
– Sijia Chen <sijchen@cisco.com>
authored
on 2014/11/11 11:12
fix a calculation of fAverageFrameRate
f42c9fae
– sijchen <sijchen@cisco.com>
authored
on 2014/11/11 09:52
Merge pull request #1518 from huili2/ec_UT_0_bugfix
a37f1abe
– sijchen <sijchen@cisco.com>
authored
on 2014/11/11 09:52
Merge pull request #1517 from ruil2/cabac_qp
128546b9
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/11 09:18
add maxnalsize control for gmp wrapper
560fcf17
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/11 07:21
rename parameters
fd45e7ff
– huili2 <huili2@cisco.com>
authored
on 2014/11/10 12:56
EC UT fail bug fix
24823621
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/10 10:56
Merge pull request #1516 from mstorsjo/remove-duplicated-field
c3151125
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/10 10:34
fix cabac encoding bug -- don't get the correct previous mb qp
9512515a
– sijchen <sijchen@cisco.com>
authored
on 2014/11/10 10:00
Merge pull request #1515 from ruil2/add_nal_trace
1c44c43b
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/10 10:20
add some traces for bitstream output
0aa77d29
– Martin Storsjö <martin@martin.st>
authored
on 2014/11/10 04:03
Remove a duplicated field in SWelsSvcCodingParam
8b49f984
– sijchen <sijchen@cisco.com>
authored
on 2014/11/09 13:07
Merge pull request #1507 from ruil2/init
fc811a80
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/09 04:36
Merge pull request #1512 from mstorsjo/add-float-cast
843955bc
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/09 04:35
Merge pull request #1511 from mstorsjo/check-fread-return-value
ac404ce6
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/07 09:58
remove repeat initialization
c8afd156
– Martin Storsjö <martin@martin.st>
authored
on 2014/11/07 06:41
Add a cast when converting from double to float
80bfc43d
– Martin Storsjö <martin@martin.st>
authored
on 2014/11/07 06:24
Check the return value of fread
a7b22795
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/11/07 04:49
Merge pull request #1510 from mstorsjo/unsigned-int-literals
50e2eb5e
– Martin Storsjö <martin@martin.st>
authored
on 2014/11/07 06:19
Change integer literals to unsigned to avoid warnings about comparison between signed and unsigned
3c753c42
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/11/07 04:46
Merge pull request #1509 from mstorsjo/fix-warnings-cast
2b9f4f66
– Martin Storsjö <martin@martin.st>
authored
on 2014/11/07 06:17
Add casts to avoid warnings about comparison between signed and unsigned
067fa097
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/11/07 04:45
Merge pull request #1508 from mstorsjo/remove-unused-variables
08c07e4b
– Martin Storsjö <martin@martin.st>
authored
on 2014/11/07 06:12
Remove unused variables
44013d4c
– HaiboZhu <haibozhu@cisco.com>
authored
on 2014/11/06 16:31
Merge pull request #1504 from syureyi/android_bugfix
789603a8
– dongzha <dongzha@cisco.com>
authored
on 2014/11/06 12:24
Merge pull request #1503 from huili2/ec_crossIDR
7fa6c576
– zhuiling <lingzhu2@cisco.com>
authored
on 2014/11/06 12:15
android platform bug fix
0fa667ac
– dongzha <dongzha@cisco.com>
authored
on 2014/11/06 10:26
Merge pull request #1502 from dongzha/RemoveUglyCode
1a7826c6
– dongzha <dongzha@DONGZHA-WS04.cisco.com>
authored
on 2014/11/05 11:59
remove ugly MC code
5cb5c283
– sijchen <sijchen@cisco.com>
authored
on 2014/11/06 09:25
Merge pull request #1500 from syureyi/decoderstatics
3d218259
– huili2 <huili2@cisco.com>
authored
on 2014/11/06 07:19
Merge pull request #1497 from dongzha/FixCabacBug
ba0351f5
– dongzha <dongzha@DONGZHA-WS04.cisco.com>
authored
on 2014/11/06 05:43
fix cabac bug in deltaqp
45ef803e
– zhuling13 <zhulingwei2012@gmail.com>
authored
on 2014/11/03 20:04
decoder statictis adding
63180b9b
– sijchen <sijchen@cisco.com>
authored
on 2014/11/05 09:24
Merge pull request #1494 from huili2/ec_final_crash_UT
8ed4e83e
– ruil2 <ruil2@cisco.com>
authored
on 2014/11/04 10:12
Merge pull request #1490 from sijchen/after_review