101 Commits (e071139a9664fda76177a27578aed677ca6fb71a)

Author SHA1 Message Date
Michael Niedermayer f2e92ef291 increase size of crop table 21 years ago
Michael Niedermayer dbc56b3914 chroma me fix 21 years ago
Michael Niedermayer e6a2ac3474 noise preserving sum of squares comparission function 21 years ago
Michael Niedermayer fdbbf2e0fc rewrite h261 loop filter 21 years ago
Michael Niedermayer c6148de232 h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) 21 years ago
Michael Niedermayer e96682e6f4 some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Mike Melanson f9ed9d8584 separate out put_signed_pixels_clamped() into its own function and 21 years ago
Mike Melanson 116824d0aa reorganize and simplify the VP3 IDCT stuff 21 years ago
Mike Melanson 92a69cf868 move __align16 some place where non-MMX machines can see it 21 years ago
Mike Melanson 38acbc3cb9 hook up support for SSE2-optimized VP3 IDCT 21 years ago
Michael Niedermayer 44f54ceb30 VIS optimized motion compensation code. by (David S. Miller <davem at redhat dot com>) 21 years ago
Gildas Bazin 68951ecf0c fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Mike Melanson 44cb64ee89 seperated out the C-based VP3 DSP functions into a different file; also 21 years ago
Michael Niedermayer c0a0170c16 fix motion compensation with (x+1/2,y+1/2) MVs 21 years ago
Michael Niedermayer 364a179749 quantizer noise shaping optimization 21 years ago
Michael Niedermayer 8fd19ab286 SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>) 21 years ago
Michael Niedermayer 8f2ab83318 copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise 21 years ago
Michael Niedermayer 622348f931 interlaced dct decision cleanup 21 years ago
Michael Niedermayer e5771f4f37 put_pixels width comment fix 21 years ago
Michael Niedermayer 7d67aa9b0f info about h and tpel 21 years ago
Michael Niedermayer bb198e198a interlaced motion estimation 21 years ago
Michael Niedermayer 9a197a24c6 altivec.h bug workaround (untested) 21 years ago
Michael Niedermayer 332f9ac4e3 h263 loop filter 21 years ago
Roman Shaposhnik 19d053c5ba * fixes for broken builds on Solaris, OS2 and all bingendian 21 years ago
Roman Shaposhnik 48b1f80012 * adding integer/floating point AAN implementations for DCT 2-4-8 21 years ago
Roman Shaposhnik 10acc47995 * introducing dct248 into the DSP context. 21 years ago
Michael Niedermayer cf3bf5bbaa minor mmx2 optimization if the dct 21 years ago
Michael Niedermayer 8470540344 mmx2 optimization of huffyuv median encoding 21 years ago
Fabrice Bellard 742d87d633 removed os_support.h 21 years ago
Michael Niedermayer 4fb518c392 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
Mike Melanson 4e8eed2f3b 4, not 2 22 years ago
Mike Melanson da3b975630 added support for B-frames and multiple slices 22 years ago
Michael Niedermayer 3d2e8cce3a ASV1 codec 22 years ago
Michael Niedermayer 669ac79cf5 moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) 22 years ago
Michael Niedermayer d8085ea727 cleanup 22 years ago
BERO 0c6bd2ea0a sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) 22 years ago
Michael Niedermayer 0549302188 more idct_permute docs 22 years ago
Michael Niedermayer eb14c71360 doxy 22 years ago
Michael Niedermayer 5755c27f47 doc fixes (forgot to commit) 22 years ago
Fabrice Bellard 59cf08ce90 fixed static init 22 years ago
Michael Niedermayer 0da71265d8 H264 decoder & demuxer 22 years ago
Michael Niedermayer d518aebdee halfpel MC doxy 22 years ago
Michael Niedermayer a1adf436cb typo 22 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Michael Niedermayer 77c92c2d9f cosmetics 22 years ago
Michael Niedermayer 24641185c1 more dox 22 years ago
Michael Niedermayer b0368839ac MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 22 years ago
Zdenek Kabelac 2720569a9a * prototypes at one place 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Fabrice Bellard ea937d0141 win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? 22 years ago