shithub: openh264

RSS feed

596be02c – jwwang <jwwang@mozilla.com> authored on 2014/01/18 04:54
Fix incomplete decocder output for not flushing the temp file

8247eef9 – jwwang <jwwang@mozilla.com> authored on 2014/01/14 10:48
refactor and add decode_encode_test to pipeline decoder outoput to encoder test

db6ce9c3 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/02/03 02:24
Merge pull request #262 from orbitcowboy/master

7d29cecc – orbitcowboy <ettl.martin78@gmail.com> authored on 2014/01/31 18:13
cleanup variable initializations.

21197abe – orbitcowboy <ettl.martin78@gmail.com> authored on 2014/01/31 18:00
cleanup unused variable in codec/common/deblocking_common.cpp.

856d770a – ekr <ekr@rtfm.com> authored on 2014/01/29 23:14
Merge pull request #260 from mstorsjo/quiet-make

8ecdcc71 – Martin Storsjö <martin@martin.st> authored on 2014/01/30 06:32
Add a make option for silencing the commands run

1e744b19 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/29 10:25
Merge pull request #257 from mstorsjo/simplify-endian-func

1d2c37f7 – Martin Storsjö <martin@martin.st> authored on 2014/01/29 17:10
Simplify the implementation of GetValueOf4Bytes

fbcd9621 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/29 10:24
Merge pull request #256 from mstorsjo/bigendian

cadbec75 – Martin Storsjö <martin@martin.st> authored on 2014/01/29 07:49
Fix shifting tricks in deblocking for big endian

47ec7884 – Martin Storsjö <martin@martin.st> authored on 2014/01/29 07:57
Don't read an uint8_t array as an uint32_t

914650ab – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/29 10:17
Merge pull request #255 from mstorsjo/unify-stack-align-macros

66c39a4f – Martin Storsjö <martin@martin.st> authored on 2014/01/29 16:56
Remove the array_stack_align.h header from the encoder lib

e413ed20 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/29 02:04
Merge pull request #254 from mstorsjo/directory-typofix

b2178aac – Martin Storsjö <martin@martin.st> authored on 2014/01/29 05:29
Fix a typo in a directory name

b2528a25 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/29 02:03
Merge pull request #253 from varunbpatil/help_update

683b3222 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/29 08:47
updated README - make options

9b70a6db – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/28 06:13
Merge pull request #198 from mstorsjo/makefile-deps

97a4b708 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/28 06:12
Merge pull request #246 from varunbpatil/detect_arch

35a821fa – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/28 08:48
Updated travis.yml to explicitly build for 32bit architecture

5efb0a9a – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/28 07:35
Attempt to detect OS arch(32/64 bit) on most platforms

ec576baf – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/28 06:05
Merge pull request #249 from mstorsjo/encconsole-arg-parsing-ifdef

19f03d6a – Martin Storsjö <martin@martin.st> authored on 2014/01/28 06:23
Fix parsing of the -drec option if ENABLE_FRAME_DUMP isn't set

b58bf88b – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/28 06:04
Merge pull request #247 from mstorsjo/simplify-missed-inline-asm-macro

08638a93 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/28 06:04
Merge pull request #252 from mstorsjo/share-processing-asm

04dba61d – Martin Storsjö <martin@martin.st> authored on 2014/01/28 08:47
Remove an unused assembly source file

3761901e – Martin Storsjö <martin@martin.st> authored on 2014/01/28 08:42
Remove sad.asm from the processing lib, move satd_sad from the encoder to the common lib

e306888d – Martin Storsjö <martin@martin.st> authored on 2014/01/28 05:32
Unify the codepaths for WELS_GET_PERFIX_BITS at the second place

3c402612 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/28 04:42
Merge pull request #251 from mstorsjo/crt-string-cleanup

e0da5a16 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 07:24
Remove the now unused STRCAT macro

208f033b – Martin Storsjö <martin@martin.st> authored on 2014/01/28 07:24
Use WelsStrcat instead of the STRCAT macro

fa93c88f – Martin Storsjö <martin@martin.st> authored on 2014/01/28 07:21
Implement WelsStrcat based on WelsStrncpy

9840f117 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 07:12
Remove the now unused count parameter to WelsStrncpy

a16ccc0b – Martin Storsjö <martin@martin.st> authored on 2014/01/28 07:08
Fix the implementations of WelsStrncpy

74e7c9b6 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 07:06
Remove the now unused STRNCPY macro

215eb564 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 07:05
Use WelsStrncpy instead of STRNCPY

7791a6d2 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 06:50
Use WelsSnprintf instead of a combination of strlen and STRNCAT

03189226 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 06:48
Check the right pointer for being non-null in WelsLogDefault

9b591532 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 06:35
Remove the STRNLEN/WelsStrnlen compatibility functions

92fa4eb4 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 06:12
Use strlen instead of WelsStrnlen/STRNLEN for known null terminated strings

082a9869 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 06:11
Use strlen() instead of WelsStrnlen/STRNLEN for string constants

da7d3d9b – Martin Storsjö <martin@martin.st> authored on 2014/01/28 06:33
Remove an unused and unnecessary string length calculation

0d7bafce – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/28 04:40
Merge pull request #248 from mstorsjo/msvc-proj-cleanup

5c5dcfb1 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 05:54
Remove an unused global variable and commented out code

8a0bc0a8 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 05:42
Don't pass /LTCG to the linker for the console front end binary

3316938a – Martin Storsjö <martin@martin.st> authored on 2014/01/28 05:30
Enable incremental linking in debug configurations of WelsDecPlus

6938cfce – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/28 04:39
Merge pull request #250 from mstorsjo/format-string-fix

903f2659 – Martin Storsjö <martin@martin.st> authored on 2014/01/28 07:28
Fix a format string to use the correct type

a164436d – Martin Storsjö <martin@martin.st> authored on 2014/01/23 10:16
Automatically track per-file dependencies

ac1dbf5a – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 17:35
Merge pull request #245 from varunbpatil/remove_unused

7ba7881c – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/28 06:48
Remove autoclean script (Linux)

977768ac – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 09:50
Merge pull request #222 from mstorsjo/enable-threading

640c43a3 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 09:49
Merge pull request #229 from mstorsjo/make-link-space

4334812e – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 09:10
Merge pull request #235 from mstorsjo/merge-ls-defines

a44808e2 – Martin Storsjö <martin@martin.st> authored on 2014/01/27 09:03
Merge the ls_defines.h headers into the common sub-library

00a76419 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 09:09
Merge pull request #237 from mstorsjo/simplify-make-lib-rules

ea8a0027 – Martin Storsjö <martin@martin.st> authored on 2014/01/27 09:45
Simplify the make rules for creating libraries

d9cbe191 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 08:07
Merge pull request #240 from mstorsjo/simplify-inline-asm

60e02556 – Martin Storsjö <martin@martin.st> authored on 2014/01/27 17:23
Unify the fallback codepath for getting prefix bits into a macro

5616ddb3 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 08:04
Merge pull request #242 from mstorsjo/simplify-debug-file-locations

98614924 – Martin Storsjö <martin@martin.st> authored on 2014/01/27 17:07
Remove the now meaningless field sTracePath

771ff739 – Martin Storsjö <martin@martin.st> authored on 2014/01/27 17:05
Simplify debugging code - always write debug trace files to the cur directory

990a71dc – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 08:03
Merge pull request #244 from mstorsjo/remove-unused-files

d3693958 – Martin Storsjö <martin@martin.st> authored on 2014/01/27 17:54
Removed an unused pair of files generated by MSVC project wizards

b0052332 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 08:02
Merge pull request #243 from mstorsjo/use-stdio-wrappers

3559f425 – Martin Storsjö <martin@martin.st> authored on 2014/01/26 11:04
Consistently use the compat wrappers for file IO

9be2b1a9 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 08:02
Merge pull request #241 from mstorsjo/remove-unused-function

55717d3f – Martin Storsjö <martin@martin.st> authored on 2014/01/27 17:18
Remove an unused function for byte order swapping

e17e664e – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 06:50
Merge pull request #239 from mstorsjo/remove-unnecessary-calls

ec20ab58 – Martin Storsjö <martin@martin.st> authored on 2014/01/26 10:19
Remove some unnecessary STRNCPY/WelsStrncpy calls and intermediate buffers

e05b607d – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 06:46
Merge pull request #223 from mstorsjo/typedef-cleanup

783adb9a – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 04:44
Merge pull request #238 from mstorsjo/merge-snprintf-strftime-wrappers

2bcadff2 – Martin Storsjö <martin@martin.st> authored on 2014/01/26 10:04
Use WelsGetTimeOfDay and WelsStrftime instead of LOCALTIME/FTIME/strftime

0439392a – Martin Storsjö <martin@martin.st> authored on 2014/01/26 10:38
Fix a typo Millsecond -> Millisecond

3a5ff9b6 – Martin Storsjö <martin@martin.st> authored on 2014/01/26 09:53
Use WelsVsnprintf instead of VSPRINTF

f6fe4dde – Martin Storsjö <martin@martin.st> authored on 2014/01/26 09:43
Use WelsSnprintf instead of SNPRINTF

6fea084a – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 03:57
Merge pull request #234 from mstorsjo/merge-measure-time

11bdd8ad – Martin Storsjö <martin@martin.st> authored on 2014/01/27 07:50
Move the measure_time.h header to the common library

2a55578a – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 03:55
Merge pull request #208 from mstorsjo/remove-unused-mk-field

d5affbaa – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 03:54
Merge pull request #232 from mstorsjo/merge-fopen-wrappers

c174dcd6 – Martin Storsjö <martin@martin.st> authored on 2014/01/26 08:56
Remove the FOPEN macro, use WelsFopen instead

5a8f5f9a – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 03:52
Merge pull request #233 from mstorsjo/snprintf-fixes

c7b74b2b – Martin Storsjö <martin@martin.st> authored on 2014/01/26 09:48
Make sure the buffer is null terminated after strftime

7884e77b – Martin Storsjö <martin@martin.st> authored on 2014/01/26 09:50
Make sure the buffer always is null terminated in the *snprintf calls for old MSVC

4a8f54d7 – Martin Storsjö <martin@martin.st> authored on 2014/01/26 09:44
Use vsnprintf in the old MSVC version of WelsSnprintf as well

0ce42ffb – Martin Storsjö <martin@martin.st> authored on 2014/01/26 07:58
Rename WelsVsprintf to WelsVsnprintf, to indicate that it actually checks the length

e42e82aa – Martin Storsjö <martin@martin.st> authored on 2014/01/26 09:33
Make WelsVsprintf use vsnprintf, to check the buffer size

b468ed3c – Martin Storsjö <martin@martin.st> authored on 2014/01/24 18:59
Unify the declaration of int8_t within the processing lib with the rest

a24fd5e1 – Martin Storsjö <martin@martin.st> authored on 2014/01/23 13:58
Make the bool_t typedef in the processing lib match the others

09f0254d – Martin Storsjö <martin@martin.st> authored on 2014/01/23 13:57
Remove the now unused long_t typedef

cc450746 – Martin Storsjö <martin@martin.st> authored on 2014/01/23 13:57
Use int32_t instead of long_t in WELS_SIGN/WELS_ABS in the processing lib

0339cd51 – Martin Storsjö <martin@martin.st> authored on 2014/01/23 13:54
Unify the definition of WELS_THREAD_ERROR_CODE between libraries

109fecc5 – Martin Storsjö <martin@martin.st> authored on 2014/01/23 14:17
Consistently use inline instead of __inline

98dd2d91 – Martin Storsjö <martin@martin.st> authored on 2014/01/23 13:49
Use 'inline' instead of 'inline_t' in the processing lib

dacd6735 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 02:59
Merge pull request #230 from mstorsjo/remove-legacy-make

fbf7836b – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 02:56
Merge pull request #236 from mstorsjo/msvc-proj-moved-headers

ea333863 – Martin Storsjö <martin@martin.st> authored on 2014/01/27 09:23
Update the MSVC project files for earlier moved/removed files

f3afcd51 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/27 02:54
Merge pull request #231 from mstorsjo/fix-msvc-build

00948873 – lyao2 <lyao2@LYAO2-WS01.cisco.com> authored on 2014/01/27 12:29
fix spell error of RcInitGoomParameters

Next