| Commit message (Expand) | Author | Age | Files | Lines |
* | Change licence to LGPL since there are no objections from side of original au... | Nick Kurshev | 2002-07-11 | 1 | -15/+17 |
* | dont trash table in GET_VLC | Michael Niedermayer | 2002-07-11 | 2 | -6/+3 |
* | Remove some cruft. | Falk Hüffner | 2002-07-10 | 1 | -8/+0 |
* | adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree... | Marko Kreen | 2002-07-10 | 5 | -15/+15 |
* | returning the number of consumed bytes (2nd try) | Michael Niedermayer | 2002-07-10 | 1 | -1/+4 |
* | get_vlc() optimizations | Michael Niedermayer | 2002-07-10 | 2 | -35/+62 |
* | Applied patch of Felix Buenemann | Nick Kurshev | 2002-07-10 | 1 | -1/+1 |
* | get_vlc() optimization | Michael Niedermayer | 2002-07-10 | 2 | -49/+39 |
* | * prefixication (due Kabi's request) | Nick Kurshev | 2002-07-10 | 1 | -204/+251 |
* | * clean compiler warning | Zdenek Kabelac | 2002-07-10 | 1 | -4/+4 |
* | return the number of consumed bytes instead of 0 or buf_size | Michael Niedermayer | 2002-07-10 | 1 | -5/+5 |
* | c std doesnt like negative shifts -> use asm | Michael Niedermayer | 2002-07-09 | 1 | -12/+26 |
* | * declare av_free | Zdenek Kabelac | 2002-07-09 | 1 | -1/+1 |
* | warning fix patch by atmos | Felix Bünemann | 2002-07-09 | 1 | -4/+4 |
* | gcc3 bug workaround | Michael Niedermayer | 2002-07-09 | 1 | -1/+1 |
* | new codec: Sorenson v1 | Nick Kurshev | 2002-07-09 | 5 | -3/+2640 |
* | new bitstream reader API (old get_bits() based one is emulated and will still... | Michael Niedermayer | 2002-07-09 | 4 | -521/+340 |
* | wmv1 slice_height != mb_height support | Michael Niedermayer | 2002-07-07 | 3 | -50/+163 |
* | Implement clear_blocks_axp. | Falk Hüffner | 2002-07-05 | 1 | -0/+20 |
* | * Move "restrict" fallback to common.h | Falk Hüffner | 2002-07-04 | 2 | -6/+5 |
* | * Detect "retrict" keyword | Falk Hüffner | 2002-07-04 | 1 | -57/+53 |
* | Make dct_unquantize_h263 work on systems without MVI extension. | Falk Hüffner | 2002-07-03 | 1 | -6/+11 |
* | Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård | Falk Hüffner | 2002-07-03 | 3 | -52/+59 |
* | Use updated motion compensation routines. | Falk Hüffner | 2002-07-03 | 2 | -234/+114 |
* | Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to | Falk Hüffner | 2002-07-02 | 1 | -1/+5 |
* | Assembly version of put_pixels. This is currently the function that | Falk Hüffner | 2002-07-01 | 2 | -2/+121 |
* | Add profiling support. | Falk Hüffner | 2002-07-01 | 1 | -0/+13 |
* | Implement put_pixels_clamped and add_pixels_clamped in Assembler. This | Falk Hüffner | 2002-07-01 | 4 | -43/+287 |
* | * turned into debug message - it's annoying when watching mjpeg files | Zdenek Kabelac | 2002-06-27 | 1 | -1/+1 |
* | init dc_scale tables to defaults (fixes mjpeg sig11) | Michael Niedermayer | 2002-06-25 | 1 | -1/+3 |
* | Ugly hack to make the assembler accept MVI instructions. | Falk Hüffner | 2002-06-24 | 2 | -1/+9 |
* | * Fixed constraints | Falk Hüffner | 2002-06-24 | 1 | -94/+87 |
* | Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more | Falk Hüffner | 2002-06-24 | 1 | -0/+73 |
* | 4mv bugfix | Michael Niedermayer | 2002-06-24 | 1 | -2/+2 |
* | fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc pred... | Michael Niedermayer | 2002-06-22 | 1 | -20/+46 |
* | wmv1 support | Michael Niedermayer | 2002-06-18 | 4 | -11/+114 |
* | wmv1 support | Michael Niedermayer | 2002-06-18 | 2 | -126/+398 |
* | dc scale simplification/optimization | Michael Niedermayer | 2002-06-18 | 6 | -92/+129 |
* | use #ifdef | Fabrice Bellard | 2002-06-17 | 1 | -1/+1 |
* | reverted to inttypes.h since it gives problems on some unixes | Fabrice Bellard | 2002-06-13 | 1 | -1/+1 |
* | moved code to mem.c and allcodecs.c | Fabrice Bellard | 2002-06-11 | 1 | -100/+0 |
* | fixed one mpeg decoder memory leak | Fabrice Bellard | 2002-06-11 | 1 | -0/+1 |
* | move unaligned access macros to dsputil.h - added unaligned 32 bit store | Fabrice Bellard | 2002-06-11 | 2 | -15/+19 |
* | memory functions are exported | Fabrice Bellard | 2002-06-11 | 1 | -0/+7 |
* | put codec registering in another file so that the user can install the codecs... | Fabrice Bellard | 2002-06-11 | 1 | -0/+90 |
* | put memory functions in a separate file so that the user can redefinite them ... | Fabrice Bellard | 2002-06-11 | 1 | -0/+60 |
* | added installlib target to install static libraries and includes | Fabrice Bellard | 2002-06-11 | 1 | -2/+9 |
* | do not export internal functions - use stdint.h | Fabrice Bellard | 2002-06-11 | 1 | -13/+6 |
* | grayscale only encoding | Michael Niedermayer | 2002-06-09 | 1 | -8/+26 |
* | passing avctx->flags so that grayscale only decoding works with mpeg1/2 too | Michael Niedermayer | 2002-06-09 | 1 | -2/+1 |