57 Commits (5787908e8c63bcb9206a59961031bdb54682ab0a)

Author SHA1 Message Date
James Almer a876958d0f avutil/md5: fix misaligned reads 8 years ago
James Almer a43389547c avutil/md5: stop discarding the const qualifier for the src pointer 8 years ago
James Almer e2b7ae4b19 avutil/md5: fix misaligned reads 8 years ago
Diego Biurrun e435beb1ea crypto: consistently use size_t as type for length parameters 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 9 years ago
Diego Biurrun 3b08d9d932 testprogs: K&R formatting cosmetics 9 years ago
Vittorio Giovara 2f9b652e8c lavu: Drop deprecated context size variables 9 years ago
Michael Niedermayer 467a55a4ee avutil/md5: workaround clang 3.5 #20849 10 years ago
Giorgio Vazzana 7e03886bbb avutil/md5: reindent after previous commits 12 years ago
Giorgio Vazzana a67304d05f avutil/md5: move loop inside inner function 12 years ago
Giorgio Vazzana d0a34aeedf md5: optimize second round by using 4-operation form of G() 12 years ago
Reimar Döffinger 24c65eb29f md5: avoid unnecessary copying. 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Michael Niedermayer ac090fa68c lavu: keep context size variables 12 years ago
Martin Storsjö 9a92aea27b avutil: Add functions for allocating opaque contexts for algorithms 12 years ago
Giorgio Vazzana c78cf00bd8 md5: consistently use uint32_t instead of unsigned int 13 years ago
Mans Rullgard 82494cad9d md5: cosmetics 14 years ago
Mans Rullgard fa49fc72d9 md5: use AV_WL32 to write result 14 years ago
Mans Rullgard 44496ff2d6 md5: include correct headers 14 years ago
Mans Rullgard edf4dbff33 md5: fix test program 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun e503674c4a Add necessary, remove unnecessary #includes. 16 years ago
Michael Niedermayer 53e9d0105f Fix generated md5, it was wrong for some input lengths. 16 years ago
Michael Niedermayer 59abc29e69 fixing warning 17 years ago
Diego Biurrun f3635240b7 Fix a couple of 'return type defaults to int' and 'control reaches end of 17 years ago
Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
Michael Niedermayer ad73e79cab 160 bytes smaller object file, ask gcc devels why 18 years ago
Michael Niedermayer f1505ce3bc explain where the T table comes from 18 years ago
Michael Niedermayer e057461dac cosmetic (order context variables like in sha1) 18 years ago
Michael Niedermayer e657aa3415 #undef printf under #ifdef TEST (needed for testing) 18 years ago
Michael Niedermayer ef3c7c3328 borrow finalization algo from sha1 (100byte smaller) 18 years ago
Michael Niedermayer e1b62250ac get rid of b_used variable (same size with CONFIG_SMALL) 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun a020e2c5f0 Add proper LGPL header. 19 years ago
Diego Biurrun da2e9781bb spelling typo 19 years ago
Luca Barbato 5351c29cbe fix endianess build in a better way 19 years ago
Luca Barbato a8d88e03d2 big endian fix 19 years ago
Måns Rullgård d10fda8ee2 1l: put that int i back 19 years ago
Måns Rullgård 4dddc5e10c kill warnings 19 years ago
Ivo van Poorten f28660eb3f cast pointers to make compiler happy 19 years ago