| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MPEG-2 4:2:2 encoding support | Baptiste Coudurier | 2006-05-16 | 3 | -62/+134 |
* | fix compilation of 3dnowext instinsincs, both on ia32 and AMD64. | Guillaume Poirier | 2006-05-16 | 1 | -1/+6 |
* | Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ... | Guillaume Poirier | 2006-05-14 | 1 | -1/+1 |
* | add quicktime uncompressed 8bit 4:2:2 support | Baptiste Coudurier | 2006-05-14 | 1 | -0/+3 |
* | add MPEG-2 intra vlc support | Baptiste Coudurier | 2006-05-13 | 4 | -16/+29 |
* | remove unused variable | Baptiste Coudurier | 2006-05-13 | 1 | -4/+2 |
* | sanity checks, some might have been exploitable ... | Michael Niedermayer | 2006-05-13 | 7 | -5/+42 |
* | add unaligned16() and unaligned64() | Måns Rullgård | 2006-05-11 | 1 | -10/+19 |
* | Cosmetics. Add the defines needed for debug output. | Benjamin Larsson | 2006-05-11 | 1 | -0/+2 |
* | fix a crash on x86_64 | Loren Merritt | 2006-05-11 | 1 | -1/+1 |
* | fix alac decoder on little endian | Baptiste Coudurier | 2006-05-10 | 1 | -1/+0 |
* | cosmetics (initalize variables where they are used) | Michael Niedermayer | 2006-05-10 | 1 | -5/+4 |
* | decoders should (IMHO) not duplicate frames, the application can do this if i... | Michael Niedermayer | 2006-05-10 | 1 | -4/+2 |
* | allow insane gop sizes if the user doesnt care about playable streams (doesnt... | Michael Niedermayer | 2006-05-09 | 1 | -1/+1 |
* | add outcommented chunk of code to handle stuffing MBs at the end of slices (I... | Michael Niedermayer | 2006-05-08 | 1 | -0/+6 |
* | vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbala... | Denes Balatoni | 2006-05-07 | 1 | -1/+3 |
* | make zero motion vector threshold user setable | Michael Niedermayer | 2006-05-07 | 3 | -1/+12 |
* | Further simplify AMR build. | Diego Biurrun | 2006-05-06 | 1 | -6/+3 |
* | reinit quant matrices if pps is overwritten by another of the same pps_id. | Loren Merritt | 2006-05-05 | 1 | -0/+2 |
* | Ignore errors from recursive AMR cleans. | Diego Biurrun | 2006-05-05 | 1 | -2/+2 |
* | Unconditionally clean AMR subdirs. | Diego Biurrun | 2006-05-05 | 1 | -11/+2 |