]> granicus.if.org Git - libx264/shortlog
libx264
2016-09-21 Anton MitrofanovCorrectly signal max_dec_frame_buffering with --keyint 1
2016-09-20 Henrik Gramnerx86: Faster pixel_ssim_4x4x2_core
2016-09-20 Henrik Gramnerx86: Deduplicate a constant in hpel_filter_c
2016-09-20 Henrik Gramnerx86: Faster pixel_ssd_nv12
2016-09-20 Henrik Gramnerx86: SSE zigzag_scan_4x4_field
2016-09-20 Henrik Gramnerx86: AVX2 mbtree_propagate_list
2016-09-20 Henrik Gramnerx86: Move predict_16x16_dc_left calculations to asm
2016-09-20 Anton Mitrofanovavs: support for AviSynth+ high bit-depth pixel formats
2016-09-20 Janne Grunauaarch64: implement x264_plane_copy_swap_neon
2016-09-20 Anton MitrofanovVarious cosmetics of semicolon use
2016-09-20 Henrik Gramnercli: Prefetch yuv/y4m input frames on Windows 8 and...
2016-09-20 Henrik GramnerAdjust --preset slow
2016-09-20 Henrik Gramnerratecontrol_new: Simplify an expression in HRD timescal...
2016-09-20 Henrik Gramnergcc: Enable __sync_fetch_and_add() on x86-64
2016-09-20 Anton Mitrofanovmips: Fix high bit-depth compilation
2016-09-17 Henrik Gramnercheckasm: Fix compilation on Windows with --disable...
2016-09-17 Janne Grunauarm/aarch64: use plane_copy wrapper macros
2016-06-13 Henrik Gramnerconfigure: Support specifying a custom pkg-config
2016-06-13 Anton MitrofanovAdd support for new VUI parameters
2016-06-13 Henrik Gramnerconfigure: Add link-time optimization support
2016-06-13 Henrik Gramnerconfigure: Fix clang detection with versioned binaries
2016-06-13 Janne Grunauarm: Add asm for mbtree fixed point conversion
2016-06-13 Janne Grunauaarch64: Add asm for mbtree fixed point conversion
2016-06-13 Anton MitrofanovFix p4x4 analyse for 4:4:4 encoding with chroma ME
2016-06-13 Anton MitrofanovFix 4:4:4 encoding with CQM
2016-06-13 Anton MitrofanovFix p4x4 RDO with CAVLC
2016-06-13 Anton MitrofanovApply zone options a little bit earlier
2016-06-13 Anton MitrofanovFix corruption when using encoder_reconfig() with some...
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
next