| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc... | Michael Niedermayer | 2006-06-24 | 5 | -0/+581 |
* | CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net | Justin Ruggles | 2006-06-24 | 1 | -0/+5 |
* | fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com> | Luca Barbato | 2006-06-21 | 1 | -14/+39 |
* | Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for point... | Luca Barbato | 2006-06-20 | 1 | -14/+26 |
* | Remove unused FFMPEG_VERSION_INT. | Diego Biurrun | 2006-06-20 | 1 | -3/+0 |
* | Use Subversion revision for FFMPEG_VERSION. | Diego Biurrun | 2006-06-20 | 1 | -2/+1 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 4 | -8/+10 |
* | Cosmetics: should not hurt performance, scream if are | Luca Barbato | 2006-06-17 | 2 | -291/+393 |
* | Rename version from CVS to the more sensible HEAD. | Diego Biurrun | 2006-06-17 | 1 | -1/+1 |
* | The AAC frame header uses 13 bits for the frame size, so the buffer should | Måns Rullgård | 2006-06-16 | 1 | -1/+1 |
* | 10l to whoever wrote this | Michael Niedermayer | 2006-06-15 | 1 | -1/+2 |
* | MIPS doesn't like unaligned accesses | Måns Rullgård | 2006-06-12 | 1 | -1/+1 |
* | h264: accept rbsp_trailing longer than 1 byte | Loren Merritt | 2006-06-12 | 1 | -1/+2 |
* | use ifeq(...,yes) instead of ifdef | Måns Rullgård | 2006-06-09 | 1 | -2/+2 |
* | fix closed gop flag | Baptiste Coudurier | 2006-06-09 | 1 | -1/+1 |
* | support doing motion estimation and compensation without any residual transfo... | Michael Niedermayer | 2006-06-04 | 2 | -0/+16 |
* | put_pixels16_l2_altivec and avg_pixels16_l2_altivec | Luca Barbato | 2006-06-03 | 1 | -32/+85 |
* | ADPCM: trellis quantization | Loren Merritt | 2006-06-03 | 2 | -1/+219 |
* | Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 | Corey Hickey | 2006-06-03 | 3 | -1/+10 |
* | adpcm_ima & adpcm_yamaha: improved quantization | Loren Merritt | 2006-06-03 | 1 | -53/+11 |
* | Fixed a possible bug, checked against the assembly. | Benjamin Larsson | 2006-06-02 | 1 | -1/+1 |
* | remove redundant make variable SUBDIR | Måns Rullgård | 2006-06-01 | 1 | -1/+0 |
* | libavcodec/libpostproc ---> libpostproc | Diego Biurrun | 2006-06-01 | 8 | -6512/+1 |
* | Flash Screen Video decoder (fourcc:FSV1) | Benjamin Larsson | 2006-06-01 | 4 | -0/+282 |
* | Palette support for newer KMVC | Kostya Shishkov | 2006-05-31 | 1 | -4/+27 |