]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil
Indentation
[frescor/ffmpeg.git] / libavutil /
2007-08-30 diegocosmetics: Sort some lines, whitespace changes.
2007-08-27 diegoChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-24 diegoMove Apple gcc AltiVec vector declaration syntax to...
2007-08-22 diegoRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-20 reimarAdditional documentation for CRC functions
2007-08-19 reimarUse defines instead of raw hex numbers to specify CRC...
2007-08-15 ramiroCONFIG_7REGS -> HAVE_7REGS
2007-08-13 ramiroAdd attribute that forces alignment of stack to functio...
2007-08-11 aureladd a new av_clip_int16() function to libavutil
2007-08-11 aurelensure av_noinline is always defined
2007-08-09 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-08-09 romansh * Making [START|STOP]_TIMER work on architectures...
2007-07-19 lucabeImplement av_strlcatf(): a strlcat which adds a printf...
2007-07-18 reimarDocument aes init code writing on purpose beyond round_...
2007-07-18 benoitadd YUV440P and YUVJ440P support
2007-07-14 mrumove #include of system headers to top of file
2007-07-14 alex10l to Mans, assert is included later with proper DEBUG...
2007-07-14 alexmatch doxygen comment with other parts of the file
2007-07-11 ramiroRemove unnecessary MINGW ifdef.
2007-07-11 ramiroRemove MinGW lrint hack.
2007-07-10 ramiroRemove OS/2 support
2007-07-10 mru10l: fix av_str[i]start()
2007-07-08 mruundef forbidden names before we #define them in case...
2007-07-05 diegolicense header consistency cosmetics
2007-07-05 diegoGroup all copyright and author notices together.
2007-07-05 vitorMake error message more helpful and forbid random()
2007-07-02 diegoMove comment to a slightly better place.
2007-07-02 diegoRemove leading underscores from specifiers, they are...
2007-06-27 diegoAdd proper license header.
2007-06-24 reimarintreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED...
2007-06-24 reimarmore av_strl* adjustments
2007-06-24 lu_zerobump micro version: new string functions
2007-06-23 mruadd some string functions
2007-06-20 mbardiauxClarify comments about PIX_FMT_MONOWHITE/MONOBLACK
2007-06-17 gpoirieradd a comment to indicate which #endif belong to which...
2007-06-17 mruadd multiple inclusion guards to headers
2007-06-16 mruinclude all prerequisites in header files
2007-06-13 mhoffmanBlackfin - read_time primitive
2007-06-12 diegomisc typo fixes
2007-06-05 reimarPart of MPlayer patch:
2007-05-30 benoitrename attribute_unused to av_unused and moves its...
2007-05-16 diegoRemove extern C declarations for C++.
2007-05-13 michaelcorrect last element inited check
2007-05-10 ramiroProper fix for r8963
2007-05-07 ivoadd AV_[RW][BL]64 support
2007-05-04 michaelreduce number of shifts
2007-05-04 michaelsimplify
2007-04-27 attilaadd missing include of bswap.h
2007-04-27 diegoMark code parts that cannot work on AMD64 due to broken...
2007-04-26 benoitreorder bswap functions into bit-depth, special-casing...
2007-04-26 benoitmake 2 functions "return x;" to simplify next patch
2007-04-25 benoit"fast unaligned" bytestream functions
2007-04-24 diegoFaster 32 bit byteswaping code for Blackfin.
2007-04-24 diegocosmetics: Reorder endianness macros by bit depth,...
2007-04-24 diegoMove ebx_available and ebp_available from CONFIG_LIST...
2007-04-20 alexremove possibly broken wince cruft
2007-04-03 diegoAdd first and second output to earlyclobbers in COPY3_I...
2007-03-29 takisFix compilation when using the --disable-opts parameter...
2007-03-27 michaelprevent exit missuse
2007-03-19 lu_zeroexpose av_base64_decode and av_base64_encode
2007-03-14 michael160 bytes smaller object file, ask gcc devels why
2007-03-14 michaelexplain where the T table comes from
2007-03-14 michaelkill 3 more av_mallocz_static()
2007-03-13 michaelcosmetic (order context variables like in sha1)
2007-03-13 michaels/context/ctx/
2007-03-13 michael#undef printf under #ifdef TEST (needed for testing)
2007-03-13 michaelborrow finalization algo from sha1 (100byte smaller)
2007-03-13 michaelget rid of b_used variable (same size with CONFIG_SMALL)
2007-03-13 michaelsmaller av_sha1_update()
2007-03-13 michaeluse CONFIG_SMALL
2007-03-13 michaelput state[5] last so no padding is needed on arch where...
2007-03-13 michaelcosmetic
2007-03-13 michaeldont memcpy() simpler and same speed
2007-03-13 michaelsimplify
2007-03-13 michaelremove middle variant (keep fastest and smallest)
2007-03-13 michael10l
2007-03-13 michaeldouble ;;
2007-03-13 michaelfactorize VARIANT2 (smaller and slower)
2007-03-13 michaelrevert 2% speed loss change (r8360)
2007-03-13 michaelzero byte idea by rich
2007-03-13 michael2 other variants of how to implement the core part
2007-03-12 michaelcosmetic cleanup
2007-03-12 michaelcosmetic cleanup
2007-03-12 michael10% smaller object file, 2% slower
2007-03-12 michaelvery slightly smaller object file
2007-03-12 michaelmake count count bytes not bits (this is simpler and...
2007-03-12 michaelremove bigger and slower code
2007-03-12 michaeldont recommand testing with -O3
2007-03-12 michaelavoid silly ring buffer logic (faster with -O2, -O3...
2007-03-12 michaelits faster to copy the data to the stack it seems ...
2007-03-12 michaelexplain how to test it
2007-03-12 michaelsimple SHA-1 implementation
2007-03-12 takisInstall mem.h on "make install" as:
2007-03-12 takisMove the memory related functions out of common.h into...
2007-03-12 mbardiauxGive context to dprintf
2007-03-09 takisFix typo in Doxygen comments.
2007-03-08 mbardiauxCorrections so that builds with DEBUG work
2007-03-06 alexadd little endian 24bit read/write
2007-03-05 takisMove unaltered av_freep() comments to the header file.
2007-03-05 takisMove unaltered av_free() comments to the header file.
next