aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added raw tcp supportFabrice Bellard2002-07-041-0/+152
* * Detect "retrict" keywordFalk Hüffner2002-07-042-57/+64
* Make dct_unquantize_h263 work on systems without MVI extension.Falk Hüffner2002-07-031-6/+11
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-033-52/+59
* Use updated motion compensation routines.Falk Hüffner2002-07-032-234/+114
* Activate ALT_BITSTREAM_READER by default on Alpha, since it seems toFalk Hüffner2002-07-021-1/+5
* Assembly version of put_pixels. This is currently the function thatFalk Hüffner2002-07-012-2/+121
* Add profiling support.Falk Hüffner2002-07-011-0/+13
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-014-43/+287
* using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)Michael Niedermayer2002-06-301-352/+140
* last line messed up in Y800 bugfixMichael Niedermayer2002-06-301-2/+2
* fixing rgb24tobgr32Michael Niedermayer2002-06-301-2/+1
* fixing memory overwrite bugs in the new convertersMichael Niedermayer2002-06-291-7/+8
* test new converter stuff tooMichael Niedermayer2002-06-291-1/+93
* merging changes from mplayerxp (rgb2rgb*.{c,h} only)Michael Niedermayer2002-06-293-1/+827
* fixing memory overwrite bugs again ...Michael Niedermayer2002-06-291-16/+16
* colorspace converter tests (memory corruption tests at different width/src/dst)Michael Niedermayer2002-06-292-0/+186
* yvu9 -> yv12 unscaled converter with linear chroma scalingMichael Niedermayer2002-06-274-2/+143
* -sws 6 (luma bicubic & chroma bilinear)Michael Niedermayer2002-06-272-5/+15
* use unified yuv2rgb initMichael Niedermayer2002-06-273-615/+449
* fixing scaling/contrast for 1/4/8 bppMichael Niedermayer2002-06-271-38/+109
* * turned into debug message - it's annoying when watching mjpeg filesZdenek Kabelac2002-06-271-1/+1
* init dc_scale tables to defaults (fixes mjpeg sig11)Michael Niedermayer2002-06-251-1/+3
* Ugly hack to make the assembler accept MVI instructions.Falk Hüffner2002-06-242-1/+9
* * Fixed constraintsFalk Hüffner2002-06-241-94/+87
* Reintroduce lost idctSparseCol for Alpha. Sorry for adding even moreFalk Hüffner2002-06-241-0/+73
* killing globalsMichael Niedermayer2002-06-242-11/+6
* 4mv bugfixMichael Niedermayer2002-06-241-2/+2
* 10lMichael Niedermayer2002-06-241-3/+3
* 100l (non mmx versions didnt compile)Michael Niedermayer2002-06-243-69/+50
* IF09 is alias for YVU9 (actually it has extra 4th plane containing MC changeArpi2002-06-231-2/+3
* yvu9 support (other planar yuv formats with other chroma subsamplings should ...Michael Niedermayer2002-06-232-96/+109
* cleanupMichael Niedermayer2002-06-232-5/+3
* selftest supportMichael Niedermayer2002-06-233-29/+195
* more mpeg4 fourcc'sMichael Niedermayer2002-06-222-0/+14
* cleanup & grayscale supportMichael Niedermayer2002-06-222-128/+109
* fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc pred...Michael Niedermayer2002-06-221-20/+46
* sync with mplayer xpArpi2002-06-228-287/+1123
* pre-yvu9toyv12 converter, only grayscale Y-plane coping :)Alex Beregszaszi2002-06-212-0/+58
* fixed VOB parsing bugFabrice Bellard2002-06-181-1/+1
* wmv1Michael Niedermayer2002-06-182-2/+4
* wmv1 supportMichael Niedermayer2002-06-184-11/+114
* wmv1 supportMichael Niedermayer2002-06-182-126/+398
* dc scale simplification/optimizationMichael Niedermayer2002-06-186-92/+129
* 10lMichael Niedermayer2002-06-171-34/+33
* 1bpp supportMichael Niedermayer2002-06-171-42/+97
* use #ifdefFabrice Bellard2002-06-171-1/+1
* Change ticker_tick to use ticker_abs as we want the absolute numberPhilip Gladstone2002-06-172-4/+4
* Add ticker_abs function that returns the number of ticks to get thePhilip Gladstone2002-06-171-0/+16
* 8bpp bugfixes (brightness, contrast ...)Michael Niedermayer2002-06-171-8/+165