]> git.sesse.net Git - x264/history - common
Add support for spaces to iPhone GAS preprocessor script
[x264] / common /
2010-03-27 Kieran KunhyaSave a few bits in slice headers
2010-03-27 Fiona GlaserShrink some arrays in x264_t
2010-03-27 Fiona GlaserUse x264_log in more places instead of fprintf
2010-03-27 Anton MitrofanovFix two nondeterminisms
2010-03-27 Fiona Glaser"CRF-max" support with VBV
2010-03-27 Kieran KunhyaBlu-ray support: NAL-HRD, VFR ratecontrol, filler,...
2010-03-27 Yusuke NakamuraTimecode input/output
2010-03-27 Holger LubitzFaster cabac_encode_decision_asm
2010-03-27 Holger LubitzFaster hpel_filter
2010-02-25 Fiona GlaserFix regression in r1449
2010-02-25 Fiona GlaserCut size of MVD arrays by a factor of 2 again
2010-02-25 David ConradDisable Altivec and VIS optimizations when --disable...
2010-02-25 Loren MerrittFix a buffer overread on odd input resolutions
2010-02-24 David ConradPort Mans Rullgard's NEON intra prediction functions...
2010-02-23 Fiona GlaserFix fastfirstpass
2010-02-23 Anton MitrofanovFix various silly errors in the previous patches
2010-02-23 Fiona GlaserFaster probe_skip, 2x2 DC transform handling
2010-02-23 Fiona GlaserUse short startcodes whenever possible
2010-02-23 Fiona GlaserMake b-pyramid normal the default
2010-02-23 Fiona GlaserMove presets, tunings, and profiles into libx264
2010-02-23 Anton MitrofanovFaster, more accurate psy-RD caching
2010-02-23 Fiona GlaserMuch faster and more efficient MVD handling
2010-02-23 Fiona GlaserAdd temporal predictor support to interlaced encoding
2010-02-23 Fiona GlaserKeep track of macroblock partitions
2010-02-23 Fiona GlaserMuch faster and simpler direct spatial calculation
2010-02-23 Fiona GlaserFix stupid regression in interlaced in r1430
2010-02-15 Loren MerrittRemove unnecessary PIC support macros
2010-02-15 Fiona GlaserDon't even try direct temporal when it would give junk MVs
2010-02-15 David ConradiPhone compilation support
2010-02-15 David ConradARM NEON versions of weightp functions
2010-02-15 Alexander StrangeAllow | as a separator between psy-rd and psy-trellis...
2010-02-15 Fiona GlaserBackport various speed tweak ideas from ffmpeg
2010-02-15 Fiona GlaserImplement direct temporal + interlaced
2010-02-15 Fiona GlaserPrint psy-(rd|trellis) with more precision in userdata SEI
2010-02-15 Fiona GlaserSimplify decimate checks in macroblock_encode
2010-02-14 Fiona GlaserSlightly faster predictor_difference_mmxext
2010-01-30 Loren MerrittFix log2f detection, include order, some gcc warnings
2010-01-30 Diogo FrancoMove -D CFLAGS to config.h
2010-01-30 Steven WaltersFix stat with large file support
2010-01-30 Diogo FrancoAdd configure check for log2 support
2010-01-30 Yusuke NakamuraImprove DTS generation, move DTS compression into libx264
2010-01-30 Anton MitrofanovVarious threading-related cosmetics
2010-01-28 Fiona GlaserFix bitstream alignment with multiple slices
2010-01-28 Fiona GlaserMerge nnz_backup with scratch buffer
2010-01-21 Fiona GlaserVarious performance optimizations
2010-01-21 Fiona GlaserFix crash on new AMD M300 and similar CPUs
2010-01-14 Fiona GlaserEliminate intentional array overflow in quant matrix...
2010-01-14 David ConradFix x264 compilation on Apple GCC
2010-01-14 Fiona GlaserFaster weightp motion search
2010-01-14 Fiona GlaserMore correct padding constants for lowres planes
2010-01-14 Fiona GlaserPeriodic intra refresh
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2010-01-14 Loren MerrittFix x264_clz on inputs > 1<<31
2009-12-11 Fiona GlaserVarious minor missing changes from previous commits
2009-12-11 Fiona GlaserFix regression in direct=auto/temporal in r1364
2009-12-09 Fiona GlaserAdd fast pskip to x264 SEI info header
2009-12-09 Fiona GlaserUse aliasing-avoidance macros in array_non_zero
2009-12-09 Cleo SaulnierMMX version of 8x8 interlaced zigzag
2009-12-09 Fiona GlaserBring back slice-based threading support
2009-12-05 Fiona GlaserSSSE3 version of zigzag_8x8_field
2009-12-05 Fiona GlaserFix crash in interlaced with >8 refs
2009-11-27 Fiona GlaserMuch faster weightp
2009-11-25 Fiona GlaserMinor deblocking optimization, update comments
2009-11-25 Fiona GlaserFix weightb with delta_poc_bottom
2009-11-17 Fiona GlaserFaster weightp analysis
2009-11-15 Alexander StrangeUse __attribute__((may_alias)) for type-punning
2009-11-15 Kieran KunhyaFLV muxing support
2009-11-12 Dylan YudakenVarious weightp fixes
2009-11-12 Fiona GlaserFix all aliasing violations
2009-11-09 Fiona GlaserFix pixel_ssd on win64
2009-11-09 Loren Merrittcosmetics
2009-11-09 David ConradFix weightp on ARM + PPC
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-11-09 Steven WaltersFix issues relating to input/output files being pipes...
2009-11-09 David ConradVarious ARM-related fixes
2009-11-09 Fiona GlaserFix miscompilation with gcc 4.3 on ARM
2009-11-09 Anton MitrofanovFix large file support, broken in r1302
2009-11-09 Fiona GlaserDramatically reduce size of pixel_ssd_* asm functions
2009-11-09 Loren Merrittfix bottom-right pixel of lowres planes, which was...
2009-10-29 Fiona GlaserSlightly faster ssse3 width4 chroma MC
2009-10-29 Fiona GlaserMotion compensation optimizations
2009-10-25 Loren Merrittcosmetics
2009-10-25 Fiona GlaserISC-license x86inc.asm
2009-10-25 Fiona GlaserFix two warnings + some minor optimizations
2009-10-25 Fiona GlaserFix a typo in b-pyramid help
2009-10-25 Henrik GramnerA bit more write-combining in macroblock_cache_load
2009-10-19 Lamont AlstonMake B-pyramid spec-compliant
2009-10-18 Loren Merrittsync yasm macros to ffmpeg
2009-10-12 Loren Merrittchange all dct arrays to 1d.
2009-10-12 Anton MitrofanovOptimize exp2fix8
2009-10-12 Fiona GlaserAvoid scenecuts in flashes and similar situations
2009-10-07 Loren Merrittrm msvc project files and related ifdefs
2009-10-07 Holger LubitzSSE4 version of 4x4 idct
2009-10-07 Fiona GlaserConstrained intra prediction support
2009-09-23 Anton MitrofanovImprove threaded frame handling
2009-09-21 Fiona GlaserAdd intra prediction modes to output stats
2009-09-21 Fiona GlaserMajor API change: encapsulate NALs within libx264
2009-09-14 Fiona GlaserMake MV costs global instead of static
2009-09-02 David ConradCompile fixes for pre-ARMv6T2 and/or PIC
2009-09-02 Steven WaltersChange priority handling on some OSs
next