| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup macroblock layer: merged decode of skipped MBs | Stefan Gehrer | 2006-07-03 | 1 | -52/+32 |
* | cosmetic patch: | Stefan Gehrer | 2006-07-03 | 2 | -36/+65 |
* | Correctly detect when use hpel or qpel mode | Kostya Shishkov | 2006-07-03 | 1 | -1/+6 |
* | 4-MV mode final fixes (now it works for non-exotic modes) | Kostya Shishkov | 2006-07-03 | 1 | -5/+8 |
* | vc1_decode_intra_block() simplifications and corrections | Kostya Shishkov | 2006-07-03 | 1 | -42/+19 |
* | Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h | Luca Abeni | 2006-07-03 | 6 | -22/+4 |
* | porder patch by (Justin Ruggles jruggle a t earthlink d ot net) | Justin Ruggles | 2006-07-03 | 1 | -20/+16 |
* | 4-MV decoding support | Kostya Shishkov | 2006-07-03 | 1 | -81/+368 |
* | CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) | Michael Niedermayer | 2006-07-03 | 9 | -166/+161 |
* | remove redundant macro definitions | Måns Rullgård | 2006-07-02 | 1 | -6/+0 |
* | kill warning | Måns Rullgård | 2006-07-02 | 1 | -0/+1 |
* | CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) | Stefan Gehrer | 2006-07-02 | 1 | -0/+3 |
* | staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ... | Stefan Gehrer | 2006-07-02 | 2 | -9/+9 |
* | 3 lines while -> 1 line for loop | Michael Niedermayer | 2006-07-02 | 1 | -3/+1 |
* | simplify | Michael Niedermayer | 2006-07-02 | 1 | -8/+3 |
* | simplify compute_autocorr | Michael Niedermayer | 2006-07-02 | 1 | -22/+10 |
* | dont use memcpy for copying structs | Michael Niedermayer | 2006-07-02 | 1 | -1/+1 |
* | simplify | Michael Niedermayer | 2006-07-02 | 1 | -50/+11 |
* | flac-lpc patch by (Justin Ruggles jruggle earthlink net) | Justin Ruggles | 2006-07-02 | 3 | -58/+618 |
* | simplify | Michael Niedermayer | 2006-07-02 | 1 | -7/+6 |
* | ff_fft_init now double checks that the system has mm3dnow.h before | Benjamin Larsson | 2006-07-02 | 1 | -0/+4 |
* | remove unneeded casts | Måns Rullgård | 2006-07-02 | 1 | -5/+5 |
* | get rid of veccpy(), replace with simple assignment | Måns Rullgård | 2006-07-02 | 1 | -37/+33 |
* | new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) | Michael Niedermayer | 2006-07-01 | 4 | -0/+2769 |
* | fill_mbaff_ref_list is missing a return statement, its return value | Måns Rullgård | 2006-07-01 | 1 | -1/+1 |
* | Adjust AC prediction if (some) predictors are not available. | Kostya Shishkov | 2006-07-01 | 1 | -13/+14 |
* | 0xFFFF l of cola. Now P-frames are decoded almost without distortions. | Kostya Shishkov | 2006-07-01 | 1 | -2/+2 |
* | Remove unused variable (and it wasn't free'd too) | Kostya Shishkov | 2006-07-01 | 1 | -5/+0 |
* | Use MpegEncContext->mbskip_table instead of custom bitplane. | Kostya Shishkov | 2006-07-01 | 1 | -5/+2 |
* | * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no | Herve W | 2006-06-30 | 1 | -3/+5 |
* | Disable w53 and w97 cmp methods when snow encoder is disabled | Diego Pettenò | 2006-06-30 | 2 | -2/+8 |
* | anothe useless sizeof(char) | Reynaldo H. Verdejo Pinochet | 2006-06-30 | 1 | -1/+1 |
* | Slightly reworked MC code, it gives better picture. | Kostya Shishkov | 2006-06-30 | 1 | -6/+6 |
* | typo | Kostya Shishkov | 2006-06-30 | 1 | -1/+1 |
* | spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com | Diego Biurrun | 2006-06-30 | 1 | -3/+3 |
* | Fix initialization of vc1_decoder (the same as wmv3_decoder). | Reimar Döffinger | 2006-06-29 | 1 | -0/+1 |
* | Some optimization and fixes - mostly reworked MC and bitplanes. | Kostya Shishkov | 2006-06-29 | 1 | -242/+216 |
* | This should make P-frames decoding work on x86 (by avoiding get_bits(0)) | Kostya Shishkov | 2006-06-29 | 1 | -3/+7 |
* | flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net | Justin Ruggles | 2006-06-27 | 1 | -101/+305 |
* | Added loop filtering as ersatz for overlap filter (improves picture quality f... | Kostya Shishkov | 2006-06-27 | 1 | -9/+36 |
* | VC1 Intra blocks in P-frames use different zigzag table than I-frames. | Kostya Shishkov | 2006-06-27 | 1 | -7/+1 |
* | Do not read full byte when less than 8 bits are still to be read. | Reimar Döffinger | 2006-06-27 | 1 | -1/+1 |
* | Ignore overrun in spectral RLE decoding, fixes | Reimar Döffinger | 2006-06-27 | 1 | -1/+4 |
* | VC-1 decoder with I-frames support and partial P-frames decoding | Kostya Shishkov | 2006-06-27 | 3 | -1535/+2307 |
* | Rename VC9 to VC1 as there is no such thing as VC9 | Kostya Shishkov | 2006-06-27 | 6 | -211/+211 |
* | stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) | Michael Niedermayer | 2006-06-26 | 1 | -24/+108 |
* | 10l | Michael Niedermayer | 2006-06-25 | 1 | -1/+1 |
* | cleanup patch from Diego Pettenò <flameeyes@gentoo.org> | Luca Barbato | 2006-06-25 | 2 | -4/+1 |
* | minor cleanup | Luca Barbato | 2006-06-24 | 1 | -3/+0 |
* | simplify & optimize things a little | Michael Niedermayer | 2006-06-24 | 1 | -48/+27 |