История коммитов

Автор SHA1 Сообщение Дата
  Jason Garrett-Glaser 2a1f431d38 H.264/SVQ3: make chroma DC work the same way as luma DC 14 лет назад
  Jason Garrett-Glaser 290fabc684 Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients. 14 лет назад
  Jason Garrett-Glaser 2e18660115 Fix SVQ3 14 лет назад
  Jason Garrett-Glaser 19fb234e4a H.264: split luma dc idct out and implement MMX/SSE2 versions 14 лет назад
  Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 лет назад
  Stefano Sabatini 9686abb826 Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, 14 лет назад
  Måns Rullgård 3d1b1caa6b Remove duplicate definitions of fullpel MC functions 14 лет назад
  Ronald S. Bultje 3a0885146c Move vp6_filter_diag4() from DSPContext to VP56DSPContext. 14 лет назад
  Måns Rullgård c0ec9918b0 Remove global mm_flags variable 14 лет назад
  Måns Rullgård f079a64aea Move cavs dsp functions to their own struct 14 лет назад
  Eli Friedman b3858964d6 Add const to some pointer parameters. 14 лет назад
  David Conrad 910b9f30c8 Add const to ff_emulated_edge_mc 15 лет назад
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 лет назад
  David Conrad eb6a6cd788 vp3: DC-only IDCT 15 лет назад
  Måns Rullgård 4693b031a3 Move H264 dsputil functions into their own struct 15 лет назад
  Måns Rullgård 05aec7bb87 Separate DWT from snow and dsputil 15 лет назад
  Måns Rullgård 965363f81a Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c 15 лет назад
  Måns Rullgård 4f602a0415 Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c 15 лет назад
  Måns Rullgård 7de9da9ba7 Move prototypes for various dsputil init functions to dsputil.h 15 лет назад
  Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 лет назад
  Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 лет назад
  Måns Rullgård 4b9905d1dc Move DECLARE_ALIGNED_{8,16} macros to mem.h 15 лет назад
  Kostya Shishkov 342c7dfdbb Bink video decoder 15 лет назад
  Måns Rullgård 1e2245c29b 10l: remove stray '(' I don't know where it came from 15 лет назад
  Måns Rullgård d96cd42969 Add LOCAL_ALIGNED() macro for declaring aligned local arrays 15 лет назад
  Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 лет назад
  Vitor Sessak 7f3f5f46c2 Floating point discrete cosine transform 15 лет назад
  Alexander Strange f267d3ac75 Implement alpha channel decoding for BGR HuffYUV. 15 лет назад
  Reimar Döffinger 14b8607065 Add support for hard-coded MDCT-related ff_sine_windows tables. 15 лет назад
  Loren Merritt b1159ad928 refactor and optimize scalarproduct 15 лет назад
  Reimar Döffinger 1ffc6e8327 Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the 15 лет назад
  Reimar Döffinger 223217746c Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. 15 лет назад
  Loren Merritt e17ccf60fe huffyuv: add some const qualifiers 15 лет назад
  Loren Merritt 2f77923d72 simd add_hfyu_left_prediction 15 лет назад
  Justin Ruggles fde82ca7e4 Move autocorrelation function from flacenc.c to lpc.c. Also rename the 15 лет назад
  Alexander Strange 2d4bbdecee Huffyuv: Add missing const to src pointers in dsputil functions. 15 лет назад
  Reimar Döffinger 75df2edbb9 Add support for hardcoded ff_sin_* tables. 15 лет назад
  Reimar Döffinger 4ee726b670 Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions 15 лет назад
  Reimar Döffinger aafd659518 Do not initialize ff_cos_* tables again in rdft_init, they are already 15 лет назад
  Reimar Döffinger 16aec74761 Use hardcoded instead of runtime-calculated ff_cos_* tables if 15 лет назад
  Nathan Caldwell 73c6f59830 Move HuffYUV left prediction to dsputil. 15 лет назад
  Måns Rullgård 952e872198 Drop unused args from vector_fmul_add_add, simpify code, and rename 15 лет назад
  Måns Rullgård 53b572118e Add some dsputil functions useful for AAC decoder 15 лет назад
  Måns Rullgård 94274b82f6 Allow arch-specific mdct code to request interleaving of cos/sin tables 15 лет назад
  Måns Rullgård 01b2214758 Merge FFTContext and MDCTContext 15 лет назад
  Måns Rullgård 68336ea8d4 10l: fix ff_fft_init_arm() prototype 15 лет назад
  Måns Rullgård f486321395 Move per-arch fft init bits into the corresponding subdirs 15 лет назад
  Vitor Sessak 6776061b04 Add two more sizes to ff_sine_windows[] and also pad it with NULLs so 15 лет назад
  Måns Rullgård edc0f5dcba ARM: NEON optimised MDCT 15 лет назад
  Måns Rullgård 46c32e2654 Prepare for optimised forward MDCT implementations 15 лет назад