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-01-13bugs found by valgrindMichael Niedermayer
2006-01-12Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger
2006-01-12faster iterative_me: avoid duplicate mc of neighboring blocks.Loren Merritt
2006-01-12Move Darwin shared library build peculiarities to configure.Diego Biurrun
2006-01-10Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni
2006-01-09CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger
2006-01-09tweak h264_biweightLoren Merritt
2006-01-09tweak inlines.Loren Merritt
2006-01-09consistency cosmeticsDiego Biurrun
2006-01-0910l: bidir_refine didn't save the new mvs. also improve speed.Loren Merritt
2006-01-09Make shared lib name handling consistent with the other Makefiles.Jacob Meuser
2006-01-09get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson
2006-01-08get_vlc -> get_vlc2 transition.Benjamin Larsson
2006-01-08get_vlc -> get_vlc2 transition.Benjamin Larsson
2006-01-08install dsputil.h, that is used by many filters in mplayerNico Sabbi
2006-01-08use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer
2006-01-08Incorrect check removed.Benjamin Larsson
2006-01-07use h264 MC functions for rectangular blocks tooMichael Niedermayer
2006-01-0710l (assertion failure)Michael Niedermayer
2006-01-06 Moving dv_anchor back to the global scope. This creates a tiny memoryRoman Shaposhnik
2006-01-06Comment out WMV3 decoder for now, it crashes on every file and causesDiego Biurrun
2006-01-06Dual mono stereo strems sound ok now, added sanity checks and removedBenjamin Larsson
2006-01-05ugly, but necessaryMike Melanson
2006-01-05cleanupMichael Niedermayer
2006-01-04H.263: more descriptive error messageTom Joseph
2006-01-048x8 integer dct from x264 as cmp function (under CONFIG_GPL)Michael Niedermayer
2006-01-04Fix an out of array access and some minor cleanup of the code.Benjamin Larsson
2006-01-04av_freep() recommanditionMichael Niedermayer
2006-01-04Make all tables static const.Diego Biurrun
2006-01-03TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun
2005-12-31fix asymmetric CQMs with pre-transposed DCT.Loren Merritt
2005-12-31CQM: fix fallback to JVT scaling listsLoren Merritt
2005-12-31direct mvs in B_8x8 mbs were set too early.Loren Merritt
2005-12-31fix direct_8x8_inference_flag with 4x4 mvs.Loren Merritt
2005-12-31fix some potential arithmetic overflows in pred_direct_motion() andLoren Merritt
2005-12-31:%s/check_block_2p/check_block_inter/gFrançois Revol
2005-12-31this fixes compilation with gcc 2.95 which seems to not like array casting......François Revol
2005-12-30mem corruption fixMichael Niedermayer
2005-12-29second try of improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer
2005-12-29update x264 wrapper.Robert Swain
2005-12-294mv + iter ME 10l fix (still not bugfree but better)Michael Niedermayer
2005-12-2910lMichael Niedermayer
2005-12-28iterative overlapped block based motion estimation for snowMichael Niedermayer
2005-12-27Fix wma2 audio decoderReimar Döffinger
2005-12-26Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)Burkhard Plaum
2005-12-25support downscaling frames for dynamic b frame decissionMichael Niedermayer
2005-12-2510l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer
2005-12-25b frame strategy 2Michael Niedermayer
2005-12-25dont discard least significant bitsMichael Niedermayer
2005-12-25hmm did i mess the scaling of these up at some point?Michael Niedermayer