summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* simplifyMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* for floats fabs is better & smaller then ABSMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simpler, smaller and fasterMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid 4 +Michael Niedermayer2006-07-19
| | | | Originally committed as revision 5799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove 166 useless underscores, and make this file valid c code as a resultMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove a few useless casts and avoid the useless t1/t2 variablesMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more simplificationsMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplificationMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iabs -> ABSMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix loop filterMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install log.hLuca Abeni2006-07-19
| | | | Originally committed as revision 5790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing EXESUF to executable rules.Víctor Paesa2006-07-19
| | | | | | | patch by Victor Paesa, wzrlpy at arsystel com M tests/Makefile Originally committed as revision 5789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable the vp3 mmx and sse2 idcts, their output doesnt match the c idct ↵Michael Niedermayer2006-07-19
| | | | | | (tested with -f crc) and the theora spec does not allow different idcts not to mention the difference is quite vissible ... Originally committed as revision 5788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GXF muxerBaptiste Coudurier2006-07-19
| | | | Originally committed as revision 5787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak, patch by I. Po % yyymmmm # gmail O com %I. Po2006-07-19
| | | | | | | | Original thread: Date: Jul 18, 2006 3:49 PM Subject: Re: [Ffmpeg-devel] [PATCH] http.c: http_connect() memleak Originally committed as revision 5785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19
| | | | Originally committed as revision 5784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Possibility to skip bytes in the beginning of a file.Benjamin Larsson2006-07-18
| | | | Originally committed as revision 5783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify b64_encode()Michael Niedermayer2006-07-18
| | | | | | maybe this should be moved to libavutil ... Originally committed as revision 5782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log() & friends to libavutilLuca Abeni2006-07-18
| | | | Originally committed as revision 5781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to x264 r537Loren Merritt2006-07-18
| | | | Originally committed as revision 5780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add header info to flv format based on a patch by (Philipp Klaus ↵Michael Niedermayer2006-07-17
| | | | | | >ffmpegdevel ad pylonsoft mot ch ) Originally committed as revision 5779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse all QIS values (we still ignore them though ...)Michael Niedermayer2006-07-17
| | | | Originally committed as revision 5778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for meMichael Niedermayer2006-07-17
| | | | Originally committed as revision 5777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ↵Matthieu Castet2006-07-17
| | | | | | matthieu ot free dat fr %%) Originally committed as revision 5776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to implement xiphs useless and stupid quantization matrix messMichael Niedermayer2006-07-17
| | | | Originally committed as revision 5775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for ↵Michael Niedermayer2006-07-17
| | | | | | theora according to spec) Originally committed as revision 5774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use RSHIFTMichael Niedermayer2006-07-16
| | | | Originally committed as revision 5773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless memcpyMichael Niedermayer2006-07-16
| | | | Originally committed as revision 5772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some fixmes if someone ever wants to implement theora support correctly ...Michael Niedermayer2006-07-16
| | | | Originally committed as revision 5771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check how many bits are left after decoding extradataMichael Niedermayer2006-07-16
| | | | | | this change is messy as whoever wrote the original code copied the GetBitContext instead of passing a pointer to it which has to be fixed for the above thing Originally committed as revision 5770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2006-07-16
| | | | Originally committed as revision 5769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster h264 fill_caches()Loren Merritt2006-07-16
| | | | Originally committed as revision 5768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic change to adjust alignment.Justin Ruggles2006-07-16
| | | | Originally committed as revision 5767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify preset compression levels to utilize log search.Justin Ruggles2006-07-16
| | | | Originally committed as revision 5766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-16
| | | | | | | available to external programs as well. Also make more things available to external programs like GET_UTF8, MKTAG etc. Originally committed as revision 5765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMåns Rullgård2006-07-16
| | | | Originally committed as revision 5764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log prediction order search methodMichael Niedermayer2006-07-16
| | | | Originally committed as revision 5763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add lpc order search. This creates new compression levels 6 to 12.Justin Ruggles2006-07-16
| | | | Originally committed as revision 5762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't pass block[6][64] parameter to decode_p_mb as we always use s->blockKostya Shishkov2006-07-16
| | | | Originally committed as revision 5761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct inverse quantization for P-framesKostya Shishkov2006-07-16
| | | | Originally committed as revision 5760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rounding control for motion compensation.Kostya Shishkov2006-07-16
| | | | Originally committed as revision 5759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate all coefficients for several orders during cholesky factorization, ↵Michael Niedermayer2006-07-15
| | | | | | the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders Originally committed as revision 5758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2006-07-15
| | | | Originally committed as revision 5757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cygwin shared libraries support, patch by Víctor Paesa wzrlpy at arsystel com.Víctor Paesa2006-07-15
| | | | Originally committed as revision 5756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create infrastructure to install shared and static libs into different places.Diego Biurrun2006-07-15
| | | | | | based on patch by Víctor Paesa wzrlpy at arsystel com Originally committed as revision 5755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix DESTDIR handling. DESTDIR got prepended twice for $(DESTDIR)$libdirDiego Biurrun2006-07-15
| | | | | | and similar since $libdir contained $prefix, which contained $(DESTDIR).. Originally committed as revision 5754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set defaults before showing helpMåns Rullgård2006-07-15
| | | | Originally committed as revision 5753 to svn://svn.ffmpeg.org/ffmpeg/trunk