Commit Graph

  • cf5edec5ae Merge pull request #785 from mstorsjo/fix-me-test sijchen 2014-05-05 10:29:35 +08:00
  • 81467fd93e Merge pull request #786 from mstorsjo/use-proper-types sijchen 2014-05-05 10:27:13 +08:00
  • f797785a12 Merge pull request #782 from mstorsjo/fix-msvc-warning zhilwang 2014-05-05 09:26:59 +08:00
  • fd446a1f69 Merge pull request #783 from mstorsjo/win64-clobber zhilwang 2014-05-05 08:45:48 +08:00
  • 5c5a233257 Merge pull request #784 from mstorsjo/renamed-lib Ethan Hugg 2014-05-04 15:19:51 -07:00
  • 26624bbfdb Use the proper type in function parameters instead of void pointers Martin Storsjö 2014-05-04 18:00:36 +03:00
  • 1711b497e3 Take the test of TestHorizontalSearch_SSE41 into use Martin Storsjö 2014-05-04 17:48:39 +03:00
  • b1c13f4954 Properly limit the range for the random target motion vectors Martin Storsjö 2014-05-04 17:40:28 +03:00
  • 03db750ba9 Limit the ME scanning range to 16 pixels from the end of the buffer Martin Storsjö 2014-05-04 17:35:01 +03:00
  • b4fdfa64af Use the new library name in the android sample projects Martin Storsjö 2014-05-04 16:00:04 +03:00
  • a0002c2be8 Use $(PROJECT_NAME) in the android .so name Martin Storsjö 2014-05-04 15:57:40 +03:00
  • dc57301d0c Rename the DLL definition file according to what the output DLL is named Martin Storsjö 2014-05-04 15:55:17 +03:00
  • 9d0647b8ac Use $(PROJECT_NAME) for naming the DLL import library as well Martin Storsjö 2014-05-04 15:54:16 +03:00
  • b8eeda1740 Properly back up and restore XMM registers on win64 in WelsSampleSadFour4x4_sse2 Martin Storsjö 2014-05-04 15:45:51 +03:00
  • f99336d866 Don't compare a boolean to an integer Martin Storsjö 2014-05-04 14:53:36 +03:00
  • e4a9c7f8e4 Merge pull request #779 from zhilwang/intraSad volvet 2014-05-04 16:29:59 +08:00
  • 0e7ed62997 Merge pull request #780 from sijchen/md_merge25 ruil2 2014-05-04 15:31:13 +08:00
  • 938019748d add scrolling skip function pointers in MD sijchen 2014-05-04 15:03:23 +08:00
  • fe5b8d1a69 refine format Licai Guo 2014-05-04 14:51:05 +08:00
  • 30687f4647 Merge pull request #761 from sijchen/md_merge31 ruil2 2014-05-04 14:25:10 +08:00
  • 485b2b5b43 Add IntraSad asm code. Licai Guo 2014-04-30 15:54:49 +08:00
  • ba7b4adb57 Merge pull request #778 from ethanhugg/rename sijchen 2014-05-04 10:24:21 +08:00
  • deb01d34dd Parameterize the project name and change it to openh264 Ethan Hugg 2014-05-02 08:12:40 -07:00
  • 1560eec2ea Merge pull request #775 from mstorsjo/stub-binaries-target Ethan Hugg 2014-04-30 11:24:11 -07:00
  • 97faa3abb6 Add a stub makefile target for binaries Martin Storsjö 2014-04-30 21:06:40 +03:00
  • 685d595c30 Merge pull request #767 from mstorsjo/avoid-conflicting-msvc-options Ethan Hugg 2014-04-30 09:40:25 -07:00
  • 57a23406d7 Merge pull request #766 from mstorsjo/reduce-msvc-runtime-flags Ethan Hugg 2014-04-30 09:40:12 -07:00
  • 37deb06700 Merge pull request #771 from huili2/newseqorder_prefixerror_bugfix HaiboZhu 2014-04-30 17:31:04 +08:00
  • 844f88bbbe Merge pull request #772 from lyao2/scrollingUT sijchen 2014-04-30 17:20:41 +08:00
  • 4248cc9c42 fix typedef re-define issue lyao2 2014-04-30 16:46:58 +08:00
  • 5e6ef17412 fix new sequence&EC order, and prefix parse bug huili2 2014-04-29 19:07:32 -07:00
  • e1c51e8019 Merge pull request #769 from ruil2/enc_screen_1 huili2 2014-04-29 17:39:19 +08:00
  • 2508cf925f fix the issue that long term reference frame is disable for screen ruil2 2014-04-29 17:24:22 +08:00
  • 2006efc1e0 Merge pull request #768 from ruil2/enc_param huili2 2014-04-29 17:19:55 +08:00
  • e284ee0342 Merge pull request #765 from lyao2/scrollingUT sijchen 2014-04-29 17:03:41 +08:00
  • 36cda3606e Only use the -Gm option in desktop debug MSVC builds Martin Storsjö 2014-04-29 11:40:32 +03:00
  • 239f42a924 Don't build all object files with -ZW, only the one that needs it Martin Storsjö 2014-04-29 11:03:17 +03:00
  • 1c90837001 remove typedef.h lyao2 2014-04-29 15:50:08 +08:00
  • c27c02bc0a Merge pull request #764 from dongzha/Deblock HaiboZhu 2014-04-29 14:50:22 +08:00
  • 4f8edb946d Merge pull request #763 from huili2/ec_bug_fix dongzha 2014-04-29 14:27:58 +08:00
  • 793c80df8b Remove useless code dongzhang 2014-04-29 14:14:47 +08:00
  • 40ce2396f8 use the parameters set by app instead of the default values unknown 2014-04-29 13:15:28 +08:00
  • 1ccaf1175b Merge pull request #762 from huili2/ec_ut_bugfix dongzha 2014-04-29 12:10:28 +08:00
  • 7772a9dc31 bug fix of EC_copy huili2 2014-04-28 20:34:00 -07:00
  • 2ad7bb9233 adjust the intra md under scc sijchen 2014-04-29 11:10:15 +08:00
  • 83abff2139 Merge pull request #759 from mstorsjo/deblock-neon-transpose volvet 2014-04-28 18:33:32 +08:00
  • f148a8a7ae Merge pull request #755 from licaiguo/refine-pNzc huili2 2014-04-28 16:21:36 +08:00
  • 0cd3f9d952 fix some bugs of EC huili2 2014-04-28 00:48:38 -07:00
  • 23f57adaea Do full register loads instead of single-lane loads in DeblockLumaEq4H_neon Martin Storsjö 2014-04-24 16:06:19 +03:00
  • 9d1af8c378 Merge pull request #751 from huili2/NewSeq_replace_I huili2 2014-04-28 13:40:15 +08:00
  • 669d704fac refine pNzc set access Licai Guo 2014-04-26 16:36:16 -07:00
  • c5f04cfbd4 Merge pull request #750 from mstorsjo/deblocking-neon-cpu-features volvet 2014-04-25 19:05:12 +08:00
  • 84ff16c015 Merge pull request #749 from mstorsjo/dos-newlines volvet 2014-04-25 18:18:11 +08:00
  • 00a724076b Check for WELS_CPU_NEON before calling DeblockingBSCalcEnc_neon Martin Storsjö 2014-04-25 12:23:47 +03:00
  • bd8d97dddb Merge pull request #748 from huili2/newSeq_bugfix sijchen 2014-04-25 17:54:33 +08:00
  • 0c544962d8 use new seq instead of I slice huili2 2014-04-25 01:46:00 -07:00
  • 655d9c5dbf Remove dos newlines in the android java code Martin Storsjö 2014-04-25 11:03:03 +03:00
  • c0d21a23f3 Merge pull request #745 from lyao2/scrollingUT huili2 2014-04-25 15:07:15 +08:00
  • c65d250817 fix bug of new seq check huili2 2014-04-24 22:11:42 -07:00
  • c65e286036 Merge pull request #738 from mstorsjo/gnu-aarch64 volvet 2014-04-25 09:07:43 +08:00
  • f57bb5042a Merge pull request #747 from ganyangbbl/resolution_issue ruil2 2014-04-25 09:03:01 +08:00
  • 8ee85918c8 fix resolution setting issue ganyang 2014-04-24 17:34:31 +08:00
  • bcb76d383b Merge pull request #746 from huili2/IDR_bugfix Licai Guo 2014-04-24 17:30:04 +08:00
  • 593e291d19 fix typo of IDR loss huili2 2014-04-24 02:26:40 -07:00
  • d905d6bdfd Merge pull request #742 from huili2/ec_ut_copy Licai Guo 2014-04-24 17:08:41 +08:00
  • c4ab780d21 Merge pull request #732 from licaiguo/forJS huili2 2014-04-24 16:50:00 +08:00
  • fe23d53acc Merge pull request #744 from huili2/ec_IdrLoss Licai Guo 2014-04-24 16:47:36 +08:00
  • 41698901c1 Merge pull request #743 from huili2/ec_refidx_return Licai Guo 2014-04-24 16:47:20 +08:00
  • 34ad719cf2 Squashed commit of the following: lyao2 2014-04-24 15:12:49 +08:00
  • 314005435e enable the case for IDR loss huili2 2014-04-23 22:52:00 -07:00
  • ba8e3f2967 Merge pull request #741 from varunbpatil/ref_frames ruil2 2014-04-24 14:06:46 +08:00
  • 422d1d1569 Fix calculation of num ref frames Varun B Patil 2014-04-24 10:41:12 +05:30
  • 4a6259cf74 add slice/frame copy UT for EC huili2 2014-04-23 19:55:38 -07:00
  • 9d5bc6fd74 Merge pull request #740 from licaiguo/test huili2 2014-04-24 11:02:26 +08:00
  • bada2d35bf fix bNewSeqBegin logic Licai Guo 2014-04-23 18:50:11 -07:00
  • f00d3ac15f Merge pull request #737 from mstorsjo/make-aarch64 Licai Guo 2014-04-24 06:40:07 +08:00
  • 66f58e8357 Add macros for the non-standard mov.16b/mov.8b/ext.16b/ext.8b Martin Storsjö 2014-04-23 11:34:51 +03:00
  • 7cd175d097 Use the correct ext syntax in the gnu version of macros Martin Storsjö 2014-04-23 11:25:14 +03:00
  • b13a399ab5 Use a plain "ret" instead of "ret lr" Martin Storsjö 2014-04-23 11:15:47 +03:00
  • f2642b308a Add correct arguments to the gnu version of UNPACK_FILTER_SINGLE_TAG_16BITS Martin Storsjö 2014-04-23 11:12:30 +03:00
  • 90fad9fd98 Add \() to macro arguments to separate the argument from the following .8h or similar Martin Storsjö 2014-04-23 11:10:25 +03:00
  • 80bd541cbe Remove .syntax unified from the aarch64 common header Martin Storsjö 2014-04-23 10:57:38 +03:00
  • f1b2d51d86 Add support for building the arm64 assembly in platform-arch.mk Martin Storsjö 2014-04-23 10:53:39 +03:00
  • 3c2e9cd7bf Regenerate makefiles to include the new arm64 assembly files Martin Storsjö 2014-04-23 10:51:39 +03:00
  • 84ff82ee24 Exclude the new arm64 include file Martin Storsjö 2014-04-23 10:51:21 +03:00
  • c8901c7dcd Add support for arm64 assembly source files in mktargets.py Martin Storsjö 2014-04-23 10:49:30 +03:00
  • 764f787dcb Rename the makefile variable for arm assembly sources Martin Storsjö 2014-04-23 10:44:44 +03:00
  • 788b67cbde Fix the indentation of a line in targets.mk Martin Storsjö 2014-04-23 10:36:18 +03:00
  • f1737cbec6 Merge pull request #736 from licaiguo/update-gitignore volvet 2014-04-23 15:40:56 +08:00
  • 5507c76e5d update .gitignore to ignore *.orig Licai Guo 2014-04-23 00:20:08 -07:00
  • 021fff491b Merge pull request #735 from mstorsjo/cleanup-mess Licai Guo 2014-04-23 15:19:15 +08:00
  • a842f14a3c Remove .orig files left over from running astyle Martin Storsjö 2014-04-23 09:24:23 +03:00
  • 45aef90d26 Remove the executable bit from source files Martin Storsjö 2014-04-23 09:23:56 +03:00
  • b6a765ad71 Merge pull request #734 from dongzha/MC_ARM64 Licai Guo 2014-04-23 13:58:26 +08:00
  • 13db7fea7b prevent from return if ref_idx is error huili2 2014-04-22 22:43:40 -07:00
  • ad9e2dab4f Add Motion Compehension ARM64 Neon Code dongzhang 2014-04-23 10:42:57 +08:00
  • b47606a4ff Merge pull request #733 from dongzha/ExpandPic_ARM64 Licai Guo 2014-04-23 09:57:39 +08:00
  • 2444327a6c Add expand picture support for ARM64 NEON Remove duplicate MACROS dongzhang 2014-04-22 10:49:20 +08:00
  • 75c941a836 Merge pull request #724 from mstorsjo/string-cleanup Licai Guo 2014-04-22 16:41:44 +08:00
  • 17c00f03d6 specify accurate align information for ST32, remove redundant init Licai Guo 2014-04-22 00:30:39 -07:00