2005-03-15 |
Loren Merritt | macroblock_analyse: simplify cost comparisons. (cosmetic) |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Loren Merritt | Chroma ME (P-frames only). |
commit | commitdiff | tree | snapshot |
2005-03-14 |
Loren Merritt | SSE optimized chroma MC. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Loren Merritt | 167 broke psnr calculation for non-mod-32 inputs |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Eric Petit | sqrtf requires -lmx on Mac OS X |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Loren Merritt | use mmx ssd for psnr calculation. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Loren Merritt | revert 164. blame Spyder. |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Loren Merritt | SSD comparison function (not yet used). |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Loren Merritt | VfW: reject YUY2 and RGB input formats |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Måns Rullgård | Really fix QP override. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Loren Merritt | write VUI bitstream restrictions |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Loren Merritt | AVI & Avisynth input (win32 only). |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Loren Merritt | expose option "chroma qp offset" |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Måns Rullgård | Fix per-frame QP override broken in rev 137. |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Måns Rullgård | Don't include x264.o in the library. |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Loren Merritt | VfW: expose B pyramid and weighted B prediction. |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Loren Merritt | 10l |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Loren Merritt | buffer overrun when bframes == X264_BFRAME_MAX |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Loren Merritt | Adaptive B skipped some POC numbers (slightly reducing... |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Loren Merritt | avc2avi: |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Loren Merritt | allow 16 refs (instead of 15) |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Loren Merritt | report version number in decimal instead of hex |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Loren Merritt | New option: "B-frame pyramid" keeps the middle of 2... |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Loren Merritt | smarter parsing of resolution from commandline |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Eric Petit | ratecontrol.c: fixed exp2f on BeOS so rate control... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Loren Merritt | Fix a buffer overrun with very long MVs. |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Loren Merritt | wrong stride in lowres image |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Loren Merritt | 10l (fast1stpass was slower than non-fast) |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Loren Merritt | Disable deblocking filter in frames of sufficiently... |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Loren Merritt | Simplify x264_frame_expand_border. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Loren Merritt | Altivec functions for MC using the cached halfpel planes. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Loren Merritt | Don't use uninitialize MVs in x264_mb_predict_mv_ref16x16. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Loren Merritt | Implicit weights in B16x16 analysis were swapped. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Loren Merritt | Cosmetics: Some renaming. Move the rest of slice type... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Loren Merritt | Take into account keyint_max in B-frame decision. |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Loren Merritt | Preliminary adaptive B-frame decision (not yet tuned). |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Loren Merritt | Write x264's version in a SEI message. |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Loren Merritt | VfW: Enable weighted B prediction when max B-frames... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Loren Merritt | Add: implicit weighted prediction for B-frames. |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Loren Merritt | Oops, increment API number. |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Loren Merritt | Configurable level. Levels are still not enforced;... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Loren Merritt | Always use the tempfile and rename method for multipass... |
commit | commitdiff | tree | snapshot |
2005-02-18 |
Loren Merritt | More tweaks to bitrate prediction. |
commit | commitdiff | tree | snapshot |
2005-02-17 |
Loren Merritt | Improved 2pass bitrate predictor. No real change most... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Loren Merritt | Some defines needed by MSVC, and convert the DSP files... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Loren Merritt | Precalculate lambda*bits for all allowed mvs. 1-2%... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Loren Merritt | Deblock B-frames. (Not yet used, since B-frames aren... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Loren Merritt | Simplify x264_mb_mc_01xywh() |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Loren Merritt | Save some memcopies in halfpel ME. |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Loren Merritt | Cache half-pixel interpolated reference frames, to... |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Loren Merritt | In N-pass mode if stat_in and stat_out are the same... |
commit | commitdiff | tree | snapshot |
2005-02-11 |
Loren Merritt | VfW: x264_log now creates a window for error messages |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Loren Merritt | cosmetics |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Loren Merritt | bs_align_1() didn't actually write all ones. (so encode... |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Loren Merritt | VfW: tweak option names |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Loren Merritt | VfW: use separate stats files for each pass of an N... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Loren Merritt | VfW: Enable multipass by default, increase the configur... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Loren Merritt | r114 didn't completely fix the problem, trying again. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Loren Merritt | Another MV clipping fix. |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Loren Merritt | Simplify x264_cabac_mb_type. |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Loren Merritt | More accurate clipping rectangle for motion search... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Eric Petit | encoder/encoder.c: gcc < 3 compile fix |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Loren Merritt | Change default level from 2.1 to 4.0 until I get around... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Loren Merritt | Clipping mvs to within picture + emulated border when... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Loren Merritt | Fix clipping of mvs in probe_pskip. (Previously it... |
commit | commitdiff | tree | snapshot |
2005-01-25 |
Loren Merritt | Fix length of strings stored in the registry. |
commit | commitdiff | tree | snapshot |
2005-01-24 |
Loren Merritt | registry values for min/max keyint were mixed up |
commit | commitdiff | tree | snapshot |
2005-01-23 |
Loren Merritt | VfW: expose option "Nth pass" (i.e. simultaneously... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Loren Merritt | add "make NDEBUG=1" to strip library |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Loren Merritt | finish subpixel motion refinement for B-frames (up... |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Loren Merritt | VfW: expose the 2pass ratecontrol option: qcomp ("bitra... |
commit | commitdiff | tree | snapshot |
2005-01-17 |
Loren Merritt | VfW: Support ip_factor and pb_factor, some cleanups. |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Loren Merritt | Use floats instead of int64 in log messages, since... |
commit | commitdiff | tree | snapshot |
2005-01-15 |
Loren Merritt | finished printf -> x264_log conversion. |
commit | commitdiff | tree | snapshot |
2005-01-14 |
Loren Merritt | Don't apply keyframe boost to I-frames that are followe... |
commit | commitdiff | tree | snapshot |
2005-01-14 |
Loren Merritt | New VfW option: "fast 1st pass" automatically disables... |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Loren Merritt | vfw: tweak wording and defaults |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Måns Rullgård | From Riccardo Stievano <walkunafraid at tin dot it>: |
commit | commitdiff | tree | snapshot |
2005-01-13 |
Loren Merritt | My last change of IDR decision broke in 2pass mode... |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Loren Merritt | Changes the mechanics of max keyframe interval: |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Loren Merritt | MinGW compatible resource.rc by Radek Czyz |
commit | commitdiff | tree | snapshot |
2005-01-12 |
Loren Merritt | strict QP offset for B-frame vs following P-frame |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Loren Merritt | r72 broke B-frames without intra4x4. fixed. |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Loren Merritt | updated VfW interface by Radek Czyz |
commit | commitdiff | tree | snapshot |
2005-01-08 |
Loren Merritt | improved mv prediction: 1-3% better compression of... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Loren Merritt | allow constant qp on Nth pass (e.g. for forcing frame... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Loren Merritt | disable subme=0 (the huge bitrate penalty wasn't worth... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Loren Merritt | oops, last patch had some debug statements |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Loren Merritt | fix: "x264 -A all" didn't include b8x8 types. |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Loren Merritt | Reorganize frame type selection: No longer produces... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Loren Merritt | remove Makefile.cygwin because build/cygwin/Makefile... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Loren Merritt | reduce default verbosity, add option -v |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Loren Merritt | remove relative include paths, to avoid conflicts with... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Loren Merritt | rename *.asm to avoid conflicts with libtool |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Loren Merritt | list default settings in --help |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Loren Merritt | replace EPZS diamond with a hexagon search pattern. |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Loren Merritt | sps->i_num_ref_frames was set higher than necessary |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Loren Merritt | new option: --fps |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Loren Merritt | various cleanups in macroblock caching. |
commit | commitdiff | tree | snapshot |
2004-12-28 |
Loren Merritt | more accurate cost for psub8x8 modes. |
commit | commitdiff | tree | snapshot |
next |