shithub: openh264

RSS feed

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

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

eb357b51 – ruil2 <karinali2012@gmail.com> authored on 2014/05/12 09:09
fix bitrate setting and add bitrate validation

dae4dbf3 – huili2 <huili2@cisco.com> authored on 2014/05/12 08:39
Merge pull request #816 from ruil2/enc_scale

0c24fd66 – huili2 <huili2@cisco.com> authored on 2014/05/12 08:38
Merge pull request #815 from ruil2/enc_threadIdc

a1a22205 – huili2 <huili2@cisco.com> authored on 2014/05/12 08:38
Merge pull request #814 from ruil2/enc_nalsize

0acb7807 – Martin Storsjö <martin@martin.st> authored on 2014/05/12 08:06
Don't define MACOS and LINUX

6b916719 – Martin Storsjö <martin@martin.st> authored on 2014/05/12 08:08
Use the built-in define __linux__ instead of the manually set LINUX

a4e16395 – Martin Storsjö <martin@martin.st> authored on 2014/05/12 08:13
Fix the format string in a log message

4dc0f078 – unknown <ruil2@RUIL2-WS01.cisco.com> authored on 2014/05/12 07:55
fix input source width and height setting issue

67327dfb – ruil2 <karinali2012@gmail.com> authored on 2014/05/12 07:05
add the maximum nal size setting in command line

61ab32e6 – unknown <ruil2@RUIL2-WS01.cisco.com> authored on 2014/05/12 06:28
add some parameter settings in command line

aafa6e3e – Martin Storsjö <martin@martin.st> authored on 2014/04/11 07:17
Reorder sections in encConsole.vcproj

4354371b – Martin Storsjö <martin@martin.st> authored on 2014/04/11 07:15
Revert "Remove the literal CRLF (&#x0D;&#x0A;) within the nasm commands in msvc project files"

416bb224 – Martin Storsjö <martin@martin.st> authored on 2014/05/09 15:55
Don't hardcode SuppressStartupBanner=true, this is the default value

3923d11d – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:51
Remove unnecessary, empty, file specific FileConfiguration blocks in vcproj files

5842e1b2 – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:34
Unify the include directories in the WelsVP project

7676c5b6 – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:33
Unify the include dirs within the decConsole project

1446f8b5 – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:31
Don't use the encoder include dir when building the decoder

324205df – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:30
Remove references to nonexistent include directories

218adc7e – dongzhang <dongzha@cisco.com> authored on 2014/05/09 09:50
Fix a bug in deblocking for neon 32 bit arm implementation

2f8f2880 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/05/09 05:48
Merge pull request #812 from mstorsjo/remove-manual-win32-defines

e8e2cbcc – Martin Storsjö <martin@martin.st> authored on 2014/05/08 07:44
Revert "Set ASM_ARCH in all cases to fix Win64 Debug build"

4635232d – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:14
Don't manually define WIN32/WIN64

d63458f8 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/05/09 05:29
Merge pull request #803 from mstorsjo/remove-unused-defines

094aa24b – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:21
Remove unused manual defines of _WINDOWS

0d8f7ab0 – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:19
Remove the unused WELSDEC/ENCPLUS_EXPORTS defines

e2ec07ae – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:17
Remove the unused leftover define HAVE_CACHE_LINE_ALIGN

8d23201a – sijchen <sijchen@cisco.com> authored on 2014/05/09 13:22
Merge pull request #808 from mstorsjo/use-correct-param-types

c215e576 – sijchen <sijchen@cisco.com> authored on 2014/05/09 13:08
Merge pull request #810 from huili2/ps_error_logic_ec

1b501bb5 – ruil2 <ruil2@cisco.com> authored on 2014/05/09 07:09
Merge pull request #807 from sijchen/mmcoslcfix

5de9f41f – sijchen <sijchen@cisco.com> authored on 2014/05/09 06:48
Fix the improper slice mmco setting

f6293153 – zhilwang <zhilwang@cisco.com> authored on 2014/05/09 04:45
Merge pull request #802 from mstorsjo/remove-unused-misspelled-define

51c918f2 – huili2 <huili2@cisco.com> authored on 2014/05/08 21:12
for PS error logic for EC

88a25713 – volvet <qizh@cisco.com> authored on 2014/05/08 17:19
Merge pull request #801 from mstorsjo/fix-manually-edited-vcproj

5713363c – volvet <qizh@cisco.com> authored on 2014/05/08 17:11
Merge pull request #804 from mstorsjo/regenerate-makefiles

322a3cca – volvet <qizh@cisco.com> authored on 2014/05/08 17:06
Merge pull request #805 from mstorsjo/remove-msvc-version-suffix

054530fd – volvet <qizh@cisco.com> authored on 2014/05/08 16:59
Merge pull request #800 from mstorsjo/matching-endif

ff33fdeb – volvet <qizh@cisco.com> authored on 2014/05/08 16:58
Merge pull request #799 from mstorsjo/use-predefined-define

3ea96df6 – volvet <qizh@cisco.com> authored on 2014/05/08 16:51
Merge pull request #798 from mstorsjo/remove-unused-header

3567a2e3 – HaiboZhu <haibozhu@cisco.com> authored on 2014/05/08 08:43
Merge pull request #796 from huili2/new_seq_au_reorder

26edfd1f – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:37
Remove the _2008 suffix from the Visual Studio solutions

66f0f6cc – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:36
Rename the WelsVP vcproj file to match the others

e61a6017 – dongzha <dongzha@cisco.com> authored on 2014/05/08 07:24
Merge pull request #795 from huili2/new_seq_au_reorder

820cfb40 – Martin Storsjö <martin@martin.st> authored on 2014/05/08 07:20
Regenerate test/decoder/targets.mk using mktargets.sh

f8ae7fcc – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:20
Remove an unused, misspelled define set on only one source file

60f1ea80 – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:08
Make manually edited vcproj files match what visual studio actually generates

6e715ddc – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:02
Make an endif comment match the actual condition

d69d9c46 – Martin Storsjö <martin@martin.st> authored on 2014/05/08 06:01
Use the predefined _WIN32 instead of the manually defined WIN32 for windows specific code

b5cc7c2f – Martin Storsjö <martin@martin.st> authored on 2014/05/08 05:59
Remove a completely unused header

5e73cc42 – volvet <qizh@cisco.com> authored on 2014/05/08 04:56
Merge pull request #794 from ethanhugg/win64_fix

1839910b – huili2 <huili2@cisco.com> authored on 2014/05/07 13:56
fix order of new AU and new Seq

f9547636 – Martin Storsjö <martin@martin.st> authored on 2014/05/07 05:26
Use the actual parameter types in PSearchMethodFunc instead of void pointers

09025dc8 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/05/07 01:40
Set ASM_ARCH in all cases to fix Win64 Debug build

7746e3f4 – zhilwang <zhilwang@cisco.com> authored on 2014/05/06 12:52
Merge pull request #793 from mstorsjo/fix-msvc-gtest

Next