560 Commits (81aa0f4604f98da692f2689c84968f90354a92ea)

Author SHA1 Message Date
Diego Biurrun 5f92204370 dsputil: Move DV-specific ff_zigzag248_direct table to dvdata 11 years ago
Diego Biurrun da5be23525 dsputil: Move RV40-specific bits into rv40dsp 11 years ago
Diego Biurrun 57f09608e1 dsputil: Move thirdpel-related bits into their own context 11 years ago
Diego Biurrun 322a1dda97 dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros 11 years ago
Diego Biurrun f9279ee749 dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h 11 years ago
Diego Biurrun 82bb304801 dsputil: Use correct type in me_cmp_func function pointer 11 years ago
Diego Biurrun 5169e68895 dsputil: Propagate bit depth information to all (sub)init functions 11 years ago
Diego Biurrun 05563ccacc dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names 11 years ago
Diego Biurrun 503dda7d4f dsputil.h: K&R formatting cosmetics 11 years ago
Diego Biurrun 8199bb7be0 dsputil.h: Clean up comments 11 years ago
Diego Biurrun ed9625eb62 dsputil: Move intreadwrite.h #include from header file to .c files 11 years ago
Diego Biurrun 9103185bd1 dsputil: Drop ff_check_alignment() function 11 years ago
Diego Biurrun b4dd424d96 Remove all SPARC architecture optimizations 11 years ago
Diego Biurrun d6096a6742 Remove all SH4 architecture optimizations 11 years ago
Michael Niedermayer f70d7eb20c Move add/diff_int16 to lossless_videodsp 11 years ago
Michael Niedermayer da0684820a avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputil 11 years ago
Diego Biurrun 4958f35a2e dsputil: Move apply_window_int16 to ac3dsp 11 years ago
Diego Biurrun c7f7bfc9e3 Remove all Alpha architecture optimizations 11 years ago
Diego Biurrun 0338c39698 dsputil: Split off H.263 bits into their own H263DSPContext 11 years ago
Diego Biurrun a64f6a04ac dsputil: x86: Hide arch-specific initialization details 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Ronald S. Bultje c443117f25 dsputil: Remove dct_bits 12 years ago
Ronald S. Bultje 54cd5e4f92 dsputil: Remove hpel functions (moved to hpeldsp) 12 years ago
Ronald S. Bultje 68d8238cca hpeldsp: Add half-pel functions (currently copies of dsputil) 12 years ago
Clément Bœsch 1e3104cd3c Add avpriv_dsputil_init() and use it in lavfi where relevant. 12 years ago
Ronald S. Bultje 6d25c9db11 dsputil: Make square put/avg_pixels functions local to h264qpel 12 years ago
Ronald S. Bultje d2ec6ea6c6 lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables 12 years ago
Diego Biurrun ed16c2dbf4 h261: Remove H.261 loop filter from dsputil 12 years ago
Ronald S. Bultje 4a88d81c9e dsputil: remove duplicate or unused functions. 12 years ago
Ronald S. Bultje f536df99fe dsputil: remove hpel functions (moved to hpeldsp). 12 years ago
Ronald S. Bultje 9628e5a4ac hpeldsp: add half-pel functions (currently copies of dsputil). 12 years ago
Luca Barbato a8b6015823 dsputil: convert remaining functions to use ptrdiff_t strides 12 years ago
Ronald S. Bultje 9d40f7106d dsputil: make square put/avg_pixels functions local to h264qpel. 12 years ago
Ronald S. Bultje c257fe1fde Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables. 12 years ago
Ronald S. Bultje 2ed008204d h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil 12 years ago
Luca Barbato 0b70fb1d51 dsputil: convert remaining op_pixels_func 12 years ago
Diego Biurrun c6507946d4 dsputil: Move STRIDE_ALIGN macro to the only place it is used 12 years ago
Ronald S. Bultje 7ff1a4b10f Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil. 12 years ago
Ronald S. Bultje c7e3e55429 Move ff_emulated_edge_mc prototypes to videodsp. 12 years ago
Diego Biurrun 5d3d39c72e dsputil: Move fdct function declarations to dct.h 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Diego Biurrun 059866eb17 dsputil: Move WRAPPER8_16_SQ macro to the only place it is used 12 years ago
Diego Biurrun bf6b3ec924 dsputil: Move rnd_avg inline functions to a separate header 12 years ago
Diego Biurrun b9c2408b19 dsputil: Remove commented-out, unused function declarations 12 years ago
Michael Niedermayer b8820e7aa3 dsp: make put_no_rnd_pixels_tab 4x4 big 12 years ago
Diego Biurrun 35685a3c2a dsputil: Move ff_shrink* function declarations to separate header 12 years ago
Diego Biurrun 6a44304074 dsputil: Move ff_h264_idct function declarations to a separate header 12 years ago
Diego Biurrun b9ba5253dd dsputil: Move copy_block functions to a separate header 12 years ago
Diego Biurrun 75d5156ac1 dsputil: Move ff_svq3 function declarations to a separate header 12 years ago
Diego Biurrun 9e31729d69 dsputil: Drop unused functions copy_block{2|4|16} 12 years ago