summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* VC-1 decoder with I-frames support and partial P-frames decodingKostya Shishkov2006-06-273-1535/+2307
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-276-211/+211
* stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)Michael Niedermayer2006-06-261-24/+108
* 10lMichael Niedermayer2006-06-251-1/+1
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-252-4/+1
* minor cleanupLuca Barbato2006-06-241-3/+0
* simplify & optimize things a littleMichael Niedermayer2006-06-241-48/+27
* first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc...Michael Niedermayer2006-06-245-0/+581
* CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-241-0/+5
* fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>Luca Barbato2006-06-211-14/+39
* Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for point...Luca Barbato2006-06-201-14/+26
* Remove unused FFMPEG_VERSION_INT.Diego Biurrun2006-06-201-3/+0
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-201-2/+1
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-184-8/+10
* Cosmetics: should not hurt performance, scream if areLuca Barbato2006-06-172-291/+393
* Rename version from CVS to the more sensible HEAD.Diego Biurrun2006-06-171-1/+1
* The AAC frame header uses 13 bits for the frame size, so the buffer shouldMåns Rullgård2006-06-161-1/+1
* 10l to whoever wrote thisMichael Niedermayer2006-06-151-1/+2
* MIPS doesn't like unaligned accessesMåns Rullgård2006-06-121-1/+1
* h264: accept rbsp_trailing longer than 1 byteLoren Merritt2006-06-121-1/+2
* use ifeq(...,yes) instead of ifdefMåns Rullgård2006-06-091-2/+2
* 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