summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-31
| | | | Originally committed as revision 24309 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add Dénes Balatoni to CREDITSBenoit Fouet2007-08-31
| | | | Originally committed as revision 10271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-08-30
| | | | Originally committed as revision 10270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort bitstream filters.Diego Biurrun2007-08-30
| | | | Originally committed as revision 10269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
| | | | Originally committed as revision 24305 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
| | | | Originally committed as revision 10268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a consistent multiple inclusion guard.Diego Biurrun2007-08-30
| | | | Originally committed as revision 10267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add simple_idct implemented in Sparc VISDenes Balatoni2007-08-30
| | | | | | | | | patch by Balatoni Denes % dbalatoni A interware P hu% Original thread: Messages starting with: [PATCH] SPARC VIS simple_idct * Originally committed as revision 10266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2007-08-30
| | | | Originally committed as revision 10265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace two #define's by inline functionsVitor Sessak2007-08-30
| | | | Originally committed as revision 10264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hooking bfin/mathops.hMarc Hoffman2007-08-30
| | | | Originally committed as revision 10263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin 32bit multiplication primitives MULH MUL16Marc Hoffman2007-08-30
| | | | Originally committed as revision 10262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace complicated and currently broken manual alignment code byReimar Döffinger2007-08-30
| | | | | | DECLARE_ALIGNED_16. Fixes crash in ff_snow_horizontal_compose97i_sse2 Originally committed as revision 10261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct packetization for MPEG video frames, and correct setting of theLuca Abeni2007-08-29
| | | | | | "B" and "E" bits in the payload header Originally committed as revision 10260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented code (payload header extension)Luca Abeni2007-08-29
| | | | Originally committed as revision 10259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Actually add the .libs dependency to the seek_test binary,Diego Biurrun2007-08-28
| | | | | | not the phony seektest target. Originally committed as revision 10258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario ↵Luca Barbato2007-08-28
| | | | | | Gallucci <dariodotgallucciatpolito.it> in feng Originally committed as revision 10257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow altivec is brokenLuca Barbato2007-08-28
| | | | Originally committed as revision 10256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split FFmpeg documentation into general documentation and the documentationDiego Biurrun2007-08-28
| | | | | | of the ffmpeg command line program. Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni2007-08-27
| | | | | | extradata instead of codec_tag. Originally committed as revision 10253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use "strings" in endian checkMåns Rullgård2007-08-27
| | | | Originally committed as revision 10252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-08-27
| | | | Originally committed as revision 10251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2007-08-27
| | | | Originally committed as revision 10250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify preprocessor directives.Diego Biurrun2007-08-27
| | | | Originally committed as revision 10249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused definition.Diego Biurrun2007-08-27
| | | | Originally committed as revision 10248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-27
| | | | | | to Mac OS X rather than to Darwin. Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give seektest .libs dependency so that it gets updated on libavformat changes.Wolfram Gloger2007-08-27
| | | | | | patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de Originally committed as revision 10246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Insert empty line for readability.Diego Biurrun2007-08-27
| | | | Originally committed as revision 10245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corrected pause handling when using the 's' step by frame key.Craig Nicol2007-08-27
| | | | | | | | patch by Craig Nicol: [craig nicol /\ ed ac uk] original thread:[FFmpeg-devel] [PATCH] FFplay speedup if stepping whilst paused date: 08/02/2007 12:39 PM Originally committed as revision 10244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print EBX/EBP availabilityMichael Niedermayer2007-08-26
| | | | Originally committed as revision 10243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add get_unary_0_33() to help gcc with inliningAurelien Jacobs2007-08-26
| | | | Originally committed as revision 10242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup get_unary()Aurelien Jacobs2007-08-26
| | | | Originally committed as revision 10241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move get_unary() to its own fileAurelien Jacobs2007-08-26
| | | | Originally committed as revision 10240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not wrongly mark Apple gcc workarounds as being specific to Darwin.Diego Biurrun2007-08-26
| | | | Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove alignment correction of the destination pointers in luma_16x6Guillaume Poirier2007-08-26
| | | | | | | | | | | | interpolations, since they are always 16-bytes aligned in practice. Add asserts to ease narrowing down potential image corructions on exotic plateforms Based on a patch by Mauricio Alvarez % lokifo A gmail P com % Original thread: Date: Jun 26, 2007 1:07 PM Subject: Re: [FFmpeg-devel] [PATCH] h264 luma interpolation 8x8 for altivec Originally committed as revision 10238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_7REGS has been renamed to HAVE_7REGSRamiro Polla2007-08-26
| | | | Originally committed as revision 10237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround gcc bug, untested as my gcc is not complainingMichael Niedermayer2007-08-26
| | | | Originally committed as revision 10236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a link to VIS instructions whitepaperDominik Mierzejewski2007-08-26
| | | | Originally committed as revision 10235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize the first vertical lifting step, this also prevents anotherMichael Niedermayer2007-08-26
| | | | | | overflow, the last known possible overflow Originally committed as revision 10234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use POSIX "strings -a" rather than "strings -"Måns Rullgård2007-08-26
| | | | Originally committed as revision 10233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix endian detection on MacOSMåns Rullgård2007-08-26
| | | | Originally committed as revision 10232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize 1st horizontal lifting stepMichael Niedermayer2007-08-26
| | | | Originally committed as revision 10231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2007-08-26
| | | | Originally committed as revision 10230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of totally senseless "m" + read in register we have enoughMichael Niedermayer2007-08-26
| | | | | | registers to keep everything in registers Originally committed as revision 10229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify senselessly complex addressingMichael Niedermayer2007-08-26
| | | | Originally committed as revision 10228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMichael Niedermayer2007-08-26
| | | | | | | remove brain amputated mmx wrappers around sse2 macros fix name of ..._sub macro to match ..._add naming Originally committed as revision 10227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid overflow in the 3rd lifting step, this now needs mmx2 at minimumMichael Niedermayer2007-08-26
| | | | | | (patch for plain mmx support is welcome ...) Originally committed as revision 10226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid an overflow in the 1 horizontal lifting stepMichael Niedermayer2007-08-25
| | | | Originally committed as revision 10225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent one overflow in the first vertical lifting stepMichael Niedermayer2007-08-25
| | | | Originally committed as revision 10224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update mmx code to latest snow changesMichael Niedermayer2007-08-25
| | | | | | | note, the code likely can overflow and thus needs some more changes sse2 updated too but disabled as it is untested Originally committed as revision 10223 to svn://svn.ffmpeg.org/ffmpeg/trunk