summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>Luca Barbato2006-06-21
* Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for point...Luca Barbato2006-06-20
* Remove unused FFMPEG_VERSION_INT.Diego Biurrun2006-06-20
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Cosmetics: should not hurt performance, scream if areLuca Barbato2006-06-17
* Rename version from CVS to the more sensible HEAD.Diego Biurrun2006-06-17
* The AAC frame header uses 13 bits for the frame size, so the buffer shouldMåns Rullgård2006-06-16
* 10l to whoever wrote thisMichael Niedermayer2006-06-15
* MIPS doesn't like unaligned accessesMåns Rullgård2006-06-12
* h264: accept rbsp_trailing longer than 1 byteLoren Merritt2006-06-12
* use ifeq(...,yes) instead of ifdefMåns Rullgård2006-06-09
* fix closed gop flagBaptiste Coudurier2006-06-09
* support doing motion estimation and compensation without any residual transfo...Michael Niedermayer2006-06-04
* put_pixels16_l2_altivec and avg_pixels16_l2_altivecLuca Barbato2006-06-03
* ADPCM: trellis quantizationLoren Merritt2006-06-03
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-03
* adpcm_ima & adpcm_yamaha: improved quantizationLoren Merritt2006-06-03
* Fixed a possible bug, checked against the assembly.Benjamin Larsson2006-06-02
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
* Palette support for newer KMVCKostya Shishkov2006-05-31
* Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.Loren Merritt2006-05-30
* Snow: cosmeticsLoren Merritt2006-05-30
* Snow: scale predicted mv based on which reference frame the neighbors used.Loren Merritt2006-05-30
* Snow: cosmeticsLoren Merritt2006-05-30
* Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt2006-05-30
* Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.Loren Merritt2006-05-30
* Make b_frame_strategy not fail on pass 2, but still print a notice.Corey Hickey2006-05-29
* 10000l don't reuse outer loop index in inner loopsRoberto Togni2006-05-29
* fabs is better then abs for floats ...Michael Niedermayer2006-05-29
* typo me thinks ...Michael Niedermayer2006-05-29
* cbp must be >0 here or we are in troubbleMichael Niedermayer2006-05-29
* h264: MBAFF interlaced decodingLoren Merritt2006-05-28
* h264: faster fill_rectangle()Loren Merritt2006-05-28
* Snow multiple reference framesLoren Merritt2006-05-28
* Snow 1pass ratecontrolLoren Merritt2006-05-28
* fix mbd bits bug, finallyBaptiste Coudurier2006-05-26
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-26
* Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov2006-05-17
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-16
* fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.Guillaume Poirier2006-05-16
* Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ...Guillaume Poirier2006-05-14
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-14
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
* remove unused variableBaptiste Coudurier2006-05-13
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
* add unaligned16() and unaligned64()Måns Rullgård2006-05-11
* Cosmetics. Add the defines needed for debug output.Benjamin Larsson2006-05-11