]> git.sesse.net Git - x264/shortlog
x264
2006-02-10 Loren Merrittdequant_mmx made incorrect assumptions about extreme...
2006-02-10 Loren Merrittlowres can reuse the normal mv cost table
2006-02-09 Loren Merrittr422 broke x264_center_filter_mmxext
2006-02-08 Sam Hocevar * configure: define FORMAT_ELF under Linux and FORMAT...
2006-02-08 Sam Hocevar * common/i386/i386inc.asm: support for ELF, a.out...
2006-02-08 Sam Hocevar * configure: added a --enable-pic flag.
2006-02-08 Sam Hocevar * Additional fixes to the PIC versions of assembly...
2006-02-08 Sam Hocevar * tools/checkasm.c: print the random seed used for...
2006-02-08 Loren Merrittcosmetics in mc_chroma
2006-02-07 Sam Hocevar * Oh, so what I thought was unused code was in fact...
2006-02-07 Sam Hocevar * Support for x86 position-independent code (PIC...
2006-02-06 Loren Merrittmsvc: #define isfinite()
2006-02-06 Loren Merrittx86 mmx for some intra pred functions
2006-02-06 Loren Merrittcosmetics: reorganize intra prediction dsp
2006-02-06 Loren Merritttoo many systems don't have off_t; use uint64_t instead.
2006-02-04 Loren Merrittfix order of frame evaluation in pre-me
2006-02-03 Loren Merrittupdate AUTHORS
2006-02-02 Loren Merrittfix a check for NaN in ratecontrol
2006-01-29 Loren Merrittfix mv predictors in pre-me for b-adapt.
2006-01-23 Loren Merrittprint --nr in sei params. tweak ratecontrol param checking.
2006-01-19 Måns RullgårdI've moved
2006-01-19 Måns Rullgårdwrite correct VUI timing info
2006-01-18 Loren Merrittearly termination in UMH search
2006-01-18 Loren Merrittsplit mv_range enforcement from edge-of-frame clipping...
2006-01-18 Loren Merrittcosmetics: suppress warning on unused variables
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-16 Sam Hocevar * configure: NSLU2 platform support (why oh why)
2006-01-15 Eric Petit Re-enabled x86 optims on MacIntel, assume Nasm CVS...
2006-01-14 Eric Petit Quick compile fix for OS X / Intel
2006-01-13 Loren Merrittcli: large file support
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2006-01-09 Loren Merrittearly termination within large SADs. ~1% faster UMH...
2006-01-05 Loren Merrittmkv: increase nalu size size to 4 bytes.
2006-01-04 Loren Merrittless 64bit math: 12% faster trellis
2006-01-01 Loren Merrittmore error checking of input parameters
2006-01-01 Loren Merrittalways write sps.vui
2005-12-31 Loren Merrittuse some extra packing modes for CQM headers.
2005-12-30 Loren MerrittMSVC compatibility fixes
2005-12-30 Loren Merrittjoint bidirectional motion refinement (--bime)
2005-12-24 Loren Merrittfix some overflows in mp4 timestamps.
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-12-13 Eric Petit Fixed cc_check on OS X (gcc -o /dev/null always fails)
2005-12-13 Loren Merrittpostpone pskip decision until after p16x16ref0 motion...
2005-12-07 Loren Merrittconfigure: autodetect gpac, avis, pthread, vfw
2005-12-05 Loren Merritt--no-fast-pskip
2005-12-05 Loren Merrittcosmetics: config.h is now modified only by configure...
2005-12-04 Loren MerrittMP4: set "track enabled" flag.
2005-12-03 Loren Merrittfaster subpel motion search.
2005-11-28 Loren Merrittdon't use gnu extensions to grep and sed.
2005-11-28 Loren Merrittpkg-config: major.minor.patch version
2005-11-28 Loren Merritt`make fprofiled` to automate gcc -fprofile-generate/use
2005-11-27 Loren Merritt10l
2005-11-27 Loren Merrittparam.b_repeat_headers (not yet used)
2005-11-22 Loren Merrittsupport pkg-config.
2005-11-22 Loren Merrittwrite encoding options to the userdata SEI and to the...
2005-11-22 Loren Merrittchange default level to "5.1"
2005-11-22 Loren Merrittskip dequant+idct of decimated blocks.
2005-11-22 Loren Merrittafter a 1pass ABR, print the value of --crf which would...
2005-11-22 Loren Merrittsubpel search: always check mvp.
2005-11-22 Loren Merrittfaster b-rdo (skip RD of modes with bad SATD).
2005-11-18 Loren MerrittRD mode decision for B-frames (--b-rdo)
2005-11-11 Sam Hocevar * common/amd64/quant-a.asm: added missing GLOBAL...
2005-11-11 Sam Hocevar * configure: added the Alpha platform.
2005-11-07 Loren Merrittuse array_non_zero() when we don't need a full array_no...
2005-11-06 Loren Merrittmmx dequant. up to 3% speedup w/ RD.
2005-11-06 Loren Merrittallow --level to understand names in addition to idc
2005-11-04 Loren Merrittcheck (most of) the levels constaints.
2005-11-03 Loren Merrittif p16x16 RD decides to code a MB as p_skip, then don...
2005-11-03 Loren MerrittTrellis RD quantization.
2005-11-03 Loren Merrittcosmetics: XCHG macro
2005-11-03 Loren Merrittskip a few duplicate candidates in qpel search.
2005-11-03 Loren Merrittskip a few duplicate candidates in fullpel hex&umh...
2005-11-03 Loren Merrittcli: arithmetic overflow in bitrate printing
2005-11-03 Loren Merrittcosmetics in x264_cabac_mb_type
2005-11-03 Loren MerrittX264_ABS => abs
2005-11-03 Loren Merrittamd64 sse2 8x8dct. 1.45x faster than mmx.
2005-11-01 Loren Merrittallow 1pass ratecontrol with keyint=1
2005-10-31 Loren Merrittcli: print estimated time left in --progress
2005-10-31 Loren Merrittdoc/ratecontrol.txt
2005-10-31 Loren Merrittrm doc/dct.txt
2005-10-30 Loren Merrittin constant QP mode, write that QP in the PPS to save...
2005-10-30 Loren Merrittfaster decimation
2005-10-29 Loren Merrittcosmetics: fix an erroneous warning from r340.
2005-10-29 Loren Merrittcosmetics: change literal cabac_block_cat to an enum.
2005-10-29 Loren Merrittcabac: merge i_state with i_mps. bs_write multiple...
2005-10-29 Loren Merrittremove unused adaptive cabac_idc code
2005-10-27 Eric Petit Fixed compilation on PPC (spotted by David Wolstencroft)
2005-10-26 Loren Merrittmmx deblocking.
2005-10-26 Loren MerrittIf frame count is known at init time (cli & vfw), then...
2005-10-26 Loren Merrittmove checkasm to tools/
2005-10-26 Loren Merrittcheckasm: check 8x8dct, mc average, quant, and SSE2.
2005-10-26 Loren Merrittr336 broke amd64 x264_pixel_sad_16x16_sse2 (though...
2005-10-25 Loren MerrittWindows 64bit asm.
2005-10-24 Loren Merrittdelete build/cygwin because it's handled in the main...
2005-10-23 Loren Merritt--crf: 1pass quality-based VBR.
2005-10-16 Eric Petit Added --enable-gprof (patch by Johannes Reinhardt)
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-16 Loren Merrittfaster bs_write
2005-10-15 Loren Merrittduring RDO, skip the bitstream writing and just calcula...
2005-10-15 Loren MerrittUse SAD instead of SATD for halfpel motion search.
next