]> git.sesse.net Git - x264/history - encoder
Fix disabling of progress with --log-level
[x264] / encoder /
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-07-03 Fiona GlaserSupport infinite keyint (--keyint infinite).
2010-07-03 Fiona GlaserDon't check i16x16 planar mode unless previous modes...
2010-07-02 Lamont AlstonMake open-GOP Blu-ray compatible
2010-07-02 Fiona GlaserCallback feature for low-latency per-slice output
2010-06-27 Loren MerrittSimplify pixel_ads
2010-06-25 Fiona GlaserInteractive encoder control: error resilience
2010-06-25 Fiona GlaserLookaheadless MB-tree support
2010-06-25 Lamont AlstonOpen-GOP support
2010-06-25 Steven WaltersUse threadpools to avoid unnecessary thread creation
2010-06-25 Fiona GlaserImprove 2-pass bitrate prediction
2010-06-25 Fiona GlaserImprove HRD accuracy
2010-06-15 Fiona GlaserFix compilation on ARM w/ Apple ABI
2010-06-14 Anton MitrofanovDon't allow baseline profile streams with fake-interlaced
2010-06-14 Anton MitrofanovFix regression in r1501.
2010-06-14 Anton MitrofanovFix crash with --subme 0 + --weightp > 0. Regression...
2010-06-09 Henrik GramnerReplace some divisions with shifts
2010-06-09 Anton MitrofanovWarn about shadowed variable declarations
2010-06-09 Fiona GlaserRemove double-dereferences for MB width/height data
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-06-09 Fiona GlaserTake more shortcuts in i4x4/i8x8 analysis
2010-06-09 Fiona GlaserDisplay SSIM measurement in db as well
2010-06-09 Fiona GlaserAdd missing emms after nal_encode
2010-06-02 Yusuke NakamuraFix no-mbtree + aq-mode=0
2010-06-02 Oskar ArvidssonConvert to a unified "dctcoeff" type for DCT data
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-06-02 Fiona GlaserAdd API tool to apply arbitrary quantizer offsets
2010-06-02 Fiona Glaserx86 assembly code for NAL escaping
2010-05-31 Fiona GlaserRe-enable i8x8 merged SATD
2010-05-31 Henrik GramnerOptimize out some x264_scan8 reads
2010-05-31 Fiona GlaserAdd fast skip in lookahead motion search
2010-05-31 Fiona GlaserMerge some of adaptive quant and weightp
2010-05-26 Fiona GlaserFix 10L in r1612
2010-05-26 Fiona GlaserOverhaul deblocking again
2010-05-26 Fiona GlaserDetect Atom CPU, enable appropriate asm functions
2010-05-26 Fiona GlaserAvoid an extra var2 in chroma encoding if possible
2010-05-26 Fiona GlaserAvoid a redundant qpel check in lookahead with subme...
2010-05-26 Anton MitrofanovFix ABR rate control calculations
2010-05-26 Fiona GlaserFix CABAC+PCM, regression in r1592
2010-05-21 Anton MitrofanovFix different output with differing sync-lookahead
2010-05-21 Kieran KunhyaAdd "Fake interlaced" option
2010-05-21 Anton MitrofanovFix regression in r1566
2010-05-18 Fiona GlaserFix rc-lookahead in encoding options SEI in 2-pass...
2010-05-17 Loren MerrittReduce memory usage in 2-pass with b-adapt 2
2010-05-17 Fiona GlaserOverhaul CABAC: faster, less cache usage
2010-05-17 Anton MitrofanovFix crash with sliced-threads on Phenom
2010-05-17 Henrik GramnerShrink even more constant arrays
2010-05-17 Fiona GlaserAdd API function to trigger intra refresh
2010-05-08 Fiona GlaserFix intra refresh behavior with I-frames
2010-05-06 Anton MitrofanovMore cosmetics
2010-05-06 Fiona GlaserDon't force row QPs to integer values with VBV
2010-05-06 Fiona GlaserFix sliced-threads + interlaced
2010-05-06 Fiona GlaserMore accurate MV prediction on edges in lookahead
2010-05-06 Fiona GlaserRemove unnecessary debugging assert
2010-05-06 Fiona GlaserShrink some more constant arrays
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
2010-05-06 Fiona GlaserMake options SEI use weight* instead of wpred*
2010-04-29 Loren Merrittr1548 broke subme < 3 + p8x8/b8x8
2010-04-29 Henrik GramnerMore write-combining
2010-04-29 Fiona GlaserReduce lookahead memory usage, cache misses
2010-04-26 Fiona GlaserFix build on x86 with asm on but SSE off
2010-04-26 Fiona GlaserDon't calculate ref/partition stats if not necessary
2010-04-23 Fiona GlaserFaster fullpel predictor checking
2010-04-23 Loren MerrittFix printing of bitrate when timestamps aren't available
2010-04-23 Fiona GlaserDon't check mv0 twice
2010-04-23 Fiona GlaserRemove reordering restrictions from weightp
2010-04-23 Fiona GlaserPrint intra chroma pred modes in stats
2010-04-23 Fiona GlaserAdd mv0 special case in pskip chroma MC
2010-04-23 Henrik GramnerFaster chroma CBP handling
2010-04-23 Fiona GlaserFix issues with extremely large timebases
2010-04-23 Fiona GlaserMMX code for predictor rounding/clipping
2010-04-23 Fiona GlaserFix four minor bugs found by Clang
2010-04-23 Fiona GlaserMove deblocking/hpel into sliced threads
2010-04-14 Fiona GlaserFix various early terminations with slices
2010-04-14 Anton MitrofanovSet psy=0 in lossless mode
2010-04-11 Loren MerrittFix a use of sad_x4 that had non-mod64 stride
2010-04-11 Fiona GlaserMake keyint_min auto by default
2010-04-11 Fiona GlaserFaster mv predictor checking at subme < 3
2010-04-11 Fiona GlaserSpecial case in qpel refine for subme=1
2010-04-11 Henrik GramnerCosmetics: VLC tables
2010-04-11 Fiona GlaserAdd faster mv0 special case for macroblock-tree
2010-04-11 Fiona GlaserAdd miscompilation check for x264_clz
2010-04-11 Anton MitrofanovFixing floating-point exception in level-checking
2010-04-10 Fiona GlaserSave a few bits in multislice encoding
2010-04-10 Alex WrightEarly termination in 16x8/8x16 search
2010-04-10 Fiona GlaserCleanup and simplification of macroblock_load
2010-04-06 Fiona GlaserCorrectly mark output frames as BREF
2010-04-06 Kieran KunhyaFix HRD compliance
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 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 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 Fiona GlaserMuch faster non-RD intra analysis
next