aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Enable coefficient scalingKostya Shishkov2006-07-071-22/+21
* Don't read out-of-bounds values.Kostya Shishkov2006-07-071-1/+2
* simplifyMåns Rullgård2006-07-061-2/+1
* build mpegaudio.c and ac3enc.c only if neededMåns Rullgård2006-07-061-1/+7
* hopefully better for platforms not supporting misaligned readStefan Gehrer2006-07-061-1/+1
* make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort...Stefan Gehrer2006-07-061-8/+22
* increasing version for AVBitStreamFiltersMichael Niedermayer2006-07-061-2/+2
* noise bitstream filterMichael Niedermayer2006-07-063-2/+34
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-065-1/+134
* Mark some read-only datastructures as const.Stefan Huehner2006-07-063-14/+14
* Fix one case of choosing MV for chromaKostya Shishkov2006-07-061-5/+5
* spelling typoDiego Biurrun2006-07-051-1/+1
* use $(LIBOBJFLAGS) when compiling sparc/*.cMåns Rullgård2006-07-051-1/+1
* #define SBUTTERFLY outside CONFIG_ENCODERSMåns Rullgård2006-07-051-5/+5
* even more cbp safetyStefan Gehrer2006-07-051-13/+10
* missed removing this line in my last commitStefan Gehrer2006-07-051-1/+0
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-2/+4
* add rounding bias earlier in the idct, avoids many addsMichael Niedermayer2006-07-041-18/+20
* Mark read-only data as const. Patch by stefan huehner org.Stefan Huehner2006-07-041-34/+34
* return -1 on bitstream errors instead of continuing, as the following stuff a...Michael Niedermayer2006-07-041-1/+1
* simplify intra prediction mode decodingMichael Niedermayer2006-07-042-20/+10
* check cbp for validity, avoids possible out of array reads / segfaultsMichael Niedermayer2006-07-041-5/+21
* minor simplificationnMichael Niedermayer2006-07-041-4/+2
* Implement intensity compensationKostya Shishkov2006-07-041-2/+42
* Correctly choose global transform mode, MV mode and fix bitplane decodingKostya Shishkov2006-07-041-3/+9
* Optimizations suggested by Michael NiedermayerKostya Shishkov2006-07-041-53/+21
* cleanup macroblock layer: merged decode of skipped MBsStefan Gehrer2006-07-031-52/+32
* cosmetic patch:Stefan Gehrer2006-07-032-36/+65
* Correctly detect when use hpel or qpel modeKostya Shishkov2006-07-031-1/+6
* 4-MV mode final fixes (now it works for non-exotic modes)Kostya Shishkov2006-07-031-5/+8
* vc1_decode_intra_block() simplifications and correctionsKostya Shishkov2006-07-031-42/+19
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-036-22/+4
* porder patch by (Justin Ruggles jruggle a t earthlink d ot net)Justin Ruggles2006-07-031-20/+16
* 4-MV decoding supportKostya Shishkov2006-07-031-81/+368
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-039-166/+161
* remove redundant macro definitionsMåns Rullgård2006-07-021-6/+0
* kill warningMåns Rullgård2006-07-021-0/+1
* CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de)Stefan Gehrer2006-07-021-0/+3
* staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ...Stefan Gehrer2006-07-022-9/+9
* 3 lines while -> 1 line for loopMichael Niedermayer2006-07-021-3/+1
* simplifyMichael Niedermayer2006-07-021-8/+3
* simplify compute_autocorrMichael Niedermayer2006-07-021-22/+10
* dont use memcpy for copying structsMichael Niedermayer2006-07-021-1/+1
* simplifyMichael Niedermayer2006-07-021-50/+11
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-023-58/+618
* simplifyMichael Niedermayer2006-07-021-7/+6
* ff_fft_init now double checks that the system has mm3dnow.h beforeBenjamin Larsson2006-07-021-0/+4
* remove unneeded castsMåns Rullgård2006-07-021-5/+5
* get rid of veccpy(), replace with simple assignmentMåns Rullgård2006-07-021-37/+33
* new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer2006-07-014-0/+2769