]> git.sesse.net Git - x264/history - encoder/encoder.c
Fix DTS/bitrate calculation if the first PTS wasn't zero
[x264] / encoder / encoder.c
2010-09-27 Anton MitrofanovFix DTS/bitrate calculation if the first PTS wasn't...
2010-09-19 Kieran KunhyaAdd support for arbitrary user SEIs
2010-09-18 Fiona GlaserUpdate source file headers
2010-09-16 Fiona GlaserFix intra refresh to not exceed max recovery_frame_cnt
2010-09-16 Fiona GlaserMake intra refresh finish one frame faster
2010-09-03 Takashi HirataAdd support for level 1b
2010-09-03 Fiona GlaserUse smaller values for idr_pic_id
2010-09-03 Anton MitrofanovFix overflow in stats printing
2010-08-24 Fiona GlaserCAVLC "trellis"
2010-08-24 Fiona GlaserAdd global #define for maximum reference count
2010-08-24 Fiona GlaserSimplify addressing logic for interlaced-related arrays
2010-08-24 Fiona GlaserFix 2 bugs with slice-max-size
2010-08-16 Fiona GlaserFix debug message typo with DTS compression
2010-07-29 Fiona Glaserinvalidate_reference fixes
2010-07-22 Fiona GlaserImprove reference_invalid support
2010-07-22 Loren MerrittEradicate all mention of SI/SP-frames
2010-07-16 Loren MerrittPrevent some cases of cache aliasing.
2010-07-16 Fiona GlaserFix stack alignment for adaptive quant
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-15 Steven WaltersAdd video filtering system to x264cli
2010-07-15 Fiona GlaserImprove scenecut detection a bit
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-07-03 Fiona GlaserSupport infinite keyint (--keyint infinite).
2010-07-02 Lamont AlstonMake open-GOP Blu-ray compatible
2010-07-02 Fiona GlaserCallback feature for low-latency per-slice output
2010-06-25 Fiona GlaserInteractive encoder control: error resilience
2010-06-25 Fiona GlaserLookaheadless MB-tree support
2010-06-25 Lamont AlstonOpen-GOP support
2010-06-25 Steven WaltersUse threadpools to avoid unnecessary thread creation
2010-06-25 Fiona GlaserImprove HRD accuracy
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
next