]> git.sesse.net Git - x264/history - encoder/encoder.c
Fix compilation on ARM
[x264] / encoder / encoder.c
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
2009-02-11 Fiona GlaserMinor fixes and cosmetics
2009-02-04 Holger LubitzMerging Holger's GSOC branch part 2: intra prediction
2009-01-20 Fiona GlaserEliminate support for direct_8x8_inference=0
2009-01-08 Fiona GlaserFix regression in r1066
2009-01-06 Fiona GlaserDisable B-frames in lossless mode
2008-12-31 Fiona GlaserAdd stack alignment for lookahead functions
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-12-23 Fiona GlaserMinor CABAC cleanups and related optimizations
2008-12-22 Loren Merrittfaster ESA init
2008-12-11 Fiona GlaserMuch faster CAVLC residual coding
2008-11-29 Fiona GlaserCosmetic: update various file headers.
2008-11-25 Fiona GlaserFix crash with threads and SSEMisalign on Phenom
2008-11-11 Fiona GlaserAdd subme=0 (fullpel motion estimation only)
2008-11-09 Fiona GlaserFaster b-adapt + adaptive quantization
2008-11-05 Fiona GlaserInitial Nehalem CPU optimizations
2008-11-05 Fiona GlaserEncoder_reconfig: esa/tesa can only be enabled if they...
2008-10-22 Alexander StrangeAdd support for psy-rd/trellis to encoder_reconfig
2008-10-22 Fiona GlaserPrint profile and level information upon starting encode
2008-10-02 Fiona GlaserRework subme system, add RD refinement in B-frames
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-09-15 Fiona GlaserPsychovisually optimized rate-distortion optimization...
next