]> git.sesse.net Git - x264/history - encoder/encoder.c
Fix SIGPIPEs caused by is_regular_file checks
[x264] / encoder / encoder.c
2010-06-09 Fiona GlaserRemove double-dereferences for MB width/height data
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-06-09 Fiona GlaserDisplay SSIM measurement in db as well
2010-06-09 Fiona GlaserAdd missing emms after nal_encode
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 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 Anton MitrofanovFix ABR rate control calculations
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-17 Loren MerrittReduce memory usage in 2-pass with b-adapt 2
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 Fiona GlaserFix sliced-threads + interlaced
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
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 Loren MerrittFix printing of bitrate when timestamps aren't available
2010-04-23 Fiona GlaserRemove reordering restrictions from weightp
2010-04-23 Fiona GlaserPrint intra chroma pred modes in stats
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
next