summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* add get_unary_0_33() to help gcc with inliningAurelien Jacobs2007-08-26
* cleanup get_unary()Aurelien Jacobs2007-08-26
* move get_unary() to its own fileAurelien Jacobs2007-08-26
* Do not wrongly mark Apple gcc workarounds as being specific to Darwin.Diego Biurrun2007-08-26
* remove alignment correction of the destination pointers in luma_16x6Guillaume Poirier2007-08-26
* CONFIG_7REGS has been renamed to HAVE_7REGSRamiro Polla2007-08-26
* workaround gcc bug, untested as my gcc is not complainingMichael Niedermayer2007-08-26
* optimize the first vertical lifting step, this also prevents anotherMichael Niedermayer2007-08-26
* optimize 1st horizontal lifting stepMichael Niedermayer2007-08-26
* typoMichael Niedermayer2007-08-26
* get rid of totally senseless "m" + read in register we have enoughMichael Niedermayer2007-08-26
* simplify senselessly complex addressingMichael Niedermayer2007-08-26
* cosmeticsMichael Niedermayer2007-08-26
* avoid overflow in the 3rd lifting step, this now needs mmx2 at minimumMichael Niedermayer2007-08-26
* avoid an overflow in the 1 horizontal lifting stepMichael Niedermayer2007-08-25
* prevent one overflow in the first vertical lifting stepMichael Niedermayer2007-08-25
* update mmx code to latest snow changesMichael Niedermayer2007-08-25
* prettyprinting cosmeticsDiego Biurrun2007-08-25
* cleanup (remove some old experimentation related code)Michael Niedermayer2007-08-25
* we only have 2 wavelets, the 3rd was just for experimentation ...Michael Niedermayer2007-08-25
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-25
* whitespace/indentation cosmeticsDiego Biurrun2007-08-24
* Remove HAVE_ALTIVEC preprocessor directives that are only compiledDiego Biurrun2007-08-24
* Fix trivial mixed declarations and code warning caused by a double semicolon.Diego Biurrun2007-08-24
* Remove SYS_DARWIN preprocessor directive that is just a duplicate of aDiego Biurrun2007-08-24
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-24
* Merge __MWERKS__ preprocessor directives.Diego Biurrun2007-08-24
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-24
* int->uint8_tMichael Niedermayer2007-08-24
* int->int8_t (no need for them to be int ...)Michael Niedermayer2007-08-24
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-23
* use more bits on the encoder sideMichael Niedermayer2007-08-23
* Initialize the "stc" variable before using it in ff_find_start_code()Luca Abeni2007-08-23
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* simplifyMichael Niedermayer2007-08-22
* right filename in doxygen commentBenoit Fouet2007-08-22
* cosmetics: alphabetical orderDiego Biurrun2007-08-22
* Simplify preprocessor directives.Diego Biurrun2007-08-22
* make clean bfinMarc Hoffman2007-08-22
* Identifiers starting with underscores are reserved.Diego Biurrun2007-08-22
* parsers and bsfs declarations are not meant to be part of public APIAurelien Jacobs2007-08-21
* Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer2007-08-21
* asv1.c directly uses Put/GetBitContext, so it should include bitstream.hAurelien Jacobs2007-08-21
* remove code which become unused by the previous changesMichael Niedermayer2007-08-21
* Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)Michael Niedermayer2007-08-21
* Simplify and optimize the 4th vertical lifting step of the MMX codeMichael Niedermayer2007-08-21
* Simplify and speedup code, reduce needed headroom by 2 bits in the 3rdMichael Niedermayer2007-08-20
* simplify, speedup and reduce needed headroom by 2 bits in the 3rdMichael Niedermayer2007-08-20
* replace <<1 by add for SSE2 (untested)Michael Niedermayer2007-08-20