21342 Commits (b1ade3d1821a29174963b28cd0caa5f7ed394998)
 

Author SHA1 Message Date
Michael Niedermayer 02e0aa20a8 faster get_bit_cache 23 years ago
Falk Hüffner d200cab674 Force inlining on get_vlc2. 23 years ago
Michael Niedermayer c03a717274 rl decoding optimization 23 years ago
Falk Hüffner e3e98d3c23 Remove support for variable BSIZE and INCR, as sub_pixels_* is no 23 years ago
Michael Niedermayer a349467945 get_vlc -> get_vlc2 23 years ago
Falk Hüffner f5abd9fd1a * Improve xy2 routines slightly 23 years ago
Michael Niedermayer 8ed2ddb2c2 optimization (get_vlc() -> get_vlc2()) 23 years ago
Michael Niedermayer edcf989073 optimization (get_vlc -> get_vlc2) 23 years ago
Michael Niedermayer 71529954c6 return buf_size again, i hope kabi is finally happy now ;) 23 years ago
Michael Niedermayer 45a82edbdd rl vlc decoding optimizations 23 years ago
Falk Hüffner 6b765cd276 Warning fix. 23 years ago
Arpi d85c5979d0 don't exit decoder after decoding first field -> fixes angels.avi interlacing 23 years ago
Falk Hüffner 14ac09bfab Tweak Alpha compiler flags. 23 years ago
Nick Kurshev 361e7cade9 10L 23 years ago
Nick Kurshev 861dfbb551 Add Arpi to list of porters. 23 years ago
Nick Kurshev 365777216b Change licence to LGPL since there are no objections from side of original author 23 years ago
Michael Niedermayer 6300c80a88 dont trash table in GET_VLC 23 years ago
Falk Hüffner 5ea6f10f72 Remove some cruft. 23 years ago
Marko Kreen adc09b2eab adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>) 23 years ago
Michael Niedermayer 9d07682305 returning the number of consumed bytes (2nd try) 23 years ago
Michael Niedermayer 08dce7b02f get_vlc() optimizations 23 years ago
Nick Kurshev 63e0d4ac59 Applied patch of Felix Buenemann 23 years ago
Michael Niedermayer cceabc8656 get_vlc() optimization 23 years ago
Nick Kurshev 82dd7d0dec * prefixication (due Kabi's request) 23 years ago
Zdenek Kabelac f197d19a21 * clean compiler warning 23 years ago
Michael Niedermayer 29482cb4ca -O3 23 years ago
Michael Niedermayer ebd62a2402 return the number of consumed bytes instead of 0 or buf_size 23 years ago
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