34
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
VfW: Support ip_factor and pb_factor, some cleanups. patch by Riccardo Stievano <walkunafraid at tin dot it> More... over 19 years ago
Use floats instead of int64 in log messages, since win32 (incl. mingw) doesn't understand %lld. Also display MB statistics in percent instead of number. More... over 19 years ago
finished printf -> x264_log conversion. More... over 19 years ago
Don't apply keyframe boost to I-frames that are followed by another I. More... over 19 years ago
New VfW option: "fast 1st pass" automatically disables some partitions and reduces ME quality and number of reference frames. Removed option direct_pred=none, since it provides no benefits. Patch by Riccardo Stievano <walkunafraid at tin dot it>. More... over 19 years ago
vfw: tweak wording and defaults More... over 19 years ago
From Riccardo Stievano <walkunafraid at tin dot it>: More... over 19 years ago
My last change of IDR decision broke in 2pass mode. fixed by remembering which frames are IDR. Disable benchmarking, as it was very slow for some people, and we already know that all the time is spent in macroblock analysis. More... over 19 years ago
Changes the mechanics of max keyframe interval: Now enforces min and max GOP sizes, and allows variable numbers of non-IDR I-frames within a GOP. More... over 19 years ago
MinGW compatible resource.rc by Radek Czyz More... over 19 years ago
strict QP offset for B-frame vs following P-frame strict QP offset for I-frame vs GOP average More... over 19 years ago
r72 broke B-frames without intra4x4. fixed. More... over 19 years ago
updated VfW interface by Radek Czyz More... over 19 years ago
improved mv prediction: 1-3% better compression of B-frames early termination for B-frame ref search: up to 20% faster with lots of refs. More... over 19 years ago
allow constant qp on Nth pass (e.g. for forcing frame types) More... over 19 years ago
disable subme=0 (the huge bitrate penalty wasn't worth the speed) renumber direct_pred More... over 19 years ago
oops, last patch had some debug statements More... over 19 years ago
fix: "x264 -A all" didn't include b8x8 types. add: "make NDEBUG=1" to strip library update TODO with B-frame status More... over 19 years ago
Reorganize frame type selection: No longer produces consecutive I-frames when B-frames are enabled. Not thoroughly tested, but works for me. Fix scenecut detection when B-frames are present: Can now produce IDR, but is slower since it re-encodes more frames. This might reduce compression ratio in the presence of quick fade-ins. 2pass ratecontrol deals more gracefully with completely skipped frames. More... over 19 years ago
remove Makefile.cygwin because build/cygwin/Makefile is more up to date. put correct object file names in .depend More... over 19 years ago
reduce default verbosity, add option -v More... over 19 years ago
remove relative include paths, to avoid conflicts with libtool More... over 19 years ago
rename *.asm to avoid conflicts with libtool More... over 19 years ago
list default settings in --help More... over 19 years ago
replace EPZS diamond with a hexagon search pattern. early termination for multiple reference frame search (up to 1.5x faster). More... over 19 years ago
sps->i_num_ref_frames was set higher than necessary More... over 19 years ago
new option: --fps More... over 19 years ago
various cleanups in macroblock caching. store motion data for each reference frame (but not yet used). More... over 19 years ago
more accurate cost for psub8x8 modes. More... over 19 years ago
implement macroblock types B_16x8, B_8x16 tweak thresholds for comparing B mb types More... over 19 years ago