summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* wma2 fixRoberto Togni2005-12-27
| | | | Originally committed as revision 4780 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
* Mention libav versioning in CVS policy section with a short explanation.Alexander Strasser2005-12-26
| | | | Originally committed as revision 4778 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
* Support for 28_8 in old ar. filesRoberto Togni2005-12-25
| | | | Originally committed as revision 4772 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
* Reportedly FFmpeg fails to compile on Cygwin with vhook enabled, but FFserverDiego Biurrun2005-12-22
| | | | | | works now. Originally committed as revision 4763 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
* Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.raRoberto Togni2005-12-19
| | | | | | Based on patch by "mkhodor7 <-> yahoo | com" Originally committed as revision 4759 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
* support printing compact qp histogramMichael Niedermayer2005-12-18
| | | | Originally committed as revision 4755 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
* new qscale type to distinguish H264Jindřich Makovička2005-12-18
| | | | Originally committed as revision 4753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer2005-12-18
| | | | Originally committed as revision 4752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-12-18
| | | | Originally committed as revision 4751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix custom matrix permutation if xvid idct is autoselected and you have bad luckMichael Niedermayer2005-12-18
| | | | Originally committed as revision 4750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-17
| | | | | | Credits to Mikulas Patocka (mikulas at artax karlin mff cuni cz) Originally committed as revision 4748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ↵Michael Niedermayer2005-12-17
| | | | | | (Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wrong sizes, part of [PATCH] from DivX, Part 9: bitstream crashes from ↵Michael Niedermayer2005-12-17
| | | | | | (Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ↵Michael Niedermayer2005-12-17
| | | | | | slhomme divxcorp com) Originally committed as revision 4745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nan fps fixMichael Niedermayer2005-12-16
| | | | Originally committed as revision 4744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly deal with the alpha channel in 32-bit QT RLE (courtesy of JohnMike Melanson2005-12-14
| | | | | | Koleszar <jkoleszar at on2.com>) Originally committed as revision 4743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly handle very large Cinepak frames (courtesy of John KoleszarMike Melanson2005-12-14
| | | | | | <jkoleszar@on2.com>) Originally committed as revision 4742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some more PRIfooNN crap so it builds again here. Why can't ppl add ↵François Revol2005-12-13
| | | | | | defaults when they use such things ? Originally committed as revision 4741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix const warningMåns Rullgård2005-12-12
| | | | Originally committed as revision 4739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesMåns Rullgård2005-12-12
| | | | Originally committed as revision 4738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QDM2Diego Biurrun2005-12-12
| | | | Originally committed as revision 4737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGWFredrik Orderud2005-12-12
| | | | | | | to simplify usage on Windows. patch by Fredrik Orderud fredrik - . - orderud - @ - idi - . - ntnu - . - no Originally committed as revision 4736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use utf-8 encodingMåns Rullgård2005-12-11
| | | | Originally committed as revision 4735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recognize some more nal typesLoren Merritt2005-12-11
| | | | Originally committed as revision 4734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch adds some support for non-joint stereo streams. It alsoBenjamin Larsson2005-12-11
| | | | | | | removes some fixmes. Patch by Benjamin Larsson Originally committed as revision 4733 to svn://svn.ffmpeg.org/ffmpeg/trunk