329 Commits (a82beafd64529cba8c20bd24f63d6af7dccffb7d)

Author SHA1 Message Date
  Mans Rullgard a82beafd64 dsputil: allow 9/10-bit functions for non-h264 codecs 14 years ago
  Alex Converse e4b50572b7 dsputil: Remove extra blank line at end. 14 years ago
  Alex Converse d9a9f50a36 dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT. 14 years ago
  Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
  Mans Rullgard 7b4ee3a21d Remove h264_lowres_idct_put/add functions 14 years ago
  Mans Rullgard 29b42c66f7 dsputil: fix ff_check_alignment() 14 years ago
  Diego Biurrun e463f0e979 dsputil: restore mistakenly removed hunk of disabled code 14 years ago
  Diego Biurrun 65083b4911 dsputil: remove disabled code 14 years ago
  Mans Rullgard 58d7efdb29 Use LOCAL_ALIGNED in ff_check_alignment() 14 years ago
  Justin Ruggles 6054cd25b4 ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions. 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 325eefa2ca Move some functions in dsputil.c into a new file dsputil_template.c. 14 years ago
  Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
  Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
  Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
  Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31. 14 years ago
  Alexander Strange 1500be13f2 dsputil: allow to skip drawing of top/bottom edges. 14 years ago
  Justin Ruggles e6e9823488 Add apply_window_int16() to DSPContext with x86-optimized versions and use it 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Mans Rullgard 381d37fda9 dsputil: add bswap16_buf() 15 years ago
  Ronald S. Bultje 484a337cd7 dsputil: make {add/put/put_signed}_pixels_clamped() non-static. 14 years ago
  Ronald S. Bultje 12802ec060 dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
  Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 14 years ago
  Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
  Ronald S. Bultje e5262ec44a Optimize C version of ff_emulated_edge_mc(). 14 years ago
  Alex Converse 5ce5dbc5f3 Make ff_float_to_int16*_c() static. 14 years ago
  Justin Ruggles 9d06d7bce3 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
  Justin Ruggles 6eabb0d3ad Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 14 years ago
  Justin Ruggles 56f8952b25 Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
  Justin Ruggles 14207fd23e Remove unneeded #include 14 years ago
  Stefano Sabatini 9686abb826 Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, 14 years ago
  Måns Rullgård 3d1b1caa6b Remove duplicate definitions of fullpel MC functions 15 years ago
  Ronald S. Bultje 3a0885146c Move vp6_filter_diag4() from DSPContext to VP56DSPContext. 15 years ago
  Måns Rullgård f079a64aea Move cavs dsp functions to their own struct 15 years ago
  Diego Pettenò 3fc548df28 Make ff_inverse stay with libavutil, and optional copy it to libavcodec. 15 years ago
  Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
  Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
  Måns Rullgård eca9e4035a Set rv34 (0,0) subpel mc functions to the optimised h264 ones 15 years ago
  Eli Friedman b3858964d6 Add const to some pointer parameters. 15 years ago
  Jason Garrett-Glaser d6f8476be4 Make VP8 DSP functions take two strides 15 years ago
  David Conrad 3b636f21da Native VP8 decoder. 15 years ago
  David Conrad 910b9f30c8 Add const to ff_emulated_edge_mc 15 years ago
  David Conrad 94b303ba08 Add more const to _l4 pixel functions 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  David Conrad eb6a6cd788 vp3: DC-only IDCT 15 years ago
  Måns Rullgård 4693b031a3 Move H264 dsputil functions into their own struct 15 years ago
  Måns Rullgård 05aec7bb87 Separate DWT from snow and dsputil 15 years ago
  Måns Rullgård 2023cfea0f Add some required casts 15 years ago