summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol...Michael Niedermayer2002-07-09
* new codec: Sorenson v1Nick Kurshev2002-07-09
* new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer2002-07-09
* * redundant declaration removedZdenek Kabelac2002-07-08
* wmv1 slice_height != mb_height supportMichael Niedermayer2002-07-07
* Implement clear_blocks_axp.Falk Hüffner2002-07-05
* * Move "restrict" fallback to common.hFalk Hüffner2002-07-04
* more scaling algosMichael Niedermayer2002-07-04
* added rtp protocolFabrice Bellard2002-07-04
* added rtsp support (not activated yet)Fabrice Bellard2002-07-04
* added rtp support (not activated yet)Fabrice Bellard2002-07-04
* added raw tcp supportFabrice Bellard2002-07-04
* * Detect "retrict" keywordFalk Hüffner2002-07-04
* Make dct_unquantize_h263 work on systems without MVI extension.Falk Hüffner2002-07-03
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-03
* Use updated motion compensation routines.Falk Hüffner2002-07-03
* Activate ALT_BITSTREAM_READER by default on Alpha, since it seems toFalk Hüffner2002-07-02
* Assembly version of put_pixels. This is currently the function thatFalk Hüffner2002-07-01
* Add profiling support.Falk Hüffner2002-07-01
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-01
* using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)Michael Niedermayer2002-06-30
* last line messed up in Y800 bugfixMichael Niedermayer2002-06-30
* fixing rgb24tobgr32Michael Niedermayer2002-06-30
* fixing memory overwrite bugs in the new convertersMichael Niedermayer2002-06-29
* test new converter stuff tooMichael Niedermayer2002-06-29
* merging changes from mplayerxp (rgb2rgb*.{c,h} only)Michael Niedermayer2002-06-29
* fixing memory overwrite bugs again ...Michael Niedermayer2002-06-29
* colorspace converter tests (memory corruption tests at different width/src/dst)Michael Niedermayer2002-06-29
* yvu9 -> yv12 unscaled converter with linear chroma scalingMichael Niedermayer2002-06-27
* -sws 6 (luma bicubic & chroma bilinear)Michael Niedermayer2002-06-27
* use unified yuv2rgb initMichael Niedermayer2002-06-27
* fixing scaling/contrast for 1/4/8 bppMichael Niedermayer2002-06-27
* * turned into debug message - it's annoying when watching mjpeg filesZdenek Kabelac2002-06-27
* init dc_scale tables to defaults (fixes mjpeg sig11)Michael Niedermayer2002-06-25
* Ugly hack to make the assembler accept MVI instructions.Falk Hüffner2002-06-24
* * Fixed constraintsFalk Hüffner2002-06-24
* Reintroduce lost idctSparseCol for Alpha. Sorry for adding even moreFalk Hüffner2002-06-24
* killing globalsMichael Niedermayer2002-06-24
* 4mv bugfixMichael Niedermayer2002-06-24
* 10lMichael Niedermayer2002-06-24
* 100l (non mmx versions didnt compile)Michael Niedermayer2002-06-24
* IF09 is alias for YVU9 (actually it has extra 4th plane containing MC changeArpi2002-06-23
* yvu9 support (other planar yuv formats with other chroma subsamplings should ...Michael Niedermayer2002-06-23
* cleanupMichael Niedermayer2002-06-23
* selftest supportMichael Niedermayer2002-06-23
* more mpeg4 fourcc'sMichael Niedermayer2002-06-22
* cleanup & grayscale supportMichael Niedermayer2002-06-22
* fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc pred...Michael Niedermayer2002-06-22
* sync with mplayer xpArpi2002-06-22
* pre-yvu9toyv12 converter, only grayscale Y-plane coping :)Alex Beregszaszi2002-06-21