| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless. | Loren Merritt | 2006-05-30 | 1 | -0/+7 |
* | Snow: cosmetics | Loren Merritt | 2006-05-30 | 2 | -15/+19 |
* | Snow: scale predicted mv based on which reference frame the neighbors used. | Loren Merritt | 2006-05-30 | 1 | -9/+38 |
* | Snow: cosmetics | Loren Merritt | 2006-05-30 | 1 | -22/+22 |
* | Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat... | Loren Merritt | 2006-05-30 | 3 | -35/+45 |
* | Snow: 10l. 1pass ratecontrol failed to set snow's internal quant. | Loren Merritt | 2006-05-30 | 1 | -4/+8 |
* | Make b_frame_strategy not fail on pass 2, but still print a notice. | Corey Hickey | 2006-05-29 | 1 | -2/+2 |
* | 10000l don't reuse outer loop index in inner loops | Roberto Togni | 2006-05-29 | 1 | -6/+6 |
* | fabs is better then abs for floats ... | Michael Niedermayer | 2006-05-29 | 1 | -1/+1 |
* | typo me thinks ... | Michael Niedermayer | 2006-05-29 | 1 | -1/+1 |
* | cbp must be >0 here or we are in troubble | Michael Niedermayer | 2006-05-29 | 1 | -0/+1 |
* | h264: MBAFF interlaced decoding | Loren Merritt | 2006-05-28 | 3 | -296/+726 |
* | h264: faster fill_rectangle() | Loren Merritt | 2006-05-28 | 1 | -37/+60 |
* | Snow multiple reference frames | Loren Merritt | 2006-05-28 | 2 | -93/+184 |
* | Snow 1pass ratecontrol | Loren Merritt | 2006-05-28 | 1 | -15/+72 |
* | fix mbd bits bug, finally | Baptiste Coudurier | 2006-05-26 | 1 | -1/+1 |
* | Remove all .cvsignore files, they are no longer necessary. | Diego Biurrun | 2006-05-26 | 1 | -6/+0 |
* | Now MPlayer should understand Smacker audio and video codecs. | Kostya Shishkov | 2006-05-17 | 1 | -1/+1 |