HaiboZhu
baf93a340e
Merge pull request #1916 from huili2/bugfix_nodelay_dpbcrash
...
disable ECed output for nodelay decoding
2015-04-29 15:18:17 +08:00
huili2
3c8e2a1792
Merge pull request #1915 from sijchen/winver3
...
remove the VS2008 unsupport option -nologo
2015-04-28 16:25:03 +08:00
huili2
ecd6102688
disable ECed output for nodelay decoding
2015-04-28 13:42:01 +08:00
zhilwang
5cf163449f
Merge pull request #1914 from mstorsjo/asm-cleanup
...
Clean up assembly source files
2015-04-27 17:54:38 -07:00
huili2
faf1bdde0f
Merge pull request #1913 from mstorsjo/style-cleanup
...
Clean up trailing whitespace, astyle a new file, clean up mixed spaces/tabs indentation
2015-04-28 08:47:04 +08:00
Martin Storsjö
b1570b17be
Convert mixed tabs to spaces in shell scripts
...
All other shell scripts use spaces for indentation.
2015-04-27 14:10:09 +03:00
Martin Storsjö
a00e2e7229
Convert tabs to spaces in sample_sc.asm
...
This makes them consistent with the rest of the assembly source
files. Prior to f2314151e8
, all the assembly files had consistent
indentation, but after that, this file had been made different.
2015-04-27 14:07:04 +03:00
Martin Storsjö
7d3bb19bed
Fix up indentation in some arm assembly files
2015-04-27 14:05:52 +03:00
Martin Storsjö
db750af868
Remove stray dos newlines in files that otherwise have unix newlines
2015-04-27 14:05:42 +03:00
Martin Storsjö
8e26d9c31c
Astyle the android unittest java file
2015-04-27 14:03:15 +03:00
Martin Storsjö
31a9fb6913
Remove trailing whitespace
2015-04-27 14:02:28 +03:00
Sijia Chen
486f2daf3d
remove the unsupport option -nologo
2015-04-27 12:11:37 +08:00
sijchen
81df4c6972
Merge pull request #1910 from mstorsjo/make-simplify
...
Simplify handling of the default "all" rule
2015-04-27 10:34:42 +08:00
huili2
f78db981f8
Merge pull request #1912 from HaiboZhu/Bug_fix_ref_picture
...
Bug fix about ref picture management
2015-04-23 14:56:47 +08:00
Haibo Zhu
c24c967c65
Fix the possible infinite loop bug and Fix the judgement condition
2015-04-22 19:58:39 -07:00
Martin Storsjö
9ebab7094f
Clean up spacing in the quiet rules in the makefile
2015-04-22 09:23:08 +03:00
Martin Storsjö
f077d51f7e
Move the "all" make target before including any platform files
...
This makes sure that "all" stays as the default make target even if
platform makefiles add extra rules.
2015-04-22 09:20:31 +03:00
Martin Storsjö
75251b5af7
Remove stray spaces before colon in messages
2015-04-22 09:19:59 +03:00
Martin Storsjö
33e4f14be4
Remove a stray space in a makefile rule
2015-04-22 09:18:01 +03:00
Martin Storsjö
fed2043f8d
Group version related makefile variables together
2015-04-22 09:15:57 +03:00
sijchen
4f527a0fb6
Merge pull request #1909 from mstorsjo/fix-msvc-make
...
Mention the "all" target before the extra dependencies for openh264.dll in msvc.mk
2015-04-22 09:31:01 +08:00
Martin Storsjö
615b0b53d1
Mention the "all" target before the extra dependencies for openh264.dll in msvc.mk
...
This makes sure that all components get built, not only the DLL,
if doing a plain "make OS=msvc" after 2b33c74993
.
2015-04-21 09:21:31 +03:00
huili2
dac13639c9
Merge pull request #1908 from HaiboZhu/Add_Highprofile
...
Add high profile support
2015-04-21 09:42:49 +08:00
sijchen
15b7bc22c3
Merge pull request #1907 from mstorsjo/x86-64-arch-simplify
...
Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64
2015-04-21 09:06:33 +08:00
sijchen
dc59a7586f
Merge pull request #1906 from mstorsjo/dll-res
...
Include the version number and other info in the built DLL file
2015-04-21 08:55:42 +08:00
sijchen
3b01ce3f82
Merge pull request #1903 from mstorsjo/fix-msvc-autobuild
...
Fix an error in the msvc autobuild script, output into the correct outdir used by the project files
2015-04-21 08:51:37 +08:00
Haibo
e9916c7592
Add Transform 8x8 support
...
Add Intra 8x8 support
Add no_deblocking support inside T8x8
Add CABAC parse support
Add static data sheet for dequant
Fix bugs and clean/astyle the code
Remove build warnings
Modify the UT cases
Fix the ParseNalHeader bug
2015-04-20 04:04:30 -07:00
Martin Storsjö
9acca331c0
Remove unnecessary setting of ENABLE64BIT
...
The ARCH variable already indicates everything here.
2015-04-20 12:25:20 +03:00
Martin Storsjö
24f8f2138a
Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64
...
Keep support for the ENABLE64BIT flag (as a flag for choosing between
32 and 64 bit, if the current arch happens to be x86) but avoid using
it in code that wants to know the exact architecture used.
This makes the platform build files more straightforward and
consistent.
2015-04-20 12:22:46 +03:00
Martin Storsjö
a436676bc8
Update openh264.rc when updating the version number
2015-04-20 12:08:52 +03:00
Martin Storsjö
350b69bbf0
Simplify the version generation script
2015-04-20 12:08:52 +03:00
Martin Storsjö
2b33c74993
Include the version number and other info in the built DLL file
2015-04-20 12:08:52 +03:00
Martin Storsjö
e5439b4533
Output MSVC autobuild files into bin/arch/config instead of into bin/arch-config-asm
...
This is the same dirs as used as output dir by the msvc project files.
This makes sure that the project files can pick up the output files
directly instead of having to manually copy them around.
2015-04-20 09:37:22 +03:00
Martin Storsjö
dc661a6139
Fix a typo in the MSVC autobuild script
...
This typo made it fail to copy ut.dll when building for windows
phone.
2015-04-20 09:33:17 +03:00
sijchen
473f2e3d42
Merge pull request #1901 from mstorsjo/cleanup
...
Clean up warnings and incorrect indentation in the console tools
2015-04-20 11:18:59 +08:00
sijchen
d0eec6df78
Merge pull request #1902 from mstorsjo/makefile-cleanup
...
Simplify the makefile rules for unit test libraries for mobile platforms
2015-04-20 11:18:28 +08:00
sijchen
c8ee9a0308
Merge pull request #1904 from mstorsjo/wp-proj-gitignore
...
Add a gitignore file for the windowsphone project
2015-04-20 11:18:05 +08:00
sijchen
cffd2df923
Merge pull request #1895 from mstorsjo/add-release-binaries
...
List the v1.4.0 release binaries in the release file
2015-04-20 09:57:59 +08:00
zhilwang
91800fbc49
Merge pull request #1900 from mstorsjo/x86-32-asm
...
Hook up the x86_32-only assembly as well
2015-04-19 18:42:29 -07:00
Martin Storsjö
aa0fa56cdc
Simplify the makefile handling of building the unit test library
...
Instead of repeating everything hardcoded with platform ifdefs,
use a common define BUILD_UT_EXE to define whether we should build
an executable or a library of the unit test suite. Later factorize
all other platform differences into smaller and simpler ifdefs.
2015-04-17 16:17:35 +03:00
Martin Storsjö
95a46f1fc6
Add a gitignore file for the windowsphone project
2015-04-17 16:13:31 +03:00
Martin Storsjö
0e99473a46
Reorder ifeq/ifneq for a long if statement
...
By having the very short clause first, it is easier to see
what it belongs to.
2015-04-17 15:56:56 +03:00
Martin Storsjö
8368f66afe
Remove a stray double space
2015-04-17 15:46:15 +03:00
Martin Storsjö
513dfde31c
Reduce some nested ifdefs in the makefile
2015-04-17 15:38:06 +03:00
Martin Storsjö
4f8c4f5925
Don't try to run the unit test suite on "make test" for windows phone
...
This makes it consistent with android and iOS.
2015-04-17 15:28:05 +03:00
Martin Storsjö
f39f58e9db
Avoid warnings about conversion from double to float
2015-04-17 14:58:55 +03:00
Martin Storsjö
15c71312d2
Use spaces for indentation instead of tabs
2015-04-17 14:58:55 +03:00
Martin Storsjö
f619c16840
Hook up the x86_32-only assembly as well
...
This makes sure the code is at least somewhat tested. Ideally those
assembly functions should be upgraded to work in 64 bit mode as well,
but until then it's better to actually use them in the configurations
where they can be built.
2015-04-17 13:00:46 +03:00
sijchen
864ff21021
Merge pull request #1899 from shihuade/WP8V4.8-UTDemo
...
add ut demo for wp8
2015-04-17 17:24:30 +08:00
huade
f092b2a478
add ut demo for wp8
2015-04-17 14:10:12 +08:00