14 Commits (a994fc39b3fc8b3996b24450916ec3ae69a00de5)

Author SHA1 Message Date
Christophe Gisquet 98cccdd91c ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 10 years ago
Rong Yan 57c89c50bd avcodec/ppc/h264dsp: POWER LE support for h264_idct8_add_altivec() h264_idct_dc_add_internal() h264_loop_filter_luma_altivec() write16x4() VEC_1D_DCT() weight_h264_W_altivec() biweight_h264_W_altivec() VEC_LOAD_U8_ADD_S16_STORE_U8() ALTIVEC_STORE_SUM_CLIP() 10 years ago
Diego Biurrun 27860819d5 ppc: Consistently use convenience macro for runtime CPU detection 11 years ago
Anton Khirnov a03a642d5c h264: do not use 422 functions for monochrome 11 years ago
Diego Biurrun a6b6501185 ppc: cosmetics: Consistently format CPU flag detection invocations 11 years ago
Diego Biurrun 7f75f2f2bd ppc: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Diego Biurrun 38282149b6 ppc: More consistent arch initialization 12 years ago
Diego Biurrun 6b110d3a73 ppc: More consistent names for H.264 optimizations files 12 years ago
Ronald S. Bultje 62844c3fd6 h264: Integrate clear_blocks calls with IDCT 12 years ago
Ronald S. Bultje 1acd7d594c h264: integrate clear_blocks calls with IDCT. 12 years ago
Diego Biurrun c9f933b5b6 Add av_cold attributes to arch-specific init functions 12 years ago
Mans Rullgard e9d817351b dsputil: Separate h264 qpel 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Mans Rullgard a384f6a7f7 ppc: replace pointer casting with AV_COPY32 12 years ago
Diego Biurrun af10feadc2 ppc: Rename H.264 optimization template file for consistency. 13 years ago
Justin Ruggles 98db4e2a4e PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil 13 years ago
Martin Storsjö 210f72845c ppc: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 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
Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 13 years ago
Mans Rullgard a617c6aaa3 dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
Jason Garrett-Glaser c90b94424c 4:4:4 H.264 decoding support 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje 56cbc5f19f Fix PPC build. 14 years ago
Ronald S. Bultje ed040f35f2 Fix PPC build. 14 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini ccf22d3ed1 Merge has_altivec() function into mm_support(), remove it and use 14 years ago
Måns Rullgård 2829ce4b40 Remove PPC perf counter support 15 years ago
Måns Rullgård 4693b031a3 Move H264 dsputil functions into their own struct 15 years ago
Måns Rullgård ddb8c2c0f1 PPC: move prototypes to headers and make some functions static 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
David Conrad 99cc7f8a02 Altivec version of avg_no_rnd_vc1_chroma_mc8 16 years ago
David Conrad c374691b28 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only 16 years ago
Diego Biurrun 5137235e0c Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. 16 years ago
Diego Biurrun 6d79971e69 prettyprinting cosmetics 16 years ago
Diego Biurrun f5b2476fd3 Add av_uninit to vsrcBuc variable to work around some 16 years ago
David Conrad b06688ffed Add AltiVec versions of h264_idct_add(8|16|16intra), 16 years ago
David Conrad 8b2bc85f29 add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) 16 years ago
David Conrad 628653449c fix compilation with GCC-4.3+ 16 years ago
David Conrad 54b9095833 offset and weights are signed, fixes some non-bitexact issues. 16 years ago
David Conrad df7fb43569 add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) 16 years ago
David Conrad c663cb0d4f AltiVec version of h264_idct(8)_dc_add 16 years ago
Luca Barbato a6b4448cdf Cleanup _t types in libavcodec/ppc 16 years ago
Guillaume Poirier 337e3fd990 Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, 16 years ago