summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* typoDiego Biurrun2007-04-20
| | | | Originally committed as revision 8762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add .type foo, %function directives for the benefit of debuggersMåns Rullgård2007-04-19
| | | | | | based on patch by Matthieu Castet, castet ! matthieu $ free ! fr Originally committed as revision 8761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix parts missed in clip -> av_clip renameReimar Döffinger2007-04-19
| | | | Originally committed as revision 8760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an use-after-free bugLuca Abeni2007-04-19
| | | | Originally committed as revision 8759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused callbacks from ffserverLuca Abeni2007-04-19
| | | | Originally committed as revision 8758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deobfuscade decodeTonalComponents calling logic.Benjamin Larsson2007-04-18
| | | | Originally committed as revision 8757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Version bump, atrac3 added.Benjamin Larsson2007-04-18
| | | | Originally committed as revision 8756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let maintain things. Added myself as atrac3 maintainer.Benjamin Larsson2007-04-18
| | | | Originally committed as revision 8755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify, patch by Ramiro Polla.Ramiro Polla2007-04-18
| | | | | | ramiro ta lisha tod ufsc tod br Originally committed as revision 8754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused vars, patch by Ramiro Polla.Ramiro Polla2007-04-18
| | | | | | ramiro ta lisha tod ufsc tod br Originally committed as revision 8753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused vars, patch by Ramiro Polla.Ramiro Polla2007-04-18
| | | | | | ramiro ta lisha tod ufsc tod br Originally committed as revision 8752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics, patch by Ramiro Polla.Ramiro Polla2007-04-18
| | | | | | ramiro ta lisha tod ufsc tod br Originally committed as revision 8751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pullback should be performed on scaled motion vectors in B-framesKostya Shishkov2007-04-18
| | | | Originally committed as revision 8750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* preserve alpha channel when converting rgb32 to bgr32 in plain CIvo van Poorten2007-04-18
| | | | Originally committed as revision 23022 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix red_15mask and green_15mask. the previous values were wrong and causedIvo van Poorten2007-04-18
| | | | | | some SIMD functions to output wrong data. Originally committed as revision 23021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* test widths all down to one. this tests whether the scalers correctly switchIvo van Poorten2007-04-18
| | | | | | to plain C when width < unit size of assembly code. Originally committed as revision 23018 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove the build instructions from the doxygen comments, they are duplicatedDiego Biurrun2007-04-18
| | | | | | from the user level documentation and already partially outdated. Originally committed as revision 8749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen comment wording/spellingDiego Biurrun2007-04-18
| | | | Originally committed as revision 8748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip MMX code in rgb24tobgr24 if the size of the input is smaller than theIvo van Poorten2007-04-18
| | | | | | size of the units the MMX code processes Originally committed as revision 23015 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* skip MMX code in rgb32to16 if the size of the input is smaller than theIvo van Poorten2007-04-18
| | | | | | size of the units the MMX code processes Originally committed as revision 23014 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* skip MMX code in rgb32to15 if the size of the input is smaller than theIvo van Poorten2007-04-18
| | | | | | size of the units the MMX code processes Originally committed as revision 23013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Atrac3 decoder.Benjamin Larsson2007-04-17
| | | | Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster rgb32tobgr32; avoid one add and one cmpIvo van Poorten2007-04-17
| | | | Originally committed as revision 23012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix the most obvious typos in the development policy doc sectionReimar Döffinger2007-04-17
| | | | Originally committed as revision 8746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch submission checklistMichael Niedermayer2007-04-17
| | | | Originally committed as revision 8745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a commit-rule precision when applying patches discussed on the mailing listBenoit Fouet2007-04-17
| | | | Originally committed as revision 8744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New implementation of rgb32tobgr32Ivo van Poorten2007-04-16
| | | | | | | | | | The previous implementation segfaulted with MMX enabled when fed an image smaller than the size of the units the MMX code processed. The new code: - is faster for MMX, MMX2 and plain C - processes small images correctly - is LGPL Originally committed as revision 23009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Mention configure parameters for enabling AMR.Diego Biurrun2007-04-15
| | | | Originally committed as revision 8743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the declaration of AVInputFormat ac3_demuxer conditionalDiego Biurrun2007-04-15
| | | | | | on CONFIG_AC3_DEMUXER. Originally committed as revision 8741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The AC3 demuxer depends on the AC3 parser.Diego Biurrun2007-04-15
| | | | Originally committed as revision 8740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
| | | | Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mjpeg.movMichael Niedermayer2007-04-15
| | | | Originally committed as revision 8738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve horizontal chroma resolution with palMichael Niedermayer2007-04-15
| | | | Originally committed as revision 22994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* convert palette to yuv instead of converting each pixel after pal->rgbMichael Niedermayer2007-04-15
| | | | Originally committed as revision 22993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* fix playback of angels_480-mjpegcompress.aviMichael Niedermayer2007-04-14
| | | | Originally committed as revision 8737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of odd_height.movMichael Niedermayer2007-04-14
| | | | | | | this isnt the most beautifull solution but at least it works independant of the random height in mov and it doesnt add any secholes Originally committed as revision 8736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct another possible buffer overflow where interlaced wouldMichael Niedermayer2007-04-14
| | | | | | | get stuck to 1 but then width/height would change and interlaced wouldnt be reset ... Originally committed as revision 8735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix tiff regression test (bitexact flag was ignoredwhich caused theMichael Niedermayer2007-04-14
| | | | | | LAVC version to be in the file and thus breaking with the last change of that) Originally committed as revision 8734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove MpegEncContext, patch by baptisteBaptiste Coudurier2007-04-14
| | | | | | approved by me already but apparently forgotten Originally committed as revision 8733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix overhead and bitrate statisticsMichael Niedermayer2007-04-14
| | | | Originally committed as revision 8732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update preprocessor directive comments to take recent changes to this fileDiego Biurrun2007-04-14
| | | | | | into account. Originally committed as revision 8731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify Darwin gcc flags setting.Diego Biurrun2007-04-14
| | | | Originally committed as revision 8730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant 2.95 branch from the Darwin gcc check. It is alreadyDiego Biurrun2007-04-14
| | | | | | being handled by the default case. Originally committed as revision 8729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one patch one mailMichael Niedermayer2007-04-13
| | | | Originally committed as revision 8728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trap signals in tests that can crashMåns Rullgård2007-04-13
| | | | Originally committed as revision 8727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2007-04-13
| | | | Originally committed as revision 8726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
| | | | | | | | | patch by Joakim \ elupus chez ecce dot se / original thread: date: 03/19/2007 01:47 AM subject: [Ffmpeg-devel] [RFC] Improvement for the odd timestamp generation when parser is in use. Originally committed as revision 8725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2Patrice Bensoussan2007-04-13
| | | | | | | | | patch by Patrice Bensoussan \ patrice dot bensoussan chez free dot fr Original thread: date: 04/05/2007 07:56 PM subject: [Ffmpeg-devel] [PATCH] Fix broken compilation on Mac OS X 10.2 due to OPT_INT64 support Originally committed as revision 8724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, expand all tabs to four spaces.Ivo van Poorten2007-04-12
| | | | Originally committed as revision 22983 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale