shithub: openh264

RSS feed

9efbef67 – ruil2 <ruil2@cisco.com> authored on 2014/01/22 12:44
Merge pull request #153 from licaiguo/fix-empty-packets

256cd0f6 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/22 12:25
Merge pull request #172 from volvet/win64_float_fix_for_enc_b

c795cfe1 – volvet <qizh@cisco.com> authored on 2014/01/22 11:39
Merge pull request #186 from ethanhugg/msvc_readme

691e8379 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/22 03:11
Merge pull request #184 from mstorsjo/c-interface-vtbl

99565beb – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/22 03:09
Merge pull request #181 from mstorsjo/threadlib-update-macos-linux

5e10951c – Martin Storsjö <martin@martin.st> authored on 2014/01/21 07:07
Use sysctl instead of the deprecated Gestalt API for getting the number of cores on OS X

af6feaa4 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 07:19
Use sched_getaffinity to get the number of cores on linux

c4f01596 – volvet <qizh@cisco.com> authored on 2014/01/21 19:07
Merge pull request #187 from licaiguo/fix-coverage-scan

ff5e6dde – Licai Guo <guolicai@gmail.com> authored on 2014/01/21 18:56
remove unnecessary return

048dea43 – Licai Guo <guolicai@gmail.com> authored on 2014/01/21 18:54
remove unnecessary check, confirmed safe usage

043575ff – Martin Storsjö <martin@martin.st> authored on 2014/01/21 11:12
Add a public C API to the library

dd0db820 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 15:37
Rename public interface methods to avoid two overloaded methods with the same name

ae73411f – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/21 14:29
Merge pull request #176 from mstorsjo/remove-msvc-2010-2012-files

a5337731 – Licai Guo <guolicai@gmail.com> authored on 2014/01/21 14:13
fix issues found by coverage scan

ccca0445 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 08:48
Remove the MSVC 2010 and 2012 project files

2bbf5cb8 – Ethan Hugg <ehugg@cisco.com> authored on 2014/01/21 08:35
Add readme instructions for using msvc from developer command prompt.

6607f43a – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/21 07:08
Merge pull request #185 from mstorsjo/macos-define

797a19e3 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 16:15
Define MACOS when building for OS X

36f96cb7 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 16:13
Don't include the headers for dynamically loading the VP library if NO_DYNAMIC_VP is defined

5c9f447c – volvet <qizh@cisco.com> authored on 2014/01/21 06:16
fix win64 float issue, enable AQ assembly

efaa153b – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/21 05:34
Merge pull request #183 from mstorsjo/remove-unused-typedef

c196fd1e – Martin Storsjö <martin@martin.st> authored on 2014/01/21 10:37
Remove unused typedefs

ae0bd3ee – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/21 05:33
Merge pull request #182 from mstorsjo/move-threadlib

68f32c3c – Martin Storsjö <martin@martin.st> authored on 2014/01/21 07:03
Move the WelsThreadLib files to the common directory/library

249b4e3d – Martin Storsjö <martin@martin.st> authored on 2014/01/21 07:06
Only build the thread code if multithreading is enabled

b6dcd94c – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/21 05:30
Merge pull request #180 from mstorsjo/remove-disabled-bundle-loading

35ad8cb3 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 09:51
Remove an exclude of an nonexistent file

41928236 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 09:50
Remove unused files about macos bundle loading from the console tools

b903aa82 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 09:45
Remove/disable broken code for loading the encoder library from a macos bundle

57a292b1 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/21 04:46
Merge pull request #179 from mstorsjo/fix-bundleloader-64bit

d1a69295 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 09:37
Fix building of macos bundle loading code on 64 bit

c4609af2 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/21 04:45
Merge pull request #178 from mstorsjo/remove-system-header-hackery

867d39e0 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 09:55
Remove system header/define hackery in welsenc.cpp

47db901f – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/21 04:44
Merge pull request #177 from mstorsjo/remove-unused-function

67405177 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 09:54
Remove an unused function

6d880360 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/21 04:39
Merge pull request #175 from mstorsjo/remove-unused-define

5cb3fc93 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 07:46
Remove the __NO_CTYPE define

f8b84b64 – volvet <qizh@cisco.com> authored on 2014/01/20 19:36
Merge pull request #173 from mstorsjo/readme-rc-issue

1f688a87 – Martin Storsjö <martin@martin.st> authored on 2014/01/21 05:19
Mention the issues about the rate control if frame skipping is disabled

56767f81 – Licai Guo <guolicai@gmail.com> authored on 2014/01/20 19:23
add parenthses

ae027b83 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/20 11:56
Merge pull request #159 from mstorsjo/frameskip-option

a8f16f3b – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/20 06:11
Merge pull request #170 from varunbpatil/unused_headers

d1d444b6 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/20 17:11
Removed unused headers in test/

a22313ac – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/20 05:59
Merge pull request #169 from varunbpatil/mktargets_sh

2d83e456 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/20 16:51
Don't execute mktargets.py if cannot cd into correct directory

7d6035d5 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/19 04:14
Merge pull request #164 from varunbpatil/mktargets_cleanup

d78906aa – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/19 16:38
Cleanup mktargets.py

a8a2c36f – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/19 04:14
Merge pull request #163 from varunbpatil/makefile_cleanup

32b3b72e – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/19 15:24
Cleanup include dir list in Makefile

a50d54f8 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/18 03:55
Merge pull request #162 from Vproject/yasm

a6463be0 – V <h_o_w_@hotmail.com> authored on 2014/01/05 08:38
Allow yasm to be used instead of nasm.

bbe51935 – ekr <ekr@rtfm.com> authored on 2014/01/17 09:16
Merge pull request #160 from ethanhugg/windows_readme

8892e99f – ekr <ekr@rtfm.com> authored on 2014/01/17 09:16
Merge pull request #161 from ethanhugg/msvc_flags

2011a740 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/17 09:13
Merge pull request #147 from volvet/illegal_assembly_fix

00e92934 – Ethan Hugg <ehugg@cisco.com> authored on 2014/01/17 07:56
Update msvc options from VS projects.

cee3329f – Martin Storsjö <martin@martin.st> authored on 2014/01/17 07:29
Add a runtime option for controlling frame skipping

0da71238 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/17 07:14
Merge pull request #155 from mstorsjo/update-gtest-makefile

b3897694 – Martin Storsjö <martin@martin.st> authored on 2014/01/17 04:55
Regenerate gtest-targets.mk using mktargets.sh/py

a8d549e3 – Martin Storsjö <martin@martin.st> authored on 2014/01/17 05:08
Omit assembler source rules if no asm sources are found

5ed47afc – Ethan Hugg <ehugg@cisco.com> authored on 2014/01/17 06:47
Update ReadMe for new Windows builds

16099cfd – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/17 03:49
Merge pull request #154 from mstorsjo/no-recursive-make

c0fcb8f9 – Martin Storsjö <martin@martin.st> authored on 2014/01/17 06:05
Don't call make recursively to build codec_unittest

dc2d799d – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/17 03:49
Merge pull request #150 from mstorsjo/msvc-make

6e751362 – Martin Storsjö <martin@martin.st> authored on 2014/01/17 06:49
Don't load welsdec.dll at runtime in the decConsole test app on windows

7f6cdb51 – Martin Storsjö <martin@martin.st> authored on 2013/12/27 19:01
Add platform files for msvc and msvc-arm

46e6bb5c – Martin Storsjö <martin@martin.st> authored on 2013/12/27 19:00
Allow overriding the cflags for debug/optimization and for 32/64 bit

09585cf6 – Martin Storsjö <martin@martin.st> authored on 2014/01/10 09:19
Allow overriding the command syntax for linking libraries

b842ff30 – Martin Storsjö <martin@martin.st> authored on 2013/12/17 08:57
Make the compiler/ar/linker file output parameters overrideable

d7c90719 – Martin Storsjö <martin@martin.st> authored on 2014/01/10 09:44
Fix building in MSVC 2012 by avoiding redefining the inline keyword

0c438ecd – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/17 03:45
Merge pull request #158 from mstorsjo/fix-msvc-2012-build

1a04694d – Licai Guo <guolicai@gmail.com> authored on 2014/01/16 17:13
fix crash caused by empty packets and add more checks

856f186b – volvet <qizh@cisco.com> authored on 2014/01/16 10:57
fix illegal instruction use

306a1daa – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/16 06:43
Merge pull request #149 from varunbpatil/typo

98ff18d1 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/16 19:49
fix typo

e68f435a – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/16 05:35
Merge pull request #148 from varunbpatil/makefile_simplify

a00b0ca7 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/16 18:33
simplify gtest makefile

b1fc94e3 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/14 10:31
Merge pull request #134 from mstorsjo/encode-sps-pps

9230b497 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/13 16:21
Merge pull request #97 from mstorsjo/asm-source-cleanup

65b33981 – Martin Storsjö <martin@martin.st> authored on 2014/01/05 09:16
Get rid of trailing whitespace in the assembly source files

ddcfc09c – Martin Storsjö <martin@martin.st> authored on 2014/01/05 09:11
Convert some assembly files to unix newlines

301b06ad – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/13 04:05
Merge pull request #135 from mstorsjo/pointer-cast

ea418846 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/13 04:04
Merge pull request #144 from varunbpatil/better_make_test

e7be3a0a – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/12 12:38
Makefile modifications for test target

e560ba58 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/13 04:02
Merge pull request #141 from licaiguo/update-vs2008-files

b9268369 – licaiguo <guolicai@gmail.com> authored on 2014/01/13 10:44
update vs2008 files

a1d37ff6 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/13 04:01
Merge pull request #142 from mstorsjo/remove-unused-variable

c5ee5f8f – Martin Storsjö <martin@martin.st> authored on 2014/01/13 07:11
Remove an unused variable

3ba067a4 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/13 03:29
Merge pull request #139 from varunbpatil/enc_arb_res

6b021aed – ekr <ekr@rtfm.com> authored on 2014/01/13 03:19
Merge pull request #136 from ethanhugg/travis.32bit

1d6ff992 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/13 03:13
Merge pull request #143 from mstorsjo/remove-accidental-const

11394f49 – Martin Storsjö <martin@martin.st> authored on 2014/01/13 07:14
Remove accidentally added const for plain non-pointer function parameters

1f598b89 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/12 14:25
Encoder output test : added stream with non-multiple of 16 width/height

6082566f – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/12 13:22
Single copy of yuv test streams.

c80f6207 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/12 08:39
Updated issues in README.

14f6c4fa – volvet <qizh@cisco.com> authored on 2014/01/11 19:42
Merge pull request #131 from mstorsjo/win64-asm

27662155 – Martin Storsjö <martin@martin.st> authored on 2014/01/10 15:46
Add an encoder method for encoding the SPS/PPS without encoding a frame

a78f1b26 – Martin Storsjö <martin@martin.st> authored on 2014/01/10 11:56
win64: Use rsp instead of esp

d8d5dfe6 – Martin Storsjö <martin@martin.st> authored on 2014/01/10 17:18
Fix casting of the return value integer to a pointer in the thread lib

4a8a9aab – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/11 06:29
Merge pull request #122 from volvet/core_number_detect_fix

ccaef9fc – volvet <qizh@cisco.com> authored on 2014/01/11 13:56
protect code if cpuid.4 return eax as zero

Next