summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* wmv1 slice_height != mb_height supportMichael Niedermayer2002-07-07
* Implement clear_blocks_axp.Falk Hüffner2002-07-05
* * Move "restrict" fallback to common.hFalk Hüffner2002-07-04
* * Detect "retrict" keywordFalk Hüffner2002-07-04
* Make dct_unquantize_h263 work on systems without MVI extension.Falk Hüffner2002-07-03
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-03
* Use updated motion compensation routines.Falk Hüffner2002-07-03
* Activate ALT_BITSTREAM_READER by default on Alpha, since it seems toFalk Hüffner2002-07-02
* Assembly version of put_pixels. This is currently the function thatFalk Hüffner2002-07-01
* Add profiling support.Falk Hüffner2002-07-01
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-01
* * turned into debug message - it's annoying when watching mjpeg filesZdenek Kabelac2002-06-27
* init dc_scale tables to defaults (fixes mjpeg sig11)Michael Niedermayer2002-06-25
* Ugly hack to make the assembler accept MVI instructions.Falk Hüffner2002-06-24
* * Fixed constraintsFalk Hüffner2002-06-24
* Reintroduce lost idctSparseCol for Alpha. Sorry for adding even moreFalk Hüffner2002-06-24
* 4mv bugfixMichael Niedermayer2002-06-24
* fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc pred...Michael Niedermayer2002-06-22
* wmv1 supportMichael Niedermayer2002-06-18
* wmv1 supportMichael Niedermayer2002-06-18
* dc scale simplification/optimizationMichael Niedermayer2002-06-18
* use #ifdefFabrice Bellard2002-06-17
* reverted to inttypes.h since it gives problems on some unixesFabrice Bellard2002-06-13
* moved code to mem.c and allcodecs.cFabrice Bellard2002-06-11
* fixed one mpeg decoder memory leakFabrice Bellard2002-06-11
* move unaligned access macros to dsputil.h - added unaligned 32 bit storeFabrice Bellard2002-06-11
* memory functions are exportedFabrice Bellard2002-06-11
* put codec registering in another file so that the user can install the codecs...Fabrice Bellard2002-06-11
* put memory functions in a separate file so that the user can redefinite them ...Fabrice Bellard2002-06-11
* added installlib target to install static libraries and includesFabrice Bellard2002-06-11
* do not export internal functions - use stdint.hFabrice Bellard2002-06-11
* grayscale only encodingMichael Niedermayer2002-06-09
* passing avctx->flags so that grayscale only decoding works with mpeg1/2 tooMichael Niedermayer2002-06-09
* grayscale only decodingMichael Niedermayer2002-06-09
* in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>"Felix Bünemann2002-06-07
* fixed multiple allocation bugFabrice Bellard2002-06-06
* fixed case where abs_level > MAX_LEVELFabrice Bellard2002-06-06
* optimizing MPV_decode_mbMichael Niedermayer2002-06-05
* added ff_idct_put/addFabrice Bellard2002-06-05
* added inlined put/add functionsFabrice Bellard2002-06-05
* use ff_idct_put/add()Fabrice Bellard2002-06-05
* use ff_idct_put()Fabrice Bellard2002-06-05
* removed unused code - began to merge alpha specific stuff - added mac macros ...Fabrice Bellard2002-06-05
* run1 can be <0 bugfix (found by fabrice)Michael Niedermayer2002-06-04
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-04
* added missing externs (we were lucky that commons are used)Fabrice Bellard2002-06-04
* added missing externsFabrice Bellard2002-06-04
* * reimplemented remaing avg_ pixel functionsZdenek Kabelac2002-06-03
* * implemented remaing avg_ pixel functions (these are not used offen)Zdenek Kabelac2002-06-03
* Revert previous bogus warning fix.Falk Hüffner2002-06-03