summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
* add AV_[RW][BL]64 supportIvo van Poorten2007-05-07
| | | | Originally committed as revision 8924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce number of shiftsMichael Niedermayer2007-05-04
| | | | Originally committed as revision 8891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-05-04
| | | | Originally committed as revision 8890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing include of bswap.hAttila Kinali2007-04-27
| | | | Originally committed as revision 8853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-27
| | | | | | | | | | This allows building shared libraries on AMD64 again. based on a patch by Diego 'Flameeyes' Pettenò and suggestions by Michael original thread: Date: Wed, 18 Apr 2007 11:26:12 +0200 Subject: [Ffmpeg-devel] [PATCH] (try 2) Build shared libraries on AMD64 again Originally committed as revision 8849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder bswap functions into bit-depth, special-casing inside the functions.Ramiro Polla2007-04-26
| | | | | | patch by Ramiro Polla ramiro lisha ufsc br Originally committed as revision 8823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make 2 functions "return x;" to simplify next patchRamiro Polla2007-04-26
| | | | | | patch by Ramiro Polla ramiro lisha ufsc br Originally committed as revision 8822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "fast unaligned" bytestream functionsRamiro Polla2007-04-25
| | | | | | | | | patch by Ramiro Polla ramiro lisha ufsc br original thread: date: 03/11/2007 03:06 AM subject: [Ffmpeg-devel] [PATCH] Machine endian bytestream functions Originally committed as revision 8803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Faster 32 bit byteswaping code for Blackfin.Marc Hoffman2007-04-24
| | | | | | | 200% faster on BF537 compiled with gcc 4.1. patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.Diego Biurrun2007-04-24
| | | | Originally committed as revision 8796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun2007-04-24
| | | | | | it's not configurable by the user. Originally committed as revision 8795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove possibly broken wince cruftAlex Beregszaszi2007-04-20
| | | | Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add first and second output to earlyclobbers in COPY3_IF_LT macro.Ramiro Polla2007-04-03
| | | | | | | | | patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br Original thread: date: Mar 27, 2007 11:21 PM subject: [Ffmpeg-devel] [PATCH] fix build for --cpu=i686 Originally committed as revision 8604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
| | | | | | | | | | interested in using a debugger to debug FFmpeg. Original thread: Subject: [PATCH] Fix compilation when using --disable-opts Date: 2007-03-15 16:58:35 GMT Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent exit missuseMichael Niedermayer2007-03-27
| | | | Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-19
| | | | Originally committed as revision 8448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 160 bytes smaller object file, ask gcc devels whyMichael Niedermayer2007-03-14
| | | | Originally committed as revision 8407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explain where the T table comes fromMichael Niedermayer2007-03-14
| | | | Originally committed as revision 8406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-14
| | | | Originally committed as revision 8397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic (order context variables like in sha1)Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/context/ctx/Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #undef printf under #ifdef TEST (needed for testing)Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* borrow finalization algo from sha1 (100byte smaller)Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of b_used variable (same size with CONFIG_SMALL)Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* smaller av_sha1_update()Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use CONFIG_SMALLMichael Niedermayer2007-03-13
| | | | Originally committed as revision 8380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put state[5] last so no padding is needed on arch where uint64_t needs 8byte ↵Michael Niedermayer2007-03-13
| | | | | | alignment Originally committed as revision 8379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-03-13
| | | | Originally committed as revision 8378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont memcpy() simpler and same speedMichael Niedermayer2007-03-13
| | | | Originally committed as revision 8377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-13
| | | | Originally committed as revision 8376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove middle variant (keep fastest and smallest)Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2007-03-13
| | | | Originally committed as revision 8374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* double ;;Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize VARIANT2 (smaller and slower)Michael Niedermayer2007-03-13
| | | | Originally committed as revision 8372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert 2% speed loss change (r8360)Michael Niedermayer2007-03-13
| | | | | | so VARIANT0 will be big and a few % faster, VARIANT1/2 are unaffected Originally committed as revision 8371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero byte idea by richMichael Niedermayer2007-03-13
| | | | Originally committed as revision 8368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 other variants of how to implement the core partMichael Niedermayer2007-03-13
| | | | | | benchmarks welcome ... Originally committed as revision 8367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic cleanupMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic cleanupMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10% smaller object file, 2% slowerMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* very slightly smaller object fileMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make count count bytes not bits (this is simpler and leads to a very ↵Michael Niedermayer2007-03-12
| | | | | | slightly smaller object file) Originally committed as revision 8357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove bigger and slower codeMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont recommand testing with -O3Michael Niedermayer2007-03-12
| | | | Originally committed as revision 8355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2)Michael Niedermayer2007-03-12
| | | | Originally committed as revision 8354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* its faster to copy the data to the stack it seems ...Michael Niedermayer2007-03-12
| | | | Originally committed as revision 8353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explain how to test itMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simple SHA-1 implementationMichael Niedermayer2007-03-12
| | | | Originally committed as revision 8351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install mem.h on "make install" as:Panagiotis Issaris2007-03-12
| | | | | | | * the mem.h functions are part of the public API * common.h includes mem.h and common.h is installed Originally committed as revision 8345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the memory related functions out of common.h into their own header filePanagiotis Issaris2007-03-12
| | | | | | mem.h. Originally committed as revision 8342 to svn://svn.ffmpeg.org/ffmpeg/trunk