]> git.sesse.net Git - x264/shortlog
x264
2010-06-14 Diogo FrancoConvert the OPT_ defines in x264.c to an enum
2010-06-14 Anton MitrofanovDon't allow baseline profile streams with fake-interlaced
2010-06-14 Havoc PenningtonAllocate space for null terminator in param_apply_tune
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 GlaserTemplate load_pic_pointers based on interlaced
2010-06-09 Fiona GlaserRemove double-dereferences for MB width/height data
2010-06-09 Steven WaltersExempt Win x86_64 from memalign hack
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 Anton MitrofanovMake version.sh indicate "M" for local commits too
2010-06-09 Alex JurkiewiczAdd error message for invalid [de]muxer selection
2010-06-09 Nathan CaldwellDeduplicate the ALIGN macro, move it to common.h
2010-06-09 David ConradFix a use of ALIGNED_ARRAY_16 on ARM
2010-06-09 Fiona GlaserAdd missing emms after nal_encode
2010-06-09 Fiona GlaserFix crash in fake-interlaced at some resolutions
2010-06-02 Yusuke NakamuraFix no-mbtree + aq-mode=0
2010-06-02 Fiona GlaserAdd API function to fix x264_picture_t initialization
2010-06-02 Yusuke NakamuraFix Avisynth input
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 GramnerSome deblocking-related optimizations
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-31 Fiona GlaserFix omission in libx264 tuning documentation
2010-05-31 Fiona GlaserFix ultrafast to actually turn off weightb
2010-05-31 Anton MitrofanovFix crash with MP4-muxing if zero frames were encoded
2010-05-31 Fiona GlaserFix cavlc+deblock+8x8dct (regression in r1612)
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 GlaserSlightly faster mbtree asm
2010-05-26 Fiona GlaserFaster deblock strength asm on conroe/penryn
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 Anton MitrofanovFix calculation of total bitrate printed after stop...
2010-05-26 Kieran KunhyaFix typo in fake-interlaced documentation
2010-05-26 Fiona GlaserFix CABAC+PCM, regression in r1592
2010-05-21 Henrik GramnerFix performance regression in r1582
2010-05-21 Fiona GlaserRewrite deblock strength calculation, add asm
2010-05-21 Anton MitrofanovFix different output with differing sync-lookahead
2010-05-21 Anton MitrofanovMark Win32 executable as large address aware
2010-05-21 Kieran KunhyaAdd "Fake interlaced" option
2010-05-21 Alex JurkiewiczModify version.sh to output to stdout.
2010-05-21 Henrik GramnerSet correct filesystem permissions for various files
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 Kieran KunhyaFix typo in pulldown
2010-05-17 Anton MitrofanovFix bitrate calculation in progress status
2010-05-17 Anton MitrofanovFix crash with sliced-threads on Phenom
2010-05-17 Fiona GlaserFix condition for printing rc=cbr in options SEI
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 GlaserFix unresolved symbol in r1573
2010-05-06 Steven WaltersRemove unnecessary --enable options
2010-05-06 Fiona GlaserDon't force row QPs to integer values with VBV
2010-05-06 James DarnleyAdd field-order detection to y4m demuxer
2010-05-06 Fiona GlaserFix sliced-threads + interlaced
2010-05-06 Fiona GlaserImprove temporal MV prediction
2010-05-06 Fiona GlaserMore accurate MV prediction on edges in lookahead
2010-05-06 Fiona GlaserError out on invalid input stride
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 GlaserShrink a few x86 asm functions
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-24 Fiona GlaserSplit out MV prediction into mvpred.c
2010-04-24 Loren MerrittFix mv predictor clipping on non-x86 (regression in...
2010-04-23 Anton MitrofanovMove getopt.c to x264cli sources from libx264
2010-04-23 Fiona GlaserMove deblocking code to a separate file
2010-04-23 Steven Waltersfix ffms demuxer to support input timebase values ...
2010-04-23 Fiona GlaserFix 10l in cache_load changes
2010-04-23 Fiona GlaserFaster fullpel predictor checking
2010-04-23 Loren MerrittFix checkasm's generation of deblock inputs (regression...
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 Francois CartegnieFix build scripts to work with non-GNU tools
2010-04-23 Fiona GlaserFaster deblock reference frame checks
2010-04-23 Henrik GramnerFaster chroma CBP handling
2010-04-23 Fiona GlaserFix issues with extremely large timebases
next