414 Commits (efb4f96a7a8bc22f0f615e7e21a2bfe9b0f5088e)

Author SHA1 Message Date
Mans Rullgard a384f6a7f7 ppc: replace pointer casting with AV_COPY32 12 years ago
Mans Rullgard 031aac9861 ppc: fix some unused variable warnings 12 years ago
Diego Biurrun ac56ff9cc9 build: non-x86: Only compile mpegvideo optimizations when necessary 12 years ago
Mans Rullgard f79364b2c3 ppc: fix Altivec build with old compilers 12 years ago
Pavel Koshevoy 9425dc3dba Fix build failure on osx 10.5.8 ppc 12 years ago
Mans Rullgard 642b4efaf7 ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec() 12 years ago
Derek Buitenhuis e62e455f7b dsputil/me/pixels: Actually use av_restrict 12 years ago
Martin Storsjö 33e112847d Add more missing includes after removing the implicit common.h 12 years ago
Martin Storsjö 70766c2182 Add some more missing includes after removing the implicit common.h 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Justin Ruggles a35738f424 dsputil: ppc: cosmetics: pretty-print 13 years ago
Mans Rullgard ffdd93a25e ppc: fix build with altivec disabled 13 years ago
Mans Rullgard 28f9ab7029 vp3: move idct and loop filter pointers to new vp3dsp context 13 years ago
Diego Biurrun af10feadc2 ppc: Rename H.264 optimization template file for consistency. 13 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Justin Ruggles 98db4e2a4e PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil 13 years ago
Diego Biurrun 3ea5429489 ppc: Drop unused header regs.h 13 years ago
Mans Rullgard c81d1e2390 ppc: add const where needed in scalarproduct_int16_altivec() 13 years ago
Mans Rullgard ce82dad7eb ppc: remove shift parameter from scalarproduct_int16_altivec() 13 years ago
Mans Rullgard 4c387c7070 ppc: dsputil: do unaligned block accesses correctly 13 years ago
Michael Niedermayer 70d54392f5 lowres2 support. 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Diego Biurrun 0f53601ac6 ppc: drop unused function dct_quantize_altivec() 13 years ago
Diego Biurrun 7bb3a302fe build: Consistently handle conditional compilation for all optimization OBJS. 13 years ago
Diego Biurrun 02c39f056a ppc: Add/remove a number of const qualifiers to fix related warnings. 13 years ago
Diego Biurrun 72ccfb3cb7 build: ppc: drop stray leftover backslash 13 years ago
Diego Biurrun ad0e31f134 build: prettyprinting cosmetics 13 years ago
Ronald S. Bultje bd66f073fe vp8: change int stride to ptrdiff_t stride. 13 years ago
Martin Storsjö 210f72845c ppc: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Diego Biurrun 0bba26466f cosmetics: Delete empty lines at end of file. 13 years ago
Diego Biurrun 32f3c541bc doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Diego Biurrun ff159e7816 doxygen: Replace '\' by '@' in Doxygen markup tags. 13 years ago
Mans Rullgard b034c95cc1 h264: fix ppc/altivec build 13 years ago
Ronald S. Bultje c2d337429c H264: change weight/biweight functions to take a height argument. 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Michael Niedermayer 8045af65d4 ppc: fix usage of dsp_mask 13 years ago
Mans Rullgard 6e4a35ced9 ppc: fix 32-bit PIC build 13 years ago
Michael Niedermayer 2aaf32f52f mpegvideo: support encoding with chroma intra tables that differ from luma. 13 years ago
Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 13 years ago
Mans Rullgard ca6a904656 ppc: remove redundant setting of Altivec IDCT 14 years ago
Mans Rullgard a617c6aaa3 dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
Mans Rullgard 874f1a901d dsputil: template get_pixels() for different bit depths 14 years ago
Mans Rullgard 0a72533e98 jfdctint: add 10-bit version 14 years ago
Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
Diego Biurrun 21aed0ed92 ppc: remove disabled code 14 years ago
Mans Rullgard 6cbf2420b9 PPC: use Altivec IMDCT only for supported sizes 14 years ago
Kim Nguyen 2d16394f97 ppc32: Fix movrel 14 years ago