summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bunch of spelling/grammar mistakes in doxygen comments and output.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_byte may not return -1 on error, since it can lead to a negative backptr.Reimar Döffinger2006-01-14
| | | | Originally committed as revision 4854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify codec addition instructions.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Wrong state handling causing decompression errors in some casesReimar Döffinger2006-01-14
| | | | Originally committed as revision 4852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
| | | | | | based on a patch by Luca Barbato < lu_zero -- at -- gentoo -- dot -- org > Originally committed as revision 4851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split snow53 test outMichael Niedermayer2006-01-14
| | | | Originally committed as revision 4850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio video decoderDiego Biurrun2006-01-14
| | | | Originally committed as revision 4849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about what to do when adding a new codec.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio video added.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Point at new bug report page.Diego Biurrun2006-01-13
| | | | Originally committed as revision 4846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update x264 wrapper.Robert Swain2006-01-13
| | | | | | | | | patch by Robert Swain. probably this change is caused by the flags2 default change why ohh why does noone run the regression tests before cvs commit :( Originally committed as revision 4845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change this Makefile to be consistent with all the others.Diego Biurrun2006-01-13
| | | | Originally committed as revision 4844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor consistency fixDiego Biurrun2006-01-13
| | | | Originally committed as revision 4843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-13
| | | | Originally committed as revision 17368 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bugs found by valgrindMichael Niedermayer2006-01-12
| | | | Originally committed as revision 4841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-12
| | | | | | Tested on CamStudio sample files. Originally committed as revision 4840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster iterative_me: avoid duplicate mc of neighboring blocks.Loren Merritt2006-01-12
| | | | Originally committed as revision 4839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-10
| | | | | | Patch by Luca Abeni - lucabe72 at email dot it. Originally committed as revision 4837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-09
| | | | Originally committed as revision 4836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tweak h264_biweightLoren Merritt2006-01-09
| | | | Originally committed as revision 4835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tweak inlines.Loren Merritt2006-01-09
| | | | Originally committed as revision 4834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmeticsDiego Biurrun2006-01-09
| | | | Originally committed as revision 4833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: bidir_refine didn't save the new mvs. also improve speed.Loren Merritt2006-01-09
| | | | Originally committed as revision 4832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make shared lib name handling consistent with the other Makefiles.Jacob Meuser2006-01-09
| | | | | | patch by Jacob Meuser < jakemsr ..@.. jakemsr ... com > Originally committed as revision 4831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable-shared-pp should directly enable pp and not depend on --enable-pp.Diego Biurrun2006-01-09
| | | | Originally committed as revision 4830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson2006-01-08
| | | | Originally committed as revision 4829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-08
| | | | Originally committed as revision 4828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-08
| | | | Originally committed as revision 4827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing second last time François Revol applies a patch without running the ↵Michael Niedermayer2006-01-08
| | | | | | | | | | | 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
* install dsputil.h, that is used by many filters in mplayerNico Sabbi2006-01-08
| | | | Originally committed as revision 4825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer2006-01-08
| | | | Originally committed as revision 4824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Incorrect check removed.Benjamin Larsson2006-01-07
| | | | Originally committed as revision 4823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better version reportingAlex Beregszaszi2006-01-07
| | | | Originally committed as revision 4822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use h264 MC functions for rectangular blocks tooMichael Niedermayer2006-01-07
| | | | Originally committed as revision 4821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression test for iterative ME & wavelet cmp functionsMichael Niedermayer2006-01-07
| | | | Originally committed as revision 4820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (assertion failure)Michael Niedermayer2006-01-07
| | | | Originally committed as revision 4819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Moving dv_anchor back to the global scope. This creates a tiny memoryRoman Shaposhnik2006-01-06
| | | | | | | 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
* Comment out WMV3 decoder for now, it crashes on every file and causesDiego Biurrun2006-01-06
| | | | | | bug report spam. Originally committed as revision 4817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dual mono stereo strems sound ok now, added sanity checks and removedBenjamin Larsson2006-01-06
| | | | | | | some unused variables and redundant memsets. Patch by Benjamin Larsson Originally committed as revision 4816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealVideo 1.0/2.0 and TrueSpeech are supported.Diego Biurrun2006-01-05
| | | | Originally committed as revision 4815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ugly, but necessaryMike Melanson2006-01-05
| | | | Originally committed as revision 4814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2006-01-04
| | | | | | fix 4mv playback distortions Originally committed as revision 4813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.263: more descriptive error messageTom Joseph2006-01-04
| | | | | | patch by Tom Joseph < tom-lists @@ @ @@ jambon @@ dot @@ ll @@ dot @@ cx > Originally committed as revision 4812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8x8 integer dct from x264 as cmp function (under CONFIG_GPL)Michael Niedermayer2006-01-04
| | | | | | | 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
* Fix an out of array access and some minor cleanup of the code.Benjamin Larsson2006-01-04
| | | | | | | 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
* av_freep() recommanditionMichael Niedermayer2006-01-04
| | | | Originally committed as revision 4809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make all tables static const.Diego Biurrun2006-01-04
| | | | Originally committed as revision 4808 to svn://svn.ffmpeg.org/ffmpeg/trunk