aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-12bugs found by valgrindMichael Niedermayer
Originally committed as revision 4841 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-12Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger
Tested on CamStudio sample files. Originally committed as revision 4840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-12faster iterative_me: avoid duplicate mc of neighboring blocks.Loren Merritt
Originally committed as revision 4839 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-12Move Darwin shared library build peculiarities to configure.Diego Biurrun
Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-10Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni
Patch by Luca Abeni - lucabe72 at email dot it. Originally committed as revision 4837 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-09CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger
Originally committed as revision 4836 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-09tweak h264_biweightLoren Merritt
Originally committed as revision 4835 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-09tweak inlines.Loren Merritt
Originally committed as revision 4834 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-09consistency cosmeticsDiego Biurrun
Originally committed as revision 4833 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-0910l: bidir_refine didn't save the new mvs. also improve speed.Loren Merritt
Originally committed as revision 4832 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-09Make shared lib name handling consistent with the other Makefiles.Jacob Meuser
patch by Jacob Meuser < jakemsr ..@.. jakemsr ... com > Originally committed as revision 4831 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-09--enable-shared-pp should directly enable pp and not depend on --enable-pp.Diego Biurrun
Originally committed as revision 4830 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-08get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson
Originally committed as revision 4829 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-08get_vlc -> get_vlc2 transition.Benjamin Larsson
Originally committed as revision 4828 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-08get_vlc -> get_vlc2 transition.Benjamin Larsson
Originally committed as revision 4827 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-08fixing second last time François Revol applies a patch without running the ↵Michael Niedermayer
regression tests, next time his account is disabled Note, if you think thats too harsh, look at the cvs history he has broken the regression tests many times and has not once updated the checksums ... regression test checksum change due to: movenc.c 1.46->1.47 "finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track" Originally committed as revision 4826 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-08install dsputil.h, that is used by many filters in mplayerNico Sabbi
Originally committed as revision 4825 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-08use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer
Originally committed as revision 4824 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-07Incorrect check removed.Benjamin Larsson
Originally committed as revision 4823 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-07better version reportingAlex Beregszaszi
Originally committed as revision 4822 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-07use h264 MC functions for rectangular blocks tooMichael Niedermayer
Originally committed as revision 4821 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-07regression test for iterative ME & wavelet cmp functionsMichael Niedermayer
Originally committed as revision 4820 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-0710l (assertion failure)Michael Niedermayer
Originally committed as revision 4819 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-06 Moving dv_anchor back to the global scope. This creates a tiny memoryRoman Shaposhnik
leak for cases like dlopening libavcodec.so and such, but I still don't know how to catch such events. Originally committed as revision 4818 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-06Comment out WMV3 decoder for now, it crashes on every file and causesDiego Biurrun
bug report spam. Originally committed as revision 4817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-06Dual mono stereo strems sound ok now, added sanity checks and removedBenjamin Larsson
some unused variables and redundant memsets. Patch by Benjamin Larsson Originally committed as revision 4816 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-05RealVideo 1.0/2.0 and TrueSpeech are supported.Diego Biurrun
Originally committed as revision 4815 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-05ugly, but necessaryMike Melanson
Originally committed as revision 4814 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-04cleanupMichael Niedermayer
fix 4mv playback distortions Originally committed as revision 4813 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-04H.263: more descriptive error messageTom Joseph
patch by Tom Joseph < tom-lists @@ @ @@ jambon @@ dot @@ ll @@ dot @@ cx > Originally committed as revision 4812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-048x8 integer dct from x264 as cmp function (under CONFIG_GPL)Michael Niedermayer
if this gives better quality then SATD then someone should port the x86 code too or maybe we could even just call it from libx264 the 4x4 one could be tried too ... Originally committed as revision 4811 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-04Fix an out of array access and some minor cleanup of the code.Benjamin Larsson
All available cook samples decode correctly now. patch by Benjamin Larsson < banan ** at ** student ** dot ** ltu ** dot ** se > Originally committed as revision 4810 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-04av_freep() recommanditionMichael Niedermayer
Originally committed as revision 4809 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-04Make all tables static const.Diego Biurrun
Originally committed as revision 4808 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-03Simplify source_path handling, avoids some warnings with non-bash shells.Diego Biurrun
Originally committed as revision 4807 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-03bashism--; Use POSIX-compatible string handling instead.Diego Biurrun
Originally committed as revision 4806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-03bashism--;Diego Biurrun
Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-03Add -Wdeclaration-after-statement to CFLAGS on GCCs that support it.Michel Bardiaux
patch by Michel Bardiaux < mbardiaux !! at !! mediaxim !! dot !! be > Originally committed as revision 4804 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-03TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun
Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-02try with auto_guess if first detection failsNico Sabbi
Originally committed as revision 4802 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-02added support for DVHS (192) packet sizeNico Sabbi
Originally committed as revision 4801 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-02Add entry about release frequency.Diego Biurrun
Originally committed as revision 4800 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-31fix asymmetric CQMs with pre-transposed DCT.Loren Merritt
Originally committed as revision 4799 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-31CQM: fix fallback to JVT scaling listsLoren Merritt
Originally committed as revision 4798 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-31direct mvs in B_8x8 mbs were set too early.Loren Merritt
Originally committed as revision 4797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-31fix direct_8x8_inference_flag with 4x4 mvs.Loren Merritt
Originally committed as revision 4796 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-30fix some potential arithmetic overflows in pred_direct_motion() andLoren Merritt
ff_h264_weight_WxH_mmx2(). Originally committed as revision 4795 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-30:%s/check_block_2p/check_block_inter/gFrançois Revol
Originally committed as revision 4794 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-30this fixes compilation with gcc 2.95 which seems to not like array ↵François Revol
casting... special case inline of check_block which makes the array and passes it Originally committed as revision 4793 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-30finally found what those >138 codes were... crappy compressed 5bit ascii. ↵François Revol
this gets them correctly, and adds setting track lang in movenc too. Originally committed as revision 4792 to svn://svn.ffmpeg.org/ffmpeg/trunk