aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Change licence to LGPL since there are no objections from side of original au...Nick Kurshev2002-07-111-15/+17
* dont trash table in GET_VLCMichael Niedermayer2002-07-112-6/+3
* Remove some cruft.Falk Hüffner2002-07-101-8/+0
* adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen2002-07-105-15/+15
* returning the number of consumed bytes (2nd try)Michael Niedermayer2002-07-101-1/+4
* get_vlc() optimizationsMichael Niedermayer2002-07-102-35/+62
* Applied patch of Felix BuenemannNick Kurshev2002-07-101-1/+1
* get_vlc() optimizationMichael Niedermayer2002-07-102-49/+39
* * prefixication (due Kabi's request)Nick Kurshev2002-07-101-204/+251
* * clean compiler warningZdenek Kabelac2002-07-101-4/+4
* return the number of consumed bytes instead of 0 or buf_sizeMichael Niedermayer2002-07-101-5/+5
* c std doesnt like negative shifts -> use asmMichael Niedermayer2002-07-091-12/+26
* * declare av_freeZdenek Kabelac2002-07-091-1/+1
* warning fix patch by atmosFelix Bünemann2002-07-091-4/+4
* gcc3 bug workaroundMichael Niedermayer2002-07-091-1/+1
* new codec: Sorenson v1Nick Kurshev2002-07-095-3/+2640
* new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer2002-07-094-521/+340
* wmv1 slice_height != mb_height supportMichael Niedermayer2002-07-073-50/+163
* Implement clear_blocks_axp.Falk Hüffner2002-07-051-0/+20
* * Move "restrict" fallback to common.hFalk Hüffner2002-07-042-6/+5
* * Detect "retrict" keywordFalk Hüffner2002-07-041-57/+53
* Make dct_unquantize_h263 work on systems without MVI extension.Falk Hüffner2002-07-031-6/+11
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-033-52/+59
* Use updated motion compensation routines.Falk Hüffner2002-07-032-234/+114
* Activate ALT_BITSTREAM_READER by default on Alpha, since it seems toFalk Hüffner2002-07-021-1/+5
* Assembly version of put_pixels. This is currently the function thatFalk Hüffner2002-07-012-2/+121
* Add profiling support.Falk Hüffner2002-07-011-0/+13
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-014-43/+287
* * turned into debug message - it's annoying when watching mjpeg filesZdenek Kabelac2002-06-271-1/+1
* init dc_scale tables to defaults (fixes mjpeg sig11)Michael Niedermayer2002-06-251-1/+3
* Ugly hack to make the assembler accept MVI instructions.Falk Hüffner2002-06-242-1/+9
* * Fixed constraintsFalk Hüffner2002-06-241-94/+87
* Reintroduce lost idctSparseCol for Alpha. Sorry for adding even moreFalk Hüffner2002-06-241-0/+73
* 4mv bugfixMichael Niedermayer2002-06-241-2/+2
* fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc pred...Michael Niedermayer2002-06-221-20/+46
* wmv1 supportMichael Niedermayer2002-06-184-11/+114
* wmv1 supportMichael Niedermayer2002-06-182-126/+398
* dc scale simplification/optimizationMichael Niedermayer2002-06-186-92/+129
* use #ifdefFabrice Bellard2002-06-171-1/+1
* reverted to inttypes.h since it gives problems on some unixesFabrice Bellard2002-06-131-1/+1
* moved code to mem.c and allcodecs.cFabrice Bellard2002-06-111-100/+0
* fixed one mpeg decoder memory leakFabrice Bellard2002-06-111-0/+1
* move unaligned access macros to dsputil.h - added unaligned 32 bit storeFabrice Bellard2002-06-112-15/+19
* memory functions are exportedFabrice Bellard2002-06-111-0/+7
* put codec registering in another file so that the user can install the codecs...Fabrice Bellard2002-06-111-0/+90
* put memory functions in a separate file so that the user can redefinite them ...Fabrice Bellard2002-06-111-0/+60
* added installlib target to install static libraries and includesFabrice Bellard2002-06-111-2/+9
* do not export internal functions - use stdint.hFabrice Bellard2002-06-111-13/+6
* grayscale only encodingMichael Niedermayer2002-06-091-8/+26
* passing avctx->flags so that grayscale only decoding works with mpeg1/2 tooMichael Niedermayer2002-06-091-2/+1