- 12 Apr, 2011 2 commits
-
-
Fiona Glaser authored
-
Fiona Glaser authored
Fix a comment typo. Align an array properly. Make x264_scan8 unsigned: saves a bunch of movsxd instructions on x86_64.
-
- 24 Mar, 2011 10 commits
-
-
Anton Mitrofanov authored
Fixes configuration with Intel compiler in some cases.
-
Fiona Glaser authored
Instead, if it happens, just re-encode the MB at higher QPs until it fits.
-
Henrik Gramner authored
SSE2/SSSE3/SSE4/AVX implementations. About 3x faster.
-
Manuel Rommel authored
-
Manuel Rommel authored
These aren't merged versions, they just call the existing asm code. A merged implementation would of course be faster.
-
Steven Walters authored
Also fix broken thread detection on cygwin.
-
Steven Walters authored
Reduces Intel Compiler's bias against non-Intel CPUs. Big thanks to Agner for the original information on how to do this.
-
Steven Walters authored
Big thanks to David Rudie, the original author of this patch.
-
Kieran Kunhya authored
-
Fiona Glaser authored
-
- 19 Mar, 2011 2 commits
-
-
Anton Mitrofanov authored
-
Nick Lewycky authored
Doesn't affect compiled output outside of LLVM.
-
- 19 Feb, 2011 1 commit
-
-
Fiona Glaser authored
SSSE3 code got used in MMX/SSE2 and vice versa (in hpel).
-
- 18 Feb, 2011 12 commits
-
-
Daniel Kang authored
-
Fiona Glaser authored
Caused problems for some players.
-
Fiona Glaser authored
More accurate but a bit slower. Helps deal with a few obnoxious corner cases where the current algorithm failed.
-
Nathan Caldwell authored
-
Fiona Glaser authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
Luckily didn't affect anything due to C signedness rules.
-
Fiona Glaser authored
Caused noise reduction to run incorrectly in part of RD, but probably had no effect.
-
Anton Mitrofanov authored
Caused x264 to fail with some settings on systems that return a NULL pointer for malloc(0), like Solaris.
-
Anton Mitrofanov authored
-
Fiona Glaser authored
-
Anton Mitrofanov authored
-
- 07 Feb, 2011 6 commits
-
-
Fiona Glaser authored
Aspect ratio can't be set before SPS is initted.
-
Fiona Glaser authored
Now updates every 0.25s instead of every N frames.
-
Fiona Glaser authored
MSDN docs claim that SetConsoleTitle's effect is reverted when the process terminates, but this doesn't always work properly. Accordingly, manually revert the console title at the end of encoding.
-
Fiona Glaser authored
It seems to work fine as-is even though real weightp doesn't support interlacing yet.
-
Kieran Kunhya authored
-
Fiona Glaser authored
-
- 05 Feb, 2011 7 commits
-
-
Yasuhiro Ikeda authored
-
Anton Mitrofanov authored
-
Loren Merritt authored
Compile error if there's two functions of the same name, instead of silently renaming one of them.
-
Fiona Glaser authored
-
Fiona Glaser authored
Also fix dumb bug in VBV emergency AQ scaling. Regression in r1881.
-
Mans Rullgard authored
Patch backported from ffmpeg.
-
Anton Mitrofanov authored
-