download.fi - Löydä ja lataa ohjelmia

Muutoshistoria ohjelmalle x264 full

<<Takaisin ohjelman lataussivulle

Muutokset rev. 744 - rev. 745

  • pic macros now keep track of which register holds the GOT, so variable access doesn't have to care



Muutokset rev. 735 - rev. 736

  • intra_rd_refine in B-frames



Muutokset rev. 721 - rev. 735

  • print average of macroblock QPs instead of frame's nominal QP



Muutokset rev. 720 - rev. 721

  • change the meaning of --ref: it now selects DPB size (including B-frames), rather than L0 size (which B-frames are added to)



Muutokset rev. 719 - rev. 720

  • add / fix support for FreeBSD, based on a patch by Igor Mozolevsky % igor A hybrid-lab P co P uk %



Muutokset rev. 718 - rev. 719

  • shut up some valgrind warnings



Muutokset rev. 715 - rev. 717

  • round esa range to a multiple of 4
  • convert absolute difference of sums from mmx to sse2
  • convert mv bits cost and ads threshold from C to sse2
  • convert bytemask-to-list from C to scalar asm
  • 1.6x faster me=esa (x86_64) or 1.3x faster (x86_32). (times consider only motion estimation. overall encode speedup may vary.)



Muutokset rev. 714 - rev. 715

  • use define _WIN32 instead of __WIN32__ or WIN32 defines.
  • NSDN reference: http://msdn2.microsoft.com/en-us/library/b0084kay(VS.80).aspx
  • Patch by BugMaster %BugMaster A narod P ru%
  • Original thread:
  • date: Dec 27, 2007 3:18 AM
  • subject: [x264-devel] VS2008 compilation error (need of replacement __WIN32__ with _WIN32)



Muutokset rev. 713 - rev. 714

  • tweak x264_pixel_sad_x4_16x16_sse2 horizontal sum. 168 -> 166 cycles on core2.



Muutokset rev. 711 - rev. 712

  • also test arch-specific x264_zigzag_* implementations in checkasm.c



Muutokset rev. 709 - rev. 711

  • adds AliVec implementation of predict_16x16_p()
  • over 4x faster than C version
  • Add AltiVec implementation of
  • x264_zigzag_scan_4x4_frame_altivec()
  • x264_zigzag_scan_4x4ac_frame_altivec()
  • x264_zigzag_scan_4x4_field_altivec()
  • x264_zigzag_scan_4x4ac_field_altivec()
  • each around 1.3 tp 1.8x faster than C version
  • Patch by Noboru Asai % noboru P asai A gmail P com%



Muutokset rev. 708 - rev. 709

  • revert the x86_32 part of r708. elf shared libraries aren't important enough to be worth the extra lines of code to check for nasm.



Muutokset rev. 704 - rev. 708

  • faster removal of duplicate mv predictors
  • reduce the data type used in some tables. 16KB smaller exe.
  • check whether ld supports -Bsymbolic before using it
  • mark asm functions as hidden



Muutokset rev. 702 - rev. 704

  • avoid a division in umh.
  • patch by Dark Shikari.
  • avoid a division in x264_mb_predict_mv_ref16x16.
  • patch by Dark Shikari.



Muutokset rev. 701 - rev. 702

  • fix a memleak in h->mb.mvr



Muutokset rev. 700 - rev. 701

  • fix compilation as a shared library on x86_64 (regression in r696)



Muutokset rev. 699 - rev. 700

  • add support for x86_64 on Darwin9.0 (Mac OS X 10.5, aka Leopard)
  • Patch by Antoine Gerschenfeld %gerschen A clipper P ens P fr%



Muutokset rev. 697 - rev. 699

  • Add AltiVec implementation of x264_pixel_ssd_8x8, 3x faster than C version
  • Overall speed-up: 0.7% with --bframes 3 --ref 5 -m 7 --b-rdo
  • Patch by Noboru Asai %noboru P asai A gmail P com%
  • cover some more options in fprofile. (esa, bime, cqm, nr, no-dct-decimate, trellis2)
  • previously, esa was slower with fprofile than without, since gcc thought it wasn't important. now esa benefits like anything else.



Muutokset rev. 696 - rev. 697

  • limit mvs to [-512,511.75] instead of [-512,512]



Muutokset rev. 690 - rev. 692

  • Add AltiVec implementation ofx264_hpel_filter. Provides a 10-11% overall speed-up with default encoding options
  • Patch by Noboru Asai %noboru P asai A gmail P com%
  • add AltiVec implementation of ssim_4x4x2_core, about 4x faster than C version.
  • Overall: 0.1-0.2% faster with default encoding settings
  • Patch by Noboru Asai %noboru P asai A gmail P com%



Muutokset rev. 689 - rev. 690

  • cosmetics in dsp function selection



Muutokset rev. 687 - rev. 688

  • cosmetics: use symbolic constants for frame padding radius



Muutokset rev. 685 - rev. 686

  • cosmetics: use separate variables for frame width and stride



Muutokset rev. 683 - rev. 685

  • Add AltiVec implementation of add4x4_idct, add8x8_idct, add16x16_idct, 3.2x faster on average
  • 1.05x faster overall with default encoding options
  • add AltiVec implementation of dequant_4x4 and dequant_8x8, 2.8x faster than C, 1.01x faster than previous revision with default encoding options
  • Patch by Noboru Asai % noboru DD asai AA gmail DD com %



Muutokset rev. 682 - rev. 683

  • Add AltiVec implementation of quant_2x2_dc,
  • fix Altivec implementation of quant_(4x4|8x8)(|_dc) wrt current C implementation
  • Patch by Noboru Asai % noboru DD asai AA gmail DD com %



Muutokset rev. 681 - rev. 682

  • fix a possible nondeterminism with me=umh + threads.



Muutokset rev. 678 - rev. 680

  • don't overwrite pthread* namespace, because system headers might define those functions even if we don't want them
  • port sad_*_x3_sse2 to x86_64



Muutokset rev. 676 - rev. 678

  • fix an arithmetic overflow in trellis at high qp.
  • faster 4x4 sad



Muutokset rev. 675 - rev. 676

  • implement multithreaded me=esa



Muutokset rev. 674 - rev. 675



Muutokset rev. 673 - rev. 674

  • allow --vbv-init to take absolute values (in kbit), in addition to the previous fractions of vbv-bufsize.



Muutokset rev. 672 - rev. 673

  • remove a bashism



Muutokset rev. 671 - rev. 672

  • reorder headers so that largefile support is defined before the first copy of stdio



Muutokset rev. 670 - rev. 671

  • regression in r669: broke saving of configure args if make has to re-run configure



Muutokset rev. 669 - rev. 670

  • regression in r669: --enable-shared should imply --enable-pic on some archs.



Muutokset rev. 667 - rev. 669

  • Update config.guess.
  • Add a --host flag to allow overriding config.guess; this is particularly useful with a 64-bits kernel running a 32-bits userland to build 32-bits apps.
  • Normalize any host triplet into a quadruplet via config.sub.
  • Move option parsing before any use of architecture information.



Muutokset rev. 666 - rev. 667

  • mingw doesn't have strtok_r



Muutokset rev. 663 - rev. 664

  • cosmetics



Muutokset rev. 662 - rev. 663

  • limit vertical motion vectors to +/-512, since some decoders actually depend on that limit.



Muutokset rev. 661 - rev. 662

  • Add vertical and horizontal luma deblocking accelerated with Altivec,
  • based on Graham Booker's code written for FFmpeg with slight modifications
  • to re-use x264's macros



Muutokset rev. 660 - rev. 661

  • cosmetics in cpu detection



Muutokset rev. 658 - rev. 659

  • exempt 1080p from the non-mod16 warning.



Muutokset rev. 657 - rev. 658

  • allow compiling without yasm/nasm on x86 and x86-64 platforms



Muutokset rev. 655 - rev. 656

  • replace alloca with malloc everywhere. per manpage, use of alloca is discouraged. this may have a minor effect on the speed of ssim and esa, but that appears too small to measure.



Muutokset rev. 654 - rev. 655

  • require a ratecontrol method to be specified, it no longer defaults to cqp=26.



Muutokset rev. 653 - rev. 654

  • fix nnz computation in cavlc+8x8dct+deblock. (regression in r607)



Muutokset rev. 651 - rev. 652

  • c89 compile fix



Muutokset rev. 650 - rev. 651

  • cabac: use bytestream instead of bitstream.
  • 35% faster cabac, 20% faster overall lossless, ~1% faster overall at normal bitrates.



Muutokset rev. 649 - rev. 650

  • remove the restriction on number of threads as a function of resolution (it was wrong anyway in the presence of B-frames), and raise the max number of threads in general (though more will have to be done before it can really scale to lots of cores).



Muutokset rev. 648 - rev. 649

  • tweak ssse3 quant



Muutokset rev. 645 - rev. 648



Muutokset rev. 644 - rev. 645

  • 32bit version of ssse3 satd.
  • switch default assembler to yasm. it will still fallback to nasm if you don't have yasm.



Muutokset rev. 639 - rev. 644

  • simplify trellis
  • fix an arithmetic overflow in trellis with QP >= 42
  • 2x faster quant. 2% overall.
  • side effects:
  • not bit-identical to the previous algorithm.
  • while the new algorithm covers a wider range of cqms than the previous one did,
  • I couldn't find a good way to fallback to a general version for the extreme
  • cqms. so now it refuses to encode extreme cqms instead of just being slower.
  • lays a framework for custom deadzone matrices, though I didn't add an api.
  • when encoding with a cqm, probe_skip now also uses the cqm, instead of the flat matrix
  • cosmetics in asm macros



Muutokset rev. 638 - rev. 639

  • use only c-style comments in public header (patch by Vincent Torres)



Muutokset rev. 636 - rev. 638



Muutokset rev. 635 - rev. 636

  • remove private stuff from public headers. no more need for -D__X264__



Muutokset rev. 634 - rev. 635

  • adjust bitstream buffer sizes for very large frames



Muutokset rev. 628 - rev. 634

  • conflate HAVE_MMXEXT with HAVE_SSE2, since they were never used distinctly.
  • Made -DNEED_ALTIVEC unnecessary, thanks to Guillaume Poirier.
  • check x264_cpu_detect() before calling AltiVec functions.
  • ssse3 detection. x86_64 ssse3 satd and quant.
  • requires yasm >= 0.6.0
  • Use -maltivec when building dependencies, or cannot be used.
  • Do not declare vectors in non-AltiVec files.
  • common/cpu.c: runtime AltiVec autodetection on Linux.
  • configure, Makefile: do not build the whole project with -maltivec because it generates AltiVec code in weird places.



Muutokset rev. 627 - rev. 628

  • fix a small memleak.
  • patch by Limin Wang.



Muutokset rev. 626 - rev. 627

  • compile fix for GCC-3.3 on OSX, based on a patch by
  • Patrice Bensoussan % patrice P bensoussan A free P fr%
  • Note: regression test still do not pass with GCC-3.3,
  • but they never did as far as I can remember.



Muutokset rev. 623 - rev. 624

  • add ability to generate doxygen documentation; make dox



Muutokset rev. 622 - rev. 623

  • oops, scenecut detection failed to activate when using threads and not using B-frames



Muutokset rev. 621 - rev. 622

  • extras/getopt.c was BSD licensed. replace with a LGPL version (from glibc).



Muutokset rev. 620 - rev. 621

  • Fix build issues on Linux. Only gcc-4.x is supported, as on OSX.
  • Cleans up a few inconsistencies in the code too.



Muutokset rev. 619 - rev. 620

  • tweak block_residual_write_cavlc.
  • up to 1% faster lossless, no difference at normal bitrates.



Muutokset rev. 618 - rev. 619

  • don't assume int is exactly 4 bytes



Muutokset rev. 617 - rev. 618

  • make array_non_zero() compatible with -fstrict-aliasing



Muutokset rev. 616 - rev. 617

  • Honor CFLAGS and LDFLAGS set by the user



Muutokset rev. 615 - rev. 616

  • Check whether 'echo -n' works, otherwise try printf (fixes build on current OS X 10.5)



Muutokset rev. 614 - full rev. 614

  • Check version of nasm on OS X / Intel



Muutokset rev. 613 - rev. 614

  • wrong reference frames were used with refs>=14 + pyramid (regression in r607)



Muutokset rev. 612 - rev. 613

  • enable thread synchronization primitives on linux too



Muutokset rev. 611 - rev. 612

  • fix a crash with x264_encoder_headers() + threads



Muutokset rev. 610 - rev. 611

  • don't skip autodection on configure --enable-pthread



Muutokset rev. 605 - rev. 606

  • Do not assume anything about sizeof(cpu_set_t).



Muutokset rev. 603 - rev. 604

  • Add Altivec implementations of add8x8_idct8, add16x16_idct8, sa8d_8x8 and sa8d_16x16
  • Note: doesn't take advantage of some possible aligned memory accesses, so there's still room for improvement



Muutokset rev. 600 - rev. 601

  • Merges Guillaume Poirier's AltiVec changes:
  • * Adds optimized quant and sub*dct8 routines
  • * Faster sub*dct routines
  • ~8% overall speed-up with default settings



<<Takaisin ohjelman lataussivulle

Toimiiko ohjelma koneessani?

64-bit, 32-bit, Windows 10, Portable, Windows XP, Vista, ...

Menikö sormi suuhun lyhenteiden ja käsitteiden kanssa? Lue oppaamme ohjelmien yhteensopivuudesta