summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dither lpc cpeffsMichael Niedermayer2006-07-131-2/+5
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-123-14/+14
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-121-2/+0
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-3/+3
* simplifyMichael Niedermayer2006-07-091-33/+16
* avoid redundant local variablesMichael Niedermayer2006-07-091-11/+7
* simplifyMichael Niedermayer2006-07-092-80/+58
* FastUVMV vs FastUVMC typo, noticed by bondDiego Biurrun2006-07-091-1/+1
* make some tables constMåns Rullgård2006-07-091-2/+2
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-097-16/+82
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-094-88/+0
* Check if 4-MV MB should not be decoded.Kostya Shishkov2006-07-091-0/+2
* MVRANGE may occur in all frames and RESPIC in all but B-framesKostya Shishkov2006-07-091-11/+11
* Fix mquant selection for ALL_MBS modeKostya Shishkov2006-07-091-4/+3
* Use overlap filter instead of loop filter.Kostya Shishkov2006-07-091-34/+24
* Use s->first_slice_line in checks instead of s->mb_yKostya Shishkov2006-07-091-6/+8
* 10l: make disabling all pcm/adpcm codecs workMåns Rullgård2006-07-091-48/+210
* only build dpcm.o if its codecs are enabledMåns Rullgård2006-07-081-1/+5
* forgot to remove adx.o from objs always builtMåns Rullgård2006-07-081-1/+1
* make the adx adpcm codec availableMåns Rullgård2006-07-083-7/+6
* enable/disable pcm and adpcm codecsMåns Rullgård2006-07-081-3/+75
* cosmetic: sort codec list alphabeticallyMåns Rullgård2006-07-081-17/+17
* allows user-settable block size and fixes related typoJustin Ruggles2006-07-082-2/+2
* rewrite kconfig-styleMåns Rullgård2006-07-081-357/+195
* Sun mlib works fine. Remove comment stating otherwise.Måns Rullgård2006-07-081-1/+0
* Remove bogus IPP section that is not referenced anywhere.Diego Biurrun2006-07-081-6/+0
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-081-2/+4
* remove -fforce-addr as it to generate slightly slower codeMåns Rullgård2006-07-071-1/+0
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-071-44/+3
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-071-0/+5
* seems i forgot to commit this simplification ...Michael Niedermayer2006-07-071-37/+14
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-072-0/+32
* Fix compilation with --disable-decoders.Emiliano Parasassi2006-07-073-0/+10
* table contains vlc with 19 bits and 8*2 < 19Michael Niedermayer2006-07-071-1/+1
* Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, an...Kostya Shishkov2006-07-071-17/+22
* Enable coefficient scalingKostya Shishkov2006-07-071-22/+21
* Don't read out-of-bounds values.Kostya Shishkov2006-07-071-1/+2
* simplifyMåns Rullgård2006-07-061-2/+1
* build mpegaudio.c and ac3enc.c only if neededMåns Rullgård2006-07-061-1/+7
* hopefully better for platforms not supporting misaligned readStefan Gehrer2006-07-061-1/+1
* make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort...Stefan Gehrer2006-07-061-8/+22
* increasing version for AVBitStreamFiltersMichael Niedermayer2006-07-061-2/+2
* noise bitstream filterMichael Niedermayer2006-07-063-2/+34
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-065-1/+134
* Mark some read-only datastructures as const.Stefan Huehner2006-07-063-14/+14
* Fix one case of choosing MV for chromaKostya Shishkov2006-07-061-5/+5
* spelling typoDiego Biurrun2006-07-051-1/+1
* use $(LIBOBJFLAGS) when compiling sparc/*.cMåns Rullgård2006-07-051-1/+1
* #define SBUTTERFLY outside CONFIG_ENCODERSMåns Rullgård2006-07-051-5/+5
* even more cbp safetyStefan Gehrer2006-07-051-13/+10