Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-25minor cleanupLuca Barbato
2006-06-24simplify & optimize things a littleMichael Niedermayer
2006-06-24first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc...Michael Niedermayer
2006-06-24CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles
2006-06-21fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>Luca Barbato
2006-06-20Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for point...Luca Barbato
2006-06-20Remove unused FFMPEG_VERSION_INT.Diego Biurrun
2006-06-20Use Subversion revision for FFMPEG_VERSION.Diego Biurrun
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-06-17Cosmetics: should not hurt performance, scream if areLuca Barbato
2006-06-17Rename version from CVS to the more sensible HEAD.Diego Biurrun
2006-06-17The AAC frame header uses 13 bits for the frame size, so the buffer shouldMåns Rullgård
2006-06-1510l to whoever wrote thisMichael Niedermayer
2006-06-13MIPS doesn't like unaligned accessesMåns Rullgård
2006-06-12h264: accept rbsp_trailing longer than 1 byteLoren Merritt
2006-06-10use ifeq(...,yes) instead of ifdefMåns Rullgård
2006-06-09fix closed gop flagBaptiste Coudurier
2006-06-05support doing motion estimation and compensation without any residual transfo...Michael Niedermayer
2006-06-04put_pixels16_l2_altivec and avg_pixels16_l2_altivecLuca Barbato
2006-06-03ADPCM: trellis quantizationLoren Merritt
2006-06-03Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey
2006-06-03adpcm_ima & adpcm_yamaha: improved quantizationLoren Merritt
2006-06-02Fixed a possible bug, checked against the assembly.Benjamin Larsson
2006-06-02remove redundant make variable SUBDIRMåns Rullgård
2006-06-02libavcodec/libpostproc ---> libpostprocDiego Biurrun
2006-06-01Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson
2006-05-31Palette support for newer KMVCKostya Shishkov
2006-05-30Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.Loren Merritt
2006-05-30Snow: cosmeticsLoren Merritt
2006-05-30Snow: scale predicted mv based on which reference frame the neighbors used.Loren Merritt
2006-05-30Snow: cosmeticsLoren Merritt
2006-05-30Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt
2006-05-30Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.Loren Merritt
2006-05-30Make b_frame_strategy not fail on pass 2, but still print a notice.Corey Hickey
2006-05-2910000l don't reuse outer loop index in inner loopsRoberto Togni
2006-05-29fabs is better then abs for floats ...Michael Niedermayer
2006-05-29typo me thinks ...Michael Niedermayer
2006-05-29cbp must be >0 here or we are in troubbleMichael Niedermayer
2006-05-29h264: MBAFF interlaced decodingLoren Merritt
2006-05-29h264: faster fill_rectangle()Loren Merritt
2006-05-29Snow multiple reference framesLoren Merritt
2006-05-28Snow 1pass ratecontrolLoren Merritt
2006-05-26fix mbd bits bug, finallyBaptiste Coudurier
2006-05-26Remove all .cvsignore files, they are no longer necessary.Diego Biurrun
2006-05-17Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov
2006-05-16MPEG-2 4:2:2 encoding supportBaptiste Coudurier
2006-05-16fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.Guillaume Poirier
2006-05-15Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ...Guillaume Poirier
2006-05-14add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier
2006-05-13add MPEG-2 intra vlc supportBaptiste Coudurier