]> git.sesse.net Git - x264/shortlog
x264
2012-05-15 Anton MitrofanovFix some bugs in mb_info code
2012-04-24 Fiona GlaserAdd mb_info API for signalling constant macroblocks
2012-04-23 Henrik GramnerFaster chroma weight cost calculation
2012-04-23 LucienAdd Level 5.2 support
2012-04-23 Henrik GramnerEradicate all mention of Extended Profile
2012-04-23 Anton MitrofanovFix disabling of mbtree when using 2pass encoding and...
2012-04-23 Alexander Prikhodkoconfigure: force select -mXX gcc option for i386/x86-64
2012-04-23 Rafaël CarréUpdate config.guess and config.sub
2012-04-23 Alexander Prikhodkoconfigure: correct use of RC variable and add --extra...
2012-04-23 Steven WaltersICL/MSVS: Fix shared library generation and usage
2012-03-27 Kieran KunhyaFix intra-refresh + hrd
2012-03-25 Anton MitrofanovFix frame input colorspace check
2012-03-22 Fiona GlaserFix comment in deblock.c
2012-03-14 Fiona GlaserFix sliced-threads ratecontrol bug
2012-03-12 Anton MitrofanovFix clobbering of mutex/cvs
2012-03-07 Fiona GlaserSliced-threads: do hpel and deblock after returning
2012-03-07 Fiona GlaserAdd full-recon API option
2012-03-07 Fiona Glaserx86inc: switch to amdnops
2012-03-07 Fiona GlaserBMI1 decimate functions
2012-03-07 Fiona GlaserMinor asm changes
2012-03-07 Fiona GlaserAdd row-reencoding support to VBV for improved accuracy
2012-03-07 Fiona GlaserAbstract bitstream backup/restore functions
2012-03-07 Anton MitrofanovAdd an small per-MB cost penalty for lowres
2012-03-06 Fiona GlaserRemove explicit run calculation from coeff_level_run
2012-03-06 Fiona GlaserExport PSNR/SSIM in x264 API
2012-03-06 Ronald S. Bultjex86inc: support yasm -f win64
2012-03-06 Henrik GramnerFix incorrect zero-extension assumptions in x86_64 asm
2012-03-06 Fiona GlaserFix possible alignment crash when linking from MSVC
2012-03-06 Anton MitrofanovFix rare overflow in 10-bit intra_satd_x3_16x16 asm
2012-03-06 Steven WaltersICL: fix out of tree building and resource file usage...
2012-03-06 Oka MotofumiAdd error handling for out-of-tree build
2012-03-06 Anton MitrofanovFix RGB colorspace input
2012-02-15 Fiona GlaserFix interlaced + extremal slice-max-size
2012-02-05 Henrik GramnerFix regression in r2141
2012-02-04 Fiona GlaserTBM, AVX2, FMA3, BMI1, and BMI2 CPU detection support
2012-02-04 Loren Merrittx86inc: add TAIL_CALL macro to abstract a common asm...
2012-02-04 Fiona GlaserMinor asm optimizations/cleanup
2012-02-04 Fiona GlaserClean up and optimize weightp, plus enable SSSE3 weight...
2012-02-04 Fiona GlaserXOP frame_init_lowres
2012-02-04 Fiona GlaserXOP 8x8 zigzags
2012-02-04 Fiona GlaserAVX 32-bit hpel_filter_h
2012-02-04 Fiona Glaserx86inc: add high halfword register support
2012-02-04 Ronald S. BultjeChange %ifdef directives to %if directives in *.asm...
2012-02-04 Anton MitrofanovUse TV range algorithm for bit-depth conversions
2012-02-04 HiiBump dates to 2012
2012-02-04 Henrik GramnerAdd Windows resource file
2012-02-04 Sergey RadionovFix win32 pthread_cond_signal
2012-02-04 Mans RullgardARM: align asm functions to 4 bytes.
2012-02-04 Anton MitrofanovFix normalization of colorspace when input is packed...
2012-02-04 Fiona GlaserForce keyint-min 1 with Blu-ray
2012-02-04 Oka MotofumiFix crash in --demuxer y4m with unsupported colorspace
2012-02-04 Anton MitrofanovFix overread/possible crash with intra refresh + VBV
2012-01-18 Loren MerrittFix trellis 2 + subme >= 8
2012-01-15 Loren MerrittCABAC trellis opts part 4: x86_64 asm
2012-01-15 Loren MerrittCABAC trellis opts part 3: make some arrays non-static
2012-01-15 Loren MerrittCABAC trellis opts part 2: C optimizations
2012-01-15 Loren MerrittCABAC trellis opts part 1: minor change in output
2012-01-15 Henrik Gramnerx86inc improvements for 64-bit
2012-01-15 Ilia ValiakhmetovHigh bit depth SSE2/AVX add8x8_idct8 and add16x16_idct8
2012-01-15 Edward WangMMX/SSE2/AVX predict_8x16_p, high bit depth fdct8
2012-01-15 Fiona GlaserXOP 8-bit fDCT
2012-01-15 Cristian MilitaruHigh bit depth intra_sad_x3_4x4
2012-01-15 Fiona GlaserUse a large LUT for CAVLC zero-run bit codes
2012-01-15 Matt HabelHigh bit depth intra_sad_x3_8x8, intra_satd_x3_4x4...
2012-01-15 Shitiz GargMMX 10-bit predict_8x8c_h and predict_8x16c_h
2012-01-15 Aaron SchmitzSome MBAFF x86 assembly functions.
2012-01-15 George StephanosMore ARM NEON assembly functions
2012-01-15 IliaMore 4:2:2 asm functions
2012-01-15 Henrik GramnerSSE2 and SSSE3 versions of sub8x16_dct_dc
2012-01-15 Steven WaltersResize filter updates
2012-01-12 Oka MotofumiAdd out-of-tree build support
2012-01-12 Anton MitrofanovLimit SSIM to 100db
2012-01-12 Reynaldo H... Fix wrong conditional inclusion of inttypes.h
2012-01-12 Anton MitrofanovFix crash with sliced threads and input height <= 112
2011-12-20 Phillip BlucasFix loading custom 8x8 chroma quant matrices in 4:4:4
2011-12-19 Anton MitrofanovFix PCM cost overflow
2011-12-08 Anton MitrofanovFix overflow in 8-bit x86 vsad asm function
2011-12-08 Anton MitrofanovFix crash in --fullhelp when compiled against recent...
2011-12-06 Fiona GlaserFix regression in r2118
2011-12-01 Fiona GlaserModify MBAFF chroma deblock functions to handle U/V...
2011-12-01 Fiona GlaserCABAC trellis optimizations: use SIMD quant
2011-12-01 Steven WaltersYUV range detection and support for x264CLI
2011-12-01 Kieran KunhyaPass through user data
2011-12-01 Fiona GlaserRemove unpredictable branch in CABAC dqp
2011-12-01 Loren Merrittx86inc: AVX symmetry optimization
2011-12-01 Anton Mitrofanovcheckasm: shut up gcc warnings, fix some naming of...
2011-11-30 Mans Rullgardcheckasm: fix build on ARM
2011-11-28 Anton MitrofanovImprove makefile rules
2011-11-11 Anton MitrofanovMark some local functions as static, cosmetics
2011-11-11 Anton MitrofanovFix crash if timecode file opening fails
2011-11-11 Fabian GreffrathConfigure: force PIC for shared build on PARISC and...
2011-10-23 Anton MitrofanovImprove yasm version check
2011-10-22 Fiona GlaserAdd fenc prefetching to adaptive quant
2011-10-22 Fiona GlaserSplit prefetch_fenc between colorspaces
2011-10-22 Fiona GlaserSome more 4:2:2 x86 asm
2011-10-22 Loren MerrittRemove obsolete versions of intra_mbcmp_x3
2011-10-22 Loren MerrittSSSE3/SSE4/AVX 9-way fully merged i8x8 analysis (sa8d_x9)
2011-10-22 Fiona GlaserSSSE3/SSE4/AVX 9-way fully merged i8x8 analysis (sad_x9)
2011-10-22 Loren MerrittMerge i4x4 prediction with intra_mbcmp_x9_4x4
2011-10-22 Fiona GlaserInline i4x4/i8x8 encode into intra analysis
next