34 Commits (3dc7a9f6239d909b3e66712b32380822466882af)

Author SHA1 Message Date
Marvin Scholz ed2aa4e692 avutil/crc: Add doxy for missing arguments 2 years ago
Andreas Rheinhardt e7bd47e657 Remove obsolete version.h inclusions 3 years ago
Aurelien Jacobs 0b4ad86959 crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1D 7 years ago
James Almer 382aaa3312 avutil/crc: remove gap in AVCRCId enum values 7 years ago
Timothy Gu 0a7a4e33f3 avutil: Add detailed Doxygen description to a few hashes 8 years ago
Timothy Gu 19d7098c9e avutil: Group hash functions separately in Doxygen 8 years ago
Ganesh Ajjanagadde 1bb7db217d avutil/crc: avoid needless space wastage of hardcoded crc table 9 years ago
Alessandro Ghedini 0983d48111 crc: add ANSI CRC16 LE 11 years ago
Paul B Mahol 410192e369 add crc24 tables 12 years ago
James Almer 321906d341 lavu/crc: Fix doxy group definition 12 years ago
Diego Biurrun 8ff0f7763d crc: av_crc() parameter names should match between .c, .h and doxygen 12 years ago
Anton Khirnov b4dc6dccba crc: move doxy to the header 12 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Måns Rullgård 3540b950ec add missing #include "common.h" to libavutil headers 17 years ago
Zuxy Meng 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
Benoit Fouet 2119bb8f51 revert r12489. 17 years ago
Zuxy Meng 6544f48f03 Pure, const and malloc attributes to libavutil. 17 years ago
Diego Biurrun 768a920572 #include stddef.h instead of sys/types.h, the former is a standard C header. 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Reimar Döffinger 7b07d3e8fe Use defines instead of raw hex numbers to specify CRC polynomials 17 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Michael Niedermayer 08cb195020 kill 3 more av_mallocz_static() 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Michael Niedermayer 43a80ccee5 generic crc calculation code 19 years ago