71 Commits (26e70fd5ba50443fde738a606322d3fba0cc4985)

Author SHA1 Message Date
Diego Biurrun 92ba965103 dsputil: Move draw_edges and clear_block* out of dsputil_template 11 years ago
Diego Biurrun da5be23525 dsputil: Move RV40-specific bits into rv40dsp 11 years ago
Diego Biurrun 2c01ad8b20 dsputil_template: Detemplatize the code 11 years ago
Diego Biurrun e7373585f8 dsputil_template: Move bits that are used templatized into separate file 11 years ago
Diego Biurrun d3c3c1664a dsputil: Move hpel_template #include out of dsputil_template 11 years ago
Diego Biurrun 322a1dda97 dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros 11 years ago
Diego Biurrun 945673f792 dsputil_template: K&R formatting cosmetics 11 years ago
Diego Biurrun 635ec127d4 dsputil: Merge variable declarations and initializations 11 years ago
Ronald S. Bultje d4d186d185 dsputil: Remove non-8bpp draw_edge 12 years ago
Ronald S. Bultje 619e0da191 dsputil: Remove unused 32-bit functions 12 years ago
Ronald S. Bultje 54cd5e4f92 dsputil: Remove hpel functions (moved to hpeldsp) 12 years ago
Ronald S. Bultje 6d25c9db11 dsputil: Make square put/avg_pixels functions local to h264qpel 12 years ago
Ronald S. Bultje 8a523cfa8b dsputil: remove non-8bpp draw_edge. 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
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 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
Ronald S. Bultje 7ff1a4b10f Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil. 12 years ago
Michael Niedermayer 0ddca7d416 dsputil: fixup half a dozen bugs with ptrdiff vs int linesize 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Diego Biurrun 25841dfe80 Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 12 years ago
Ronald S. Bultje a5ba798c16 dsputil: remove unused functions copy_block{2, 4, 8, 16}. 12 years ago
Mans Rullgard e9d817351b dsputil: Separate h264 qpel 12 years ago
Ronald S. Bultje 2612c4dc78 dsputil: remove 9/10 bits hpel functions. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje 4a73fbd9c5 vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. 12 years ago
Ronald S. Bultje 0e02b381b4 Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Michael Niedermayer 599ae9995f ff_emulated_edge_mc: fix handling of w/h being 0 12 years ago
Michael Niedermayer 2207ea44fb ff_emulated_edge_mc: fix integer anomalies, fix out of array reads 12 years ago
Michael Niedermayer 1822aee7e6 dsputil_template: replace assert() by av_assert2() 12 years ago
Derek Buitenhuis 3629d1c09d dsputil_template: Reindent after recent change 12 years ago
Derek Buitenhuis e62e455f7b dsputil/me/pixels: Actually use av_restrict 12 years ago
Michael Niedermayer 5a49482cc0 dsputil_template: switch to av_assert 12 years ago
Michael Niedermayer 6ff6a51b86 h264: limit 10bpp MC pading trick to 10bpp 13 years ago
Michael Niedermayer e8b9e1e294 dsputil: extend things to 12 and 14 bits 13 years ago
Mans Rullgard 874f1a901d dsputil: template get_pixels() for different bit depths 14 years ago
Mans Rullgard 5cc2600964 dsputil: create 16/32-bit dctcoef versions of some functions 14 years ago
Mans Rullgard 7df701a192 dsputil: remove huge #if 0 block 14 years ago
Diego Biurrun c45f629576 Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.c 14 years ago
Jason Garrett-Glaser c90b94424c 4:4:4 H.264 decoding support 14 years ago
Jason Garrett-Glaser 504811baea Roll back 4:4:4 H.264 for now 14 years ago
Jason Garrett-Glaser c9c493872c 4:4:4 H.264 decoding support 14 years ago
Michael Niedermayer d18e243f62 h264: merge _internal & template files. 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 87ce8b495f Template dsputil_template.c with respect to pixel size, etc. 14 years ago
Oskar Arvidsson 325eefa2ca Move some functions in dsputil.c into a new file dsputil_template.c. 14 years ago