| Commit message (Expand) | Author | Age | Files | Lines |
* | make some tables const | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | --enable/disable parsers. Warning: some combinations are broken. | Måns Rullgård | 2006-07-09 | 7 | -16/+82 |
* | remove STATS code (probably hasnt been used for years ..., and its not comple... | Michael Niedermayer | 2006-07-09 | 4 | -88/+0 |
* | Check if 4-MV MB should not be decoded. | Kostya Shishkov | 2006-07-09 | 1 | -0/+2 |
* | MVRANGE may occur in all frames and RESPIC in all but B-frames | Kostya Shishkov | 2006-07-09 | 1 | -11/+11 |
* | Fix mquant selection for ALL_MBS mode | Kostya Shishkov | 2006-07-09 | 1 | -4/+3 |
* | Use overlap filter instead of loop filter. | Kostya Shishkov | 2006-07-09 | 1 | -34/+24 |
* | Use s->first_slice_line in checks instead of s->mb_y | Kostya Shishkov | 2006-07-09 | 1 | -6/+8 |
* | 10l: make disabling all pcm/adpcm codecs work | Måns Rullgård | 2006-07-09 | 1 | -48/+210 |
* | only build dpcm.o if its codecs are enabled | Måns Rullgård | 2006-07-08 | 1 | -1/+5 |
* | forgot to remove adx.o from objs always built | Måns Rullgård | 2006-07-08 | 1 | -1/+1 |
* | make the adx adpcm codec available | Måns Rullgård | 2006-07-08 | 3 | -7/+6 |
* | enable/disable pcm and adpcm codecs | Måns Rullgård | 2006-07-08 | 1 | -3/+75 |
* | cosmetic: sort codec list alphabetically | Måns Rullgård | 2006-07-08 | 1 | -17/+17 |
* | allows user-settable block size and fixes related typo | Justin Ruggles | 2006-07-08 | 2 | -2/+2 |
* | rewrite kconfig-style | Måns Rullgård | 2006-07-08 | 1 | -357/+195 |
* | Sun mlib works fine. Remove comment stating otherwise. | Måns Rullgård | 2006-07-08 | 1 | -1/+0 |
* | Remove bogus IPP section that is not referenced anywhere. | Diego Biurrun | 2006-07-08 | 1 | -6/+0 |
* | set proper bits_per_sample value for ADPCM codecs | Aurelien Jacobs | 2006-07-08 | 1 | -2/+4 |
* | remove -fforce-addr as it to generate slightly slower code | Måns Rullgård | 2006-07-07 | 1 | -1/+0 |
* | moving utf8 reading function to libavutil | Michael Niedermayer | 2006-07-07 | 1 | -44/+3 |
* | simplify the voc demuxer using av_get_bits_per_sample() | Aurelien Jacobs | 2006-07-07 | 1 | -0/+5 |
* | seems i forgot to commit this simplification ... | Michael Niedermayer | 2006-07-07 | 1 | -37/+14 |
* | av_get_bits_per_sample and due simplifications | Baptiste Coudurier | 2006-07-07 | 2 | -0/+32 |
* | Fix compilation with --disable-decoders. | Emiliano Parasassi | 2006-07-07 | 3 | -0/+10 |
* | table contains vlc with 19 bits and 8*2 < 19 | Michael Niedermayer | 2006-07-07 | 1 | -1/+1 |
* | Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, an... | Kostya Shishkov | 2006-07-07 | 1 | -17/+22 |
* | Enable coefficient scaling | Kostya Shishkov | 2006-07-07 | 1 | -22/+21 |
* | Don't read out-of-bounds values. | Kostya Shishkov | 2006-07-07 | 1 | -1/+2 |
* | simplify | Måns Rullgård | 2006-07-06 | 1 | -2/+1 |
* | build mpegaudio.c and ac3enc.c only if needed | Måns Rullgård | 2006-07-06 | 1 | -1/+7 |
* | hopefully better for platforms not supporting misaligned read | Stefan Gehrer | 2006-07-06 | 1 | -1/+1 |
* | make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort... | Stefan Gehrer | 2006-07-06 | 1 | -8/+22 |
* | increasing version for AVBitStreamFilters | Michael Niedermayer | 2006-07-06 | 1 | -2/+2 |
* | noise bitstream filter | Michael Niedermayer | 2006-07-06 | 3 | -2/+34 |
* | AVBitStreamFilter (some thingy which can modify the bitstream like add or rem... | Michael Niedermayer | 2006-07-06 | 5 | -1/+134 |
* | Mark some read-only datastructures as const. | Stefan Huehner | 2006-07-06 | 3 | -14/+14 |
* | Fix one case of choosing MV for chroma | Kostya Shishkov | 2006-07-06 | 1 | -5/+5 |
* | spelling typo | Diego Biurrun | 2006-07-05 | 1 | -1/+1 |
* | use $(LIBOBJFLAGS) when compiling sparc/*.c | Måns Rullgård | 2006-07-05 | 1 | -1/+1 |
* | #define SBUTTERFLY outside CONFIG_ENCODERS | Måns Rullgård | 2006-07-05 | 1 | -5/+5 |
* | even more cbp safety | Stefan Gehrer | 2006-07-05 | 1 | -13/+10 |
* | missed removing this line in my last commit | Stefan Gehrer | 2006-07-05 | 1 | -1/+0 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2006-07-05 | 1 | -2/+4 |
* | add rounding bias earlier in the idct, avoids many adds | Michael Niedermayer | 2006-07-04 | 1 | -18/+20 |
* | Mark read-only data as const. Patch by stefan huehner org. | Stefan Huehner | 2006-07-04 | 1 | -34/+34 |
* | return -1 on bitstream errors instead of continuing, as the following stuff a... | Michael Niedermayer | 2006-07-04 | 1 | -1/+1 |
* | simplify intra prediction mode decoding | Michael Niedermayer | 2006-07-04 | 2 | -20/+10 |
* | check cbp for validity, avoids possible out of array reads / segfaults | Michael Niedermayer | 2006-07-04 | 1 | -5/+21 |
* | minor simplificationn | Michael Niedermayer | 2006-07-04 | 1 | -4/+2 |