597 Commits (5596c60cceaee5f59ea67d71601f86c49b21d4fa)

Author SHA1 Message Date
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
Michael Niedermayer 0f440e0214 optimizing MPV_decode_mb 23 years ago
Fabrice Bellard 8ee14970d6 added ff_idct_put/add 23 years ago
Fabrice Bellard d36a246675 added inlined put/add functions 23 years ago
Fabrice Bellard ad31c904b2 use ff_idct_put/add() 23 years ago
Fabrice Bellard ee4b748b7f use ff_idct_put() 23 years ago
Fabrice Bellard 412ba501b1 removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs 23 years ago
Michael Niedermayer dd536160cd run1 can be <0 bugfix (found by fabrice) 23 years ago
Fabrice Bellard 03c94ede93 avoid name clash with libjpeg - added missing externs 23 years ago
Fabrice Bellard c3aea5c424 added missing externs (we were lucky that commons are used) 23 years ago