Mercurial > libavutil.hg
graph
-
* Making [START|STOP]_TIMER work on architectures that support gethrtime() libavutilThu, 09 Aug 2007 00:12:40 +0000, by romansh
-
Implement av_strlcatf(): a strlcat which adds a printf style formatted string libavutilThu, 19 Jul 2007 06:36:02 +0000, by lucabe
-
Document aes init code writing on purpose beyond round_key array into state array. libavutilWed, 18 Jul 2007 12:22:07 +0000, by reimar
-
10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefs libavutilSat, 14 Jul 2007 11:33:16 +0000, by alex
-
match doxygen comment with other parts of the file libavutilSat, 14 Jul 2007 00:15:01 +0000, by alex
-
undef forbidden names before we #define them in case they are macros in libc libavutilSun, 08 Jul 2007 15:56:31 +0000, by mru
-
Group all copyright and author notices together. libavutilThu, 05 Jul 2007 10:37:29 +0000, by diego
-
Make error message more helpful and forbid random() libavutilThu, 05 Jul 2007 05:02:47 +0000, by vitor
-
Remove leading underscores from specifiers, they are reserved. libavutilMon, 02 Jul 2007 17:00:04 +0000, by diego
-
intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it. libavutilSun, 24 Jun 2007 14:29:52 +0000, by reimar
-
Clarify comments about PIX_FMT_MONOWHITE/MONOBLACK libavutilWed, 20 Jun 2007 08:18:04 +0000, by mbardiaux
-
add a comment to indicate which #endif belong to which #define libavutilSun, 17 Jun 2007 18:59:28 +0000, by gpoirier
-
rename attribute_unused to av_unused and moves its declaration to common.h libavutilWed, 30 May 2007 09:32:25 +0000, by benoit
-
Mark code parts that cannot work on AMD64 due to broken relocations as such. libavutilFri, 27 Apr 2007 09:32:31 +0000, by diego
-
reorder bswap functions into bit-depth, special-casing inside the functions. libavutilThu, 26 Apr 2007 08:20:21 +0000, by benoit
-
make 2 functions "return x;" to simplify next patch libavutilThu, 26 Apr 2007 08:15:39 +0000, by benoit
-
cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting. libavutilTue, 24 Apr 2007 07:16:47 +0000, by diego
-
Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST, libavutilTue, 24 Apr 2007 07:06:30 +0000, by diego
-
Add first and second output to earlyclobbers in COPY3_IF_LT macro. libavutilTue, 03 Apr 2007 11:21:16 +0000, by diego
-
Fix compilation when using the --disable-opts parameter. This to help those libavutilThu, 29 Mar 2007 14:20:30 +0000, by takis
-
160 bytes smaller object file, ask gcc devels why libavutilWed, 14 Mar 2007 19:47:58 +0000, by michael
-
cosmetic (order context variables like in sha1) libavutilTue, 13 Mar 2007 12:40:13 +0000, by michael
-
#undef printf under #ifdef TEST (needed for testing) libavutilTue, 13 Mar 2007 12:20:04 +0000, by michael
-
borrow finalization algo from sha1 (100byte smaller) libavutilTue, 13 Mar 2007 12:19:20 +0000, by michael
-
get rid of b_used variable (same size with CONFIG_SMALL) libavutilTue, 13 Mar 2007 11:57:26 +0000, by michael
-
put state[5] last so no padding is needed on arch where uint64_t needs 8byte alignment libavutilTue, 13 Mar 2007 10:48:22 +0000, by michael
-
remove middle variant (keep fastest and smallest) libavutilTue, 13 Mar 2007 10:36:49 +0000, by michael
-
2 other variants of how to implement the core part libavutilTue, 13 Mar 2007 00:17:55 +0000, by michael
-
make count count bytes not bits (this is simpler and leads to a very slightly smaller object file) libavutilMon, 12 Mar 2007 21:29:39 +0000, by michael
-
avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2) libavutilMon, 12 Mar 2007 21:21:12 +0000, by michael
-
its faster to copy the data to the stack it seems ... libavutilMon, 12 Mar 2007 21:14:33 +0000, by michael
-
Move the memory related functions out of common.h into their own header file libavutilMon, 12 Mar 2007 14:45:49 +0000, by takis
-
Move unaltered av_freep() comments to the header file. libavutilMon, 05 Mar 2007 13:51:03 +0000, by takis
-
Move unaltered av_free() comments to the header file. libavutilMon, 05 Mar 2007 13:50:03 +0000, by takis
-
Move unaltered av_realloc() comments to the header file. libavutilMon, 05 Mar 2007 13:46:47 +0000, by takis
-
Move unaltered av_malloc() comments to the header file. libavutilMon, 05 Mar 2007 13:45:52 +0000, by takis
-
Move av_log2_i()'s unaltered comments to the header file. libavutilSun, 04 Mar 2007 23:26:53 +0000, by takis
-
Move av_i2int()'s unaltered comments to the header file. libavutilSun, 04 Mar 2007 23:26:01 +0000, by takis
-
Move av_int2i()'s unaltered comments to the header file. libavutilSun, 04 Mar 2007 23:25:00 +0000, by takis
-
Move av_cmp_i()'s unaltered comment to the header file. libavutilSun, 04 Mar 2007 23:20:54 +0000, by takis
-
Move av_shr_i()'s unaltered comments to the header file. libavutilSun, 04 Mar 2007 23:18:44 +0000, by takis
-
Move av_div_i()'s comments to the header file. The comments are unaltered. libavutilSun, 04 Mar 2007 23:14:12 +0000, by takis
-
Move av_mod_i()'s comment to the header file. The moved comment is unmodified. libavutilSun, 04 Mar 2007 23:10:38 +0000, by takis
-
Move the unaltered Doxygen docs from the log source code to the accompanying libavutilSun, 04 Mar 2007 23:04:49 +0000, by takis
-
Improve Doxygen documentation, inspired by Michael's description. libavutilFri, 02 Mar 2007 10:09:51 +0000, by diego
-
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch libavutilWed, 28 Feb 2007 03:40:23 +0000, by lu_zero
-
get_packetheader() forgot to read the header_checksum in big packets libavutilWed, 28 Feb 2007 03:28:31 +0000, by lu_zero
-
Doxygen documentation for all functions, patch by Dujardin Bernard, libavutilTue, 27 Feb 2007 17:49:00 +0000, by diego
-
Add Doxygen author and file description, rephrase a Doxygen comment. libavutilTue, 27 Feb 2007 14:41:03 +0000, by diego
-
Revert previous commit that contained an unrelated hunk. libavutilTue, 27 Feb 2007 00:11:14 +0000, by diego
-
fix 2 mistakes in doxy comments, spotted by Michael libavutilMon, 26 Feb 2007 14:53:42 +0000, by gpoirier
-
move doxy comments from rational.c to rational.h and add some new comments libavutilMon, 26 Feb 2007 14:27:29 +0000, by gpoirier