]> git.sesse.net Git - x264/shortlog
x264
2014-12-16 Janne Grunauaarch64: NEON asm for 8x16c intra prediction
2014-12-16 Janne Grunauaarch64: NEON asm for decimate_score
2014-12-16 Janne Grunauaarch64: implement x264_sub8x16_dct_dc_neon
2014-12-16 Janne Grunauaarch64: implement x264_pixel_asd8_neon
2014-12-16 Janne Grunauaarch64: NEON asm for 4x16 sad, satd and ssd
2014-12-16 Janne Grunauaarch64: implement x264_pixel_ssd_nv12_core_neon
2014-12-16 Janne Grunauaarch64: implement x264_pixel_vsad_neon
2014-12-16 Janne Grunauaarch64: NEON asm for missing x264_zigzag_* functions
2014-12-16 Janne Grunauaarch64: implement x264_pixel_sa8d_satd_16x16_neon
2014-12-16 Janne Grunauaarch64: optimize x264_predict_8x8c_dc_left_neon
2014-12-12 Henrik Gramnerx86: Make AVX2 also imply FMA3
2014-12-12 Anton MitrofanovSimplify libx264 API usage example
2014-12-12 Henrik GramnerAvxSynth: Remove a bunch of unused cruft
2014-12-12 Anton MitrofanovFix bugs/typos in motion compensation and cache_load
2014-12-01 Anton Mitrofanovcheckasm: Fix undefined behavior warnings
2014-11-29 Henrik Gramnercheckasm: Fix V210 reporting
2014-10-17 Anton MitrofanovSafety check against malicious high bit-depth input...
2014-10-17 Anton Mitrofanovlibx264 API usage example
2014-10-17 Henrik Gramnerx86: AVX2 high bit-depth var_16x16
2014-10-09 Henrik Gramnercheckasm: Serialize read_time() calls on x86
2014-09-29 Vittorio GiovaraSupport case-independent string options
2014-09-16 Anton MitrofanovShut up gcc -Wuninitialized warnings
2014-09-16 Anton MitrofanovShut up clang -Wuninitialized warning
2014-09-16 Anton MitrofanovFix few clang -Wunused-* warnings
2014-09-16 Anton MitrofanovFix inappropriate instruction use
2014-09-16 Anton Mitrofanovx264asm: warn when inappropriate instruction used in...
2014-09-03 Anton MitrofanovFix VBV with true VFR streams
2014-09-03 Anton MitrofanovFix VBV
2014-08-26 Anton MitrofanovUpdate to the current lavf API and fix memory leak...
2014-08-26 Henrik Gramnerx86inc: Make INIT_CPUFLAGS support an arbitrary number...
2014-08-26 Henrik Gramnerx86: Minor pixel_ssim_end4 improvements
2014-08-26 Henrik Gramnerx86: Faster quant_4x4x4
2014-08-26 Anton Mitrofanovconfigure: improve cc_check for clang and ICL to not...
2014-08-26 Henrik Gramnercheckasm: Only call x264_cpu_detect() once
2014-08-26 Janne Grunauaarch64: deblocking NEON asm
2014-08-26 Janne Grunauaarch64: intra predition NEON asm
2014-08-26 Janne Grunauaarch64: motion compensation NEON asm
2014-08-26 Janne Grunauaarch64: transform and zigzag NEON asm
2014-08-26 Janne Grunauaarch64: quantization and level-run NEON asm
2014-08-26 Janne Grunauaarch64: pixel metrics NEON asm
2014-08-26 Janne Grunauaarch64: add utility functions for asm
2014-08-26 Janne Grunauaarch64: add armv8 and neon cpu flags and test them
2014-08-26 Janne Grunauaarch64: initial build support
2014-08-26 Janne Grunaucheckasm: test zigzag_sub_8x8_{frame,field}
2014-08-26 Janne Grunauarm: use long multiplication in mc_weight_w*_neon
2014-08-26 Janne Grunauarm: do not use aligned stores in mc_weight_w4_*neon
2014-08-26 Janne Grunaucheckasm: add memory clobber to read_time inline asm
2014-08-26 Janne Grunauarm: check if the assembler supports the '.func' directive
2014-08-26 Janne Grunauarm/ppc: use $CC as default assembler
2014-08-26 Janne Grunauarm: move instructions after '.rept' to separate line
2014-08-26 Janne Grunauarm: set .arch/.fpu from asm.S
2014-08-26 Janne Grunauarm: do not append CFLAGS to ASFLAGS
2014-08-26 Tristan Matthewsfilters: fix sizeof mismatch
2014-08-26 Anton MitrofanovFix memory leak when using select_every filter
2014-07-20 Tsukasa OMOTOFix cltostr.sh on OS X
2014-07-20 Fiona GlaserCheck pf_log is set in validate_parameters
2014-07-20 Anton MitrofanovCheck malloc during frame dumping
2014-07-20 Yusuke Nakamuramp4_lsmash: Use new I/O API instead of deprecated one.
2014-07-20 Anton MitrofanovRemove meaningless use of abs()
2014-07-20 Steven WaltersMSVS 2013 Update 2 support
2014-07-20 Diego Biurrunconfigure: Add -Wno-maybe-uninitialized to CFLAGS
2014-07-20 Diego Biurrunbuild: Replace cltostr.pl by a shell script
2014-07-20 Diego Biurrunbuild: Simplify phony target declaration with wildcards
2014-07-20 Diego Biurrunconfigure: Drop workaround for obsolete gcc 4.2 on ARM
2014-07-20 Diego Biurrunbuild: Add dependencies on x86inc.asm/x86util.asm for...
2014-07-20 Diego BiurrunDelete all SPARC optimizations
2014-07-20 Diego Biurrunconfigure: Don't check for libavcore
2014-07-20 Diego Biurrunbuild: Set all ASFLAGS from within configure
2014-07-20 Diego Biurrunopencl: Check return value of fread()
2014-07-20 Fiona GlaserDisable i8x8 in lossless
2014-07-20 Thomas MundtAVC-Intra: fix compatibility with Avid Transfermanager
2014-07-20 Henrik Gramnerx86: Fix SIGILL in high bit-depth intra_sad_x3_4x4_sse2
2014-07-20 Anton MitrofanovFix incorrect row predictor addressing
2014-07-20 Anton MitrofanovFix b-pyramid MMCO remove for frame-packing==5
2014-07-20 Tal AloniFix frame-packing==5 with some decoders
2014-06-20 Anton MitrofanovFix pixel_ssim_end4 asm function for x86_64 systems
2014-04-22 James Almerx86: XOP pixel_sad_{x3, x4} high bit-depth
2014-04-22 James Almerx86: XOP pixel_ssd_nv12_core
2014-04-22 James Almerx86util: XOP optimized HADDD
2014-04-22 James Almerx86: add missing initialization for high bit-depth...
2014-04-22 James Almerx86: add missing initializations for high bit-depth...
2014-04-22 Janne Grunauarm: use the weight_fn_t typedef for mc weight function...
2014-04-22 Janne Grunauarm: correct x264_mc_chroma_neon function declaration
2014-04-22 Janne Grunauarm: do not export every asm function
2014-04-22 Janne Grunauarm: move all .macro/.endm to column 0
2014-04-22 William Grantaarch64: require PIC in shared mode
2014-04-22 Janne Grunauarm: x264_coeff_last8_arm
2014-04-22 Janne Grunauarm: x264_store_interleave_chroma_neon
2014-04-22 Janne Grunauarm: x264_plane_copy_interleave_neon
2014-04-22 Janne Grunauarm: x264_plane_copy_deinterleave_rgb_neon
2014-04-22 Janne Grunauarm: load_deinterleave_chroma_f{dec,enc}_neon
2014-04-22 Janne Grunauarm: x264_plane_copy_deinterleave_neon
2014-04-22 Janne Grunauarm: implement deblock_strength_neon
2014-04-22 Janne Grunauarm: add missing macro instantiation for x264_pixel_avg...
2014-04-22 Janne Grunauarm: implement x264_predict_4x4_v_armv6
2014-04-22 Roland Stiggeppc: fix build on certain PowerPC variants without...
2014-04-22 Anton MitrofanovOnly add strip option '-s' for linker flags
2014-04-21 Tsukasa OMOTOconfigure: remove an unnecessary option from CFLAGS...
2014-03-13 Fiona GlaserMacroblock tree overhaul/optimization
2014-03-13 Janne Grunauarm: use available neon functions for intra_sa8d/sad...
next