aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* fill_mbaff_ref_list is missing a return statement, its return valueMåns Rullgård2006-07-011-1/+1
* Adjust AC prediction if (some) predictors are not available.Kostya Shishkov2006-07-011-13/+14
* 0xFFFF l of cola. Now P-frames are decoded almost without distortions.Kostya Shishkov2006-07-011-2/+2
* Remove unused variable (and it wasn't free'd too)Kostya Shishkov2006-07-011-5/+0
* Use MpegEncContext->mbskip_table instead of custom bitplane.Kostya Shishkov2006-07-011-5/+2
* * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's noHerve W2006-06-301-3/+5
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-302-2/+8
* anothe useless sizeof(char)Reynaldo H. Verdejo Pinochet2006-06-301-1/+1
* Slightly reworked MC code, it gives better picture.Kostya Shishkov2006-06-301-6/+6
* typoKostya Shishkov2006-06-301-1/+1
* spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) comDiego Biurrun2006-06-301-3/+3
* Fix initialization of vc1_decoder (the same as wmv3_decoder).Reimar Döffinger2006-06-291-0/+1
* Some optimization and fixes - mostly reworked MC and bitplanes.Kostya Shishkov2006-06-291-242/+216
* This should make P-frames decoding work on x86 (by avoiding get_bits(0))Kostya Shishkov2006-06-291-3/+7
* flacenc - rice param search patch by (Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-271-101/+305
* Added loop filtering as ersatz for overlap filter (improves picture quality f...Kostya Shishkov2006-06-271-9/+36
* VC1 Intra blocks in P-frames use different zigzag table than I-frames.Kostya Shishkov2006-06-271-7/+1
* Do not read full byte when less than 8 bits are still to be read.Reimar Döffinger2006-06-271-1/+1
* Ignore overrun in spectral RLE decoding, fixesReimar Döffinger2006-06-271-1/+4
* VC-1 decoder with I-frames support and partial P-frames decodingKostya Shishkov2006-06-273-1535/+2307
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-276-211/+211
* stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)Michael Niedermayer2006-06-261-24/+108
* 10lMichael Niedermayer2006-06-251-1/+1
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-252-4/+1
* minor cleanupLuca Barbato2006-06-241-3/+0
* simplify & optimize things a littleMichael Niedermayer2006-06-241-48/+27