Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-10simplifyMichael Niedermayer
2006-07-09avoid redundant local variablesMichael Niedermayer
2006-07-09simplifyMichael Niedermayer
2006-07-09FastUVMV vs FastUVMC typo, noticed by bondDiego Biurrun
2006-07-09make some tables constMåns Rullgård
2006-07-09--enable/disable parsers. Warning: some combinations are broken.Måns Rullgård
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer
2006-07-09Check if 4-MV MB should not be decoded.Kostya Shishkov
2006-07-09MVRANGE may occur in all frames and RESPIC in all but B-framesKostya Shishkov
2006-07-09Fix mquant selection for ALL_MBS modeKostya Shishkov
2006-07-09Use overlap filter instead of loop filter.Kostya Shishkov
2006-07-09Use s->first_slice_line in checks instead of s->mb_yKostya Shishkov
2006-07-0910l: make disabling all pcm/adpcm codecs workMåns Rullgård
2006-07-09only build dpcm.o if its codecs are enabledMåns Rullgård
2006-07-09forgot to remove adx.o from objs always builtMåns Rullgård
2006-07-09make the adx adpcm codec availableMåns Rullgård
2006-07-09enable/disable pcm and adpcm codecsMåns Rullgård
2006-07-08cosmetic: sort codec list alphabeticallyMåns Rullgård
2006-07-08allows user-settable block size and fixes related typoJustin Ruggles
2006-07-08rewrite kconfig-styleMåns Rullgård
2006-07-08Sun mlib works fine. Remove comment stating otherwise.Måns Rullgård
2006-07-08Remove bogus IPP section that is not referenced anywhere.Diego Biurrun
2006-07-08set proper bits_per_sample value for ADPCM codecsAurelien Jacobs
2006-07-08remove -fforce-addr as it to generate slightly slower codeMåns Rullgård
2006-07-08moving utf8 reading function to libavutilMichael Niedermayer
2006-07-08simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs
2006-07-08seems i forgot to commit this simplification ...Michael Niedermayer
2006-07-07av_get_bits_per_sample and due simplificationsBaptiste Coudurier
2006-07-07Fix compilation with --disable-decoders.Emiliano Parasassi
2006-07-07table contains vlc with 19 bits and 8*2 < 19Michael Niedermayer
2006-07-07Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, an...Kostya Shishkov
2006-07-07Enable coefficient scalingKostya Shishkov
2006-07-07Don't read out-of-bounds values.Kostya Shishkov
2006-07-07simplifyMåns Rullgård
2006-07-07build mpegaudio.c and ac3enc.c only if neededMåns Rullgård
2006-07-06hopefully better for platforms not supporting misaligned readStefan Gehrer
2006-07-06make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort...Stefan Gehrer
2006-07-06increasing version for AVBitStreamFiltersMichael Niedermayer
2006-07-06noise bitstream filterMichael Niedermayer
2006-07-06AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer
2006-07-06Mark some read-only datastructures as const.Stefan Huehner
2006-07-06Fix one case of choosing MV for chromaKostya Shishkov
2006-07-06spelling typoDiego Biurrun
2006-07-05use $(LIBOBJFLAGS) when compiling sparc/*.cMåns Rullgård
2006-07-05#define SBUTTERFLY outside CONFIG_ENCODERSMåns Rullgård
2006-07-05even more cbp safetyStefan Gehrer
2006-07-05missed removing this line in my last commitStefan Gehrer
2006-07-05cosmetics: Break overly long lines.Diego Biurrun
2006-07-05add rounding bias earlier in the idct, avoids many addsMichael Niedermayer
2006-07-04Mark read-only data as const. Patch by stefan huehner org.Stefan Huehner