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-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
2009-04-30mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla
2009-04-15Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad
2009-04-15Move VC1 loop filter to DSPContextDavid Conrad
2009-04-15VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad
2009-04-15Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad
2009-04-14VC1: Do qpel when needed for both MVs in a B frameDavid Conrad
2009-04-14Mark src constant in copy_block*().Alex Converse
2009-02-19Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik
2009-02-10move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs
2009-02-08ff_add_hfyu_median_prediction_mmx2Loren Merritt
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse
2009-01-22Clean up FFT related comments.Alex Converse