summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove support for variable BSIZE and INCR, as sub_pixels_* is noFalk Hüffner2002-07-13
* get_vlc -> get_vlc2Michael Niedermayer2002-07-13
* * Improve xy2 routines slightlyFalk Hüffner2002-07-13
* optimization (get_vlc() -> get_vlc2())Michael Niedermayer2002-07-13
* optimization (get_vlc -> get_vlc2)Michael Niedermayer2002-07-13
* return buf_size again, i hope kabi is finally happy now ;)Michael Niedermayer2002-07-13
* rl vlc decoding optimizationsMichael Niedermayer2002-07-13
* Warning fix.Falk Hüffner2002-07-12
* don't exit decoder after decoding first field -> fixes angels.avi interlacingArpi2002-07-11
* Tweak Alpha compiler flags.Falk Hüffner2002-07-11
* 10LNick Kurshev2002-07-11
* Add Arpi to list of porters.Nick Kurshev2002-07-11
* Change licence to LGPL since there are no objections from side of original au...Nick Kurshev2002-07-11
* dont trash table in GET_VLCMichael Niedermayer2002-07-11
* Remove some cruft.Falk Hüffner2002-07-10
* adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen2002-07-10
* returning the number of consumed bytes (2nd try)Michael Niedermayer2002-07-10
* get_vlc() optimizationsMichael Niedermayer2002-07-10
* Applied patch of Felix BuenemannNick Kurshev2002-07-10
* get_vlc() optimizationMichael Niedermayer2002-07-10
* * prefixication (due Kabi's request)Nick Kurshev2002-07-10
* * clean compiler warningZdenek Kabelac2002-07-10
* -O3Michael Niedermayer2002-07-10
* return the number of consumed bytes instead of 0 or buf_sizeMichael Niedermayer2002-07-10
* c std doesnt like negative shifts -> use asmMichael Niedermayer2002-07-09
* * declare av_freeZdenek Kabelac2002-07-09
* warning fix patch by atmosFelix Bünemann2002-07-09
* gcc3 bug workaroundMichael Niedermayer2002-07-09
* fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol...Michael Niedermayer2002-07-09
* new codec: Sorenson v1Nick Kurshev2002-07-09
* new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer2002-07-09
* * redundant declaration removedZdenek Kabelac2002-07-08
* 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
* more scaling algosMichael Niedermayer2002-07-04
* added rtp protocolFabrice Bellard2002-07-04
* added rtsp support (not activated yet)Fabrice Bellard2002-07-04
* added rtp support (not activated yet)Fabrice Bellard2002-07-04
* added raw tcp supportFabrice Bellard2002-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
* using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)Michael Niedermayer2002-06-30
* last line messed up in Y800 bugfixMichael Niedermayer2002-06-30