Prayag Verma
2d378b9db8
Fix a typo
...
`Availabe` → `Available`
2016-02-11 12:04:58 +05:30
Sindre Aamås
db9fa9154c
Update README.md nasm version requirement
...
Version 2.10.06 has some RIP-relative relocation fixes for macho64
that are needed to generate correct code on 64-bit OS X with recent
code changes.
2016-02-02 17:22:49 +01:00
Sindre Aamås
7739184dfd
Update nasm requirement in README.md
...
We need version 2.10 or above for AVX2 support.
2016-01-19 13:12:28 +01:00
Guangwei Wang
3bcf6069ab
add stripped lib for firefox and modify README for the usage fo DEBUGSYMBOLS
2015-12-09 10:54:09 +08:00
Martin Storsjö
0a57ec3c40
Remove a false claim about older android versions not being supported
...
Building for older android versions work just fine.
2015-10-26 16:54:00 +02:00
Alex Cohn
a9605ac063
Update README.md
...
See https://github.com/cisco/openh264/issues/1807#issuecomment-149794717 .
2015-10-21 09:49:58 +03:00
zhiliang wang
573a9f394e
exlpain to prevent building with nasm2.11.08 in Mac OSX 64-bit
2015-03-27 14:56:49 +08:00
Martin Storsjö
858e73c4be
Mention Windows Phone in the list of supported OSes
2015-03-17 09:02:54 +02:00
sijchen
4f43624eec
Merge pull request #1849 from mstorsjo/msvc2013-wp-dll
...
Fix building DLLs for Windows Phone with MSVC 2013
2015-03-17 09:19:36 +08:00
Martin Storsjö
52808550d8
Fix building DLLs for Windows Phone with MSVC 2013
2015-03-13 13:04:04 +02:00
Martin Storsjö
12046fba2e
Recommend using ARCH instead of ENABLE64BIT for setting the target arch
...
This is more generic, while the ENABLE64BIT variable is used on
x86 only.
2015-03-13 12:57:19 +02:00
Martin Storsjö
5f3fef469d
Don't mention require setting the SDK variable when building for iOS
...
This variable is set automatically nowadays.
2015-03-13 12:53:50 +02:00
Martin Storsjö
2394e793bc
Update the information about the supported android architectures
2015-03-13 12:53:29 +02:00
Martin Storsjö
36360c521d
Adjust README.md to use proper markdown styling
2015-03-13 12:51:18 +02:00
Martin Storsjö
58d9efb582
Update the readme about android 64 bit support
2015-02-08 21:17:29 +02:00
Martin Storsjö
a2b727fb6b
Stop referring to a removed make variable
...
Nothing uses the make variable GCCVERSION any longer, since we just
query the NDK for the default compiler.
2014-08-12 09:11:15 +03:00
Martin Storsjö
04f066ae7c
Add support for building for the new 64 bit android ABIs
...
This requires the new NDK r10.
The mips64 ABI is handled by the default case, there's no need to
add custom code for that in platform-android.mk.
2014-07-16 21:32:54 +03:00
Martin Storsjö
71c5acc7a1
Remove outdated advice from the readme
...
We no longer use the GCCVERSION variable - we let the NDK pick whichever
compiler version is the default for the chosen architecture.
2014-07-16 21:28:01 +03:00
Martin Storsjö
3dcd458ffd
Remove trailing whitespace in the source files
2014-04-08 18:13:23 +03:00
Martin Storsjö
00efbc2cb5
Enable the arm assembly in msvc-arm builds
...
This requires using the external gas-preprocessor tool that
converts the gnu assembler format sources to armasm format at
build time. This allows keeping the source files in one single
format but only converting while building.
2014-03-17 20:28:12 +02:00
Martin Storsjö
23e3bddf71
Add documentation about how to build the different ABI variants for android
2014-03-10 19:23:39 +02:00
Martin Storsjö
d526877939
Update the readme, indicating that ARMv7 NEON optimizations are available now
2014-03-07 14:10:09 +02:00
Martin Storsjö
ea40ce07a8
Add instructions on building for iOS
2014-02-28 23:16:00 +02:00
Martin Storsjö
bc8bf5c670
Mention that building for iOS now is supported
2014-02-28 23:15:47 +02:00
Licai Guo
23ea23e7c1
update README
2014-02-19 20:57:24 -08:00
Licai Guo
538d22560f
refine android build, add TARGET option to specify target in sdk
2014-02-19 20:49:30 -08:00
Licai Guo
15fbae9b55
fix typo
2014-02-19 16:54:23 -08:00
Licai Guo
aedb0ebd1d
minor fix readme
2014-02-19 16:51:14 -08:00
Licai Guo
bcf29e5b9f
fix typo in README
2014-02-18 18:05:56 -08:00
Licai Guo
d058176c3b
add android support, single commit
2014-02-18 17:54:27 -08:00
Martin Storsjö
8ecdcc7172
Add a make option for silencing the commands run
...
Add "V=No" to the make command to silence the make output.
This makes it easier to spot warnings or other unexpected messages
in the build output.
2014-01-30 13:56:19 +02:00
Varun B Patil
683b3222fe
updated README - make options
2014-01-29 13:47:55 +05:30
Martin Storsjö
ea574ee13f
Update the description of the directories in the readme
...
The processing directory has been moved under codec, and the
main recommended build process doesn't produce anything under bin.
Additionally mention the res directory which is where the test
sequences have been moved.
2014-01-23 15:07:22 +02:00
Ethan Hugg
2bbf5cb85f
Add readme instructions for using msvc from developer command prompt.
2014-01-21 13:35:42 -08:00
Martin Storsjö
1f688a8731
Mention the issues about the rate control if frame skipping is disabled
...
As requested by Volvet in the review of the frame skipping option.
2014-01-21 10:20:29 +02:00
Ethan Hugg
5ed47afc82
Update ReadMe for new Windows builds
2014-01-17 11:47:38 -08:00
Varun B Patil
c80f620749
Updated issues in README.
...
Also updated example command to run encoder with arbitrary resolution stream.
2014-01-12 13:39:59 +05:30
Martin Storsjö
0640c1d834
Update the readme with current platform support
...
Both 32 and 64 bit is supported, on windows, linux and OS X,
including x86 assembly code.
2014-01-06 01:18:43 +02:00
Richard Hartmann
7caa3941d5
README.md: Formatting
2014-01-01 14:57:34 +01:00
Ethan Hugg
3789d4e69a
Updated readme and CmdLineExamples to point to new make system.
2013-12-20 16:06:35 -08:00
Martin Storsjö
f9dea46712
Remove trailing whitespace
...
Most of it was removed in ff6b669176
from C++ source files,
but other files were left unchanged.
2013-12-13 11:24:17 +02:00
Rupert Muchembled
25e3978be8
Fix typo in Windows build instructions
...
Directory for encoder Visual Studio projects should read codec/build/win32/enc.
2013-12-12 23:10:51 +00:00
Ethan Hugg
59dae50b10
Updated README
2013-12-09 05:16:54 -08:00
Cullen Jennings
9514593bb4
updated readme
2013-11-05 07:23:16 -08:00
Cullen Jennings
19325902ce
updated README
2013-11-04 18:53:23 -08:00
Cullen Jennings
f15d5f6065
updated README
2013-11-04 18:52:50 -08:00
Cullen Jennings
4ec78207fe
Initial commit
2013-10-27 13:20:33 -07:00