867 Commits (1e76a1da0534f3a7cdaf7811059beaff874e0504)

Author SHA1 Message Date
Måns Rullgård 5de91783bf indent 15 years ago
Måns Rullgård 49e9287878 random_seed: try other alternatives if reading /dev/random fails 15 years ago
Måns Rullgård 32f40ace25 sha: add missing include 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 297bfb2fe6 libm.h needs attributes.h 15 years ago
Måns Rullgård 335ee1aadd Move libm replacements to new header libm.h 15 years ago
Måns Rullgård b90b1b4c3c Fix build on configurations without fast av_log2() 15 years ago
Måns Rullgård f0a912d3b8 More descriptive names for av_stristr() parameters 15 years ago
Måns Rullgård 3369888aa5 cosmetics: indent 15 years ago
Måns Rullgård 2acb5e10b9 Merge two adjacent ifdef blocks 15 years ago
Måns Rullgård 2791730dbf Move gcc attribute macros to new header libavutil/attributes.h 15 years ago
Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
Måns Rullgård f89c14027a checkheaders: skip per-arch headers not meant for direct inclusion 15 years ago
Måns Rullgård 4a89e0a675 ARM: add some missing includes 15 years ago
Måns Rullgård 9c9a0840d0 Add lots of missing includes 15 years ago
Stefano Sabatini c18fb6310d Bump minor number and add APIchanges entry after the inclusion of 15 years ago
Måns Rullgård ac6ef8682d Add av_stristr() function 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård 4b9905d1dc Move DECLARE_ALIGNED_{8,16} macros to mem.h 15 years ago
Janusz Krzysztofik 2b7cf1678e Add initial support for 12-bit color mode. 15 years ago
Stefano Sabatini ce7c717900 Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is 15 years ago
Vitor Sessak 4b83fc0fe4 Plug memory leak in NUT muxer and demuxer 15 years ago
Måns Rullgård 3d7b94ba5a Fix build failure with fast_unaligned and non-gcc-compatible compilers 15 years ago
Vitor Sessak 8a4d067dfc Revert r22119 and partially revert 22120. 15 years ago
Vitor Sessak fee6faa2b6 Implement av_tree_destroy_free_elem() to destroy a tree and free all the 15 years ago
Carl Eugen Hoyos 0fcbcad140 Include sha1.h from sha.c: It contains several prototypes. 15 years ago
Stefano Sabatini 3314799368 Extend doxy for the src parameter of av_fifo_generic_write(). 15 years ago
Michael Niedermayer 8ef4e65e94 AV_COPY16() & AV_ZERO16() 15 years ago
Anton Khirnov ae529ddb32 Add PUT_UTF16() macro. 15 years ago
Michael Niedermayer fc323a5480 Clarify non constness of src in av_fifo_generic_write() 15 years ago
Måns Rullgård ac73f1a816 ARM: change argument/return type of bswap_16() to unsigned 32-bit 15 years ago
Måns Rullgård 94a5218c10 More accurate value for log2(10) 15 years ago
Måns Rullgård e4a35244fa Replace log2f(10) with a constant 15 years ago
Måns Rullgård 7ed63ca2e7 Add casts to correct return type in macros for missing libm funcs 15 years ago
Carl Eugen Hoyos 8e339d4aa0 Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers. 15 years ago
Måns Rullgård 95c0d02ddc TOMI: 16- and 32-bit intreadwrite functions 15 years ago
Måns Rullgård f4a7434f16 Add alias-safe aligned AV_[RW]N macros 15 years ago
Måns Rullgård 7a6053ef72 Use alias-safe types in AV_COPY/SWAP/ZERO macros 15 years ago
Måns Rullgård 0c76e635f5 Use alias-safe types in AV_[RW] macros 15 years ago
Måns Rullgård d10458c9e2 Add alias-safe union typedefs 15 years ago
Stefano Sabatini f47a7cb777 Move read_line() and write_line() definition from pixdesc.h to 15 years ago
Kostya Shishkov a768816c33 Simplify expression as suggested by Måns Rullgård 15 years ago
Kostya Shishkov 045b60bf9b Make SHA digest function write digest value with AV_WN32 instead of assuming 15 years ago
Måns Rullgård 8e05f06912 Define missing llrint() as macro instead of inline function 15 years ago
Michael Niedermayer b687c1aaac Bump minor for av_compare_ts() 15 years ago
Michael Niedermayer 78b0182375 av_compare_ts() 15 years ago
Stefano Sabatini 351aff72a4 Fix grammar: write to DST THING -> write THING to DST. 15 years ago
Stefano Sabatini 22bf4592c8 Remove duplicated word in av_strlcat() doxy. 15 years ago
Stefano Sabatini 80a07f6e47 Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). 15 years ago
Måns Rullgård 6c88973a75 Add AV_COPY32 15 years ago