summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* 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
* use h264 MC functions for rectangular blocks tooMichael Niedermayer2006-01-07
| | | | Originally committed as revision 4821 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
* 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
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-03
| | | | Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix asymmetric CQMs with pre-transposed DCT.Loren Merritt2005-12-31
| | | | Originally committed as revision 4799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CQM: fix fallback to JVT scaling listsLoren Merritt2005-12-31
| | | | Originally committed as revision 4798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* direct mvs in B_8x8 mbs were set too early.Loren Merritt2005-12-31
| | | | Originally committed as revision 4797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix direct_8x8_inference_flag with 4x4 mvs.Loren Merritt2005-12-31
| | | | Originally committed as revision 4796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some potential arithmetic overflows in pred_direct_motion() andLoren Merritt2005-12-30
| | | | | | ff_h264_weight_WxH_mmx2(). Originally committed as revision 4795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* :%s/check_block_2p/check_block_inter/gFrançois Revol2005-12-30
| | | | Originally committed as revision 4794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this fixes compilation with gcc 2.95 which seems to not like array ↵François Revol2005-12-30
| | | | | | 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
* mem corruption fixMichael Niedermayer2005-12-30
| | | | Originally committed as revision 4789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* second try of improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-29
| | | | Originally committed as revision 4785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update x264 wrapper.Robert Swain2005-12-29
| | | | | | patch by Robert Swain. Originally committed as revision 4784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4mv + iter ME 10l fix (still not bugfree but better)Michael Niedermayer2005-12-29
| | | | Originally committed as revision 4783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2005-12-28
| | | | Originally committed as revision 4782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iterative overlapped block based motion estimation for snowMichael Niedermayer2005-12-28
| | | | Originally committed as revision 4781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wma2 audio decoderReimar Döffinger2005-12-27
| | | | | | Patch by Reimar Doeffinger Originally committed as revision 4779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)Burkhard Plaum2005-12-25
| | | | | | approved by Roman Shaposhnik Originally committed as revision 4777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-25
| | | | Originally committed as revision 4776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer2005-12-25
| | | | Originally committed as revision 4775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b frame strategy 2Michael Niedermayer2005-12-25
| | | | Originally committed as revision 4774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont discard least significant bitsMichael Niedermayer2005-12-25
| | | | Originally committed as revision 4773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hmm did i mess the scaling of these up at some point?Michael Niedermayer2005-12-24
| | | | | | anyway, this change decreases bitrate and increase PSNR by ~1.00 on my test file, other files also benefit significantly Originally committed as revision 4771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly better mv_penalty tableMichael Niedermayer2005-12-24
| | | | Originally committed as revision 4770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2005-12-23
| | | | Originally committed as revision 4769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bidir refine supportMichael Niedermayer2005-12-23
| | | | Originally committed as revision 4768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor typoMichael Niedermayer2005-12-23
| | | | Originally committed as revision 4767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better f_code guessing in 2nd passMichael Niedermayer2005-12-22
| | | | Originally committed as revision 4766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-22
| | | | | | this only affects encoding with bframes and rate control Originally committed as revision 4765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some comments to #ifdef #else #endif blocks and fix wrong ones.Diego Biurrun2005-12-21
| | | | Originally committed as revision 4762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also autodetect xvid idct if bitexact is usedMichael Niedermayer2005-12-21
| | | | Originally committed as revision 4761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to michael for breaking gcc 2.95 compile :)D Richard Felker III2005-12-20
| | | | Originally committed as revision 4760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2005-12-19
| | | | Originally committed as revision 4758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct qp & lambda for ME on the second passMichael Niedermayer2005-12-19
| | | | Originally committed as revision 4757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotMichael Niedermayer2005-12-19
| | | | Originally committed as revision 4756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix q=0 bugMichael Niedermayer2005-12-18
| | | | Originally committed as revision 4754 to svn://svn.ffmpeg.org/ffmpeg/trunk