summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* First part of a series of speed-enchancing patches.Robert Edele2006-03-16
* dont pass intra flag if its always 0Michael Niedermayer2006-03-14
* fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio arr...Michael Niedermayer2006-03-13
* fix coverity warning CID: 255 (uninitalized variable used to build tables whi...Michael Niedermayer2006-03-13
* seed iterative_me with mvs from conventional search.Loren Merritt2006-03-13
* obey vqscale in 2nd passLoren Merritt2006-03-13
* reset interlaced_dct flagMichael Niedermayer2006-03-12
* 16-bit DPCM and stereo support for Sierra VMDKostya Shishkov2006-03-11
* av_free -> av_freepMichael Niedermayer2006-03-11
* fix %8 != 0 w/hMichael Niedermayer2006-03-11
* asserts to check if assumed conditions really are trueMichael Niedermayer2006-03-10
* out of array read fixMichael Niedermayer2006-03-10
* out of array read fixMichael Niedermayer2006-03-10
* cleanup picture / debug output codeMichael Niedermayer2006-03-10
* fixing out of array access (only cosmetic, this should never have had a end u...Michael Niedermayer2006-03-10
* add assert to clarify that we know what we are doingMichael Niedermayer2006-03-10
* fixing uninitalized dc_pred_dirMichael Niedermayer2006-03-10
* very minor optimizationMichael Niedermayer2006-03-10
* unused variableMichael Niedermayer2006-03-10
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-10
* Alignment fixes, caused problems on SPARC.David S. Miller2006-03-09
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* Init simplification and 2% faster wma_decode_block on amd64 with tables useBenjamin Larsson2006-03-08
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-08
* h264_idct8_add_mmxLoren Merritt2006-03-07
* h264_idct_add only needs mmx1Loren Merritt2006-03-07
* Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar2006-03-06
* 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