aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/msmpeg4.c
Commit message (Expand)AuthorAgeFilesLines
* fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext...Michael Niedermayer2002-02-221-32/+14
* * simplified indexingZdenek Kabelac2002-02-181-19/+22
* workaround gcc 2.95.2 bugMichael Niedermayer2002-02-091-2/+2
* use multiply instead of divides for DC prediction on X86Michael Niedermayer2002-02-051-12/+10
* * temporal solution for shared lib compilationZdenek Kabelac2002-01-281-7/+5
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-201-1/+13
* (commit by michael)Michael Niedermayer2002-01-151-6/+67
* (commit by michael)Michael Niedermayer2002-01-141-1/+25
* (commit by michael)Michael Niedermayer2002-01-131-1/+2
* (commit by michael)Michael Niedermayer2002-01-131-3/+29
* s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is visible in de...Michael Niedermayer2002-01-111-10/+29
* fix slices when code=0x18, patch by Michael Niedermayer <michael@mplayer.dev.hu>Michael Niedermayer2002-01-081-0/+10
* * prevent crash in decoderZdenek Kabelac2001-10-231-1/+1
* fixed mb_intra_vlc decoding table sizeFabrice Bellard2001-08-111-1/+1
* types fixFabrice Bellard2001-08-061-4/+4
* get_bits() specialization, gives 4\speedupArpi2001-08-041-16/+16
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-241-0/+1
* Initial revisionFabrice Bellard2001-07-221-0/+931