]> granicus.if.org Git - libx264/shortlog
libx264
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.
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.
next