summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added support for DVHS (192) packet sizeNico Sabbi2006-01-022-7/+12
| | | | Originally committed as revision 4801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entry about release frequency.Diego Biurrun2006-01-021-0/+9
| | | | Originally committed as revision 4800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix asymmetric CQMs with pre-transposed DCT.Loren Merritt2005-12-311-1/+3
| | | | Originally committed as revision 4799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CQM: fix fallback to JVT scaling listsLoren Merritt2005-12-311-13/+14
| | | | 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-311-2/+10
| | | | Originally committed as revision 4797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix direct_8x8_inference_flag with 4x4 mvs.Loren Merritt2005-12-311-0/+16
| | | | Originally committed as revision 4796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some potential arithmetic overflows in pred_direct_motion() andLoren Merritt2005-12-302-10/+10
| | | | | | 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-301-12/+12
| | | | 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-301-11/+17
| | | | | | 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
* finally found what those >138 codes were... crappy compressed 5bit ascii. ↵François Revol2005-12-302-14/+49
| | | | | | this gets them correctly, and adds setting track lang in movenc too. Originally committed as revision 4792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT ↵François Revol2005-12-301-5/+56
| | | | | | net (unstested); added code to map language codes to stream->language[] Originally committed as revision 4791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace buggy --disable-codec/--enable-codec with non-buggyDiego Biurrun2005-12-301-4/+10
| | | | | | --disable-decoder/--enable-decoder and --disable-encoder/--enable-encoder. Originally committed as revision 4790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mem corruption fixMichael Niedermayer2005-12-301-35/+37
| | | | Originally committed as revision 4789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammarDiego Biurrun2005-12-291-2/+2
| | | | Originally committed as revision 4788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammarDiego Biurrun2005-12-291-163/+162
| | | | Originally committed as revision 4787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updatesDiego Biurrun2005-12-291-2/+5
| | | | Originally committed as revision 4786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* second try of improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-294-21/+21
| | | | Originally committed as revision 4785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update x264 wrapper.Robert Swain2005-12-294-10/+226
| | | | | | 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-291-2/+2
| | | | Originally committed as revision 4783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2005-12-281-1/+1
| | | | Originally committed as revision 4782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iterative overlapped block based motion estimation for snowMichael Niedermayer2005-12-283-45/+386
| | | | Originally committed as revision 4781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wma2 fixRoberto Togni2005-12-271-0/+1
| | | | Originally committed as revision 4780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wma2 audio decoderReimar Döffinger2005-12-271-1/+1
| | | | | | 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-261-0/+10
| | | | 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-251-12/+22
| | | | | | 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-253-2/+11
| | | | 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-252-4/+1
| | | | Originally committed as revision 4775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b frame strategy 2Michael Niedermayer2005-12-251-0/+95
| | | | Originally committed as revision 4774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont discard least significant bitsMichael Niedermayer2005-12-253-62/+62
| | | | Originally committed as revision 4773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for 28_8 in old ar. filesRoberto Togni2005-12-251-11/+27
| | | | 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-241-5/+5
| | | | | | 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-243-13/+13
| | | | Originally committed as revision 4770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2005-12-231-12/+11
| | | | Originally committed as revision 4769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bidir refine supportMichael Niedermayer2005-12-233-3/+71
| | | | Originally committed as revision 4768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor typoMichael Niedermayer2005-12-233-24/+25
| | | | Originally committed as revision 4767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better f_code guessing in 2nd passMichael Niedermayer2005-12-223-3/+15
| | | | 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-223-14/+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-22178-22016/+22016
| | | | 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-221-1/+1
| | | | | | 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-211-37/+37
| | | | Originally committed as revision 4762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also autodetect xvid idct if bitexact is usedMichael Niedermayer2005-12-211-1/+1
| | | | 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-201-1/+2
| | | | 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-191-1/+8
| | | | | | Based on patch by "mkhodor7 <-> yahoo | com" Originally committed as revision 4759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2005-12-191-1/+1
| | | | Originally committed as revision 4758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct qp & lambda for ME on the second passMichael Niedermayer2005-12-193-28/+38
| | | | Originally committed as revision 4757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgotMichael Niedermayer2005-12-191-1/+2
| | | | Originally committed as revision 4756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support printing compact qp histogramMichael Niedermayer2005-12-181-2/+13
| | | | Originally committed as revision 4755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix q=0 bugMichael Niedermayer2005-12-181-1/+2
| | | | Originally committed as revision 4754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new qscale type to distinguish H264Jindřich Makovička2005-12-182-0/+2
| | | | Originally committed as revision 4753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer2005-12-184-9/+457
| | | | Originally committed as revision 4752 to svn://svn.ffmpeg.org/ffmpeg/trunk