326 Commits (5d211e034eebbbbb006d236d810ebf0516484b51)

Author SHA1 Message Date
  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
  Johan Andersson 21de920472 Update the url to the site website and change ffmpeg-devel to libav-devel 14 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
  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
  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
  Mans Rullgard 96aad41e81 Make LOCAL_ALIGNED macro fully C99 compatible 14 years ago
  Justin Ruggles 56f8952b25 Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
  Ronald S. Bultje 66c6b5e2a5 Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. 14 years ago
  Jason Garrett-Glaser 2a1f431d38 H.264/SVQ3: make chroma DC work the same way as luma DC 14 years ago
  Jason Garrett-Glaser 290fabc684 Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients. 14 years ago
  Jason Garrett-Glaser 2e18660115 Fix SVQ3 14 years ago
  Jason Garrett-Glaser 19fb234e4a H.264: split luma dc idct out and implement MMX/SSE2 versions 14 years ago
  Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 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 14 years ago
  Ronald S. Bultje 3a0885146c Move vp6_filter_diag4() from DSPContext to VP56DSPContext. 14 years ago
  Måns Rullgård c0ec9918b0 Remove global mm_flags variable 14 years ago
  Måns Rullgård f079a64aea Move cavs dsp functions to their own struct 15 years ago
  Eli Friedman b3858964d6 Add const to some pointer parameters. 15 years ago
  David Conrad 910b9f30c8 Add const to ff_emulated_edge_mc 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 965363f81a Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c 15 years ago
  Måns Rullgård 4f602a0415 Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c 15 years ago
  Måns Rullgård 7de9da9ba7 Move prototypes for various dsputil init functions to dsputil.h 15 years ago
  Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
  Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
  Måns Rullgård 4b9905d1dc Move DECLARE_ALIGNED_{8,16} macros to mem.h 15 years ago
  Kostya Shishkov 342c7dfdbb Bink video decoder 15 years ago
  Måns Rullgård 1e2245c29b 10l: remove stray '(' I don't know where it came from 15 years ago
  Måns Rullgård d96cd42969 Add LOCAL_ALIGNED() macro for declaring aligned local arrays 15 years ago
  Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
  Vitor Sessak 7f3f5f46c2 Floating point discrete cosine transform 15 years ago
  Alexander Strange f267d3ac75 Implement alpha channel decoding for BGR HuffYUV. 15 years ago
  Reimar Döffinger 14b8607065 Add support for hard-coded MDCT-related ff_sine_windows tables. 15 years ago
  Loren Merritt b1159ad928 refactor and optimize scalarproduct 15 years ago
  Reimar Döffinger 1ffc6e8327 Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the 15 years ago
  Reimar Döffinger 223217746c Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. 15 years ago
  Loren Merritt e17ccf60fe huffyuv: add some const qualifiers 15 years ago
  Loren Merritt 2f77923d72 simd add_hfyu_left_prediction 15 years ago