shithub: openh264

RSS feed

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

febf6bb5 – Martin Storsjö <martin@martin.st> authored on 2014/01/27 05:25
Readd a removed include

33fe2b58 – volvet <qizh@cisco.com> authored on 2014/01/26 19:14
Merge pull request #225 from mstorsjo/simplify-ifdefs

30bcfea6 – Martin Storsjö <martin@martin.st> authored on 2014/01/25 09:27
Simplify ifdefs in measure_time.h

cbe650a3 – volvet <qizh@cisco.com> authored on 2014/01/26 17:26
Merge pull request #227 from mstorsjo/snprintf-fixes

076b1116 – Martin Storsjö <martin@martin.st> authored on 2014/01/26 06:35
Fix calculating buffer positions when appending with SNPRINTF/WelsSnprintf

a344d100 – Martin Storsjö <martin@martin.st> authored on 2014/01/25 19:40
Fix buffer size checks when appending using SNPRINTF/WelsSnprintf

98bad4f2 – Martin Storsjö <martin@martin.st> authored on 2014/01/25 19:24
Don't manually null terminate after calling SNPRINTF

4d22d916 – volvet <qizh@cisco.com> authored on 2014/01/26 17:26
Merge pull request #226 from mstorsjo/crt-safe-merge

2f5f25b7 – Martin Storsjö <martin@martin.st> authored on 2014/01/26 08:31
Merge the encoder/decoder crt_util_safe_x.h into the common lib

55336dee – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/26 15:41
Merge pull request #221 from mstorsjo/freebsd

b401098a – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/26 15:35
Merge pull request #216 from varunbpatil/processing_cleanup

627c1558 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/26 15:09
Merge pull request #215 from varunbpatil/dec_core_cleanup

36054ac2 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/26 14:24
Merge pull request #212 from varunbpatil/enc_core_cleanup

fa91f77b – kali2 <kali2@cisco.com> authored on 2014/01/26 14:24
Merge pull request #214 from licaiguo/fix-rpl

488cc4ec – volvet <qizh@cisco.com> authored on 2014/01/26 13:17
Merge pull request #228 from mstorsjo/remove-hardcoded-path

5ac52e31 – volvet <qizh@cisco.com> authored on 2014/01/26 12:51
Merge pull request #224 from mstorsjo/msvc2005

7394254f – Martin Storsjö <martin@martin.st> authored on 2014/01/26 11:28
Remove the legacy makefile based build system

e5470844 – Martin Storsjö <martin@martin.st> authored on 2014/01/26 11:13
Remove spaces from the argument to LINK_LIB

2963f4ab – Martin Storsjö <martin@martin.st> authored on 2014/01/25 19:00
Remove a hardcoded debug path specific to somebody's environment

e459b914 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/26 06:42
Removed unused headers in decoder core

d809b7e9 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/25 07:57
Removed unused headers in encoder core

e1d96aea – Martin Storsjö <martin@martin.st> authored on 2014/01/25 09:16
Fix the old MSVC version of WelsGetTimeOfDay

8062596d – Martin Storsjö <martin@martin.st> authored on 2014/01/26 05:22
Fix building threading for freebsd

b9f04e0d – Martin Storsjö <martin@martin.st> authored on 2014/01/26 05:34
Enable threading when building for most platforms

a239637b – Martin Storsjö <martin@martin.st> authored on 2014/01/26 05:21
Fix building for freebsd in 64 bit mode

d67fbe74 – volvet <qizh@cisco.com> authored on 2014/01/25 19:51
Merge pull request #213 from licaiguo/update-resolution

c5ea53f0 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/25 15:17
Merge pull request #217 from varunbpatil/make_cleanup

e9558f02 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/25 19:44
Do not set makefile variable if not actually required

140cf78a – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/25 19:36
Remove non-existent dir from makefile

a245dc82 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/25 15:05
Removed unused makefile variable

77f47edf – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/25 06:56
include ifdef guard

058ceb36 – licaiguo <guolicai@gmail.com> authored on 2014/01/25 11:37
fix reference picture modification bug

1a2dd0c1 – licaiguo <guolicai@gmail.com> authored on 2014/01/25 11:12
change resolution update logic

7c644541 – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/25 10:38
Removed unused header files in processing src

2079e239 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/25 07:07
Merge pull request #218 from varunbpatil/correct_format_spec

7dbdfbce – Varun B Patil <varun.basavaraj.patil@gmail.com> authored on 2014/01/25 19:34
Use correct format specifier to avoid compiler warnings

8420fd34 – volvet <qizh@cisco.com> authored on 2014/01/24 20:05
Merge pull request #210 from mstorsjo/cleanup-macros

a1c49149 – volvet <qizh@cisco.com> authored on 2014/01/24 17:32
Merge pull request #204 from mstorsjo/remove-dynamic-load-trace

89f2c8bf – Martin Storsjö <martin@martin.st> authored on 2014/01/24 10:42
Remove a duplicate median function

95ed8303 – Martin Storsjö <martin@martin.st> authored on 2014/01/24 10:31
Clarify ifdefs around implementations of ENDIAN_FIX

af76ec0a – Martin Storsjö <martin@martin.st> authored on 2014/01/24 10:29
Bundle all MSVC/GCC alignment macros together

9d16e0f8 – Martin Storsjö <martin@martin.st> authored on 2014/01/24 10:27
Remove an unnecessary define of inline for APPLE_IOS

d9325099 – Martin Storsjö <martin@martin.st> authored on 2014/01/24 10:23
Move the definition of WELS_ALIGN out from the #if

232ba77a – Martin Storsjö <martin@martin.st> authored on 2014/01/24 10:19
Remove some unused macros

cfe4e0e2 – Martin Storsjö <martin@martin.st> authored on 2014/01/24 10:28
Remove duplicate defines

0f18b31d – Martin Storsjö <martin@martin.st> authored on 2014/01/24 10:16
Remove unused defines of __FASTCALL

7df69c14 – Martin Storsjö <martin@martin.st> authored on 2014/01/24 09:22
Remove an unnecessary field from generated makefiles

dd7911bf – Martin Storsjö <martin@martin.st> authored on 2014/01/24 06:37
Remove code for dynamically loading a trace library

58c33b8e – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/24 05:46
Merge pull request #205 from mstorsjo/cleanup-trace

1f5d786d – Martin Storsjö <martin@martin.st> authored on 2014/01/24 07:00
Remove the unused dllname parameter to the trace function

c335d1f1 – Ethan Hugg <ethanhugg@gmail.com> authored on 2014/01/24 05:42
Merge pull request #206 from mstorsjo/function-pointer-cleanup

Next