summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bugs found by valgrindMichael Niedermayer2006-01-123-16/+17
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-124-11/+182
* faster iterative_me: avoid duplicate mc of neighboring blocks.Loren Merritt2006-01-121-59/+148
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-126-22/+5
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-103-0/+9
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-096-0/+306
* tweak h264_biweightLoren Merritt2006-01-094-16/+15
* tweak inlines.Loren Merritt2006-01-091-4/+4
* consistency cosmeticsDiego Biurrun2006-01-091-4/+3
* 10l: bidir_refine didn't save the new mvs. also improve speed.Loren Merritt2006-01-091-1/+14
* Make shared lib name handling consistent with the other Makefiles.Jacob Meuser2006-01-091-1/+1
* --enable-shared-pp should directly enable pp and not depend on --enable-pp.Diego Biurrun2006-01-091-1/+1
* get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson2006-01-082-16/+2
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-081-2/+2
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-081-3/+5
* fixing second last time François Revol applies a patch without running the r...Michael Niedermayer2006-01-083-5/+5
* install dsputil.h, that is used by many filters in mplayerNico Sabbi2006-01-081-0/+2
* use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer2006-01-085-12/+90
* Incorrect check removed.Benjamin Larsson2006-01-071-4/+0
* better version reportingAlex Beregszaszi2006-01-071-4/+5
* use h264 MC functions for rectangular blocks tooMichael Niedermayer2006-01-073-18/+48
* regression test for iterative ME & wavelet cmp functionsMichael Niedermayer2006-01-073-9/+9
* 10l (assertion failure)Michael Niedermayer2006-01-071-1/+1
* Moving dv_anchor back to the global scope. This creates a tiny memoryRoman Shaposhnik2006-01-061-14/+10
* Comment out WMV3 decoder for now, it crashes on every file and causesDiego Biurrun2006-01-061-0/+2
* Dual mono stereo strems sound ok now, added sanity checks and removedBenjamin Larsson2006-01-061-41/+45
* RealVideo 1.0/2.0 and TrueSpeech are supported.Diego Biurrun2006-01-051-0/+3
* ugly, but necessaryMike Melanson2006-01-051-0/+4
* cleanupMichael Niedermayer2006-01-041-25/+8
* H.263: more descriptive error messageTom Joseph2006-01-041-1/+1
* 8x8 integer dct from x264 as cmp function (under CONFIG_GPL)Michael Niedermayer2006-01-043-0/+61
* Fix an out of array access and some minor cleanup of the code.Benjamin Larsson2006-01-041-25/+15
* av_freep() recommanditionMichael Niedermayer2006-01-041-1/+5
* Make all tables static const.Diego Biurrun2006-01-041-15/+15
* Simplify source_path handling, avoids some warnings with non-bash shells.Diego Biurrun2006-01-031-1/+1
* bashism--; Use POSIX-compatible string handling instead.Diego Biurrun2006-01-031-4/+4
* bashism--;Diego Biurrun2006-01-031-1/+1
* Add -Wdeclaration-after-statement to CFLAGS on GCCs that support it.Michel Bardiaux2006-01-031-0/+11
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-037-0/+523
* try with auto_guess if first detection failsNico Sabbi2006-01-021-2/+10
* added support for DVHS (192) packet sizeNico Sabbi2006-01-022-7/+12
* Add entry about release frequency.Diego Biurrun2006-01-021-0/+9
* fix asymmetric CQMs with pre-transposed DCT.Loren Merritt2005-12-311-1/+3
* CQM: fix fallback to JVT scaling listsLoren Merritt2005-12-311-13/+14
* direct mvs in B_8x8 mbs were set too early.Loren Merritt2005-12-311-2/+10
* fix direct_8x8_inference_flag with 4x4 mvs.Loren Merritt2005-12-311-0/+16
* fix some potential arithmetic overflows in pred_direct_motion() andLoren Merritt2005-12-302-10/+10
* :%s/check_block_2p/check_block_inter/gFrançois Revol2005-12-301-12/+12
* this fixes compilation with gcc 2.95 which seems to not like array casting......François Revol2005-12-301-11/+17
* finally found what those >138 codes were... crappy compressed 5bit ascii. thi...François Revol2005-12-302-14/+49
OpenPOWER on IntegriCloud