- Mar 15, 2015
-
-
Kieran Kunhya authored
-
Kieran Kunhya authored
-
- Mar 14, 2015
-
-
Kieran Kunhya authored
-
Kieran Kunhya authored
-
- Apr 08, 2014
-
-
Kieran Kunhya authored
-
- Jan 24, 2014
-
-
git://git.videolan.org/x264Kieran Kunhya authored
-
- Jan 21, 2014
-
-
Loren Merritt authored
Work around yasm's inefficiency with handling large numbers of variables in the global scope.
-
Kieran Kunhya authored
-
James Weaver authored
Assembly based on code by Henrik Gramner and Loren Merritt.
-
Jason Garrett-Glaser authored
We don't need to wastefully allocate quant tables above QP_MAX_SPEC; they're never used.
-
- Jan 08, 2014
-
-
Henrik Gramner authored
-
Henrik Gramner authored
Also update AUTHORS file and my e-mail address in the headers of various files.
-
Henrik Gramner authored
It's an old stand-alone application that isn't relevant to x264.
-
Anton Mitrofanov authored
-
Henrik Gramner authored
It's not possible to seek in pipes, so if we want to skip frames we have to read and discard unused ones. It's pointless to do bit-depth upconversions in those frames.
-
Anton Mitrofanov authored
-
Steve Clark authored
-
- Jan 06, 2014
-
-
Anton Mitrofanov authored
Caused if the timebase is not specified in stats file. Found by Clang.
-
- Dec 19, 2013
-
-
git://git.videolan.org/x264Kieran Kunhya authored
Conflicts: Makefile common/common.h common/frame.c common/set.h configure encoder/encoder.c encoder/set.c
-
- Oct 30, 2013
-
-
Anton Mitrofanov authored
It probably wasn't used or maintained for last few years.
-
Anton Mitrofanov authored
-
Kieran Kunhya authored
Also add some compatibility fixes.
-
Jason Garrett-Glaser authored
Allows generation of hard-CBR streams without using NAL HRD. Useful if you want to be able to reconfigure the bitrate (which you can't do with NAL HRD on).
-
Anton Mitrofanov authored
Do the reconfig when the next frame's encode begins. Fixes some rare crashes with frame-threading and encoder_reconfig.
-
- Oct 25, 2013
-
-
Jason Garrett-Glaser authored
~100 cycles faster with subme>=9
-
Jason Garrett-Glaser authored
Only warn if underflow occurs for reasons other than CRF-max, as CRF-max implies that VBV underflow is desired by the user.
-
Henrik Gramner authored
This makes more sense for future implementations of templates with zmm registers.
-
Henrik Gramner authored
-
Henrik Gramner authored
It was used as a workaround for a bug that only existed in the GPAC repository for a few weeks back in 2010. There's no reason to keep it anymore.
-
Anton Mitrofanov authored
-
Rafaël Carré authored
-
- Oct 24, 2013
-
-
Sean McGovern authored
-
Martin Storsjö authored
If only a static library is built, the user of the library that just tries to link to the lib using the flags provided by pkg-config might not know that only a static lib exists and that he'd have to pass --static to pkg-config to get the internal dependencies to be able to link the library. For a shared build, the internal dependencies are kept in Libs.private as before. This matches how libav's pkg-config files are generated.
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
Anton Mitrofanov authored
-
- Sep 03, 2013
-
-
Tim Mooney authored
-
- Aug 27, 2013
-
-
Henrik Gramner authored
If FFMS_ReadIndex is used with an empty index file it gets stuck in an infinite loop instead of returning NULL like it's supposed to do on failure. Explicitly check if the file is empty before calling it as a workaround.
-
- Aug 26, 2013
-
-
Anton Mitrofanov authored
Caused crashes under gdb in Windows and might cause other unknown problems.
-
- Aug 24, 2013
-
-
Hiroki Taniura authored
-