RSS feed
a9731d6d
– ruil2 <karinali2012@gmail.com>
authored
on 2014/05/22 10:13
use 0 as maxnalsize default value.
00a2a9fe
– ruil2 <karinali2012@gmail.com>
authored
on 2014/05/22 07:09
Merge branch 'master' of https://github.com/cisco/openh264 into enc_quant
e0b92bb6
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/22 06:53
miss a branch for auto reference frame setting
def2ae50
– ruil2 <ruil2@RUIL2-WS01.cisco.com>
authored
on 2014/05/21 10:45
drop the last update
a7b27975
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/21 10:43
Merge branch 'enc_quant' of https://github.com/ruil2/openh264 into enc_quant
42bd0f47
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/21 10:41
only testing
1fd5e6e2
– ruil2 <karinali2012@gmail.com>
authored
on 2014/05/21 10:04
update the minimum quant limiation as 10. quant 4 can't avoid overflow
d3436555
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/05/21 04:11
Merge pull request #872 from sijchen/fix_me_func_type
ff46fc7d
– sijchen <sijchen@cisco.com>
authored
on 2014/05/21 12:33
Merge pull request #876 from huili2/bs_buffer_expand_master
95d32473
– dongzha <dongzha@cisco.com>
authored
on 2014/05/21 11:12
Merge pull request #874 from ruil2/enc_quant
5d1d47c0
– sijchen <sijchen@cisco.com>
authored
on 2014/05/21 04:57
fix me func type in UT
20295c68
– huili2 <huili2@cisco.com>
authored
on 2014/05/20 20:11
expand the bs buffer size
63b6f6f5
– HaiboZhu <haibozhu@cisco.com>
authored
on 2014/05/20 12:46
Merge pull request #868 from huili2/add_new_seq_detect_master
cc810208
– sijchen <sijchen@cisco.com>
authored
on 2014/05/20 09:09
Merge pull request #843 from mstorsjo/remove-unused-function
2e5700d3
– sijchen <sijchen@cisco.com>
authored
on 2014/05/20 09:08
Merge pull request #857 from mstorsjo/remove-unused-ifdef
3c2d9f75
– HaiboZhu <haibozhu@cisco.com>
authored
on 2014/05/20 06:51
Merge pull request #863 from dongzha/FixEncOptionMaster
e7515024
– dongzha <dongzha@cisco.com>
authored
on 2014/05/20 06:45
Merge pull request #864 from ruil2/enc_quant
901f8ba1
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/20 06:39
Merge pull request #858 from sijchen/md_merge145
69f2d768
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/20 06:30
Merge pull request #842 from ganyangbbl/refine_nal2
47430de2
– unknown <ruil2@RUIL2-WS01.cisco.com>
authored
on 2014/05/20 06:19
set minimum quant as 4 to avoid level code overflow
a9ca4db0
– dongzhang <dongzha@cisco.com>
authored
on 2014/05/20 05:45
change comment in encoder option according to issue https://github.com/cisco/openh264/issues/859
7c6debbe
– huili2 <huili2@cisco.com>
authored
on 2014/05/19 15:33
add single function for new seq detection
be17261a
– sijchen <sijchen@cisco.com>
authored
on 2014/05/19 13:04
reformat
e15742b4
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/19 05:45
Merge pull request #844 from lyao2/scroll_detection
7048fe53
– Martin Storsjö <martin@martin.st>
authored
on 2014/05/17 18:04
Remove two unused ifdefs
3e258ea7
– huili2 <huili2@cisco.com>
authored
on 2014/05/17 17:51
Merge pull request #853 from dongzha/FixEncUTDequantBugMaster
7f3f3977
– huili2 <huili2@cisco.com>
authored
on 2014/05/17 17:49
Merge pull request #831 from sijchen/md_merge144
1e3b015a
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/05/16 12:04
Merge pull request #856 from mstorsjo/clarify-comment
f946b24e
– HaiboZhu <haibozhu@cisco.com>
authored
on 2014/05/16 08:40
Merge pull request #854 from sijchen/bufferlencheck_fix
78f3b5c5
– sijchen <sijchen@cisco.com>
authored
on 2014/05/16 07:18
add minimum buffer size
749bc4ea
– dongzhang <dongzha@cisco.com>
authored
on 2014/05/16 05:29
Fix QP<18 dequant UT bug at encoder side
3f982a4d
– Martin Storsjö <martin@martin.st>
authored
on 2014/05/16 04:53
Clarify a comment about MSVC parameters to fix building gtest
0c326fa3
– HaiboZhu <haibozhu@cisco.com>
authored
on 2014/05/15 12:30
Merge pull request #845 from huili2/bs_buffer_modif
dee54004
– dongzha <dongzha@cisco.com>
authored
on 2014/05/15 11:02
Merge pull request #847 from mstorsjo/remove-write-nal-length
e9e4d0a0
– Martin Storsjö <martin@martin.st>
authored
on 2014/01/29 09:15
Remove unnecessary writing of nal length in the decoder
bd7c04f7
– lyao2 <lyao2@LYAO2-WS01.cisco.com>
authored
on 2014/05/15 05:11
enable Scroll detection into workflow
8c10cd22
– Martin Storsjö <martin@martin.st>
authored
on 2014/05/14 18:07
Remove an unused static function
b63332de
– huili2 <huili2@cisco.com>
authored
on 2014/05/14 15:43
modify bs buffer size to double the AU size
c08c0f85
– ganyang <ganyang@cisco.com>
authored
on 2014/05/14 12:00
This refine is to remove slice number limitation in the future. The changes contains:
3c4d151e
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/14 10:21
Merge pull request #840 from ganyangbbl/clear_code
c06fcb24
– ganyang <ganyang@cisco.com>
authored
on 2014/05/14 10:00
clean redundant code
3d599050
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/05/14 04:01
Merge pull request #832 from mstorsjo/asflags
6a6d1d61
– Ethan Hugg <ethanhugg@gmail.com>
authored
on 2014/05/13 18:10
Merge pull request #819 from mstorsjo/msvc-proj-gui-update
a6ad04cf
– Martin Storsjö <martin@martin.st>
authored
on 2014/05/08 10:07
Don't pass all MSVC specific cflags to gas-preprocessor and armasm
3cc01c62
– Martin Storsjö <martin@martin.st>
authored
on 2014/05/08 10:02
Use CCASFLAGS when assembling .S sources
52069dac
– sijchen <sijchen@cisco.com>
authored
on 2014/05/13 13:21
Merge pull request #823 from mstorsjo/deblock-unittest
31a4d2aa
– sijchen <sijchen@cisco.com>
authored
on 2014/05/13 13:21
Merge pull request #829 from dongzha/FixBugforDeblocking
172d5e79
– sijchen <sijchen@cisco.com>
authored
on 2014/05/13 13:20
Merge pull request #830 from ruil2/console_bug
a6ca8bb9
– ruil2 <karinali2012@gmail.com>
authored
on 2014/05/13 13:09
fix a commit bug for console app
80ae4cb7
– sijchen <sijchen@cisco.com>
authored
on 2014/05/13 12:47
add me function pointers for screen contents
cc7535ee
– dongzha <dongzha@cisco.com>
authored
on 2014/05/13 11:25
Merge pull request #826 from huili2/clear_active_ps
41ddc536
– huili2 <huili2@cisco.com>
authored
on 2014/05/13 08:58
Merge pull request #825 from ruil2/console_cleanup1
7ef2e955
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/13 08:39
Merge pull request #822 from mstorsjo/simplify-platform-defines
cdada926
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/13 08:32
Merge pull request #821 from mstorsjo/fix-format-string
52bc3a41
– Martin Storsjö <martin@martin.st>
authored
on 2014/05/12 18:41
Add a unit test for deblocking
5b38a94c
– ruil2 <karinali2012@gmail.com>
authored
on 2014/05/13 05:50
cleanup encoder console app
eb127601
– huili2 <huili2@cisco.com>
authored
on 2014/05/12 18:02
clear active PS when only IDR meets
758e8920
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/12 10:47
Merge pull request #818 from sijchen/md_merge133
bff52694
– sijchen <sijchen@cisco.com>
authored
on 2014/05/12 10:44
Merge pull request #817 from ruil2/enc_bitrate
4bd6a3a6
– sijchen <sijchen@cisco.com>
authored
on 2014/05/12 10:21
[Encoder MD] Add Inter Psub16 MD for screen content coding
6a295d5e
– ruil2 <ruil2@cisco.com>
authored
on 2014/05/12 09:21
Merge pull request #813 from mstorsjo/msvc-proj-cleanup