summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* switch flac to av_crcMichael Niedermayer2006-03-06
* switch ac3enc to av_crcMichael Niedermayer2006-03-06
* generic crc calculation codeMichael Niedermayer2006-03-06
* I still don't think this should be here. Note: without this code DV encoderRoman Shaposhnik2006-03-06
* DVCPRO50 support.Daniel Maas2006-03-06
* use xorps instead of mulps to toggle the sign of a float, as suggested by Sof...Zuxy Meng2006-03-05
* gcc2.95 workaroundLoren Merritt2006-03-05
* Make faac_decode_frame return -1 on error and not 0 which avoidsBaptiste Coudurier2006-03-05
* remove some useless instructionsLoren Merritt2006-03-04
* Make -xy help output consistent, output an empty line before and after.Diego Biurrun2006-03-04
* keyframe flag was wrong if SEIs followed the keyframeLoren Merritt2006-03-04
* PAL8 support (fixed BLUR8.AVI)Michael Niedermayer2006-03-03
* fix segfault with BLUR8.AVIMichael Niedermayer2006-03-03
* fix infinite loopMichael Niedermayer2006-03-02
* cleanup IMA-ADPCM WAV decoderMichael Niedermayer2006-03-02
* 4% faster h264_qpel_mcLoren Merritt2006-03-02
* * bugfixing call referenceZdenek Kabelac2006-03-01
* fix decoding of mpeg2-trunc.vobMichael Niedermayer2006-03-01
* use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.b...Likai Liu2006-02-28
* Assign class 2 to most macroblocks by default, instead of a more conservativeDan Maas2006-02-28
* 64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patchBenjamin Larsson2006-02-27
* Not that we're that far from being an *initial* implementation, butRoman Shaposhnik2006-02-27
* AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas2006-02-27
* remove wrong assert()Michael Niedermayer2006-02-26
* replace for loop with 2 asserts()Michael Niedermayer2006-02-26
* 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