]> git.sesse.net Git - x264/shortlog
x264
2016-04-23 Steinar H.... Switch to exponential interpolation between presets. speedcontrol
2016-04-23 Steinar H.... Redo the speedcontrol preset list from scratch.
2016-04-23 Steinar H.... Get rid of redundant speedcontrol variable fps, and...
2016-04-23 Kieran KunhyaAdd ability to signal to x264 when speedcontrol bufferi...
2016-04-23 Kieran KunhyaTurn down verbosity of speedcontrol
2016-04-23 Kieran KunhyaGet rid of hardcoded parameters in speedcontrol. This...
2016-04-23 Kieran KunhyaOnly use 10 speedcontrol presets for now.
2016-04-23 Kieran KunhyaMake speedcontrol idle an informational log message.
2016-04-23 Kieran KunhyaAdd new speedcontrol timings.
2016-04-23 Kieran KunhyaChange defaults and use x264_log
2016-04-23 Kieran KunhyaFix 10L
2016-04-23 Kieran KunhyaStart counting when the first frame is encoded, not...
2016-04-23 Kieran KunhyaMerge speedcontrol.
2016-04-23 Kieran KunhyaAdd speedcontrol file.
2016-04-20 Anton MitrofanovClean up header includes
2016-04-20 Henrik GramnerEliminate some compiler warnings on BSD
2016-04-12 Henrik Gramnerosx: Add -D_DARWIN_C_SOURCE to CFLAGS
2016-04-12 Anton MitrofanovRemove an unused parameter from x264_slicetype_frame_cost()
2016-04-12 Anton MitrofanovImprove the --b-adapt 1 algorithm
2016-04-12 Henrik Gramneranalyse: i_sub_partition write combining
2016-04-12 Henrik Gramnerx86: Use one less register in mbtree_propagate_cost_avx2
2016-04-12 Henrik Gramnerx86: Add asm for mbtree fixed point conversion
2016-04-12 Anton Mitrofanovx86inc: Enable AVX emulation in additional cases
2016-04-12 Anton Mitrofanovx86inc: Improve handling of %ifid with multi-token...
2016-04-12 Anton Mitrofanovx86inc: Fix AVX emulation of some instructions
2016-04-12 Henrik Gramnerx86inc: Fix AVX emulation of scalar float instructions
2016-04-12 Henrik Gramnerx86: dct2x4dc asm
2016-04-12 Henrik Gramnerx86: SSE2/AVX idct_dequant_2x4_(dc|dconly)
2016-04-12 Henrik Gramnercheckasm: Fix idct_dequant_2x4_(dc|dconly) tests
2016-04-12 Henrik Gramnercheckasm: Disable Windows Error Reporting
2016-04-12 Henrik Gramnerwindows: Flag debug builds in the resource file
2016-04-12 Henrik Gramnercli: Refactor filter option parsing
2016-04-11 Henrik Gramnerffms: Various improvements
2016-04-11 Henrik Gramnermsvc: Add snprintf/vsnprintf replacements
2016-04-11 Henrik Gramnerconfigure: Define feature test macros for --std=gnu99
2016-04-11 Henrik Gramnermingw: Enable high-entropy ASLR on 64-bit Windows
2016-04-11 Henrik Gramnermsvs: WinRT support
2016-04-11 Henrik Gramnerconfigure: Disable CLI libraries when CLI is disabled
2016-04-11 Henrik Gramnermatroska: mk_close: Check fseek() return value
2016-04-11 Henrik Gramnerparse_qpfile: Check ftell() and fseek() return values
2016-04-11 Anton MitrofanovUse the correct default B-ref placement with B-pyramid
2016-02-05 Henrik Gramnerparse_zones: Fix memory leak
2016-02-05 Alexey SamsonovFix float-cast-overflow in x264_ratecontrol_end function
2016-01-18 Sebastian DrögeFix AVC-Intra padding for non-Annex B encoding
2016-01-17 Anton Mitrofanovppc: Only perform AltiVec detection if compiled with...
2016-01-16 Anton Mitrofanov2-pass: Take into account possible frame reordering
2016-01-16 Anton MitrofanovRevise the 2-pass algorithm
2016-01-16 Anton MitrofanovRevise the row VBV algorithm (part 2)
2016-01-16 Henrik GramnerBump dates to 2016
2016-01-16 Henrik Gramnercli: Use memory-mapped input frames for yuv and y4m
2016-01-16 Henrik Gramnery4m: Support extended frame headers when seeking
2016-01-16 Henrik Gramnerconfigure: Simplify cygwin/mingw/msys code
2016-01-16 Henrik Gramnery4m: Avoid some redundant strlen() calls
2016-01-16 Henrik GramnerSimplify threadpool_wait
2016-01-16 Henrik Gramnerwindows: Use native threads by default
2016-01-16 Henrik Gramnerx86: Avoid some bypass delays and false dependencies
2016-01-16 Henrik Gramnerx86: Enable high bit-depth x264_coeff_last64_avx2_lzcnt
2016-01-16 Geza Lorex86inc: Add debug symbols indicating sizes of compiled...
2016-01-16 Henrik Gramnerx86inc: Avoid creating unnecessary local labels
2016-01-16 Henrik Gramnerx86inc: Simplify AUTO_REP_RET
2016-01-16 Henrik Gramnerx86inc: Use more consistent indentation
2016-01-16 Henrik Gramnerx86inc: Preserve arguments when allocating stack space
2016-01-16 Henrik Gramnerx86inc: Improve FMA instruction handling
2016-01-03 Henrik Gramnerx86inc: Be more verbose in assertion failures
2016-01-03 Henrik Gramnerx86inc: Make cpuflag() and notcpuflag() return 0 or 1
2016-01-03 Henrik Gramnerencoder_open: Fix memory leak
2015-12-20 Janne Grunauarm: do not fill mc_weight*_neon tabs for HIGH_BIT_DEPTH
2015-12-20 Janne Grunauarm: Eliminate text relocations in asm
2015-10-17 Martin Storsjöarm: Don't assume alignment in mbtree_propagate_list_in...
2015-10-17 Janne Grunauarm: Fix checkasm register clobber check on iOS
2015-10-11 Anton Mitrofanovppc: Add detection of AltiVec support for FreeBSD
2015-10-11 Anton MitrofanovDon't assume 16-byte stack alignment by default on...
2015-10-11 Anton MitrofanovFix a few static analyzer performance hints
2015-10-11 Anton MitrofanovRevise the row VBV algorithm
2015-10-11 Anton MitrofanovFix high bit depth lookahead cost compensation algorithm
2015-10-11 Anton MitrofanovCorrectly update the intra row predictor in B-frames
2015-10-11 Anton MitrofanovChange the predictors update algorithm
2015-10-11 Martin Storsjöarm: Implement x264_mbtree_propagate_{cost, list}_neon
2015-10-11 Martin Storsjöx86: Share the mbtree_propagate_list macro with aarch64
2015-10-11 Martin Storsjöarm: Implement luma intra deblocking
2015-10-11 Martin Storsjöarm: Implement some neon 8x16c intra predict functions
2015-10-11 Martin Storsjöarm: Implement x264_plane_copy_neon
2015-10-11 Martin Storsjöcheckasm: arm: Check register clobbering
2015-10-11 Martin Storsjöcheckasm: Try different widths for ssd_nv12
2015-10-11 Jerome DuvalHaiku support
2015-10-11 Martin Storsjöcheckasm: aarch64: Check register clobbering
2015-10-11 Martin Storsjöarm: Implement x284_decimate_score15/16/64_neon
2015-10-11 Martin Storsjöarm: Implement chroma intra deblock
2015-10-11 Martin Storsjöarm: Implement x264_pixel_sa8d_satd_16x16_neon
2015-10-11 Martin Storsjöarm: Implement x264_deblock_h_chroma_mbaff_neon
2015-10-11 Martin Storsjöarm: Implement x264_deblock_h_chroma_422_neon
2015-10-11 Martin Storsjöarm: Implement integral_init4/8h/v_neon
2015-10-11 Martin Storsjöarm: Implement x264_denoise_dct_neon
2015-10-11 Martin Storsjöarm: Add x264_nal_escape_neon
2015-10-11 Martin Storsjöarm: Add neon versions of vsad, asd8 and ssd_nv12_core
2015-10-11 Martin Storsjöcheckasm: Check the right output range for integral_initXh
2015-10-11 Janne Grunauaarch64: Skip deblocking in 264_deblock_h_chroma_422_neon
2015-10-11 Janne Grunauaarch64: Optimize various intra_predict asm functions
2015-10-11 Janne Grunauaarch64: Faster intra_predict_4x4_h
2015-10-11 Janne Grunauaarch64: Fix coeff_level_run* macros with LLVM's assembler
next