2008-03-01 |
Loren Merritt | checkasm: test idct with the range of coefficients... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Loren Merritt | intra_rd_refine in B-frames |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | print average of macroblock QPs instead of frame's... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | update date |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | remove colorspace conversion support, because it has... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | misc fixes in checkasm |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | remove a useless bit of me=umh (originally copied from... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | fix a memleak in cqm |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | fix a memleak in mkv muxer |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | satd exhaustive motion search (--me tesa) |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | fix cabac context for nonzero delta_qp of the 2nd mb... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | fix mapping of mvs to partitions in p4x4_chroma |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | fix mvp for b16x8 and b8x16 L1 search |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | shave a couple cycles off cabac functions |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | faster and smaller x264_macroblock_cache_mv etc |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Loren Merritt | configure test for endianness |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Loren Merritt | change the meaning of --ref: it now selects DPB size... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Guillaume Poirier | add / fix support for FreeBSD, based on a patch by... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Loren Merritt | shut up some valgrind warnings |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Loren Merritt | slightly wrong memory allocation in r717, fixes a poten... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Loren Merritt | convert absolute difference of sums from mmx to sse2 |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Loren Merritt | round esa range to a multiple of 4 |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Guillaume Poirier | use define _WIN32 instead of __WIN32__ or WIN32 defines. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Loren Merritt | tweak x264_pixel_sad_x4_16x16_sse2 horizontal sum.... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Loren Merritt | fix a nondeterminism involving 8x8dct, rdo, and threads. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Guillaume Poirier | also test arch-specific x264_zigzag_* implementations... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Guillaume Poirier | Add AltiVec implementation of |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Guillaume Poirier | adds AliVec implementation of predict_16x16_p() |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Loren Merritt | revert the x86_32 part of r708. elf shared libraries... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Loren Merritt | mark asm functions as hidden |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Loren Merritt | check whether ld supports -Bsymbolic before using it |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Loren Merritt | reduce the data type used in some tables. 16KB smaller... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Loren Merritt | faster removal of duplicate mv predictors |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Loren Merritt | avoid a division in x264_mb_predict_mv_ref16x16. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Loren Merritt | avoid a division in umh. |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Loren Merritt | fix a memleak in h->mb.mvr |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Loren Merritt | fix compilation as a shared library on x86_64 (regressi... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Guillaume Poirier | add support for x86_64 on Darwin9.0 (Mac OS X 10.5... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Loren Merritt | cover some more options in fprofile. (esa, bime, cqm... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Guillaume Poirier | Add AltiVec implementation of x264_pixel_ssd_8x8, 3x... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Loren Merritt | limit mvs to [-512,511.75] instead of [-512,512] |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Loren Merritt | avoid memory loads that span the border between two... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Loren Merritt | add cache info to cpu_detect. also print sse3. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Loren Merritt | cosmetics: reorder mc_luma/mc_chroma/get_ref arguments... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Loren Merritt | separate pixel_avg into cases for mc and for bipred |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Guillaume Poirier | add AltiVec implementation of ssim_4x4x2_core, about... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Guillaume Poirier | Add AltiVec implementation ofx264_hpel_filter. Provides... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Loren Merritt | cosmetics in dsp function selection |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Loren Merritt | remove sad_pde. it's been unused ever since successive... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Loren Merritt | cosmetics: use symbolic constants for frame padding... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Loren Merritt | move hpel_filter cpu detection to a function pointer... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Loren Merritt | cosmetics: use separate variables for frame width and... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Guillaume Poirier | Add AltiVec implementation of add4x4_idct, add8x8_idct... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Guillaume Poirier | add AltiVec implementation of dequant_4x4 and dequant_8... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Guillaume Poirier | Add AltiVec implementation of quant_2x2_dc, |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Loren Merritt | fix a possible nondeterminism with me=umh + threads. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Loren Merritt | use hex instead of dia for rdo mv refinement. ~0.5... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Loren Merritt | port sad_*_x3_sse2 to x86_64 |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Loren Merritt | don't overwrite pthread* namespace, because system... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Loren Merritt | faster 4x4 sad |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Loren Merritt | fix an arithmetic overflow in trellis at high qp. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Loren Merritt | implement multithreaded me=esa |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Loren Merritt | fix some integer overflows. now vbv size can exceed... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Loren Merritt | allow --vbv-init to take absolute values (in kbit)... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Loren Merritt | remove a bashism |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Loren Merritt | reorder headers so that largefile support is defined... |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Loren Merritt | regression in r669: broke saving of configure args... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Loren Merritt | regression in r669: --enable-shared should imply -... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Loïc Minier | * Add a --host flag to allow overriding config.guess... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Loïc Minier | * Update config.guess. |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Loren Merritt | mingw doesn't have strtok_r |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Loren Merritt | move os/compiler specific defines to their own header |
commit | commitdiff | tree | snapshot |
2007-07-12 |
Loren Merritt | extend zones to support (some) encoding parameters... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Loren Merritt | cosmetics |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Loren Merritt | limit vertical motion vectors to +/-512, since some... |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Guillaume Poirier | Add vertical and horizontal luma deblocking accelerated... |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Loren Merritt | cosmetics in cpu detection |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Loren Merritt | fix compilation without asm on x86_32 (r658 worked... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Loren Merritt | exempt 1080p from the non-mod16 warning. |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Alex Izvorski | allow compiling without yasm/nasm on x86 and x86-64... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Alex Izvorski | updated MS VC8/VC7 build, patch by Gabriel Bouvigne |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Alex Izvorski | replace alloca with malloc everywhere. per manpage... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Loren Merritt | require a ratecontrol method to be specified, it no... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Loren Merritt | fix nnz computation in cavlc+8x8dct+deblock. (regressio... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Loren Merritt | fix the computation of bits used for vbv. (regression... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Loren Merritt | c89 compile fix |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Loren Merritt | cabac: use bytestream instead of bitstream. |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Loren Merritt | remove the restriction on number of threads as a functi... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Loren Merritt | tweak ssse3 quant |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Loren Merritt | change some tables from int to int8_t. 13KB smaller... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Loren Merritt | faster cabac rdo. up to 10% faster at q0, but negligibl... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Loren Merritt | workaround gcc's inability to align variables on the... |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Loren Merritt | 32bit version of ssse3 satd. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Loren Merritt | simplify trellis |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Loren Merritt | fix an arithmetic overflow in trellis with QP >= 42 |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Loren Merritt | 2x faster quant. 2% overall. |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Loren Merritt | when encoding with a cqm, probe_skip now also uses... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Loren Merritt | cosmetics in asm macros |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Alex Izvorski | use only c-style comments in public header (patch by... |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Loren Merritt | in hpel search, merge two 16x16 mc calls into one 16x17... |
commit | commitdiff | tree | snapshot |
next |