summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer2006-07-15
* avoid double copying of left border in luma predictionStefan Gehrer2006-07-14
* replace run by run+1 in VLC tablesStefan Gehrer2006-07-14
* cleanupMichael Niedermayer2006-07-14
* change partition flags SYM -> FWD|SYMStefan Gehrer2006-07-14
* set mvP2 also in PSKIP macroblockStefan Gehrer2006-07-14
* optionally (use_lpc=2) support Cholesky factorization for finding the lpc coe...Michael Niedermayer2006-07-14
* avoid overflows of qp and pic_typeStefan Gehrer2006-07-14
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
* dither lpc cpeffsMichael Niedermayer2006-07-13
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-12
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-12
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* simplifyMichael Niedermayer2006-07-09
* avoid redundant local variablesMichael Niedermayer2006-07-09
* simplifyMichael Niedermayer2006-07-09
* FastUVMV vs FastUVMC typo, noticed by bondDiego Biurrun2006-07-09
* make some tables constMåns Rullgård2006-07-09
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* Check if 4-MV MB should not be decoded.Kostya Shishkov2006-07-09
* MVRANGE may occur in all frames and RESPIC in all but B-framesKostya Shishkov2006-07-09
* Fix mquant selection for ALL_MBS modeKostya Shishkov2006-07-09
* Use overlap filter instead of loop filter.Kostya Shishkov2006-07-09
* Use s->first_slice_line in checks instead of s->mb_yKostya Shishkov2006-07-09
* 10l: make disabling all pcm/adpcm codecs workMåns Rullgård2006-07-09
* only build dpcm.o if its codecs are enabledMåns Rullgård2006-07-08
* forgot to remove adx.o from objs always builtMåns Rullgård2006-07-08
* make the adx adpcm codec availableMåns Rullgård2006-07-08
* enable/disable pcm and adpcm codecsMåns Rullgård2006-07-08
* cosmetic: sort codec list alphabeticallyMåns Rullgård2006-07-08
* allows user-settable block size and fixes related typoJustin Ruggles2006-07-08
* rewrite kconfig-styleMåns Rullgård2006-07-08
* Sun mlib works fine. Remove comment stating otherwise.Måns Rullgård2006-07-08
* Remove bogus IPP section that is not referenced anywhere.Diego Biurrun2006-07-08
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-08
* remove -fforce-addr as it to generate slightly slower codeMåns Rullgård2006-07-07
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-07
* simplify the voc demuxer using av_get_bits_per_sample()Aurelien Jacobs2006-07-07
* seems i forgot to commit this simplification ...Michael Niedermayer2006-07-07
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
* Fix compilation with --disable-decoders.Emiliano Parasassi2006-07-07
* table contains vlc with 19 bits and 8*2 < 19Michael Niedermayer2006-07-07
* Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, an...Kostya Shishkov2006-07-07
* Enable coefficient scalingKostya Shishkov2006-07-07
* Don't read out-of-bounds values.Kostya Shishkov2006-07-07
* simplifyMåns Rullgård2006-07-06
* build mpegaudio.c and ac3enc.c only if neededMåns Rullgård2006-07-06
* hopefully better for platforms not supporting misaligned readStefan Gehrer2006-07-06
* make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort...Stefan Gehrer2006-07-06