zhiliang wang
|
01b74ea7c1
|
Add asm code for NoneZeroCount and refine related code
|
2015-01-04 16:39:17 +08:00 |
|
huili2
|
47d8a840c0
|
Merge pull request #1682 from huili2/parseonly_initial_no_colorformat
disable color format check for parse only
|
2014-12-31 13:14:47 +08:00 |
|
Haibo Zhu
|
81805ab23d
|
Force NO deblocking when no MB decoded in current slice
Remove the judgment outside of the function
|
2014-12-30 18:25:54 -08:00 |
|
Haibo Zhu
|
a53dc467f6
|
Change default EC mode to ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE
|
2014-12-29 22:17:38 -08:00 |
|
HaiboZhu
|
d2d4ab8c67
|
Merge pull request #1680 from dongzha/SpeedupDecoding
speedup decoding
|
2014-12-29 17:17:25 +08:00 |
|
dong zhang
|
dc86cfe5d8
|
speedup decoding
|
2014-12-29 16:40:26 +08:00 |
|
huili2
|
b12b39a47b
|
disable color format check for parse only
|
2014-12-28 23:43:09 -08:00 |
|
Haibo Zhu
|
7ee00b0618
|
Reset AU uiStartPos to 0 in ResetCurrentAccessUnit for svc
Reset uiStartPos to 0 when init and forceReset
|
2014-12-28 23:14:33 -08:00 |
|
sijchen
|
26ccd837f1
|
Merge pull request #1672 from huili2/parseonly_sizemodif
unify parseonly to have 0x0001
|
2014-12-26 09:58:28 +08:00 |
|
Haibo Zhu
|
586893ca4b
|
Add SPS/SubSPS/PPS update when AU number==0 and iOverwriteFlags==true
Add TotalNumMbRec>0 judgement for EC
|
2014-12-25 15:03:47 -08:00 |
|
huili2
|
9c0bbeb4da
|
unify parseonly to have 0x0001
|
2014-12-24 23:11:49 -08:00 |
|
Martin Storsjö
|
8b7be9f3bc
|
Initialize a local variable
This fixes warnings with GCC about a variable that may be used
uninitialized (if iResProperty was an incorrect value).
|
2014-12-23 23:18:20 +02:00 |
|
Martin Storsjö
|
8de54078d7
|
Use an unsigned variable for comparison with unsigned values
This avoids warnings about comparison between signed and unsigned.
|
2014-12-23 23:17:18 +02:00 |
|
Martin Storsjö
|
328094acfd
|
Remove a write-only variable
This fixes warnings with GCC about a variable that is set but
not used.
|
2014-12-23 23:16:56 +02:00 |
|
sijchen
|
9a602cac1b
|
Merge pull request #1657 from mstorsjo/clip-bitrate
Make sure the random test bitrate is high enough
|
2014-12-21 18:49:26 -08:00 |
|
huili2
|
b8ce2eb40e
|
use picture-level new seq begin detection for output functions
|
2014-12-18 01:19:33 -08:00 |
|
huili2
|
916d24d99e
|
Merge pull request #1650 from huili2/bugfix_cabac_mbqpdelta
unify spsid for pic and add check for mb_qp_delta
|
2014-12-18 10:01:37 +08:00 |
|
HaiboZhu
|
7f27198c68
|
Merge pull request #1648 from huili2/bugfix_cabacinitidc
add check for cabac_init_idc range in parsing
|
2014-12-18 09:07:17 +08:00 |
|
huili2
|
208400eeb4
|
unify spsid for pic and add check for mb_qp_delta
|
2014-12-17 00:31:20 -08:00 |
|
huili2
|
030d320e43
|
Merge pull request #1646 from dongzha/cabacfix
cabac fix
|
2014-12-17 11:18:23 +08:00 |
|
huili2
|
9f0ed3fc4b
|
add check for cabac_init_idc range in parsing
|
2014-12-16 18:13:21 -08:00 |
|
dong zhang
|
490a3e5562
|
cabac fix
|
2014-12-17 09:27:41 +08:00 |
|
Haibo Zhu
|
590eef6059
|
Change the name and call logic of CheckRefPicturesComplete function.
|
2014-12-16 17:26:13 -08:00 |
|
dong zhang
|
89f78e9211
|
astyle and speed up decoding by removing unnessary memset
|
2014-12-16 15:30:09 +08:00 |
|
huili2
|
8fb4048241
|
Merge pull request #1627 from HaiboZhu/Debug_potential_out_of_memory
Reset parameter set status and clear AU list when out of memory
|
2014-12-15 17:39:36 +08:00 |
|
Haibo Zhu
|
57043d16ad
|
(1) Reset parameter set status and clear AU list when out of memory
(2) Free un-complete malloc memory, keep the original state, special when increase memory
|
2014-12-15 00:53:40 -08:00 |
|
dongzha
|
ac061fe635
|
add protection
|
2014-12-15 14:47:55 +08:00 |
|
dongzha
|
091e5cba0a
|
Merge pull request #1624 from huili2/au_data_check
change au_ready status and check au number
|
2014-12-15 13:46:27 +08:00 |
|
dongzha
|
eeee1a2e95
|
Merge pull request #1622 from dongzha/setunuse
add set unused in dpb
|
2014-12-15 13:35:36 +08:00 |
|
huili2
|
c20e1c6795
|
change au_ready status and check au number
|
2014-12-14 20:46:14 -08:00 |
|
dong zhang
|
ad38cfe46c
|
add set unused in dpb
|
2014-12-12 16:53:13 +08:00 |
|
huili2
|
984497cc09
|
modify freeze output to proper location
|
2014-12-11 23:42:04 -08:00 |
|
dongzha
|
1bdf00ddf4
|
fix two continus IDR, with same sps/pps id, but different resolution
|
2014-12-12 09:38:44 +08:00 |
|
dongzha
|
44e4531897
|
Merge pull request #1609 from dongzha/NewFixEcRatioCalc
New fix ec ratio calc
|
2014-12-11 13:08:01 +08:00 |
|
dongzha
|
44bd61683a
|
Merge pull request #1606 from huili2/log_for_memory_realloc
add log for ref pic buffer memory alloc
|
2014-12-11 13:07:43 +08:00 |
|
dong zhang
|
d20a3bdb28
|
fix typo bug
|
2014-12-11 12:28:32 +08:00 |
|
dong zhang
|
2c468b96a9
|
add flag to count EC Mbs due to ref error
add UT
|
2014-12-11 10:49:55 +08:00 |
|
dong zhang
|
ecc8ae6ebb
|
fix decodestatus uiEcRatio calc bug
|
2014-12-11 10:39:44 +08:00 |
|
Haibo Zhu
|
e47a3638af
|
Add subSPS pre-active check in CheckActiveSPS
|
2014-12-09 00:06:19 -08:00 |
|
huili2
|
14eeaf2278
|
add log for ref pic buffer memory alloc
|
2014-12-08 22:35:07 -08:00 |
|
dongzha
|
fc895c13ce
|
fix grey picture when resolution is the same
|
2014-12-04 17:22:27 +08:00 |
|
huili2
|
928a7eac2a
|
fix crash issue of sliceskip and inf-loop in fmo
|
2014-12-03 20:26:00 -08:00 |
|
Martin Storsjö
|
5d4eb63d52
|
Don't implicitly convert int to bool
This avoids warnings with MSVC.
|
2014-12-02 09:35:05 +02:00 |
|
ruil2
|
2e15351d6d
|
Merge pull request #1567 from dongzha/FixMvCpBug
avoid using the same picture buff for prev pic and curr pic
|
2014-12-01 14:53:17 +08:00 |
|
ruil2
|
9a08b7f97c
|
Merge pull request #1574 from huili2/dec_stat_add_freeze
add dec status for freezing
|
2014-12-01 12:43:22 +08:00 |
|
dongzha
|
d58f90947c
|
avoid using the same picture buff for prev pic and curr pic
|
2014-12-01 10:52:37 +08:00 |
|
huili2
|
504cabf106
|
add dec status for freezing
|
2014-11-28 00:05:36 -08:00 |
|
Martin Storsjö
|
917d41bd47
|
Add casts when converting pointer differences to integers
This fixes warnings when building with MSVC in 64 bit mode.
|
2014-11-27 11:31:13 +02:00 |
|
zhilwang
|
3a73179cab
|
Merge pull request #1559 from HaiboZhu/EC_off_crash_no_output
Debug for (1) decoder crash when delay decoding (2) no output when EC off
|
2014-11-27 14:21:48 +08:00 |
|
HaiboZhu
|
c2c861f199
|
Merge pull request #1562 from zhilwang/asm-cabac
Add asm code for decoder cabac
|
2014-11-27 14:21:02 +08:00 |
|