Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-31cosmetics: Add some whitespace for better readability.Diego Biurrun
Originally committed as revision 10270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-31cosmetics: Sort bitstream filters.Diego Biurrun
Originally committed as revision 10269 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-31cosmetics: Sort some lines, whitespace changes.Diego Biurrun
Originally committed as revision 10268 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-31Use a consistent multiple inclusion guard.Diego Biurrun
Originally committed as revision 10267 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-30add simple_idct implemented in Sparc VISDenes Balatoni
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
2007-08-30Rename functionVitor Sessak
Originally committed as revision 10265 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-30Replace two #define's by inline functionsVitor Sessak
Originally committed as revision 10264 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-30Hooking bfin/mathops.hMarc Hoffman
Originally committed as revision 10263 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-30Blackfin 32bit multiplication primitives MULH MUL16Marc Hoffman
Originally committed as revision 10262 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-30Replace complicated and currently broken manual alignment code byReimar Döffinger
DECLARE_ALIGNED_16. Fixes crash in ff_snow_horizontal_compose97i_sse2 Originally committed as revision 10261 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-28snow altivec is brokenLuca Barbato
Originally committed as revision 10256 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-28Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni
extradata instead of codec_tag. Originally committed as revision 10253 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27typoMichael Niedermayer
Originally committed as revision 10250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27Simplify preprocessor directives.Diego Biurrun
Originally committed as revision 10249 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
to Mac OS X rather than to Darwin. Originally committed as revision 10247 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27add get_unary_0_33() to help gcc with inliningAurelien Jacobs
Originally committed as revision 10242 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27cleanup get_unary()Aurelien Jacobs
Originally committed as revision 10241 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27move get_unary() to its own fileAurelien Jacobs
Originally committed as revision 10240 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27Do not wrongly mark Apple gcc workarounds as being specific to Darwin.Diego Biurrun
Originally committed as revision 10239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-27remove alignment correction of the destination pointers in luma_16x6Guillaume Poirier
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
2007-08-26CONFIG_7REGS has been renamed to HAVE_7REGSRamiro Polla
Originally committed as revision 10237 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26workaround gcc bug, untested as my gcc is not complainingMichael Niedermayer
Originally committed as revision 10236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26optimize the first vertical lifting step, this also prevents anotherMichael Niedermayer
overflow, the last known possible overflow Originally committed as revision 10234 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26optimize 1st horizontal lifting stepMichael Niedermayer
Originally committed as revision 10231 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26typoMichael Niedermayer
Originally committed as revision 10230 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26get rid of totally senseless "m" + read in register we have enoughMichael Niedermayer
registers to keep everything in registers Originally committed as revision 10229 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26simplify senselessly complex addressingMichael Niedermayer
Originally committed as revision 10228 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26cosmeticsMichael Niedermayer
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
2007-08-26avoid overflow in the 3rd lifting step, this now needs mmx2 at minimumMichael Niedermayer
(patch for plain mmx support is welcome ...) Originally committed as revision 10226 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-25avoid an overflow in the 1 horizontal lifting stepMichael Niedermayer
Originally committed as revision 10225 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-25prevent one overflow in the first vertical lifting stepMichael Niedermayer
Originally committed as revision 10224 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-25update mmx code to latest snow changesMichael Niedermayer
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
2007-08-25prettyprinting cosmeticsDiego Biurrun
Originally committed as revision 10221 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-25cleanup (remove some old experimentation related code)Michael Niedermayer
Originally committed as revision 10220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-25we only have 2 wavelets, the 3rd was just for experimentation ...Michael Niedermayer
Originally committed as revision 10219 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-25use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer
the old 32bit code) disable mmx/sse2 optimizations as they need a rewrite now Originally committed as revision 10218 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-25whitespace/indentation cosmeticsDiego Biurrun
Originally committed as revision 10217 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-25Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun
when AltiVec is enabled anyway. Originally committed as revision 10216 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun
Originally committed as revision 10212 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Remove SYS_DARWIN preprocessor directive that is just a duplicate of aDiego Biurrun
gcc-specific directive a few lines below. Originally committed as revision 10211 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun
directives are aimed at idiosyncracies of Apple's gcc version. Originally committed as revision 10210 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Merge __MWERKS__ preprocessor directives.Diego Biurrun
Originally committed as revision 10208 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun
Originally committed as revision 10207 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun
directives are aimed at idiosyncracies of Apple's gcc version. Originally committed as revision 10206 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24int->uint8_tMichael Niedermayer
Originally committed as revision 10205 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24int->int8_t (no need for them to be int ...)Michael Niedermayer
Originally committed as revision 10204 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Add request_channels member to AVCodecContext so we now have a properReimar Döffinger
way to tell the decoder how many output channels we would like. Originally committed as revision 10199 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23use more bits on the encoder sideMichael Niedermayer
negligible increase in quality Originally committed as revision 10195 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23Initialize the "stc" variable before using it in ff_find_start_code()Luca Abeni
Originally committed as revision 10193 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk