]> git.sesse.net Git - x264/shortlog
x264
2010-01-30 Loren MerrittFix log2f detection, include order, some gcc warnings
2010-01-30 Fiona GlaserFix abstraction violations in x264.c
2010-01-30 Diogo FrancoMove -D CFLAGS to config.h
2010-01-30 Steven WaltersFix stat with large file support
2010-01-30 Diogo FrancoImplement ffms2 version check
2010-01-30 Fiona GlaserFix implicit CBR message to only print when in ABR...
2010-01-30 Diogo FrancoAdd configure check for log2 support
2010-01-30 Diogo FrancoAdd config.log support
2010-01-30 Diogo FrancoFix cross-compiling with lavf, add support for ffms2.pc
2010-01-30 Yusuke NakamuraImprove DTS generation, move DTS compression into libx264
2010-01-30 Anton MitrofanovVarious threading-related cosmetics
2010-01-28 Fiona GlaserHardcode the bs_t in cavlc.c; passing it around is...
2010-01-28 David ConradFix lavf input with pipes and image sequences
2010-01-28 Fiona GlaserFix bitstream alignment with multiple slices
2010-01-28 Fiona GlaserMerge nnz_backup with scratch buffer
2010-01-21 Steven WaltersUse cross-prefix properly with pkg-config for cross...
2010-01-21 Fiona GlaserVarious performance optimizations
2010-01-21 Fiona GlaserFix crash on new AMD M300 and similar CPUs
2010-01-21 Fiona GlaserFix intra refresh with subme < 6
2010-01-21 Fiona GlaserAdd support for multiple --tune options
2010-01-20 Fiona GlaserVarious bugfixes and tweaks in analysis
2010-01-20 Loren MerrittMore --me tesa optimizations
2010-01-14 Fiona GlaserFix typo in configure
2010-01-14 Fiona GlaserMake --fps force CFR mode
2010-01-14 Fiona GlaserEliminate intentional array overflow in quant matrix...
2010-01-14 Fiona GlaserFaster --me tesa
2010-01-14 Anton MitrofanovFix static pthreads + dynamically linked x264 on win32
2010-01-14 Steven WaltersAdd getopt_long to the included getopt.c
2010-01-14 Fiona GlaserFaster psy-trellis init
2010-01-14 Fiona GlaserSimplfy intra mode availability handling
2010-01-14 Fiona GlaserFix free callback, add x264_encoder_parameters function
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 GlaserFix some invalid reads caught by valgrind
2010-01-14 Fiona GlaserPeriodic intra refresh
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2010-01-14 Fiona GlaserMore help typo fixes
2010-01-14 Loren MerrittFix x264_clz on inputs > 1<<31
2009-12-15 Fiona GlaserDon't do sum/ssd analysis if weightp == 1
2009-12-15 Fiona GlaserFix two bugs in 2-pass ratecontrol
2009-12-11 Steven WaltersAvisynth-MT and 2.6 compatibility fixes
2009-12-11 Steven WaltersFix zone parsing on mingw
2009-12-11 Fiona GlaserMore lookahead optimizations
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 Steven WaltersMinor seeking fix with Avisynth input
2009-12-09 Fiona GlaserAdd support for MB-tree + B-pyramid
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-09 Alex JurkiewiczAdd more detailed help for presets/tunes/profiles
2009-12-09 Fiona Glaserqpel RD no longer needs mbcmp_unaligned
2009-12-09 Loren Merrittensure that all boolean options are {0,1} so they print...
2009-12-05 Fiona GlaserActually do r1356
2009-12-05 Steven WaltersRemove some unused code from x264.c
2009-12-05 Fiona GlaserSSSE3 version of zigzag_8x8_field
2009-12-05 Fiona GlaserFix crash in interlaced with >8 refs
2009-12-05 Fiona GlaserSignificantly faster qpel-RD
2009-12-01 David ConradAdd x264 prefix to functions with ffmpeg equivalents
2009-11-30 Fiona Glaser10L in r1353
2009-11-30 Steven WaltersEnhanced Avisynth input support
2009-11-27 Fiona GlaserMuch faster weightp
2009-11-25 Kieran KunhyaFix bugs in fps/timestamp handling in FLV muxer
2009-11-25 Fiona GlaserFix bug in weightp analysis
2009-11-25 Fiona GlaserMinor deblocking optimization, update comments
2009-11-25 Fiona GlaserFix weightb with delta_poc_bottom
2009-11-22 Fiona GlaserGive more meaningful error if 1st/2nd pass resolution...
2009-11-21 Steven WaltersFix extremely rare deadlock with sync-lookahead
2009-11-21 Fiona GlaserOnly print weightp stats if there were P-frames
2009-11-21 Fiona GlaserFaster lookahead with subme=1
2009-11-17 Fiona GlaserFaster weightp analysis
2009-11-16 Dylan YudakenFix two issues in weightp
2009-11-15 Alexander StrangeAllow compilation with non-Apple GCC on OS X
2009-11-15 Alexander StrangeUse __attribute__((may_alias)) for type-punning
2009-11-15 Fiona Glaser100l in deadlock fix
2009-11-15 Kieran KunhyaFLV muxing support
2009-11-15 Fiona GlaserFix rare deadlock introduced in weightp
2009-11-12 Fiona GlaserActually add -Wno-strict-aliasing to configure
2009-11-12 Dylan YudakenVarious weightp fixes
2009-11-12 Fiona GlaserFix all aliasing violations
2009-11-12 David ConradFix 10l in weightp on ARM
2009-11-10 Fiona GlaserFix one (of possibly many) miscompilations in weightp
2009-11-09 Fiona GlaserFix pixel_ssd on win64
2009-11-09 Steven WaltersFix weightp logfile parsing on MinGW
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 assert failure in the case of forced i-frames
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 Fiona GlaserFix extremely rare infinite loop in 2-pass VBV
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 GlaserFurther reduce code size in bime
2009-10-29 Anton MitrofanovFix case in which MB-tree didn't propagate all data...
2009-10-29 Fiona GlaserTake into account chroma MV offset during interlaced...
next