506 Commits (64e105e051ca3e5088b0db64551244482b2836b4)

Author SHA1 Message Date
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 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
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
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
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
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 f10bd870bf 4mv bugfix 23 years ago
Michael Niedermayer bd5e1c72f8 fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3 23 years ago
Michael Niedermayer 0151a6f546 wmv1 support 23 years ago
Michael Niedermayer f5957f3fe2 wmv1 support 23 years ago
Michael Niedermayer 8f8402e49c dc scale simplification/optimization 23 years ago
Fabrice Bellard 8fd5fe9429 use #ifdef 23 years ago
Fabrice Bellard 4fd6044859 reverted to inttypes.h since it gives problems on some unixes 23 years ago
Fabrice Bellard ce992c6932 moved code to mem.c and allcodecs.c 23 years ago
Fabrice Bellard 915bbac681 fixed one mpeg decoder memory leak 23 years ago
Fabrice Bellard 6d4985bbdf move unaligned access macros to dsputil.h - added unaligned 32 bit store 23 years ago
Fabrice Bellard 544eb99cbf memory functions are exported 23 years ago
Fabrice Bellard 771b9a7045 put codec registering in another file so that the user can install the codecs he wants 23 years ago
Fabrice Bellard d01fe86dac put memory functions in a separate file so that the user can redefinite them without modifying the library 23 years ago
Fabrice Bellard 773cefc602 added installlib target to install static libraries and includes 23 years ago
Fabrice Bellard 96707bb783 do not export internal functions - use stdint.h 23 years ago
Michael Niedermayer 6282185e82 grayscale only encoding 23 years ago
Michael Niedermayer 0398717356 passing avctx->flags so that grayscale only decoding works with mpeg1/2 too 23 years ago
Michael Niedermayer b50eef3ae0 grayscale only decoding 23 years ago
Felix Bünemann 800d7cebb6 in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>" 23 years ago
Fabrice Bellard d81c598383 fixed multiple allocation bug 23 years ago
Fabrice Bellard 9f4f81ed17 fixed case where abs_level > MAX_LEVEL 23 years ago