Commit Graph

  • ec576baf25 Merge pull request #249 from mstorsjo/encconsole-arg-parsing-ifdef Ethan Hugg 2014-01-28 11:05:31 -08:00
  • b58bf88b44 Merge pull request #247 from mstorsjo/simplify-missed-inline-asm-macro Ethan Hugg 2014-01-28 11:04:50 -08:00
  • 08638a9396 Merge pull request #252 from mstorsjo/share-processing-asm Ethan Hugg 2014-01-28 11:04:12 -08:00
  • 3c40261256 Merge pull request #251 from mstorsjo/crt-string-cleanup Ethan Hugg 2014-01-28 09:42:56 -08:00
  • 0d7bafcebc Merge pull request #248 from mstorsjo/msvc-proj-cleanup Ethan Hugg 2014-01-28 09:40:17 -08:00
  • 6938cfce07 Merge pull request #250 from mstorsjo/format-string-fix Ethan Hugg 2014-01-28 09:39:27 -08:00
  • 04dba61d22 Remove an unused assembly source file Martin Storsjö 2014-01-28 13:47:51 +02:00
  • 3761901ed4 Remove sad.asm from the processing lib, move satd_sad from the encoder to the common lib Martin Storsjö 2014-01-28 13:42:22 +02:00
  • e0da5a1686 Remove the now unused STRCAT macro Martin Storsjö 2014-01-28 12:24:57 +02:00
  • 208f033bcd Use WelsStrcat instead of the STRCAT macro Martin Storsjö 2014-01-28 12:24:20 +02:00
  • 903f265965 Fix a format string to use the correct type Martin Storsjö 2014-01-28 12:28:41 +02:00
  • 5c5dcfb14c Remove an unused global variable and commented out code Martin Storsjö 2014-01-28 10:54:11 +02:00
  • fa93c88fa2 Implement WelsStrcat based on WelsStrncpy Martin Storsjö 2014-01-28 12:21:34 +02:00
  • 9840f11784 Remove the now unused count parameter to WelsStrncpy Martin Storsjö 2014-01-28 12:12:42 +02:00
  • a16ccc0b4d Fix the implementations of WelsStrncpy Martin Storsjö 2014-01-28 12:08:35 +02:00
  • 74e7c9b6d8 Remove the now unused STRNCPY macro Martin Storsjö 2014-01-28 12:06:07 +02:00
  • 215eb56453 Use WelsStrncpy instead of STRNCPY Martin Storsjö 2014-01-28 12:05:28 +02:00
  • 7791a6d28d Use WelsSnprintf instead of a combination of strlen and STRNCAT Martin Storsjö 2014-01-28 11:50:17 +02:00
  • 0318922654 Check the right pointer for being non-null in WelsLogDefault Martin Storsjö 2014-01-28 11:48:19 +02:00
  • 9b59153263 Remove the STRNLEN/WelsStrnlen compatibility functions Martin Storsjö 2014-01-28 11:35:31 +02:00
  • 19f03d6a26 Fix parsing of the -drec option if ENABLE_FRAME_DUMP isn't set Martin Storsjö 2014-01-28 11:23:45 +02:00
  • 92fa4eb400 Use strlen instead of WelsStrnlen/STRNLEN for known null terminated strings Martin Storsjö 2014-01-28 11:12:53 +02:00
  • 082a986990 Use strlen() instead of WelsStrnlen/STRNLEN for string constants Martin Storsjö 2014-01-28 11:11:05 +02:00
  • da7d3d9bad Remove an unused and unnecessary string length calculation Martin Storsjö 2014-01-28 11:33:34 +02:00
  • 8a0bc0a8b9 Don't pass /LTCG to the linker for the console front end binary Martin Storsjö 2014-01-28 10:42:50 +02:00
  • e306888d0c Unify the codepaths for WELS_GET_PERFIX_BITS at the second place Martin Storsjö 2014-01-28 10:32:38 +02:00
  • 3316938ae4 Enable incremental linking in debug configurations of WelsDecPlus Martin Storsjö 2014-01-28 10:30:46 +02:00
  • 35a821fa1f Updated travis.yml to explicitly build for 32bit architecture Varun B Patil 2014-01-28 13:48:04 +05:30
  • 5efb0a9a33 Attempt to detect OS arch(32/64 bit) on most platforms Varun B Patil 2014-01-28 12:35:36 +05:30
  • ac1dbf5aa0 Merge pull request #245 from varunbpatil/remove_unused Ethan Hugg 2014-01-27 22:35:05 -08:00
  • 7ba7881c95 Remove autoclean script (Linux) Varun B Patil 2014-01-28 11:48:23 +05:30
  • a164436d98 Automatically track per-file dependencies Martin Storsjö 2014-01-23 15:16:29 +02:00
  • 977768ac88 Merge pull request #222 from mstorsjo/enable-threading Ethan Hugg 2014-01-27 14:50:13 -08:00
  • 640c43a3e1 Merge pull request #229 from mstorsjo/make-link-space Ethan Hugg 2014-01-27 14:49:28 -08:00
  • 4334812eee Merge pull request #235 from mstorsjo/merge-ls-defines Ethan Hugg 2014-01-27 14:10:00 -08:00
  • 00a76419b4 Merge pull request #237 from mstorsjo/simplify-make-lib-rules Ethan Hugg 2014-01-27 14:09:20 -08:00
  • d9cbe19110 Merge pull request #240 from mstorsjo/simplify-inline-asm Ethan Hugg 2014-01-27 13:07:38 -08:00
  • 5616ddb3a5 Merge pull request #242 from mstorsjo/simplify-debug-file-locations Ethan Hugg 2014-01-27 13:04:29 -08:00
  • 990a71dce7 Merge pull request #244 from mstorsjo/remove-unused-files Ethan Hugg 2014-01-27 13:03:17 -08:00
  • b00523329f Merge pull request #243 from mstorsjo/use-stdio-wrappers Ethan Hugg 2014-01-27 13:02:51 -08:00
  • 9be2b1a9a8 Merge pull request #241 from mstorsjo/remove-unused-function Ethan Hugg 2014-01-27 13:02:00 -08:00
  • d36939580a Removed an unused pair of files generated by MSVC project wizards Martin Storsjö 2014-01-27 22:54:47 +02:00
  • 3559f425b4 Consistently use the compat wrappers for file IO Martin Storsjö 2014-01-26 16:04:52 +02:00
  • 98614924e2 Remove the now meaningless field sTracePath Martin Storsjö 2014-01-27 22:07:05 +02:00
  • 771ff739b6 Simplify debugging code - always write debug trace files to the cur directory Martin Storsjö 2014-01-27 22:05:38 +02:00
  • 60e0255677 Unify the fallback codepath for getting prefix bits into a macro Martin Storsjö 2014-01-27 22:23:49 +02:00
  • 55717d3fb8 Remove an unused function for byte order swapping Martin Storsjö 2014-01-27 22:18:23 +02:00
  • e17e664e1a Merge pull request #239 from mstorsjo/remove-unnecessary-calls Ethan Hugg 2014-01-27 11:50:19 -08:00
  • e05b607daa Merge pull request #223 from mstorsjo/typedef-cleanup Ethan Hugg 2014-01-27 11:46:44 -08:00
  • ec20ab58ef Remove some unnecessary STRNCPY/WelsStrncpy calls and intermediate buffers Martin Storsjö 2014-01-26 15:19:03 +02:00
  • 783adb9afe Merge pull request #238 from mstorsjo/merge-snprintf-strftime-wrappers Ethan Hugg 2014-01-27 09:44:51 -08:00
  • 2bcadff204 Use WelsGetTimeOfDay and WelsStrftime instead of LOCALTIME/FTIME/strftime Martin Storsjö 2014-01-26 15:04:14 +02:00
  • 0439392a79 Fix a typo Millsecond -> Millisecond Martin Storsjö 2014-01-26 15:38:49 +02:00
  • 3a5ff9b6c8 Use WelsVsnprintf instead of VSPRINTF Martin Storsjö 2014-01-26 14:53:10 +02:00
  • f6fe4ddeaa Use WelsSnprintf instead of SNPRINTF Martin Storsjö 2014-01-26 14:43:30 +02:00
  • 6fea084a42 Merge pull request #234 from mstorsjo/merge-measure-time Ethan Hugg 2014-01-27 08:57:16 -08:00
  • 2a55578a98 Merge pull request #208 from mstorsjo/remove-unused-mk-field Ethan Hugg 2014-01-27 08:55:23 -08:00
  • d5affbaa3c Merge pull request #232 from mstorsjo/merge-fopen-wrappers Ethan Hugg 2014-01-27 08:54:20 -08:00
  • 5a8f5f9ad1 Merge pull request #233 from mstorsjo/snprintf-fixes Ethan Hugg 2014-01-27 08:52:37 -08:00
  • dacd6735fb Merge pull request #230 from mstorsjo/remove-legacy-make Ethan Hugg 2014-01-27 07:59:03 -08:00
  • fbf7836b8d Merge pull request #236 from mstorsjo/msvc-proj-moved-headers Ethan Hugg 2014-01-27 07:56:25 -08:00
  • f3afcd51ff Merge pull request #231 from mstorsjo/fix-msvc-build Ethan Hugg 2014-01-27 07:54:29 -08:00
  • ea8a00278f Simplify the make rules for creating libraries Martin Storsjö 2014-01-27 14:45:18 +02:00
  • ea333863ee Update the MSVC project files for earlier moved/removed files Martin Storsjö 2014-01-27 14:23:22 +02:00
  • a44808e276 Merge the ls_defines.h headers into the common sub-library Martin Storsjö 2014-01-27 14:03:16 +02:00
  • 11bdd8adad Move the measure_time.h header to the common library Martin Storsjö 2014-01-27 12:50:16 +02:00
  • c7b74b2b12 Make sure the buffer is null terminated after strftime Martin Storsjö 2014-01-26 14:48:38 +02:00
  • 7884e77b2d Make sure the buffer always is null terminated in the *snprintf calls for old MSVC Martin Storsjö 2014-01-26 14:50:30 +02:00
  • 4a8f54d767 Use vsnprintf in the old MSVC version of WelsSnprintf as well Martin Storsjö 2014-01-26 14:44:14 +02:00
  • 0ce42ffb89 Rename WelsVsprintf to WelsVsnprintf, to indicate that it actually checks the length Martin Storsjö 2014-01-26 12:58:43 +02:00
  • e42e82aa1f Make WelsVsprintf use vsnprintf, to check the buffer size Martin Storsjö 2014-01-26 14:33:08 +02:00
  • 00948873fb fix spell error of RcInitGoomParameters lyao2 2014-01-27 17:29:24 +08:00
  • c174dcd652 Remove the FOPEN macro, use WelsFopen instead Martin Storsjö 2014-01-26 13:56:43 +02:00
  • febf6bb51e Readd a removed include Martin Storsjö 2014-01-27 10:25:06 +02:00
  • 33fe2b5883 Merge pull request #225 from mstorsjo/simplify-ifdefs volvet 2014-01-27 00:14:44 -08:00
  • b468ed3c0b Unify the declaration of int8_t within the processing lib with the rest Martin Storsjö 2014-01-24 23:59:43 +02:00
  • a24fd5e120 Make the bool_t typedef in the processing lib match the others Martin Storsjö 2014-01-23 18:58:26 +02:00
  • 09f0254d5e Remove the now unused long_t typedef Martin Storsjö 2014-01-23 18:57:53 +02:00
  • cc4507462b Use int32_t instead of long_t in WELS_SIGN/WELS_ABS in the processing lib Martin Storsjö 2014-01-23 18:57:00 +02:00
  • 0339cd51c5 Unify the definition of WELS_THREAD_ERROR_CODE between libraries Martin Storsjö 2014-01-23 18:54:58 +02:00
  • 109fecc547 Consistently use inline instead of __inline Martin Storsjö 2014-01-23 19:17:22 +02:00
  • 98dd2d91d9 Use 'inline' instead of 'inline_t' in the processing lib Martin Storsjö 2014-01-23 18:49:48 +02:00
  • cbe650a3e5 Merge pull request #227 from mstorsjo/snprintf-fixes volvet 2014-01-26 22:26:38 -08:00
  • 4d22d91692 Merge pull request #226 from mstorsjo/crt-safe-merge volvet 2014-01-26 22:26:24 -08:00
  • 30bcfea6b8 Simplify ifdefs in measure_time.h Martin Storsjö 2014-01-25 14:27:47 +02:00
  • 076b1116d6 Fix calculating buffer positions when appending with SNPRINTF/WelsSnprintf Martin Storsjö 2014-01-26 11:35:19 +02:00
  • a344d100ae Fix buffer size checks when appending using SNPRINTF/WelsSnprintf Martin Storsjö 2014-01-26 00:40:22 +02:00
  • 98bad4f2b3 Don't manually null terminate after calling SNPRINTF Martin Storsjö 2014-01-26 00:24:25 +02:00
  • 2f5f25b7e3 Merge the encoder/decoder crt_util_safe_x.h into the common lib Martin Storsjö 2014-01-26 13:31:56 +02:00
  • 55336dee64 Merge pull request #221 from mstorsjo/freebsd Ethan Hugg 2014-01-26 20:41:11 -08:00
  • b401098a67 Merge pull request #216 from varunbpatil/processing_cleanup Ethan Hugg 2014-01-26 20:35:32 -08:00
  • 627c1558ae Merge pull request #215 from varunbpatil/dec_core_cleanup Ethan Hugg 2014-01-26 20:09:19 -08:00
  • 36054ac2a2 Merge pull request #212 from varunbpatil/enc_core_cleanup Ethan Hugg 2014-01-26 19:24:35 -08:00
  • fa91f77b1b Merge pull request #214 from licaiguo/fix-rpl kali2 2014-01-26 19:24:25 -08:00
  • 488cc4ec8e Merge pull request #228 from mstorsjo/remove-hardcoded-path volvet 2014-01-26 18:17:31 -08:00
  • 5ac52e31e9 Merge pull request #224 from mstorsjo/msvc2005 volvet 2014-01-26 17:51:44 -08:00
  • 7394254fb5 Remove the legacy makefile based build system Martin Storsjö 2014-01-26 16:28:58 +02:00
  • e547084435 Remove spaces from the argument to LINK_LIB Martin Storsjö 2014-01-26 16:13:03 +02:00
  • 2963f4ab6e Remove a hardcoded debug path specific to somebody's environment Martin Storsjö 2014-01-26 00:00:43 +02:00
  • e1d96aeaf3 Fix the old MSVC version of WelsGetTimeOfDay Martin Storsjö 2014-01-25 14:16:57 +02:00