- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Nov, 2012 2 commits
-
-
Martin Storsjö authored
Not all versions or API subsets of windows have these functions. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Not all versions of windows have the console color functions, while io.h might be needed for isatty (which can be found in unistd.h or io.h). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Nov, 2012 1 commit
-
-
Martin Storsjö authored
The existence of MapViewOfFile isn't linked to the existence of io.h. Not all versions of windows have MapViewOfFile (in particular, Windows Phone 8 and the "metro" windows 8 API subset don't), while they still have io.h (and need it for open/read/close). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Nov, 2012 1 commit
-
-
Diego Biurrun authored
The test for rweflags was dropped in a previous commit.
-
- 26 Nov, 2012 3 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 25 Nov, 2012 1 commit
-
-
Janne Grunau authored
Preventing the use of discouraged or 'insecure' external functions through defines in an internal header is not a good solution. The header is not guaranteed to be included universally which makes overlooking bad use of said functions during review more likely. There are cases were those functions either are the most straight forward solution or even have to be used. Using malloc or free is required if the allocation or release is done by other libraries.
-
- 23 Nov, 2012 1 commit
-
-
Mans Rullgard authored
- Add special cases for offsets of 2, 3, or 4 bytes. This means the offset is always >4 in the generic case, allowing 32-bit copies to be used there. - Don't use memcpy() for sizes less than 16 bytes. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 Nov, 2012 1 commit
-
-
Luca Barbato authored
-
- 18 Nov, 2012 1 commit
-
-
Diego Biurrun authored
-
- 16 Nov, 2012 2 commits
-
-
Janne Grunau authored
-
Diego Biurrun authored
-
- 14 Nov, 2012 1 commit
-
-
Mans Rullgard authored
This removes an inter-library dependency on ff_log2_tab causing linking errors in some configurations. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 13 Nov, 2012 2 commits
-
-
Diego Biurrun authored
-
Luca Barbato authored
Deprecate avcodec_get_chroma_sub_sample.
-
- 11 Nov, 2012 3 commits
-
-
Diego Biurrun authored
An assembler able to cope with AVX instructions is now required.
-
Justin Ruggles authored
-
Diego Biurrun authored
This reduces the local difference to the x264 upstream version.
-
- 09 Nov, 2012 1 commit
-
-
Diego Biurrun authored
-
- 05 Nov, 2012 2 commits
-
-
Justin Ruggles authored
-
Diego Biurrun authored
-
- 02 Nov, 2012 5 commits
-
-
Anton Khirnov authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
"mmxext" is a more sensible name and more common in outside projects.
-
Diego Biurrun authored
This allows overriding the value from outside of the file.
-
- 31 Oct, 2012 2 commits
-
-
Dave Yeo authored
Unlike YASM, NASM only looks for include files in the current directory, not in the directory that included files reside in. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- 30 Oct, 2012 2 commits
-
-
Diego Biurrun authored
This is necessary to allow refactoring some x86util macros with cpuflags.
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 29 Oct, 2012 2 commits
-
-
Ronald S. Bultje authored
-
Anton Khirnov authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Oct, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
The function is used elsewhere and does not belong with the LZO code.
-
- 23 Oct, 2012 4 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-