]> git.sesse.net Git - x264/history - encoder/cavlc.c
checkasm: Check the right output range for integral_initXh
[x264] / encoder / cavlc.c
2015-02-23 Anton MitrofanovBump dates to 2015
2014-09-16 Anton MitrofanovFix few clang -Wunused-* warnings
2014-03-11 Anton Mitrofanovmbaff: fix mb_field_decoding_flag tracking and simplify...
2014-01-08 Henrik GramnerBump dates to 2014
2013-07-03 Fiona GlaserTweak i16x16-delta-quant-avoidance code
2013-04-23 Fiona Glaserx86: SSSE3 LUT-based faster coeff_level_run
2013-02-26 Fiona GlaserCABAC/CAVLC: use the new bit-iterating macro here too
2013-01-09 Loren MerrittBump dates to 2013
2012-02-04 HiiBump dates to 2012
2012-01-15 Fiona GlaserUse a large LUT for CAVLC zero-run bit codes
2011-10-22 Henrik GramnerAllow setting a chroma format at compile time
2011-09-21 Fiona GlaserCAVLC: clean up and restructure
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-05-12 Simon HorlickMBAFF: Make interlaced support a compile time option
2011-03-24 Fiona GlaserEliminate the possibility of CAVLC level code overflow
2011-01-29 Anton MitrofanovHotfix for some bugs in VBV emergency
2011-01-25 Sean McGovernBump dates to 2011
2010-10-10 Anton MitrofanovVarious cosmetics
2010-09-18 Fiona GlaserUpdate source file headers
2010-08-24 Fiona GlaserCAVLC "trellis"
2010-07-15 Oskar ArvidssonFix regression in r1666
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-06-02 Oskar ArvidssonConvert to a unified "dctcoeff" type for DCT data
2010-05-06 Fiona GlaserShrink some more constant arrays
2010-04-11 Henrik GramnerCosmetics: VLC tables
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-24 Fiona GlaserFix regression in r1450
2010-02-15 Fiona GlaserBackport various speed tweak ideas from ffmpeg
2010-01-28 Fiona GlaserHardcode the bs_t in cavlc.c; passing it around is...
2010-01-21 Fiona GlaserVarious performance optimizations
2009-10-29 Fiona GlaserMinor CAVLC optimizations
2009-09-06 Fiona GlaserFaster CAVLC mb header writing for B macroblocks
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2009-08-21 David ConradFix unaligned accesses in bitstream writer
2009-06-26 Fiona GlaserAdd subpartition cost for sub-8x8 blocks
2009-06-26 Fiona GlaserYet more CABAC and CAVLC optimizations
2009-05-24 Fiona GlaserRemove some pointless error handling code in cabac...
2009-05-24 Fiona GlaserVarious CABAC and CAVLC optimizations
2009-05-10 Fiona GlaserMore CABAC and CAVLC optimizations
2009-04-08 Fiona GlaserCAVLC optimizations
2009-02-03 Fiona GlaserFaster 8x8dct+CAVLC interleave
2009-02-03 Fiona GlaserMeasure CBP cost in i8x8 RD refinement
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2008-12-30 Fiona GlaserMuch faster CAVLC RDO and bitstream writing
2008-12-26 Fiona GlaserVLC table optimizations
2008-12-23 Fiona GlaserMinor CABAC cleanups and related optimizations
2008-12-11 Fiona GlaserMuch faster CAVLC residual coding
2008-11-29 Fiona GlaserCosmetic: update various file headers.
2008-11-28 Fiona GlaserSignificantly faster CABAC and CAVLC residual coding...
2008-11-07 Fiona GlaserFaster CABAC residual encoding
2008-10-23 Loren MerrittAdd assembly version of CAVLC 8x8dct interleave
2008-10-22 Fiona GlaserSub-8x8 Qpel-RD in P-frames
2008-10-22 Fiona GlaserSome minor optimizations in RD refinement
2008-10-02 Fiona GlaserRework subme system, add RD refinement in B-frames
2008-09-05 Fiona GlaserCAVLC cleanup and optimizations
2008-08-30 Loren Merrittremove the distinction between itex and ptex
2008-08-21 Loic Le Loarershut up various gcc warnings
2008-07-10 Fiona GlaserFix and enable I_PCM macroblock support
2008-07-10 Loren Merrittde-duplicate vlc tables
2008-07-10 Fiona Glaserfaster bs_write
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-15 Fiona GlaserAdd more inline asm and a runtime check for MMXEXT...
2008-06-11 Fiona GlaserFix regression in r850
2008-05-17 Fiona Glaseromit delta_quant in i16x16 blocks with no residual
2008-05-17 Fiona Glaserexplicit write combining, because gcc fails at optimizi...
2008-04-27 Fiona Glasercompute missing nnz count in subme7 cavlc
2008-04-02 Fiona Glaserimprove handling of cavlc dct coef overflows
2008-03-25 Loren Merrittfaster residual
2008-03-22 Loren Merrittdon't distinguish between luma4x4 and luma4x4ac
2008-03-22 Loren Merrittcosmetics in residual_write
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2007-12-20 Loren Merrittfix a nondeterminism involving 8x8dct, rdo, and threads.
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-01-21 Loren Merritttweak block_residual_write_cavlc.
2006-10-29 Loren Merrittrd refinement of intra chroma direction (enabled in...
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-05-24 Loren Merrittconvert non-fatal errors to message level "warning".
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-03-10 Loren Merrittwrong modulus when delta_qp = +26
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-01-17 Loren Merrittcosmetics: simplify #includes
2005-10-15 Loren Merrittduring RDO, skip the bitstream writing and just calcula...
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-10-08 Loren Merrittcosmetics: move some stuff from macroblock_encode to...
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-01-15 Loren Merrittfinished printf -> x264_log conversion.
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-22 Loren Merrittsimplify calvc mb type
2004-12-17 Loren Merrittimplement macroblock types B_SKIP, B_DIRECT, B_8x8
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...
2004-08-28 Laurent Aimar * all: first part of the 2pass patch by Loren Merritt
2004-07-28 Eric Petit BeOS fixes (no stdint.h, no libm)
2004-06-03 Laurent Aimar * all: re-import of the CVS.