707 Commits (326288c70ac374918d629c819d7d13b5e5caefd3)

Author SHA1 Message Date
Andreas Rheinhardt 6f7bf64dbc avcodec: Remove DCT, FFT, MDCT and RDFT 1 year ago
Andreas Rheinhardt a84fe06112 avcodec/idctdsp: Avoid inclusion of avcodec.h 1 year ago
Andreas Rheinhardt e3b355c0be avutil/mem: Don't include avutil.h 1 year ago
Andreas Rheinhardt 8387241975 avcodec/dct: Move fdct function declarations to fdctdsp.h 1 year ago
Andreas Rheinhardt 4209216ee8 avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 only 2 years ago
Andreas Rheinhardt e84348a8ab avcodec/svq1enc: Add SVQ1EncDSPContext, make codec context private 2 years ago
Andreas Rheinhardt 9beba05311 avcodec/fmtconvert: Remove unused AVCodecContext parameter 2 years ago
Rémi Denis-Courmont b52034270a lavc/vorbisdsp: use ptrdiff_t rather than intptr_t 2 years ago
Rémi Denis-Courmont bbf045aa59 lavc/vorbisdec: use ptrdiff_t to iterate over intptr_t 2 years ago
Andreas Rheinhardt a54e53a1c4 avcodec/vp8dsp: Constify src in vp8_mc_func 2 years ago
Andreas Rheinhardt 333b32af8e avcodec/h264chroma: Constify src in h264_chroma_mc_func 2 years ago
Andreas Rheinhardt 209a11053f avcodec/mpegvideodsp: Constify src pointers 2 years ago
Andreas Rheinhardt 966fc1230a avcodec/mpegvideoencdsp: Allow pointers to const where possible 2 years ago
Andreas Rheinhardt abb85429f3 avcodec/me_cmp: Constify me_cmp_func buffer parameters 2 years ago
Andreas Rheinhardt af43da3e4d avcodec/videodsp: Constify buf in VideoDSPContext.prefetch 2 years ago
Andreas Rheinhardt afc95a10ac avcodec/h264dsp, h264idct: Fix lengths of array parameters 3 years ago
Andreas Rheinhardt f3c197b129 Include attributes.h directly 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
James Almer 72458b3f08 ppc/h264dsp: change loop filter stride argument to ptrdiff_t 6 years ago
Michael Niedermayer 2c64a6bcd2 avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with --disable-optimizations 6 years ago
A. Wilcox 153fcd6de6 libavcodec/ppc: Fix HEVC AltiVec routines with --enable-small 6 years ago
Carl Eugen Hoyos 42a9722a5c lavc/ppc/hpeldsp_altivec: Remove declaration of two unused variables. 7 years ago
Carl Eugen Hoyos 40d635e8c3 lavc/ppc/h264dsp: Fix function prototype after bc26fe89. 7 years ago
Carl Eugen Hoyos f6b9e365cd lavc/ppc/svq1enc_altivec: Fix function prototype after dad31083. 7 years ago
Carl Eugen Hoyos c87bb9c04a lavc/ppc/fft_init: Fix compilation on ppc64le with --disable-vsx. 7 years ago
James Almer 30cadfe071 avcodec/lossless_videodsp: use ptrdiff_t for length parameters 8 years ago
James Almer 47f212329e huffyuvdsp: move functions only used by huffyuv from lossless_videodsp 8 years ago
James Almer 5ac1dd8e23 lossless_videodsp: move shared functions from huffyuvdsp 8 years ago
Diego Biurrun ea7ee4b4e3 ppc: Centralize compiler-specific altivec.h #include handling in one place 8 years ago
Diego Biurrun 39929e55eb ppc: hevcdsp: Use shorthands for vector types 8 years ago
Alexandra Hajkova b0e6b3f477 hevc: ppc: Add HEVC 4x4 IDCT for PowerPC 8 years ago
Andreas Cadhalpun 3932ccc472 ppc: pixblockdsp: do unaligned block accesses correctly again 8 years ago
Diego Biurrun 58224dc5f3 ppc: avcodec: Drop silly "_ppc" suffixes from files in ppc subdirectories 8 years ago
Luca Barbato b015872c0d huffyuvdsp: Enable the altivec code for PPC little-endian as well 8 years ago
Diego Biurrun 2caa93b813 mpegaudiodsp: Change type of array stride parameters to ptrdiff_t 8 years ago
Diego Biurrun e4a94d8b36 h264chroma: Change type of stride parameters to ptrdiff_t 8 years ago
Diego Biurrun 2ec9fa5ec6 idct: Change type of array stride parameters to ptrdiff_t 8 years ago
Anton Khirnov eea9857bfd blockdsp: drop the high_bit_depth parameter 8 years ago
Diego Biurrun de452e5037 pixblockdsp: Change type of stride parameters to ptrdiff_t 8 years ago
Diego Biurrun 468bfe38c6 ppc: mpegvideo: Add proper runtime AltiVec detection 8 years ago
Diego Biurrun 6ce93757ee ppc: Update #endif comments 8 years ago
Luca Barbato caccb3a0cd audiodsp: ppc: Add VSX variant 8 years ago
Diego Biurrun 6892df9294 vp3: Change type of stride parameters to ptrdiff_t 8 years ago
Pavel Koshevoy 25ca74d314 Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1 8 years ago
Jing Yu 311a953c76 avcodec/ppc: fix broken build when compiling libavcodec with LLVM on PPC backend 9 years ago
Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
Diego Biurrun a6a750c7ef tests: Move all test programs to a subdirectory 9 years ago
Diego Biurrun 01621202aa build: miscellaneous cosmetics 9 years ago
Diego Biurrun 02cd8bb9cb h264: Clean up #includes 9 years ago