Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-17vp3: DC-only IDCTDavid Conrad
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-14Separate DWT from snow and dsputilMåns Rullgård
2010-03-07Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
2010-03-07Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
2010-03-07Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-03-06Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård
2010-02-21Bink video decoderKostya Shishkov
2010-02-1810l: remove stray '(' I don't know where it came fromMåns Rullgård
2010-02-17Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-20Floating point discrete cosine transformVitor Sessak
2010-01-14Implement alpha channel decoding for BGR HuffYUV.Alexander Strange
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-12-05refactor and optimize scalarproductLoren Merritt
2009-11-05Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger
2009-11-04Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger
2009-10-19huffyuv: add some const qualifiersLoren Merritt
2009-10-19simd add_hfyu_left_predictionLoren Merritt
2009-10-18Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles
2009-10-17Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange
2009-10-15Add support for hardcoded ff_sin_* tables.Reimar Döffinger
2009-10-15Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger
2009-10-15Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger
2009-10-15Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger
2009-10-06Move HuffYUV left prediction to dsputil.Nathan Caldwell
2009-09-27Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård
2009-09-22Add some dsputil functions useful for AAC decoderMåns Rullgård
2009-09-21Allow arch-specific mdct code to request interleaving of cos/sin tablesMåns Rullgård
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-1610l: fix ff_fft_init_arm() prototypeMåns Rullgård
2009-09-16Move per-arch fft init bits into the corresponding subdirsMåns Rullgård
2009-09-15Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak
2009-09-11ARM: NEON optimised MDCTMåns Rullgård
2009-09-11Prepare for optimised forward MDCT implementationsMåns Rullgård
2009-09-10ARM: NEON optimised FFT and MDCTMåns Rullgård
2009-09-06ff_sine_windows table contains only constant data, too.Reimar Döffinger
2009-09-06The ff_cos_tabs table itself is constant, too, so mark it as such.Reimar Döffinger
2009-08-29One declaration of mm_flags is enoughMåns Rullgård
2009-08-29Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård
2009-08-29Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16Måns Rullgård
2009-08-29Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16Måns Rullgård
2009-08-27Mark parameter src of vector_clipf() as constVitor Sessak
2009-08-27SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak
2009-06-16idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-05-15mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla