15365 Commits (644173759146be1cff244e8cf6a26de26bf07edf)
 

Author SHA1 Message Date
Michael Niedermayer ef5e74bbfd c std doesnt like negative shifts -> use asm 23 years ago
Zdenek Kabelac df595131bb * declare av_free 23 years ago
Felix Bünemann c60a6560a1 warning fix patch by atmos 23 years ago
Michael Niedermayer 55cb1ae6fc gcc3 bug workaround 23 years ago
Michael Niedermayer 937683784d fixing sinc filter (seems the problem was caused by rounding in pmulhw -> solution use shorter filter, its long and slow enough anyway) 23 years ago
Nick Kurshev be8ffec9cd new codec: Sorenson v1 23 years ago
Michael Niedermayer 8db1a1dde0 new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) 23 years ago
Zdenek Kabelac 436483c2ec * redundant declaration removed 23 years ago
Michael Niedermayer de0f2f4cca wmv1 slice_height != mb_height support 23 years ago
Falk Hüffner 0a12d6fdfd Implement clear_blocks_axp. 23 years ago
Falk Hüffner 02da51ec60 * Move "restrict" fallback to common.h 23 years ago
Michael Niedermayer a86c461c6b more scaling algos 23 years ago
Fabrice Bellard 3b50d2ad15 added rtp protocol 23 years ago
Fabrice Bellard 1617ad97ae added rtsp support (not activated yet) 23 years ago
Fabrice Bellard e309128f84 added rtp support (not activated yet) 23 years ago
Fabrice Bellard 171bbb03ad added raw tcp support 23 years ago
Falk Hüffner c13e1abdec * Detect "retrict" keyword 23 years ago
Falk Hüffner 2dbe7ec87c Make dct_unquantize_h263 work on systems without MVI extension. 23 years ago
Falk Hüffner e0580f8c68 Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård 23 years ago
Falk Hüffner dde3f77dbc Use updated motion compensation routines. 23 years ago
Falk Hüffner 3530320dbf Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to 23 years ago
Falk Hüffner 494e409255 Assembly version of put_pixels. This is currently the function that 23 years ago
Falk Hüffner d13c54cdc0 Add profiling support. 23 years ago
Falk Hüffner bb7d4939ba Implement put_pixels_clamped and add_pixels_clamped in Assembler. This 23 years ago
Michael Niedermayer e09d12f4f6 using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4) 23 years ago
Michael Niedermayer f5b58629fe last line messed up in Y800 bugfix 23 years ago
Michael Niedermayer a1ce46cf52 fixing rgb24tobgr32 23 years ago
Michael Niedermayer 0598bcbb5f fixing memory overwrite bugs in the new converters 23 years ago
Michael Niedermayer 8f4260888a test new converter stuff too 23 years ago
Michael Niedermayer ac4d0aea71 merging changes from mplayerxp (rgb2rgb*.{c,h} only) 23 years ago
Michael Niedermayer d8dad2a525 fixing memory overwrite bugs again ... 23 years ago
Michael Niedermayer a28ea2c04d colorspace converter tests (memory corruption tests at different width/src/dst) 23 years ago
Michael Niedermayer b241cbf2cf yvu9 -> yv12 unscaled converter with linear chroma scaling 23 years ago
Michael Niedermayer 81a571a8b3 -sws 6 (luma bicubic & chroma bilinear) 23 years ago
Michael Niedermayer cf7d1c1a73 use unified yuv2rgb init 23 years ago
Michael Niedermayer 7c30782729 fixing scaling/contrast for 1/4/8 bpp 23 years ago
Zdenek Kabelac d859228038 * turned into debug message - it's annoying when watching mjpeg files 23 years ago
Michael Niedermayer a406617f2a init dc_scale tables to defaults (fixes mjpeg sig11) 23 years ago
Falk Hüffner db42e13bfb Ugly hack to make the assembler accept MVI instructions. 23 years ago
Falk Hüffner b210c96c0c * Fixed constraints 23 years ago
Falk Hüffner 3155c994b6 Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more 23 years ago
Michael Niedermayer 5ac80202c8 killing globals 23 years ago
Michael Niedermayer f10bd870bf 4mv bugfix 23 years ago
Michael Niedermayer 985c513355 10l 23 years ago
Michael Niedermayer 5859233b70 100l (non mmx versions didnt compile) 23 years ago
Arpi 0c51ef979f IF09 is alias for YVU9 (actually it has extra 4th plane containing MC change 23 years ago
Michael Niedermayer e616aa936e yvu9 support (other planar yuv formats with other chroma subsamplings should be trivial to add, if they had a IMGFMT) 23 years ago
Michael Niedermayer 3f7bb50cdd cleanup 23 years ago
Michael Niedermayer c7a810cc25 selftest support 23 years ago
Michael Niedermayer 390dffc5ad more mpeg4 fourcc's 23 years ago