]> git.sesse.net Git - x264/history - encoder/encoder.c
Eliminate the possibility of CAVLC level code overflow
[x264] / encoder / encoder.c
2010-04-23 Henrik GramnerFaster chroma CBP handling
2010-04-23 Fiona GlaserFix issues with extremely large timebases
2010-04-23 Fiona GlaserFix four minor bugs found by Clang
2010-04-23 Fiona GlaserMove deblocking/hpel into sliced threads
2010-04-14 Anton MitrofanovSet psy=0 in lossless mode
2010-04-11 Fiona GlaserMake keyint_min auto by default
2010-04-11 Fiona GlaserAdd miscompilation check for x264_clz
2010-04-10 Fiona GlaserSave a few bits in multislice encoding
2010-04-06 Fiona GlaserCorrectly mark output frames as BREF
2010-04-06 Kieran KunhyaFix HRD compliance
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-31 Fiona GlaserDon't use 2 L1 refs with pyramid + ref=1
2010-03-27 Fiona GlaserFix stack alignment in sliced threads
2010-03-27 Kieran KunhyaSave a few bits in slice headers
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-02-23 Fiona GlaserUse short startcode in more possible situations
2010-02-23 Fiona GlaserUse short startcodes whenever possible
2010-02-22 Fiona GlaserFix overread of scratch buffer
2010-02-15 Fiona GlaserDon't even try direct temporal when it would give junk MVs
2010-02-15 Alexander StrangeAllow | as a separator between psy-rd and psy-trellis...
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-14 Fiona GlaserAdd ability to adjust ratecontrol parameters on the fly
2010-01-30 Loren MerrittFix log2f detection, include order, some gcc warnings
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 Fiona GlaserFix bitstream alignment with multiple slices
2010-01-28 Fiona GlaserMerge nnz_backup with scratch buffer
2010-01-14 Fiona GlaserFix free callback, add x264_encoder_parameters function
2010-01-14 Fiona GlaserFaster weightp motion search
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
2009-12-15 Fiona GlaserDon't do sum/ssd analysis if weightp == 1
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 support for MB-tree + B-pyramid
2009-12-09 Fiona GlaserBring back slice-based threading support
2009-12-09 Loren Merrittensure that all boolean options are {0,1} so they print...
2009-12-05 Fiona GlaserFix crash in interlaced with >8 refs
2009-11-30 Steven WaltersEnhanced Avisynth input support
2009-11-27 Fiona GlaserMuch faster weightp
2009-11-25 Fiona GlaserFix weightb with delta_poc_bottom
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-16 Dylan YudakenFix two issues in weightp
2009-11-12 Dylan YudakenVarious weightp fixes
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-11-09 Steven WaltersFix issues relating to input/output files being pipes...
2009-11-09 Anton MitrofanovFix large file support, broken in r1302
2009-10-25 Lamont AlstonFix bug in b-pyramid strict
2009-10-25 Fiona GlaserRemove non-mod16 warning
2009-10-19 Fiona GlaserPrint more accurate error message if dump_yuv fails
2009-10-19 Lamont AlstonMake B-pyramid spec-compliant
2009-10-18 Fiona GlaserAdd missing free for nal_buffer
2009-10-17 Loren Merritteliminate some divisions
2009-10-13 Fiona GlaserFix glitches with slow-firstpass + weightb + multiref...
2009-10-12 Fiona GlaserFix bug where x264 generated non-compliant bitstreams...
2009-10-07 Fiona GlaserReorder reference frames optimally on second pass
2009-10-07 Fiona GlaserClip log2_max_frame_num
2009-10-07 Anton MitrofanovFix some issues with 3-pass statsfile handling
2009-09-24 Fiona GlaserFix 10l in API change
2009-09-23 Anton MitrofanovImprove threaded frame handling
2009-09-23 Fiona GlaserAttempt to detect miscompilation due to bug in gcc 4.2
2009-09-21 Fiona GlaserFix bug with various bizarre commandline combinations...
2009-09-21 Fiona GlaserAdd intra prediction modes to output stats
2009-09-21 Fiona GlaserMajor API change: encapsulate NALs within libx264
2009-09-14 Fiona GlaserMake MV costs global instead of static
2009-09-02 Steven WaltersThreaded lookahead
2009-09-02 Fiona GlaserForce a link error in case of incompatible API
2009-08-31 Fiona GlaserMulti-slice encoding support
2009-08-28 Fiona GlaserCheck minimum chroma QP in addition to luma QP during...
2009-08-27 Fiona GlaserFix keyint=1 + VBV + rc-lookahead
2009-08-27 Loren Merrittcompile x86 with fpmath=sse by default
2009-08-21 David ConradFix unaligned accesses in bitstream writer
2009-08-19 Fiona GlaserFix MB-tree with keyint<3
2009-08-19 Fiona GlaserAdd support for frame-accurate parameter changes
2009-08-18 Fiona GlaserFix x264_encoder_reconfig with multithreading
2009-08-17 Fiona GlaserLookahead VBV
2009-08-13 Anton Mitrofanovnew API function x264_encoder_delayed_frames.
2009-08-13 Fiona GlaserDon't print a warning about direct=auto in 2pass when...
2009-08-09 Loren Merrittsimd part of x264_macroblock_tree_propagate.
2009-08-08 Steven WaltersGracefully terminate in the case of a malloc failure
2009-08-07 Fiona GlaserFix delay calculation with multiple threads
2009-08-07 Fiona GlaserMacroblock-tree ratecontrol
2009-07-26 Fiona GlaserAdd QPRD support as subme=10
2009-07-20 Anton MitrofanovNew AQ algorithm option
2009-07-07 Fiona GlaserTotally new preset system for x264.c (not libx264)...
2009-05-27 Loren MerrittFix VBV warning broken in r915
2009-05-10 Fiona GlaserSome cosmetics/cleanup
2009-04-18 Fiona GlaserAdd "coded blocks" stat to output information.
2009-04-17 Fiona GlaserRemove various bits of dead code found by CLANG.
2009-03-30 Fiona Glaserintra_sad_x3_4x4 assembly
2009-03-30 Fiona Glaserintra_sad_x3_8x8c assembly
2009-03-04 Fiona GlaserRemove non-pre scenecut
next