summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Simplify source_path handling, avoids some warnings with non-bash shells.Diego Biurrun2006-01-03
| | | | Originally committed as revision 4807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bashism--; Use POSIX-compatible string handling instead.Diego Biurrun2006-01-03
| | | | Originally committed as revision 4806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bashism--;Diego Biurrun2006-01-03
| | | | Originally committed as revision 4805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -Wdeclaration-after-statement to CFLAGS on GCCs that support it.Michel Bardiaux2006-01-03
| | | | | | patch by Michel Bardiaux < mbardiaux !! at !! mediaxim !! dot !! be > Originally committed as revision 4804 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
* try with auto_guess if first detection failsNico Sabbi2006-01-02
| | | | Originally committed as revision 4802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added support for DVHS (192) packet sizeNico Sabbi2006-01-02
| | | | Originally committed as revision 4801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entry about release frequency.Diego Biurrun2006-01-02
| | | | Originally committed as revision 4800 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
* finally found what those >138 codes were... crappy compressed 5bit ascii. ↵François Revol2005-12-30
| | | | | | 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-30
| | | | | | 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-30
| | | | | | --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-30
| | | | Originally committed as revision 4789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammarDiego Biurrun2005-12-29
| | | | Originally committed as revision 4788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammarDiego Biurrun2005-12-29
| | | | Originally committed as revision 4787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updatesDiego Biurrun2005-12-29
| | | | 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-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
* 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