34
I Use This!
Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 20 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
simplify x264_mb_predict_mv_direct16x16_temporal More... over 19 years ago
option '--frames' limits number of frames to encode. patch by Tuukka Toivonen <tuukkat at ee.oulu.fi> More... over 19 years ago
simplify calvc mb type More... over 19 years ago
implement macroblock types B_SKIP, B_DIRECT, B_8x8 More... over 19 years ago
rename 'core/' to 'common/', which avoids conflicts with libtool More... over 19 years ago
cleanup stats reporting report B macroblock types report average QP More... over 19 years ago
apply ip_factor and pb_factor in constant quantiser encodes. More... over 19 years ago
save a little bit of memory More... over 19 years ago
multiple hypothesis mv prediction: 1-3% improved compression, and .5-1% faster More... over 19 years ago
* analyse: we can do 4x4 Horizontal Up mode when LEFT is avaible. Thanks Stephen Henry for the report. More... over 19 years ago
improved 2pass ratecontrol: ensures that I-frames have comparable quantizer to the following P-frames, and produces more consistent quality in areas of fluctuating complexity. More... over 19 years ago
more informative error message when 2pass fails to converge More... over 19 years ago
#include <stdarg.h> More... over 19 years ago
cleanup spacing of frame stats with verbose logging. More... over 19 years ago
typo in x264_cabac_mb_sub_b_partition (see ITU-T H.264 clause 9.3.3.1.2) More... over 19 years ago
Typo More... over 19 years ago
+ No need to emulate memalign on OS X + Fixed Makefile for OS X More... over 19 years ago
Conditionally inits 1pass rc, only if it's enabled. This prevents a couple of irrelevant warnings from appearing in constant QP mode. (Loren Merritt <lorenm at u dot washington dot edu>) More... over 19 years ago
Oops, changing those types messed up some vprintf's. fixed. (Loren Merrit <lorenm at u dot washington dot edu>) More... over 19 years ago
filesize (bits) in a 32 bit int will overflow after 250MB, screwing up 2pass ratecontrol. (patch by Loren Merritt <lorenm at u dot washington dot edu>) More... over 19 years ago
fix compilation on FreeBSD (from Loren Merritt (thanks to Igla)) More... over 19 years ago
* ratecontrol: Patch by Loren Merritt : More... over 19 years ago
* all: Patch by Loren Merritt. More... over 19 years ago
* ratecontrol: added 'b' flag to fopen. More... over 19 years ago
* all: Patches by Loren Merritt: "Improved patch. Now supports subpel ME on all candidate MB types, not just on the winner. More... over 19 years ago
* x264: added --ipratio --pbratio in help section. More... over 19 years ago
* ratecontrol: path by Loren Merritt. More... over 19 years ago
* x264: added --quiet and --no-psnr. More... over 19 years ago
* eval.c: lalala ;) More... over 19 years ago
* added Loren Merritt. More... over 19 years ago