summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Cosmetics: should not hurt performance, scream if areLuca Barbato2006-06-17
| | | | Originally committed as revision 5493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename version from CVS to the more sensible HEAD.Diego Biurrun2006-06-17
| | | | Originally committed as revision 5489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The AAC frame header uses 13 bits for the frame size, so the buffer shouldMåns Rullgård2006-06-16
| | | | | | | | have room for such a frame. A frame that large seems unlikely in a valid file, but leaving room for it spares us the need to check it elsewhere. Moving the buffer to the end of the struct made debugging this easier. Originally committed as revision 5487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to whoever wrote thisMichael Niedermayer2006-06-15
| | | | Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MIPS doesn't like unaligned accessesMåns Rullgård2006-06-12
| | | | Originally committed as revision 5469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: accept rbsp_trailing longer than 1 byteLoren Merritt2006-06-12
| | | | Originally committed as revision 5467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ifeq(...,yes) instead of ifdefMåns Rullgård2006-06-09
| | | | Originally committed as revision 5462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix closed gop flagBaptiste Coudurier2006-06-09
| | | | Originally committed as revision 5460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support doing motion estimation and compensation without any residual ↵Michael Niedermayer2006-06-04
| | | | | | | | transform or coding this is usefull for filters which need ME/MC Originally committed as revision 5456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_pixels16_l2_altivec and avg_pixels16_l2_altivecLuca Barbato2006-06-03
| | | | Originally committed as revision 5452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADPCM: trellis quantizationLoren Merritt2006-06-03
| | | | Originally committed as revision 5451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-03
| | | | | | user-tunable. Originally committed as revision 5450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adpcm_ima & adpcm_yamaha: improved quantizationLoren Merritt2006-06-03
| | | | Originally committed as revision 5449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed a possible bug, checked against the assembly.Benjamin Larsson2006-06-02
| | | | | | No sample that used the code has been found though. Originally committed as revision 5448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
| | | | Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-01
| | | | Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
| | | | Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Palette support for newer KMVCKostya Shishkov2006-05-31
| | | | Originally committed as revision 5435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.Loren Merritt2006-05-30
| | | | Originally committed as revision 5433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow: cosmeticsLoren Merritt2006-05-30
| | | | Originally committed as revision 5432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow: scale predicted mv based on which reference frame the neighbors used.Loren Merritt2006-05-30
| | | | Originally committed as revision 5431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow: cosmeticsLoren Merritt2006-05-30
| | | | Originally committed as revision 5428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in ↵Loren Merritt2006-05-30
| | | | | | iterative motion estimation. Originally committed as revision 5427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.Loren Merritt2006-05-30
| | | | Originally committed as revision 5426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make b_frame_strategy not fail on pass 2, but still print a notice.Corey Hickey2006-05-29
| | | | Originally committed as revision 5425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l don't reuse outer loop index in inner loopsRoberto Togni2006-05-29
| | | | Originally committed as revision 5423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fabs is better then abs for floats ...Michael Niedermayer2006-05-29
| | | | Originally committed as revision 5422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo me thinks ...Michael Niedermayer2006-05-29
| | | | Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cbp must be >0 here or we are in troubbleMichael Niedermayer2006-05-29
| | | | Originally committed as revision 5420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: MBAFF interlaced decodingLoren Merritt2006-05-28
| | | | Originally committed as revision 5419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: faster fill_rectangle()Loren Merritt2006-05-28
| | | | Originally committed as revision 5418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow multiple reference framesLoren Merritt2006-05-28
| | | | | | (bitstream is not backwards compatible, even if refs aren't used) Originally committed as revision 5417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow 1pass ratecontrolLoren Merritt2006-05-28
| | | | Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mbd bits bug, finallyBaptiste Coudurier2006-05-26
| | | | Originally committed as revision 5411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-26
| | | | Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov2006-05-17
| | | | Originally committed as revision 5389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-16
| | | | Originally committed as revision 5387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.Guillaume Poirier2006-05-16
| | | | | | | 3dnow intrinsincs are for now only compiled if 3dnowext support is available. (I should add smth that checks for plain 3dnow later) Originally committed as revision 5386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ↵Guillaume Poirier2006-05-14
| | | | | | | | GCC, so use -m3dnow instead. Note that there's no way to specificly activate 3dnow ext support Originally committed as revision 5380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-14
| | | | Originally committed as revision 5379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variableBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
| | | | Originally committed as revision 5369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add unaligned16() and unaligned64()Måns Rullgård2006-05-11
| | | | Originally committed as revision 5366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics. Add the defines needed for debug output.Benjamin Larsson2006-05-11
| | | | Originally committed as revision 5361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash on x86_64Loren Merritt2006-05-11
| | | | Originally committed as revision 5360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix alac decoder on little endianBaptiste Coudurier2006-05-10
| | | | Originally committed as revision 5357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (initalize variables where they are used)Michael Niedermayer2006-05-10
| | | | Originally committed as revision 5356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decoders should (IMHO) not duplicate frames, the application can do this if ↵Michael Niedermayer2006-05-10
| | | | | | it wants Originally committed as revision 5355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow insane gop sizes if the user doesnt care about playable streams ↵Michael Niedermayer2006-05-09
| | | | | | (doesnt want compliance to any standard) Originally committed as revision 5351 to svn://svn.ffmpeg.org/ffmpeg/trunk