shithub: openh264

RSS feed

4999b816 – sijchen <sijchen@cisco.com> authored on 2014/01/09 04:20
complete the encoder interface of bit rate and frame rate updating

8df05661 – ekr <ekr@rtfm.com> authored on 2014/01/08 07:15
Merge pull request #111 from ethanhugg/reviewboard

f85911e3 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/08 04:48
Merge pull request #117 from mstorsjo/make-patterns

80669ed0 – Martin Storsjö <martin@martin.st> authored on 2014/01/08 11:33
Use make patterns to avoid needing autogenerated rules for each source file

4afa4fc7 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/08 04:35
Merge pull request #116 from mstorsjo/make-deps

488fb7bb – Martin Storsjö <martin@martin.st> authored on 2014/01/08 11:18
Add proper dependencies for the command line binaries

59466d09 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/08 03:46
Merge pull request #115 from mstorsjo/remove-vc6-project-files

8cf9bb68 – Martin Storsjö <martin@martin.st> authored on 2014/01/08 07:02
Remove VC6 project files

3cdd792a – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/08 03:33
Merge pull request #106 from mstorsjo/windows-api-subset

cd0ee833 – Martin Storsjö <martin@martin.st> authored on 2013/12/17 09:17
Don't call process affinity functions in windows store or windows phone apps

d0086b19 – Martin Storsjö <martin@martin.st> authored on 2013/12/28 16:18
Use the right data type for process affinity mask

65fa5d2a – Martin Storsjö <martin@martin.st> authored on 2013/12/27 19:08
Enable use of D3D9 only when targeting desktop apps

05bf57a2 – Martin Storsjö <martin@martin.st> authored on 2013/12/27 19:09
Use InitializeCriticalSectionEx for Windows Store or Windows Phone apps

cc2ffee5 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/07 10:28
Merge pull request #83 from varunbpatil/autobuildlinux_cleanup

8af6e5cf – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/07 08:38
Merge pull request #77 from varunbpatil/enc_testapp_arbitrary_res

4033940b – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/07 08:13
Merge pull request #105 from mstorsjo/msvc-disable-inline-asm-on-arm

9665aa44 – Ethan Hugg <ehugg@cisco.com> authored on 2014/01/06 08:14
ReviewBoard .rc file for rbt.

9b467886 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/06 06:33
Merge pull request #85 from varunbpatil/safe_param_parse

e801b58b – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/06 06:02
Merge pull request #110 from huili2/master

32fd2c4e – huili2 <huili2@cisco.com> authored on 2014/01/06 08:28
interface clean and inside modification

dd3466cc – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/06 04:46
Merge pull request #88 from mstorsjo/remove-pragma-pack

95d693dc – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/06 04:37
Merge pull request #107 from mstorsjo/update-readme

319ae025 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/06 04:35
Merge pull request #98 from mstorsjo/trailing-whitespace-platform

057d3e50 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/06 04:33
Merge pull request #100 from mstorsjo/trailing-whitespace-cpp-comments

9cf180dd – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/06 03:37
Merge pull request #103 from mstorsjo/remove-commented-out-pragmas

24195dd8 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/06 03:20
Merge pull request #101 from mstorsjo/rerun-astyle

96ecb094 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/06 03:17
Merge pull request #96 from mstorsjo/executablebit

05993ab2 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/06 03:16
Merge pull request #99 from mstorsjo/gitignore

0640c1d8 – Martin Storsjö <martin@martin.st> authored on 2014/01/05 20:18
Update the readme with current platform support

42389008 – ekr <ekr@rtfm.com> authored on 2014/01/05 15:00
Merge pull request #95 from ethanhugg/travis2

a3e0a71c – licaiguo <guolicai@gmail.com> authored on 2014/01/06 06:53
remove unused intra-prediction functions and declarations

abb1311f – licaiguo <guolicai@gmail.com> authored on 2014/01/06 06:22
rename decoder's intra-prediction prefix from Wels to WelsDecoder.

4a08781c – Martin Storsjö <martin@martin.st> authored on 2013/12/27 18:43
Use MSVC inline assembly only on (32-bit) X86

790110b2 – Martin Storsjö <martin@martin.st> authored on 2013/12/28 18:37
Remove commented out pragmas

55b82b3c – Martin Storsjö <martin@martin.st> authored on 2014/01/05 09:27
Rerun astyle on the C++ source files

d3ee1de5 – Martin Storsjö <martin@martin.st> authored on 2014/01/05 09:35
Remove trailing whitespace in comments

70802891 – Martin Storsjö <martin@martin.st> authored on 2014/01/05 09:31
Add the console applications to .gitignore

0ad7c4c9 – Martin Storsjö <martin@martin.st> authored on 2014/01/05 09:12
Get rid of trailing whitespace in the platform makefiles

12d7f72e – Martin Storsjö <martin@martin.st> authored on 2014/01/05 09:08
Mark the mktargets shell/python scripts executable

44240ce7 – Martin Storsjö <martin@martin.st> authored on 2014/01/05 09:09
Remove the executable bit accidentally set on an asm source file

16ad879d – ekr <ekr@rtfm.com> authored on 2014/01/05 02:46
Merge pull request #102 from mstorsjo/remove-pragma-once

b1c070cf – Martin Storsjö <martin@martin.st> authored on 2013/12/28 18:31
Remove "pragma once"

d1b0713c – Martin Storsjö <martin@martin.st> authored on 2013/12/28 18:32
Add a proper include guard to dec_console.h

11980338 – Ethan Hugg <ehugg@cisco.com> authored on 2014/01/04 17:46
Add nasm to apt-get list for Travis

8c155095 – Ethan Hugg <ehugg@cisco.com> authored on 2014/01/04 17:42
Add release builds to Travis and fix warning in release build.

dba62070 – Andreas Gal <andreas.gal@gmail.com> authored on 2014/01/04 13:50
Merge pull request #80 from ethanhugg/othercontribs

6123fc94 – Andreas Gal <andreas.gal@gmail.com> authored on 2014/01/04 13:47
Merge pull request #93 from volvet/64bits_Support

8a7a15ff – volvet <qizh@cisco.com> authored on 2014/01/04 03:20
fix merge conflict

2c828d79 – volvet <qizh@cisco.com> authored on 2014/01/03 11:12
merge VS2012 makefile for 64bits assembly

ec84f4bc – volvet <qizh@cisco.com> authored on 2014/01/03 09:49
resolve conflict

3958118b – Andreas Gal <andreas.gal@gmail.com> authored on 2014/01/02 01:25
Merge pull request #89 from RichiH/patch-1

e87cf9e2 – Andreas Gal <andreas.gal@gmail.com> authored on 2014/01/02 01:25
Merge pull request #90 from ruil2/new_request

1e5a2908 – unknown <ruil2@RUIL2-WS01.cisco.com> authored on 2014/01/02 12:19
1. fix gcc 3.4 link error.

7caa3941 – Richard Hartmann <RichiH@users.noreply.github.com> authored on 2014/01/01 09:57
README.md: Formatting

8f3c129f – Martin Storsjö <martin@martin.st> authored on 2013/12/28 18:38
Remove pragmas for non-standard struct packing in the public API

d43e91a8 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2013/12/29 13:01
Safe parsing of command line parameters in enc console app

0e6f493e – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2013/12/29 08:24
Linux shell scripts refactored

469419bf – Andreas Gal <andreas.gal@gmail.com> authored on 2013/12/28 09:52
Merge pull request #82 from mstorsjo/include-guards

cf59a344 – Martin Storsjö <martin@martin.st> authored on 2013/12/28 19:13
Don't use include guards with leading underscores

3ed2a469 – ekr <ekr@rtfm.com> authored on 2013/12/28 06:47
Merge pull request #79 from ethanhugg/cosmetic

71e48218 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/27 03:23
Merge pull request #63 from mstorsjo/crossbuild

ee08adf2 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/27 03:16
Updated CONTRIBUTORS file

93d58ee0 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/27 03:09
Merge branch 'master' of https://github.com/ethanhugg/openh264 into cosmetic

9254d722 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/26 12:52
Merge pull request #62 from varunbpatil/cleanup

32ebf966 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/26 04:57
Merge branch 'master' of https://github.com/ethanhugg/openh264 into cosmetic

d1f8b10b – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/26 04:56
Merge pull request #75 from ruil2/master

adc90d6f – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/26 04:39
Merge pull request #64 from Vproject/mingw

90db78de – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/26 02:16
Fixed typo in old Linux encoder makefile

70d2ae83 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2013/12/25 11:14
Non-multiple of 16 width/height support for enc testapp

d6cea43b – ruil2 <ruil2@cisco.com> authored on 2013/12/24 06:49
remove some redundant files

b939d915 – V <h_o_w_@hotmail.com> authored on 2013/12/23 17:03
Add workaround for missing strnlen.

47e8134b – V <Vproject@users.noreply.github.com> authored and V <h_o_w_@hotmail.com> committed on 2013/12/20 09:43
Remove extra [:digit:] from tr command

7fa09903 – V <h_o_w_@hotmail.com> authored on 2013/12/17 09:13
Add MinGW platform makefile and related source changes

e66b3488 – ekr <ekr@rtfm.com> authored on 2013/12/22 22:54
Merge pull request #69 from ethanhugg/cosmetic

c01ffd25 – ekr <ekr@rtfm.com> authored on 2013/12/22 22:53
Merge pull request #58 from ethanhugg/othercontribs

130786c2 – ekr <ekr@rtfm.com> authored on 2013/12/22 22:53
Merge pull request #70 from ethanhugg/readme

c21b70f1 – ekr <ekr@rtfm.com> authored on 2013/12/22 22:37
Merge pull request #73 from ruil2/master

973902cf – ruil2 <ruil2.cisco.com> authored on 2013/12/23 06:01
typo correction-- update another file

27bd9154 – ruil2 <ruil2.cisco.com> authored on 2013/12/23 05:47
typo correction

da2936c5 – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/21 03:22
Fix typo in CmdLineExamples.sh

3789d4e6 – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/20 11:06
Updated readme and CmdLineExamples to point to new make system.

e69983d6 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2013/12/18 13:26
Improve command line arguments handling in dec testapp

5ff3a23c – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2013/12/18 11:41
Fix typo which ignored dec options file in dec testapp

2bc7d2bf – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2013/12/18 06:32
memset not required as struct is already initialized to 0.

301fd58c – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2013/12/17 07:15
Replace some fancy stuff with simple function

2f87e0c9 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/19 14:09
Merge pull request #66 from mstorsjo/valgrind

77fde5c9 – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/19 12:05
Turn on -Werror for OSX builds

ca1a681b – ekr <ekr@rtfm.com> authored on 2013/12/19 11:49
Merge pull request #59 from ethanhugg/cosmetic

630085ce – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/19 09:25
Cast pointer math to long long int

c49f303b – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/19 06:40
Use %llu instead to print a size_t.

b2066e1d – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/19 06:27
Move -Werror to platform file. Also, %zu can't be used on Windows.

50a74382 – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/19 04:27
Fix warning and turn on -Werror for Travis

3eda5a89 – Martin Storsjö <martin@martin.st> authored on 2013/12/18 08:37
Don't check for scene changes on forced IDR frames

785ac16d – Martin Storsjö <martin@martin.st> authored on 2013/12/17 07:29
Use $(AR) instead of explicitly calling 'ar'

69cdf61f – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/16 06:46
Merge remote-tracking branch 'upstream/master' into cosmetic

bcf102db – Ethan Hugg <ehugg@cisco.com> authored on 2013/12/16 06:36
Fixed warnings found by clang. Removed some trailing whitespace.

5d616714 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/16 04:37
Merge pull request #54 from rmuch/freebsd-build

c97be377 – Ethan Hugg <ethanhugg@gmail.com> authored on 2013/12/16 04:25
Rollup of minor fixes found by Martin Ettl

51c121f9 – Rupert Muchembled <rupert@rmuch.net> authored on 2013/12/16 02:10
Add FreeBSD platform makefile

1ca805cd – Andreas Gal <andreas.gal@gmail.com> authored on 2013/12/16 01:20
Merge pull request #55 from mstorsjo/no-libdl

Next