485 Commits (c1ac39b3df3e9cc86209b51df7cd32bd34d26d0b)

Author SHA1 Message Date
  Eddie Pang 5cbd67ea43 10l: Correctly use preprocessor conditionals. 17 years ago
  Måns Rullgård e97ac1e6f5 Clean up lib* version definitions 17 years ago
  Diego Biurrun 27af15dc5c prettyprinting cosmetics 17 years ago
  avcoder 90d30570d8 Avoid void*-arithmetic. 17 years ago
  Diego Biurrun 7cb1fc766b Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST. 17 years ago
  Diego Biurrun b89bb8581d Mark MSVC compiler macros as such. 17 years ago
  Diego Biurrun 7433ca2982 Disentangle nested preprocessor directives. 17 years ago
  Carl Eugen Hoyos 7ce3e4a882 Allow compilation with icc 10.1. 17 years ago
  Michael Niedermayer f522310b6d Missing const found by -Wwrite-strings. 17 years ago
  Reimar Döffinger 5e038b4f08 LZO decoder input is const 17 years ago
  Michael Niedermayer ff794171c9 Do not cast const away. 17 years ago
  Michael Niedermayer 89ef2c29a0 Merge declaration and initialization. 17 years ago
  Michael Niedermayer 070144671d Dont cast const away. 17 years ago
  Michael Niedermayer b8fe8ab062 Fix the following using void* casts, proper casts are less readable and 17 years ago
  Michael Niedermayer 59abc29e69 fixing warning 17 years ago
  Benoit Fouet dd670dedf9 Remove integer.h inclusion. 18 years ago
  Diego Biurrun bca9e0bcf1 Move common test program infrastructure to common.mak. 18 years ago
  Diego Biurrun fe34942e92 Move some lines in preparation for an upcoming commit. 18 years ago
  Diego Biurrun 4942a0e8ee Add Makefile rules for test programs. 18 years ago
  Diego Biurrun cff7ccdd44 Do not install integer.h, it is not part of the public API. 18 years ago
  Reimar Döffinger 766324fc49 Add and use DECLARE_ASM_CONST for constants used in assembler code. 18 years ago
  Michael Niedermayer 51198a8737 Comment to explain how the add/remove core works. 18 years ago
  Michael Niedermayer c448a09624 Faster ff_sqrt() 18 years ago
  Diego Biurrun 59ec6991ac Disallow puts(), av_log() should be used instead. 18 years ago
  Michael Niedermayer 5d1e3d2210 Print removing of nodes in the test code. 18 years ago
  Michael Niedermayer 3f161c7eab simplify 18 years ago
  Sigbjørn Skjæret 9ad5675f25 Add a couple of missing consts. 18 years ago
  Diego Biurrun f3635240b7 Fix a couple of 'return type defaults to int' and 'control reaches end of 18 years ago
  Diego Biurrun f0cb505aeb Allow compilation of test programs when TEST is defined. 18 years ago
  Diego Biurrun a005768d25 Remove unused variable j. 18 years ago
  Diego Biurrun 38c162c1a9 Remove unused variable variance. 18 years ago
  Diego Biurrun 43bfaa8920 Fix test program compilation, random() needs to be undefined. 18 years ago
  Aurelien Jacobs 03d83abcc6 Fix access to the last element of the table. 18 years ago
  Aurelien Jacobs 977cbe79d8 install crc.h which is now part of public API 18 years ago
  Aurelien Jacobs 3abe5fbdc4 improve CRC API 18 years ago
  Michael Niedermayer a35bf971c6 indent 18 years ago
  Michael Niedermayer 2e1d287329 Flip key and element so types match, not that it matters for any code 18 years ago
  Michael Niedermayer b57cb96836 Document O() time. 18 years ago
  Michael Niedermayer efbaf4deee Document node removial API. 18 years ago
  Michael Niedermayer d5cb5fe86b Fix selftest. 18 years ago
  Michael Niedermayer f05dda3b7a Support removing elements. 18 years ago
  Michael Niedermayer 6e8b982bcc Move *malloc() out of tree.c, that way the code can be used with 18 years ago
  Michael Niedermayer 116d15ccf1 Always set next correctly, even if a matching element is found (that is 18 years ago
  Michael Kostylev a33cab3a9a Check for the presence of llrint(), lrint(), round() and roundf() 18 years ago
  Diego Biurrun 52d086084e Remove outdated comment. 18 years ago
  Michael Kostylev 4f365f37b5 djgpp port, first part 18 years ago
  Måns Rullgård a309073bf4 use av_log_get/set_level() 18 years ago
  Luca Barbato 0bc308de56 kill a warning, av_sha1_update accepts uint8_t * not uint64_t * 18 years ago
  Luca Barbato 537c8e7a48 Provide sha1 to outside applications 18 years ago
  Diego Biurrun f0a838e525 Add missing #includes to fix 'make checkheaders'. 18 years ago