]> git.sesse.net Git - x264/shortlog
x264
2010-04-05 Alex WrightBetter b16x8/8x16 early termination in B-frames
2010-04-05 Fiona GlaserFix 10L in B-skip improvement patch
2010-04-05 Fiona GlaserFix printing of SEI header with VBV + ABR
2010-04-05 Fiona GlaserSimplify slicetype_frame_cost
2010-04-05 Fiona GlaserFaster CABAC state copying for small partitions
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-31 Fiona GlaserFix array overread in b8x16 search
2010-03-31 Fiona GlaserFaster direct check with subpartitions off
2010-03-31 Fiona GlaserPrint crf-max with appropriate precision in SEI
2010-03-31 Yusuke NakamuraFix 10l in timecode seeking
2010-03-31 Yusuke NakamuraFix 10L: Remove needless error check
2010-03-31 Fiona GlaserDon't use 2 L1 refs with pyramid + ref=1
2010-03-27 Henrik GramnerUpdate copyright year in SEI header
2010-03-27 Fiona GlaserNew "superfast" preset, much faster intra analysis
2010-03-27 Fiona GlaserAvoid redundant MV prediction in duplicate refs
2010-03-27 Henrik GramnerCosmetics in mvd handling
2010-03-27 Fiona GlaserFix make uninstall on systems with executable suffixes
2010-03-27 Fiona GlaserAdd tune for still image compression
2010-03-27 Henrik GramnerPad non-mod16 resolutions using the correct field
2010-03-27 Fiona GlaserDocument slow/fast firstpass in --fullhelp
2010-03-27 Holger LubitzFix some misattributions in profiling
2010-03-27 Fiona GlaserMuch faster non-RD intra analysis
2010-03-27 Fiona GlaserFix stack alignment in sliced threads
2010-03-27 Henrik GramnerCosmetics: use sizeof() where appropriate
2010-03-27 Fiona GlaserSplit up analyse_init
2010-03-27 Henrik GramnerReduce stack usage of b-adapt 2's trellis
2010-03-27 Fiona GlaserVarious motion estimation optimizations
2010-03-27 Fiona GlaserOverhaul macroblock_cache_rect
2010-03-27 Fiona GlaserMake a bunch of small functions ALWAYS_INLINE
2010-03-27 Loic MinierTwo compatibility fixes
2010-03-27 Henrik GramnerFaster x264_macroblock_encode_pskip
2010-03-27 Fiona GlaserMuch more accurate B-skip detection at 2 < subme < 7
2010-03-27 Alexander StrangeReformat profile restrictions in --fullhelp.
2010-03-27 James DarnleyFix typo in configure
2010-03-27 David ConradAdd support for spaces to iPhone GAS preprocessor script
2010-03-27 Yusuke NakamuraFix slightly wrong mp4 duration.
2010-03-27 Yusuke NakamuraFix link errors with newest gpac cvs
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 Alex WrightMixed-refs support for B-frames
2010-03-27 Henrik GramnerFaster rounding of chroma DC coefficients
2010-03-27 Holger LubitzFaster cabac_encode_decision_asm
2010-03-27 Holger LubitzFaster hpel_filter
2010-03-24 David ConradIgnore XYSCSS in y4m if the newer standard C tag is...
2010-03-24 Fiona GlaserFix regression in r1450
2010-03-24 Fiona GlaserFix crash with intra-refresh + aq-mode 0
2010-02-26 Fiona GlaserFix regression in r1453
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-25 Fiona GlaserFix one bug, one corner case in VBV
2010-02-24 David ConradPort Mans Rullgard's NEON intra prediction functions...
2010-02-24 Fiona GlaserRemove unused function
2010-02-23 Fiona GlaserUse short startcode in more possible situations
2010-02-23 Fiona GlaserFix fastfirstpass
2010-02-23 Anton MitrofanovFix various silly errors in the previous patches
2010-02-23 Fiona GlaserActually error out if preset/tune/profile is invalid
2010-02-23 Fiona GlaserFaster probe_skip, 2x2 DC transform handling
2010-02-23 Fiona GlaserUse short startcodes whenever possible
2010-02-23 Anton MitrofanovNew algorithm for AQ mode 2
2010-02-23 Fiona GlaserAbide by the MinCR level limit
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 GlaserSimpleBlock requires Matroska Doctype v2
2010-02-23 Yusuke NakamuraAdd GPAC version check
2010-02-23 Fiona GlaserFix stupid regression in interlaced in r1430
2010-02-22 Fiona GlaserFix overread of scratch buffer
2010-02-22 Fiona GlaserFix integer overflow in chroma SSD check
2010-02-16 Anton MitrofanovFix I and B-frame QPs with threads
2010-02-15 David ConradFix compilation on ARM
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 David ConradUse #ifdef instead of #if in checkasm
2010-02-15 Fiona GlaserMake the ABR buffer consider the distance to the end...
2010-02-15 Alexander StrangeMark cli_input/output_t variables as const when possible
2010-02-15 Alexander Strangemkv: Write the x264 version into the file header
2010-02-15 Alexander Strangemkv: Write SimpleBlock instead of Block for frame headers
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 GlaserAllow longer keyints with intra refresh
2010-02-15 Fiona GlaserOverhaul sliced-threads VBV
2010-02-15 Fiona GlaserPrint psy-(rd|trellis) with more precision in userdata SEI
2010-02-15 Fiona GlaserMore formatting fixes in x264 help
2010-02-15 Henrik GramnerFaster 2x2 chroma DC dequant
2010-02-15 Yusuke NakamuraWrite PASP atom in mp4 muxing
2010-02-15 Fiona GlaserFix 2-pass ratecontrol continuation in case of missing...
next