summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix a corner case in sws emulationLuca Abeni2006-07-25
| | | | Originally committed as revision 5827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MXF demuxerBaptiste Coudurier2006-07-25
| | | | Originally committed as revision 5826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changelog update for GXF muxerBaptiste Coudurier2006-07-25
| | | | Originally committed as revision 5825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain usage of image formats other than GIF.Víctor Paesa2006-07-25
| | | | | | patch by Victor Paesa, wzrlpy *at* arsystel com Originally committed as revision 5824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: wrong quotingDiego Biurrun2006-07-24
| | | | Originally committed as revision 5823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a tiny bit of cleanupMichael Niedermayer2006-07-24
| | | | Originally committed as revision 19178 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsMichael Niedermayer2006-07-24
| | | | | | | the +-1 issue is limited to >2tap vertical filters, so bilinear upscale was unaffected the new code is sometime faster sometimes slower but the difference is significant (~20%) so its optional and enabled with arnd=1 Originally committed as revision 19177 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unnecessary darwin variable.Diego Biurrun2006-07-24
| | | | Originally committed as revision 5822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip the MMX/SSE and memalign() check when running on OS X/Darwin, *allocDiego Biurrun2006-07-24
| | | | | | | provides necessary alignment on this platform. patch by Mino Taoyama and Nigel Pearson Originally committed as revision 5821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some B-frames support (parsing and decoding only, no motion compesation is done)Kostya Shishkov2006-07-24
| | | | Originally committed as revision 5820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some fixes for decode_p_mb()Kostya Shishkov2006-07-24
| | | | Originally committed as revision 5819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix --extra-ldflags when cross-compiling for MinGW.Diego Biurrun2006-07-24
| | | | Originally committed as revision 5818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.Diego Biurrun2006-07-24
| | | | Originally committed as revision 5817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo introduced in the memalign->av_malloc conversion (there is noAlan Curry2006-07-23
| | | | | | mv_malloc) Originally committed as revision 19174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove obsolete and misleading warning.Diego Biurrun2006-07-23
| | | | Originally committed as revision 5816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not crash when the first frame is not a keyframe (and thus none of theReimar Döffinger2006-07-23
| | | | | | necessary initialization has been done yet). Originally committed as revision 5815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-23
| | | | | | extra checks to make sure the seeking function will not hang forever. Originally committed as revision 5814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing part of the malloc -> av_malloc patch: memalign must be replaced as ↵Reimar Döffinger2006-07-23
| | | | | | well! Originally committed as revision 19173 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Correct edge MC for chromaKostya Shishkov2006-07-23
| | | | Originally committed as revision 5813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable libtheora, this change leaves all the libtheora related code in svn ↵Michael Niedermayer2006-07-22
| | | | | | | | for now but just disables it in configure IMO libtheora support should be completely removed but at least under no circumstances must it disable or override our native decoder by default Originally committed as revision 5812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace code for clipping MV vectors (which is wrong to use here) with ↵Kostya Shishkov2006-07-22
| | | | | | clipping source coords. Originally committed as revision 5811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't do non-uniform quantization on zero coeffs.Kostya Shishkov2006-07-22
| | | | Originally committed as revision 5810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-21
| | | | | | is not installed currently. Originally committed as revision 5809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l: scale DC predictors instead of predicted value.Kostya Shishkov2006-07-21
| | | | Originally committed as revision 5808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set DC = 0 for skipped MB as it interferes DC predictionKostya Shishkov2006-07-21
| | | | Originally committed as revision 5807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correctly quantizer and transform mode when parsing frame header.Kostya Shishkov2006-07-21
| | | | Originally committed as revision 5806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updateMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
| | | | Originally committed as revision 19148 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* removing redundant mess next time we break compatiilityMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix regression failure after adler simplificationMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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