summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* size[0-3] are not initialized (and can get random negative trashDan Maas2006-02-25
* kill some warningsMåns Rullgård2006-02-25
* fix a memory leak on seeking.Loren Merritt2006-02-25
* 10l (forgot EOBs)Michael Niedermayer2006-02-24
* dont lowwer qnos of more blocks then neededMichael Niedermayer2006-02-23
* Give a hint about what is the expected the data type of command line options.Antoine Cellerier2006-02-23
* fixing dv_guess_qnos()Michael Niedermayer2006-02-23
* print a big warning if we mess up and run out of space ...Michael Niedermayer2006-02-23
* minor simplifications in cabac_mb_typeLoren Merritt2006-02-22
* Fix AltiVec H.264 decoding on FSF gcc.Luca Barbato2006-02-21
* added none/8bit/24bit audio formats and defaulting to s16 for now (once the s...Alex Beregszaszi2006-02-21
* explain extradata and pass avctx to av_log'sAlex Beregszaszi2006-02-21
* ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's notKostya Shishkov2006-02-20
* pass noise reduction option to x264Erik Slagter2006-02-20
* Increase maximum number of B-frames, necessary for H.264 encoding.Erik Slagter2006-02-19
* RMP4 ("xvid fork") decoding supportMichael Niedermayer2006-02-19
* Change license header to LGPL for consistency.Falk Hüffner2006-02-17
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-17
* don't arbitrarily limit delta_qpLoren Merritt2006-02-16
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-16
* fix some crashes on negative nalsize.Loren Merritt2006-02-14
* fix some crashes when missing framesLoren Merritt2006-02-13
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
* increase audio buffer to 1second of 48khz float audioAlex Beregszaszi2006-02-13
* add another set of zlib guardsMike Melanson2006-02-12
* make TSCC endian-safe, PPC testing courtesy of Diego B.Mike Melanson2006-02-12
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-12
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-12
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...Alex Beregszaszi2006-02-12
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
* Quote all installation paths to protect against spaces in the path.Diego Biurrun2006-02-11
* libpostproc installs into a different directory that needs to be created.Diego Biurrun2006-02-11
* 100l typo: forgotten $Diego Biurrun2006-02-11
* - fix insufficient code length for exp_vlcJindřich Makovička2006-02-11
* Simplify header installation.Diego Biurrun2006-02-11
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
* Add installlib and install-headers targets like everywhere else.Diego Biurrun2006-02-11
* Install static libpostproc if CONFIG_PP is set.Diego Biurrun2006-02-11
* Install libpostproc headers if CONFIG_PP is set.Diego Biurrun2006-02-11
* Don't use pow/powf functions where we just need integer arithmetic.Alexander Strasser2006-02-10
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
* use get_bits1/skip_bits[1] in ac3 and aac parsersMåns Rullgård2006-02-10
* fix segfault on broken streamsMichael Niedermayer2006-02-09
* 10l in 1.12Loren Merritt2006-02-09
* slightly faster loopfilterLoren Merritt2006-02-08
* bump version numbers and update docs for adts aac supportMåns Rullgård2006-02-08
* create adts stream if CODEC_FLAG_GLOBAL_HEADER not setMåns Rullgård2006-02-08
* adts aac parserMåns Rullgård2006-02-08
* decode adts aac streamsMåns Rullgård2006-02-08