419 Commits (b2a9177017b426e782198a7b3f8ffd478bbfa323)

Author SHA1 Message Date
Aurelien Jacobs 977cbe79d8 install crc.h which is now part of public API 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Michael Niedermayer a35bf971c6 indent 17 years ago
Michael Niedermayer 2e1d287329 Flip key and element so types match, not that it matters for any code 17 years ago
Michael Niedermayer b57cb96836 Document O() time. 17 years ago
Michael Niedermayer efbaf4deee Document node removial API. 17 years ago
Michael Niedermayer d5cb5fe86b Fix selftest. 17 years ago
Michael Niedermayer f05dda3b7a Support removing elements. 17 years ago
Michael Niedermayer 6e8b982bcc Move *malloc() out of tree.c, that way the code can be used with 17 years ago
Michael Niedermayer 116d15ccf1 Always set next correctly, even if a matching element is found (that is 17 years ago
Michael Kostylev a33cab3a9a Check for the presence of llrint(), lrint(), round() and roundf() 17 years ago
Diego Biurrun 52d086084e Remove outdated comment. 17 years ago
Michael Kostylev 4f365f37b5 djgpp port, first part 17 years ago
Måns Rullgård a309073bf4 use av_log_get/set_level() 17 years ago
Luca Barbato 0bc308de56 kill a warning, av_sha1_update accepts uint8_t * not uint64_t * 17 years ago
Luca Barbato 537c8e7a48 Provide sha1 to outside applications 17 years ago
Diego Biurrun f0a838e525 Add missing #includes to fix 'make checkheaders'. 17 years ago
Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
Luca Abeni c5a2fe8f1f Generate a linking error if perror() is used in libav* 17 years ago
Luca Abeni 7f0cd6a529 Remove perror() usage from libavutil 17 years ago
Luca Abeni 353fa898bb Reindent the code after last commit 17 years ago
Luca Abeni cd250e581b Remove redundant "if(len)" 17 years ago
Stefano Sabatini 0ee97f0d3f Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it% 17 years ago
Stefano Sabatini 22baf42c83 doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it % 17 years ago
Luca Abeni e76e2bbc09 Mark the source buffer as "const" 17 years ago
Reimar Döffinger 46fb896b9d Document ff_des_encdec 17 years ago
Jeremy Mordkoff 4f9c008cd5 Fix typo. 17 years ago
Diego Biurrun 1b1ab19816 cosmetics: Add #endif comment. 17 years ago
Reimar Döffinger 2e9ad69aaf Add support for DES en- and decryption. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun 52703a6459 Use filename as multiple inclusion guard. 17 years ago
Diego Biurrun 8a2d973dfc misc Doxygen spelling/grammar fixes 17 years ago
Reimar Döffinger 3f30c42b61 Fix rc4 header, #ifndef -> #define 17 years ago
Diego Biurrun d02f15476f Add multiple inclusion guards. 17 years ago
Diego Biurrun c1d5a67c56 Add standard license header. 17 years ago
Diego Biurrun d5a8a02326 Consistently place comments in file header. 17 years ago
Diego Biurrun 547972fdad cosmetics: sort() 17 years ago
Reimar Döffinger 80b1c5a858 Add RC4 encryption/decryption function 17 years ago
Aurelien Jacobs b70335a28d add support for yuva420p colorspace (yuv420p + alpha) 17 years ago
Stefano Sabatini d3de3ee2bd Document libavutil/mem.h:av_strdup. 17 years ago
Diego Biurrun 1e97ce4a31 cosmetics: Sort some lines, whitespace changes. 17 years ago
Diego Biurrun c97f54020d Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific 17 years ago
Diego Biurrun 8008a04325 Move Apple gcc AltiVec vector declaration syntax to libavutil. 17 years ago
Diego Biurrun 9d16f87ffd Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). 17 years ago
Reimar Döffinger 45e3c163a9 Additional documentation for CRC functions 17 years ago
Reimar Döffinger 7b07d3e8fe Use defines instead of raw hex numbers to specify CRC polynomials 17 years ago
Ramiro Polla c8f9ef613e CONFIG_7REGS -> HAVE_7REGS 17 years ago
Ramiro Polla 5e4c7ca224 Add attribute that forces alignment of stack to functions that need it. 17 years ago
Aurelien Jacobs ddb8ebe7a1 add a new av_clip_int16() function to libavutil 17 years ago
Aurelien Jacobs b9c684a2b8 ensure av_noinline is always defined 17 years ago