summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* 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
* increasing version for AVBitStreamFiltersMichael Niedermayer2006-07-06
* noise bitstream filterMichael Niedermayer2006-07-06
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-06
* Mark some read-only datastructures as const.Stefan Huehner2006-07-06
* Fix one case of choosing MV for chromaKostya Shishkov2006-07-06
* spelling typoDiego Biurrun2006-07-05
* use $(LIBOBJFLAGS) when compiling sparc/*.cMåns Rullgård2006-07-05
* #define SBUTTERFLY outside CONFIG_ENCODERSMåns Rullgård2006-07-05
* even more cbp safetyStefan Gehrer2006-07-05
* missed removing this line in my last commitStefan Gehrer2006-07-05
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
* add rounding bias earlier in the idct, avoids many addsMichael Niedermayer2006-07-04
* Mark read-only data as const. Patch by stefan huehner org.Stefan Huehner2006-07-04
* return -1 on bitstream errors instead of continuing, as the following stuff a...Michael Niedermayer2006-07-04
* simplify intra prediction mode decodingMichael Niedermayer2006-07-04
* check cbp for validity, avoids possible out of array reads / segfaultsMichael Niedermayer2006-07-04
* minor simplificationnMichael Niedermayer2006-07-04
* Implement intensity compensationKostya Shishkov2006-07-04
* Correctly choose global transform mode, MV mode and fix bitplane decodingKostya Shishkov2006-07-04
* Optimizations suggested by Michael NiedermayerKostya Shishkov2006-07-04
* cleanup macroblock layer: merged decode of skipped MBsStefan Gehrer2006-07-03
* cosmetic patch:Stefan Gehrer2006-07-03
* Correctly detect when use hpel or qpel modeKostya Shishkov2006-07-03
* 4-MV mode final fixes (now it works for non-exotic modes)Kostya Shishkov2006-07-03
* vc1_decode_intra_block() simplifications and correctionsKostya Shishkov2006-07-03
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-03
* porder patch by (Justin Ruggles jruggle a t earthlink d ot net)Justin Ruggles2006-07-03
* 4-MV decoding supportKostya Shishkov2006-07-03