]> granicus.if.org Git - libx264/shortlog
libx264
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.
2005-10-13 Loren MerrittVfW: mixed refs.
2005-10-10 Loren Merrittallow non-mod16 resolutions
2005-10-10 Loren MerrittVfW: prevent duplicate free() in compress_end()
2005-10-10 Loren Merrittcosmetics: remove declarations of nonexistent asm functions
2005-10-09 Loren Merrittcosmetics (whitespace) in VfW
2005-10-09 Loren MerrittVfW: some reorganization
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-10-09 Loren Merrittremove cabac byte-stuffing code, because it just wastes...
2005-10-09 Loren Merrittdon't allocate lowres planes if they won't be used...
2005-10-08 Loren Merrittcosmetics: move some stuff from macroblock_encode to...
2005-10-08 Loren Merrittnew option: --mixed-refs
2005-10-08 Loren Merrittcosmetics in option parsing
2005-10-08 Loren Merrittexpose the rest of the VUI flags.
2005-10-04 Sam Hocevar * common/amd64/mc-a.asm: use RIP-relative addressing...
2005-10-04 Loren Merritttemporal predictors for 16x16 motion search.
2005-10-02 Loren Merrittslightly faster/cleaner block_residual_write_cabac
2005-10-02 Loren Merrittcosmetics
2005-10-02 Loren Merrittcli: fix a crash on piped input.
2005-10-02 Loren Merrittstats summary: separately report all 5 partition sizes...
2005-10-02 Loren Merrittdisposable frames shouldn't get their own coded_frame_num.
2005-10-01 Loren Merritttypo in ia32 x264_pixel_avg_weight_w8_mmxext
2005-10-01 Loren Merrittmmx avg (already existed by not used for bipred)
2005-10-01 Loren Merrittcosmetics: move avg function ptrs from pixf to mc.
2005-09-27 Loren Merrittwith B-pyramid, forget old refs in POC order instead...
2005-09-26 Loren Merritttypo in r296.
2005-09-25 Sam Hocevar * common/amd64/*.asm: use RIP-related addressing...
2005-09-25 Sam Hocevar * common/amd64/mc-a.asm: removed useless global variables
2005-09-25 Sam Hocevar * configure: support extra $(ASFLAGS) through --extra...
2005-09-24 Loren Merrittreorganized VfW UI.
2005-09-24 Loren MerrittMP4 output: update to GPAC 0.4 API.
2005-09-24 Loren Merrittfaster mmx quant 15bit, and add 16bit version. total...
2005-09-24 Loren Merrittfaster mmx satd. *x16: 20%, *x8: 10%, total: 2-4%.
2005-09-24 Loren Merrittallow i4x4 and i8x8 down-left prediction with emulated...
2005-09-20 Steve Lhommefps patch by Haali
2005-09-20 Sam Hocevar * configure: added support for ia64, mips/mipsel...
2005-09-14 Loren MerrittMMX quantization functions, and optimization of the...
2005-09-10 Loren MerrittSSE2 pixel comparison functions
2005-08-30 Loren Merritt10l in rev290: duplicate declaration of x264_pixel_sub_...
2005-08-29 Loren Merrittmmx 8x8 dct.
2005-08-29 Eric Petit VC++ fix (thx fenrir)
2005-08-29 Eric Petit x264.h: issue an explicit warning when neither stdint...
2005-08-17 Loren MerrittVfW: SAR wording. patch by Sharktooth.
2005-08-16 Loren Merrittcli: workaround to allow "--ratetol inf" on win32.
2005-08-09 Loren Merrittfix spatial direct mv prediction with B-pyramid. copied...
2005-08-09 Laurent Aimar * all: Patch by Mike Matsnev :
2005-08-09 Laurent Aimar xyuv: bug fixes + autodetect of video size.
2005-08-07 Eric Petit Run ranlib after make install (OS X needs that)
2005-07-26 Loren Merrittupdate i_mb_b16x8_cost_table[] for I8x8 mb type (r278...
2005-07-22 Laurent Aimar * all: Added matroska writing. Patch by Mike Matsnev.
2005-07-22 Laurent Aimar * pixel.*:
2005-07-22 Laurent Aimar analyse: "It correct the size of array i_mb_b16x8_cost...
2005-07-20 Laurent Aimar * x264 compilation on NetBSD. Patch by Mike Matsnev.
2005-07-20 Laurent Aimar * all: "8x8 SAD written in Sparc Assembly using VIS...
2005-07-15 Loren Merritt10l: rd score for sub-8x8 partitions used wrong mvs.
2005-07-13 Loren Merrittfaster SAD_INC_2x16P for amd64.
2005-07-10 Eric Petit Fixed win32 handle leakage (thanks Trax)
2005-07-07 Laurent Aimar * Add support for UltraSparc (uname -m: sun4u) with...
2005-07-07 Laurent Aimar * Faster SAD_INC_2x16P. Patch by Alexander Izvorski.
2005-06-21 Loren Merrittexample quant matrix file
2005-06-21 Loren Merritt--cqmfile reads quant matrices in a JM-compatible format.
2005-06-21 Loren Merrittadjust coded buffer size based on input resolution...
2005-06-20 Loren Merrittupdate avc2avi for high profile
2005-06-20 Loren Merrittcustom quant matrices
2005-06-17 Loren MerrittVfW: workaround a windows unicode bug.
2005-06-17 Loren Merrittlossless mode enabled at qp=0
2005-06-14 Loren MerrittVfW: enable RDO. some option dependencies.
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-12 Loren Merrittmore VfW options.
2005-06-11 Loren MerrittVFW: 8x8 transform, SAR.
2005-06-11 Loren Merrittthreads option in vfw.
2005-06-11 Loren Merrittwin32 threads enabled by default
2005-06-11 Loren Merrittvfw installer nsis script.
2005-06-11 Loren Merrittprint 8x8 transform usage % in stats summary.
2005-06-08 Loren Merrittrevert 216, another try at max_dec_frame_buffering.
2005-06-08 Loren Merritttypo in cabac tables
2005-06-05 Loren Merrittcosmetics
2005-06-05 Loren Merrittfix i8x8 decision with chroma_me
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-05 Eric Petit Use win32 native threads (you still have to --enable...
2005-06-05 Loren Merrittslightly faster 8x8 dct
2005-06-04 Loren Merrittremove unused tables from SPS/PPS. reduces overhead...
2005-06-03 Loren Merritt10l (debug stuff in 246)
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-06-01 Loren Merrittcosmetics
2005-06-01 Loren Merrittfix a bug with cabac + B-frames + mref + slices.
2005-05-30 Måns Rullgårdaccept the standard --prefix etc. options
next