aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* fix closed gop flagBaptiste Coudurier2006-06-091-1/+1
* support doing motion estimation and compensation without any residual transfo...Michael Niedermayer2006-06-042-0/+16
* put_pixels16_l2_altivec and avg_pixels16_l2_altivecLuca Barbato2006-06-031-32/+85
* ADPCM: trellis quantizationLoren Merritt2006-06-032-1/+219
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-033-1/+10
* adpcm_ima & adpcm_yamaha: improved quantizationLoren Merritt2006-06-031-53/+11
* Fixed a possible bug, checked against the assembly.Benjamin Larsson2006-06-021-1/+1
* remove redundant make variable SUBDIRMåns Rullgård2006-06-011-1/+0
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-018-6512/+1
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-014-0/+282
* Palette support for newer KMVCKostya Shishkov2006-05-311-4/+27
* Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.Loren Merritt2006-05-301-0/+7
* Snow: cosmeticsLoren Merritt2006-05-302-15/+19
* Snow: scale predicted mv based on which reference frame the neighbors used.Loren Merritt2006-05-301-9/+38
* Snow: cosmeticsLoren Merritt2006-05-301-22/+22
* Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt2006-05-303-35/+45
* Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.Loren Merritt2006-05-301-4/+8
* Make b_frame_strategy not fail on pass 2, but still print a notice.Corey Hickey2006-05-291-2/+2
* 10000l don't reuse outer loop index in inner loopsRoberto Togni2006-05-291-6/+6
* fabs is better then abs for floats ...Michael Niedermayer2006-05-291-1/+1
* typo me thinks ...Michael Niedermayer2006-05-291-1/+1
* cbp must be >0 here or we are in troubbleMichael Niedermayer2006-05-291-0/+1
* h264: MBAFF interlaced decodingLoren Merritt2006-05-283-296/+726
* h264: faster fill_rectangle()Loren Merritt2006-05-281-37/+60
* Snow multiple reference framesLoren Merritt2006-05-282-93/+184
* Snow 1pass ratecontrolLoren Merritt2006-05-281-15/+72
* fix mbd bits bug, finallyBaptiste Coudurier2006-05-261-1/+1
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-261-6/+0
* Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov2006-05-171-1/+1
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-163-62/+134
* fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.Guillaume Poirier2006-05-161-1/+6
* Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ...Guillaume Poirier2006-05-141-1/+1
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-141-0/+3
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-134-16/+29
* remove unused variableBaptiste Coudurier2006-05-131-4/+2
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-137-5/+42
* add unaligned16() and unaligned64()Måns Rullgård2006-05-111-10/+19
* Cosmetics. Add the defines needed for debug output.Benjamin Larsson2006-05-111-0/+2
* fix a crash on x86_64Loren Merritt2006-05-111-1/+1
* fix alac decoder on little endianBaptiste Coudurier2006-05-101-1/+0
* cosmetics (initalize variables where they are used)Michael Niedermayer2006-05-101-5/+4
* decoders should (IMHO) not duplicate frames, the application can do this if i...Michael Niedermayer2006-05-101-4/+2
* allow insane gop sizes if the user doesnt care about playable streams (doesnt...Michael Niedermayer2006-05-091-1/+1
* add outcommented chunk of code to handle stuffing MBs at the end of slices (I...Michael Niedermayer2006-05-081-0/+6
* vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbala...Denes Balatoni2006-05-071-1/+3
* make zero motion vector threshold user setableMichael Niedermayer2006-05-073-1/+12
* Further simplify AMR build.Diego Biurrun2006-05-061-6/+3
* reinit quant matrices if pps is overwritten by another of the same pps_id.Loren Merritt2006-05-051-0/+2
* Ignore errors from recursive AMR cleans.Diego Biurrun2006-05-051-2/+2
* Unconditionally clean AMR subdirs.Diego Biurrun2006-05-051-11/+2