- 10 Jul, 2011 2 commits
-
-
xvidfan authored
Much less efficient than YUV444, but easy to support using the YUV444 framework.
-
Fiona Glaser authored
-
- 12 May, 2011 2 commits
-
-
Simon Horlick authored
-
Simon Horlick authored
-
- 25 Jan, 2011 1 commit
-
-
Sean McGovern authored
-
- 10 Jan, 2011 4 commits
-
-
Fiona Glaser authored
MB-tree and qcomp complexity estimation now consider the duration of a frame in their calculations. This is very important for visual optimizations, as frames that last longer are inherently more important quality-wise. Improves VFR-aware PSNR as much as 1-2db on extreme test cases, ~0.5db on more ordinary VFR clips (e.g. deduped anime episodes). WARNING: This change redefines x264's internal quality measurement. x264 will now scale its quality based on the framerate of the video due to the aforementioned frame duration logic. That is, --crf X will give lower quality per frame for a 60fps video than for a 30fps one. This will make --crf closer to constant perceptual quality than previously. The "center" for this change is 25fps: that is, videos lower than 25fps will go up in quality at the same CRF and videos above will go down. This choice is completely arbitrary. Note that to take full advantage of this, x264 must encode your video at the correct framerate, with the correct timestamps.
-
Daniel Kang authored
And various cosmetics. Patch from Google Code-In
-
Daniel Kang authored
Patch from Google Code-In.
-
Joey Geralnik authored
Patch from Google Code-In.
-
- 18 Nov, 2010 1 commit
-
-
Oskar Arvidsson authored
This only works up to and including 10-bit (but we don't support anything higher yet).
-
- 28 Sep, 2010 1 commit
-
-
Oskar Arvidsson authored
Add support for high depth input in libx264. Add support for 16-bit colorspaces in the filtering system. Add support for input bit depths in the interval [9,16] with the raw demuxer. Add a depth filter to dither input to x264.
-
- 18 Sep, 2010 1 commit
-
-
Fiona Glaser authored
Update dates, improve file descriptions, make things more consistent. Also add information about commercial licensing.
-
- 15 Jul, 2010 1 commit
-
-
Loren Merritt authored
~1% faster overall on Conroe, mostly due to improved cache locality. Also allows improved SIMD on some chroma functions (e.g. deblock). This change also extends the API to allow direct NV12 input, which should be a bit faster than YV12. This isn't currently used in the x264cli, as swscale does not have fast NV12 conversion routines, but it might be useful for other applications. Note this patch disables the chroma SIMD code for PPC and ARM until new versions are written.
-
- 04 Jul, 2010 1 commit
-
-
Oskar Arvidsson authored
Output bit depth is specified on compilation time via --bit-depth. There is currently almost no assembly code available for high-bit-depth modes, so encoding will be very slow. Input is still 8-bit only; this will change in the future. Note that very few H.264 decoders support >8 bit depth currently. Also note that the quantizer scale differs for higher bit depth. For example, for 10-bit, the quantizer (and crf) ranges from 0 to 63 instead of 0 to 51.
-
- 09 Jun, 2010 1 commit
-
-
Steven Walters authored
Unify input/output defines to HAVE_* format. Define values as 1 to simplify conditionals.
-
- 02 Jun, 2010 1 commit
-
-
Oskar Arvidsson authored
Necessary for future high bit-depth support. Various macros and extra types have been introduced to make operations on variable-size pixels more convenient.
-
- 17 May, 2010 1 commit
-
-
Henrik Gramner authored
-
- 06 May, 2010 1 commit
-
-
Anton Mitrofanov authored
-
- 29 Apr, 2010 1 commit
-
-
Fiona Glaser authored
Merge lowres_types with lowres_costs.
-
- 05 Apr, 2010 1 commit
-
-
Fiona Glaser authored
Convert all applicable loops to use C99 loop index syntax. Clean up most inconsistent syntax in ratecontrol.c, visualize, ppc, etc. Replace log(x)/log(2) constructs with log2, and similar with log10. Fix all -Wshadow violations. Fix visualize support.
-
- 25 Feb, 2010 2 commits
-
-
David Conrad authored
-
Loren Merritt authored
-
- 09 Nov, 2009 3 commits
-
-
Loren Merritt authored
-
Dylan Yudaken authored
Merge Dylan's Google Summer of Code 2009 tree. Detect fades and use weighted prediction to improve compression and quality. "Blind" mode provides a small overall quality increase by using a -1 offset without doing any analysis, as described in JVT-AB033. "Smart", the default mode, also performs fade detection and decides weights accordingly. MB-tree takes into account the effects of "smart" analysis in lookahead, even further improving quality in fades. If psy is on, mbtree is on, interlaced is off, and weightp is off, fade detection will still be performed. However, it will be used to adjust quality instead of create actual weights. This will improve quality in fades when encoding in Baseline profile. Doesn't add support for interlaced encoding with weightp yet. Only adds support for luma weights, not chroma weights. Internal code for chroma weights is in, but there's no analysis yet. Baseline profile requires that weightp be off. All weightp modes may cause minor breakage in non-compliant decoders that take shortcuts in deblocking reference frame checks. "Smart" may cause serious breakage in non-compliant decoders that take shortcuts in handling of duplicate reference frames. Thanks to Google for sponsoring our most successful Summer of Code yet!
-
Loren Merritt authored
weirdly, valgrind reported this only with --no-asm.
-
- 24 Aug, 2009 1 commit
-
-
David Conrad authored
prefetch, memcpy_aligned, memzero_aligned, avg, mc_luma, get_ref, mc_chroma, hpel_filter, frame_init_lowres
-
- 09 Aug, 2009 1 commit
-
-
Loren Merritt authored
1.6x faster on conroe.
-
- 11 Jun, 2009 1 commit
-
-
Loren Merritt authored
-
- 31 Dec, 2008 1 commit
-
-
Steven Walters authored
there should now be no memory allocation outside of init-time.
-
- 25 Dec, 2008 1 commit
-
-
Loren Merritt authored
Also suppress the last mingw warning message
-
- 22 Dec, 2008 1 commit
-
-
Loren Merritt authored
reduce memory if using ESA and not p4x4
-
- 28 Sep, 2008 1 commit
-
-
Fiona Glaser authored
This improves lossless compression by about 4-25% depending on source. The benefit is generally higher for intra-only compression. Also add support for 8x8dct and i8x8 blocks in lossless mode; this improves compression very slightly. In some rare cases 8x8dct can hurt compression in lossless mode, but its usually helpful, albeit marginally. Note that 8x8dct is only available with CABAC as it is never useful with CAVLC. High 4:4:4 Predictive replaced the previous profile in a 2007 revision to the H.264 standard. The only known compliant decoder for this profile is the latest version of CoreAVC. As I write this, JM does not actually correctly decode this profile. Hopefully this lack of support will soon change with this commit, as x264 will be (to my knowledge) the first compliant encoder.
-
- 20 Sep, 2008 1 commit
-
-
Fiona Glaser authored
avg_weight no longer has to be special-cased in the code; faster weightb
-
- 19 Sep, 2008 1 commit
-
-
Fiona Glaser authored
This allows the use of get_ref instead of mc_luma almost everywhere for bipred
-
- 16 Sep, 2008 1 commit
-
-
Fiona Glaser authored
This vastly speeds up b-adapt 2, especially at large bframes values. This changes output because now MV prediction in lookahead only uses L0/L1 MVs, not bidir. This isn't a problem, since the bidir prediction wasn't really correct to begin with, so the change in output is neither positive nor negative. This also allowed the removal of some unnecessary memsets, which should also give a small speed boost. Finally, this allows the use of the lowres motion vectors for predictors in some future patch.
-
- 27 Aug, 2008 1 commit
-
-
Fiona Glaser authored
Resolves some issues with QP51 in I-frames with scenecut
-
- 21 Aug, 2008 1 commit
-
-
Loren Merritt authored
-
- 04 Jul, 2008 1 commit
-
-
Fiona Glaser authored
Update "Authors" lists based on actual authorship; highest is most important Update copyright notices and remove old CVS tags from file headers Add file headers to GTK and other sections missing them Update FSF address Other header-related cosmetics
-
- 02 Jul, 2008 1 commit
-
-
Loren Merritt authored
rounding is changed for asm convenience. this makes the c version slower, but there's no way around that if all the implementations are to have the same results.
-
- 03 Jun, 2008 1 commit
-
-
Fiona Glaser authored
-