]> git.sesse.net Git - x264/shortlog
x264
2012-11-07 Anton MitrofanovFix reconfiguring to crf=0
2012-11-07 Derek BuitenhuisFix ALIGNED_ARRAY_EMU macros on ICL
2012-09-26 Jason MartensFix use of deprecated av_close_input_file call
2012-09-26 Brad SmithFix pkg-config for dynamic vs static linking
2012-09-11 Brad SmithSet libm in the configure script if the OS has libm
2012-09-05 Fiona GlaserEnhance mb_info: add mb_info_update
2012-09-05 Fiona GlaserFix mb_info_free with sliced threads
2012-09-05 Fiona GlaserEnhance nalu_process
2012-09-05 Fiona GlaserImprove mb_info constant mb optimization
2012-09-05 Fiona GlaserExport the average effective CRF of each frame
2012-09-05 Brad SmithRemove special-casing for OpenBSD pthread handling
2012-07-27 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions
2012-07-26 Kieran KunhyaFree user supplied data when deleting a frame
2012-07-18 Fiona GlaserRevert r2204
2012-07-17 Fiona GlaserFaster predictor checking with subme<3
2012-07-17 Fiona GlaserTry 8x8 transform analysis even when sub8x8 partitions...
2012-07-17 Fiona GlaserSupport changing resolutions between passes with macrob...
2012-07-17 Alexander PrikhodkoPrint elapsed time in encoding progress indicator
2012-07-17 Anton MitrofanovCap ratecontrol predictor parameters
2012-07-03 Loren Merrittx86inc: import patches from libav
2012-07-03 Anton MitrofanovFix crash with --fps 0
2012-05-18 Fiona GlaserThreaded lookahead
2012-05-15 Anton MitrofanovAdd support for RGB formats in bit-depth conversion...
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
next