2007-04-10 |
Luca Barbato | ssd_int8_vs_int16_altivec, not completely benchmarkedwith...
|
commit | commitdiff | tree |
2007-03-30 |
Luca Barbato | Typos in comments
|
commit | commitdiff | tree |
2007-03-19 |
Luca Barbato | expose av_base64_decode and av_base64_encode
|
commit | commitdiff | tree |
2007-03-02 |
Luca Barbato | Typo
|
commit | commitdiff | tree |
2007-03-02 |
Luca Barbato | Many steps to avutilized this mess: DECLARE_ALIGNED
|
commit | commitdiff | tree |
2007-02-28 |
Luca Barbato | Reverting stray commit part II, r8156 had the base64...
|
commit | commitdiff | tree |
2007-02-28 |
Luca Barbato | Reverting stray commit part I
|
commit | commitdiff | tree |
2007-02-28 |
Luca Barbato | get_packetheader() forgot to read the header_checksum...
|
commit | commitdiff | tree |
2007-02-26 |
Luca Barbato | typo fixed
|
commit | commitdiff | tree |
2007-02-06 |
Luca Barbato | Even powerpc/power needs PIC for shared objects today
|
commit | commitdiff | tree |
2007-01-29 |
Luca Barbato | Missing prototype added
|
commit | commitdiff | tree |
2007-01-28 |
Luca Barbato | stray fflush spotted by Aurel
|
commit | commitdiff | tree |
2007-01-28 |
Luca Barbato | Make example and test build and link correctly
|
commit | commitdiff | tree |
2007-01-28 |
Luca Barbato | av_logify
|
commit | commitdiff | tree |
2007-01-27 |
Luca Barbato | Simplify and avoid a warning (should be faster on Cell...
|
commit | commitdiff | tree |
2007-01-27 |
Luca Barbato | Fix warnings and simplify/reorder the code
|
commit | commitdiff | tree |
2007-01-23 |
Luca Barbato | 10l, there is a corner case afterall...
|
commit | commitdiff | tree |
2007-01-21 |
Luca Barbato | Constantize AVOption, solve few warnings, patch from...
|
commit | commitdiff | tree |
2007-01-17 |
Luca Barbato | Avoid branches in the loop and solve a gcc warning
|
commit | commitdiff | tree |
2007-01-17 |
Luca Barbato | Cosmetics
|
commit | commitdiff | tree |
2007-01-16 |
Luca Barbato | fix a gcc warning, avoid an unnecessary operation
|
commit | commitdiff | tree |
2006-12-02 |
Luca Barbato | Unused variable removed
|
commit | commitdiff | tree |
2006-11-24 |
Luca Barbato | typo
|
commit | commitdiff | tree |
2006-11-07 |
Luca Barbato | Simplify
|
commit | commitdiff | tree |
2006-10-31 |
Luca Barbato | Make sure --as-needed and the other flags got checked...
|
commit | commitdiff | tree |
2006-10-22 |
Luca Barbato | use --as-needed just on linux, since *bsd way is broken...
|
commit | commitdiff | tree |
2006-10-16 |
Luca Barbato | Make ffmpeg work with x264 r592
|
commit | commitdiff | tree |
2006-10-12 |
Luca Barbato | ppc generic prefetch
|
commit | commitdiff | tree |
2006-10-09 |
Luca Barbato | removing ALTIVEC_USE_REFERENCE_C_CODE, since has no...
|
commit | commitdiff | tree |
2006-10-09 |
Luca Barbato | add_bytes passes tests
|
commit | commitdiff | tree |
2006-10-08 |
Luca Barbato | Non Altivec optimizations already present at the top
|
commit | commitdiff | tree |
2006-10-07 |
Luca Barbato | fix the dcbz check and move it in configure
|
commit | commitdiff | tree |
2006-10-07 |
Luca Barbato | fix a warning
|
commit | commitdiff | tree |
2006-10-03 |
Luca Barbato | fix blackfin support, thaks to vapier for pointing out
|
commit | commitdiff | tree |
2006-10-03 |
Luca Barbato | Fix postproc build, thanks to Pavlov Konstantin <thresh...
|
commit | commitdiff | tree |
2006-10-02 |
Luca Barbato | make postproc use avutil
|
commit | commitdiff | tree |
2006-09-25 |
Luca Barbato | move memory functions from avcodec to avutil
|
commit | commitdiff | tree |
2006-09-22 |
Luca Barbato | Use mathops
|
commit | commitdiff | tree |
2006-09-19 |
Luca Barbato | New single instruction math operation header
|
commit | commitdiff | tree |
2006-09-10 |
Luca Barbato | Cleanup, from Emanuele Giaquinta <exg@gentoo.org>
|
commit | commitdiff | tree |
2006-08-31 |
Luca Barbato | Align the input buffer in ffplay, introduce a public...
|
commit | commitdiff | tree |
2006-08-31 |
Luca Barbato | Proper fix for the corner case that would have been...
|
commit | commitdiff | tree |
2006-08-31 |
Luca Barbato | Revert previous commit
|
commit | commitdiff | tree |
2006-08-31 |
Luca Barbato | Fix float_to_int16, unaligned case, broken by the previous...
|
commit | commitdiff | tree |
2006-08-17 |
Luca Barbato | add --disable-ipv6 option to configure
|
commit | commitdiff | tree |
2006-08-15 |
Luca Barbato | 10l, thanks to Emanuele Giaquinta <exg@gentoo.org>...
|
commit | commitdiff | tree |
2006-08-14 |
Luca Barbato | altivec float optimizations
|
commit | commitdiff | tree |
2006-08-13 |
Luca Barbato | Clean up:make dsputil subfile names consistent
|
commit | commitdiff | tree |
2006-08-11 |
Luca Barbato | keep in sync with dsputil, makes --disable-decoder...
|
commit | commitdiff | tree |
2006-08-10 |
Luca Barbato | Fix x86 SIMD asm and pic, patch from Martin von Gagern...
|
commit | commitdiff | tree |
2006-08-06 |
Luca Barbato | Cosmetics: 2->4 spaces and some braces
|
commit | commitdiff | tree |
2006-08-04 |
Luca Barbato | Yet another typo
|
commit | commitdiff | tree |
2006-08-04 |
Luca Barbato | Fix a stupid typo and another error, thanks to Emanuele...
|
commit | commitdiff | tree |
2006-08-03 |
Luca Barbato | standalone snow dsputil init
|
commit | commitdiff | tree |
2006-08-03 |
Luca Barbato | Almost cosmetic changes in dsputil_init_ppc and vorbis_inver...
|
commit | commitdiff | tree |
2006-08-03 |
Luca Barbato | Minor fix
|
commit | commitdiff | tree |
2006-08-03 |
Luca Barbato | avoid alignment hacks, luckly gcc does the right thing...
|
commit | commitdiff | tree |
2006-08-03 |
Luca Barbato | vorbis_inverse_coupling_altivec
|
commit | commitdiff | tree |
2006-08-03 |
Luca Barbato | Cleanup
|
commit | commitdiff | tree |
2006-08-02 |
Luca Barbato | avoid possible segfault situations
|
commit | commitdiff | tree |
2006-08-02 |
Luca Barbato | Cosmetics
|
commit | commitdiff | tree |
2006-07-05 |
Luca Barbato | Make ffmpeg better support pic - from Diego Pettenò...
|
commit | commitdiff | tree |
2006-07-03 |
Luca Barbato | fix endianess build in a better way
|
commit | commitdiff | tree |
2006-07-03 |
Luca Barbato | big endian fix
|
commit | commitdiff | tree |
2006-07-02 |
Luca Barbato | make distclean clean everything
|
commit | commitdiff | tree |
2006-06-25 |
Luca Barbato | cleanup patch from Diego Pettenò <flameeyes@gentoo...
|
commit | commitdiff | tree |
2006-06-25 |
Luca Barbato | Make debug work early on ffplay
|
commit | commitdiff | tree |
2006-06-24 |
Luca Barbato | minor cleanup
|
commit | commitdiff | tree |
2006-06-21 |
Luca Barbato | fix 24bit flac support, revised from Thibaut Mattern...
|
commit | commitdiff | tree |
2006-06-20 |
Luca Barbato | Make gcc-3 happy again, thanks to Olivier Castan <castan...
|
commit | commitdiff | tree |
2006-06-17 |
Luca Barbato | Cosmetics: should not hurt performance, scream if are
|
commit | commitdiff | tree |
2006-06-13 |
Luca Barbato | oprofile reference for Linux/PPC
|
commit | commitdiff | tree |
2006-06-03 |
Luca Barbato | put_pixels16_l2_altivec and avg_pixels16_l2_altivec
|
commit | commitdiff | tree |
2006-05-02 |
Luca Barbato | Macosx fix
|
commit | commitdiff | tree |
2006-04-25 |
Luca Barbato | 13% faster inner_add_yblock
|
commit | commitdiff | tree |
2006-04-25 |
Luca Barbato | 40% faster decode
|
commit | commitdiff | tree |
2006-04-16 |
Luca Barbato | typo in the gcc handmade regalloc trigger
|
commit | commitdiff | tree |
2006-04-07 |
Luca Barbato | hadamard8_diff* enabled on linux/ppc
|
commit | commitdiff | tree |
2006-03-31 |
Luca Barbato | Proper typecast for vector bool
|
commit | commitdiff | tree |
2006-03-29 |
Luca Barbato | Cast cruft in order to support Apple gcc
|
commit | commitdiff | tree |
2006-03-27 |
Luca Barbato | altivec support for snow
|
commit | commitdiff | tree |
2006-03-27 |
Luca Barbato | altivec support for snow
|
commit | commitdiff | tree |
2006-02-21 |
Luca Barbato | Fix AltiVec H.264 decoding on FSF gcc. patch by Luca Barbato, lu_zero aatt gentoo ddoott org
|
commit | commitdiff | tree |
2005-12-10 |
Luca Barbato | SONAME support for shared libs patch by Luca Barbato < .. lu_zero .. @@ .. gentoo ...
|
commit | commitdiff | tree |
2005-03-16 |
Luca Barbato | add libdir support to configure patch by (Luca Barbato... ...support to configure patch by (Luca Barbato )lu_zero gentoo org)
|
commit | commitdiff | tree |
2005-03-13 |
Luca Barbato | "put_s should store signed values. Spotted on #mplayerdev... don't remember." patch by (Luca Barbato [lu_zero gentoo org)
|
commit | commitdiff | tree |
2004-10-05 |
Luca Barbato | postproc/yuv2rgb_altivec.c compile fix patch by (Luca Barbato <lu_zero at gentoo dot org>) and...
|
commit | commitdiff | tree |
|