summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Snow mmx + sse2 part 2Robert Edele2006-03-202-66/+82
* fixing interlaced direct mode field select valuesMichael Niedermayer2006-03-201-0/+2
* various fixes for xvid_rcMichael Niedermayer2006-03-192-7/+17
* fix frametypes with xvid_rcMichael Niedermayer2006-03-181-2/+3
* fixing bquant_offsetMichael Niedermayer2006-03-182-2/+2
* segfault fixMichael Niedermayer2006-03-181-0/+3
* make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn'tCorey Hickey2006-03-171-2/+6
* 10l: Only set *compose97i *add_yblock to dsputils context if we are building ...Oded Shimon2006-03-171-0/+2
* First part of a series of speed-enchancing patches.Robert Edele2006-03-165-133/+190
* dont pass intra flag if its always 0Michael Niedermayer2006-03-141-13/+13
* fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio arr...Michael Niedermayer2006-03-131-1/+1
* fix coverity warning CID: 255 (uninitalized variable used to build tables whi...Michael Niedermayer2006-03-131-1/+1
* seed iterative_me with mvs from conventional search.Loren Merritt2006-03-131-0/+11
* obey vqscale in 2nd passLoren Merritt2006-03-131-1/+2
* reset interlaced_dct flagMichael Niedermayer2006-03-121-0/+1
* 16-bit DPCM and stereo support for Sierra VMDKostya Shishkov2006-03-111-69/+48
* av_free -> av_freepMichael Niedermayer2006-03-111-3/+3
* fix %8 != 0 w/hMichael Niedermayer2006-03-111-3/+3
* asserts to check if assumed conditions really are trueMichael Niedermayer2006-03-101-0/+2
* out of array read fixMichael Niedermayer2006-03-101-2/+2
* out of array read fixMichael Niedermayer2006-03-101-4/+6
* cleanup picture / debug output codeMichael Niedermayer2006-03-103-26/+25
* fixing out of array access (only cosmetic, this should never have had a end u...Michael Niedermayer2006-03-101-1/+1
* add assert to clarify that we know what we are doingMichael Niedermayer2006-03-101-0/+1
* fixing uninitalized dc_pred_dirMichael Niedermayer2006-03-101-0/+1
* very minor optimizationMichael Niedermayer2006-03-101-1/+1
* unused variableMichael Niedermayer2006-03-101-3/+1
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-102-0/+28
* Alignment fixes, caused problems on SPARC.David S. Miller2006-03-091-2/+2
* (f)printf --> av_log conversionSteve L'Homme2006-03-0810-49/+49
* Init simplification and 2% faster wma_decode_block on amd64 with tables useBenjamin Larsson2006-03-081-25/+31
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-085-5/+299
* h264_idct8_add_mmxLoren Merritt2006-03-073-6/+160
* h264_idct_add only needs mmx1Loren Merritt2006-03-072-4/+6
* Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar2006-03-061-0/+2
* switch flac to av_crcMichael Niedermayer2006-03-062-47/+4
* switch ac3enc to av_crcMichael Niedermayer2006-03-063-34/+5
* generic crc calculation codeMichael Niedermayer2006-03-061-0/+7
* I still don't think this should be here. Note: without this code DV encoderRoman Shaposhnik2006-03-061-10/+0
* DVCPRO50 support.Daniel Maas2006-03-062-80/+1427
* use xorps instead of mulps to toggle the sign of a float, as suggested by Sof...Zuxy Meng2006-03-051-10/+10
* gcc2.95 workaroundLoren Merritt2006-03-051-22/+24
* Make faac_decode_frame return -1 on error and not 0 which avoidsBaptiste Coudurier2006-03-051-2/+2
* remove some useless instructionsLoren Merritt2006-03-041-18/+4
* Make -xy help output consistent, output an empty line before and after.Diego Biurrun2006-03-041-0/+1
* keyframe flag was wrong if SEIs followed the keyframeLoren Merritt2006-03-041-1/+1
* PAL8 support (fixed BLUR8.AVI)Michael Niedermayer2006-03-031-20/+12
* fix segfault with BLUR8.AVIMichael Niedermayer2006-03-031-3/+4
* fix infinite loopMichael Niedermayer2006-03-021-1/+3
* cleanup IMA-ADPCM WAV decoderMichael Niedermayer2006-03-021-22/+21