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