]> git.sesse.net Git - x264/history - common
Fix quantization factor allocation
[x264] / common /
2013-01-09 Henrik Gramnerx86inc: Use VEX-encoded instructions in AVX functions
2013-01-08 Loren Merrittx86inc: activate REP_RET automatically
2013-01-08 Ronald S. Bultjex86inc: support stack mem allocation and re-alignment...
2013-01-08 Bernhard RosenkränzerFix build on ARM with binutils >= 2.23.51.0.6
2012-12-12 Anton MitrofanovFix pthread_join emulation on win32 and BeOS
2012-12-06 Sean McGovernSolaris: use sysconf to get processor count
2012-11-12 Anton MitrofanovFix crash when using libx264.dll compiled with ICL...
2012-11-08 Anton MitrofanovFix possible issues with out-of-spec QP values
2012-11-07 Diego Biurrunx86inc: Rename 3dnow2 to 3dnowext
2012-11-07 Diego Biurrunx86inc: only define program_name if the macro is unset.
2012-11-07 David WolstencroftDisable ARM NEON MRC CPU test for Apple devices
2012-11-07 Derek BuitenhuisFix ALIGNED_ARRAY_EMU macros on ICL
2012-09-05 Fiona GlaserFix mb_info_free with sliced threads
2012-09-05 Fiona GlaserExport the average effective CRF of each frame
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-17 Fiona GlaserTry 8x8 transform analysis even when sub8x8 partitions...
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 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 Henrik GramnerEradicate all mention of Extended Profile
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-07 Fiona GlaserSliced-threads: do hpel and deblock after returning
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-06 Fiona GlaserRemove explicit run calculation from coeff_level_run
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 Anton MitrofanovFix rare overflow in 10-bit intra_satd_x3_16x16 asm
2012-03-06 Anton MitrofanovFix RGB colorspace input
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 HiiBump dates to 2012
2012-02-04 Sergey RadionovFix win32 pthread_cond_signal
2012-02-04 Mans RullgardARM: align asm functions to 4 bytes.
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 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-12 Reynaldo H. Verdej... Fix wrong conditional inclusion of inttypes.h
2011-12-20 Phillip BlucasFix loading custom 8x8 chroma quant matrices in 4:4:4
2011-12-08 Anton MitrofanovFix overflow in 8-bit x86 vsad asm function
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 Kieran KunhyaPass through user data
2011-12-01 Loren Merrittx86inc: AVX symmetry optimization
2011-11-11 Anton MitrofanovMark some local functions as static, cosmetics
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 GlaserInitial XOP and FMA4 support on AMD Bulldozer
2011-10-22 Mans RullgardARM: update NEON chroma deblock functions to NV12 pixel...
2011-10-22 Henrik GramnerAllow setting a chroma format at compile time
2011-10-15 Fiona GlaserFix some integer overflows/signedness errors found...
2011-10-12 Fiona GlaserFix pixel_var2 with 4:2:2 encoding
2011-09-21 Fiona GlaserOptimize x86 asm for Intel macro-op fusion
2011-09-21 Fiona GlaserCABAC: clean up and restructure
2011-09-21 Fiona GlaserSome initial 4:2:2 x86 asm
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-09-21 Loren MerrittSSSE3/SSE4 9-way fully merged i4x4 analysis (sad/satd_x9)
2011-09-21 Loren MerrittFaster intra_mbcmp_x3 for versions without dedicated asm
2011-09-21 Loren MerrittOptimize x86 intra_predict_4x4 and 8x8
2011-08-24 Loren MerrittOptimize x86 intra_satd_x3_*
2011-08-24 Loren MerrittOptimize x86 intra_sa8d_x3_8x8
2011-08-24 Loren MerrittScale interlaced refs/mvs for mvr predictors
2011-08-24 Loren MerrittOptimize predict_8x8_filter and incidentally remove...
2011-08-24 Anton MitrofanovDon't override flat SSE2 dequant functions with non...
2011-08-24 Loren MerrittShut up some valgrind false-positives
2011-08-24 Fiona GlaserAvoid some unnecessary allocations with B-frames/CABAC off
next