1110 Commits (9c3f5ef663f2f36e951945969f99776bb12a3e7a)

Author SHA1 Message Date
Michael Niedermayer a74d707cb7 av_alias is an attribute and belongs to attributes.h 15 years ago
Måns Rullgård cc6849ae50 bswap: 10L add missing parens around macro args 15 years ago
Michael Niedermayer 3fe1ec39c6 Add means to adjust the log level per context. 15 years ago
Stefano Sabatini e2959f4558 Make av_strerror() return -1 even in the case when av_strerror_r() is 15 years ago
Stefano Sabatini 441ea0ce91 Make av_strerror() print an error message mentioning the error code 15 years ago
Måns Rullgård 547b7bcbb7 bswap: add macros to byteswap constants 15 years ago
Jai Menon 707cd944d6 Fix typo. 15 years ago
Michael Niedermayer 2308b6c19a Add version to AVClass so we can add to and use fields of AVClass without ABI issues. 15 years ago
Stefano Sabatini cf103fabbe Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) 15 years ago
Ronald S. Bultje 90bc36b063 Reindent after r22968. 15 years ago
Ronald S. Bultje ad6408960b Write clip-related decimal numbers into hex, where they make more sense. 15 years ago
Ronald S. Bultje 2d0525c27c Fix broken 32-bit clipping, and write numbers in hex instead of decimal so 15 years ago
Michael Niedermayer 6204402409 4th try at getting ansi colors working with a default of color=yes_please. 15 years ago
Måns Rullgård 07876e25c8 Workaround for missing llrintf() 15 years ago
Michael Niedermayer aebfb45774 Trying _WIN32 for win32 detection. 15 years ago
Michael Niedermayer 7328cdfa58 Merge the 2 ANSI ESC codes. 15 years ago
Michael Niedermayer 841073ce5e Reenable ANSI colors, use method from VLC as suggested by ramiro. 15 years ago
Michael Niedermayer 2c4b87ea0e Disable ANSI color code until we figured out how to detect ANSI support in 15 years ago
Michael Niedermayer 51e026d115 Coloring the log with ANSI. 15 years ago
Ronald S. Bultje b1078e9fe6 Move clipping of audio samples (for those codecs outputting float) from decoder 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Andreas Öman 4744f896e5 Add PIX_FMT_Y400A, 8bit gray, 8bit alpha 15 years ago
Alex Converse b9f60bd8fd Add M_SQRT2 to the constants in mathematics.h. 15 years ago
Stefano Sabatini b9bd6589d7 Clarify doxy for av_fifo_alloc(). 15 years ago
Michael Niedermayer 4ed39eedca av_builtin_constant_p() 15 years ago
Stefano Sabatini 11491503c4 Move AVMediaType from libavcodec to libavutil. 15 years ago
Benoit Fouet 32e543f866 Replace @returns by @return. 15 years ago
Stefano Sabatini 87958234f9 Implement av_strerror(). 15 years ago
Stefano Sabatini 0394c928db Prefer '///< ...' doxygen inline syntax over '/**< ... */'. 15 years ago
Stefano Sabatini b748b9d69b Use consistent punctuation rules for the error message descriptions. 15 years ago
Stefano Sabatini 68006ed062 Drop AVERROR_NOFMT at the next libavutil major bump. 15 years ago
Stefano Sabatini 72af5d8a02 Change the definition of AVERROR_INVALIDDATA at the next libavutil 15 years ago
Stefano Sabatini 0029156589 Extend description for AVERROR_INVALIDDATA. 15 years ago
Måns Rullgård 6d2877f47e error.h: test EDOM instead of EINVAL 15 years ago
Måns Rullgård e4836e3c07 Add missing includes to libavutil/error.h 15 years ago
Stefano Sabatini 73ddbd9d0e Change the definition of AVERROR_NUMEXPECTED at the next libavutil 15 years ago
Stefano Sabatini c6a7b97c8e Mark AVERROR_ENOENT for deletion at the next libavutil major bump. 15 years ago
Stefano Sabatini 9b359f517e Lexically sort the error code definitions. 15 years ago
Stefano Sabatini 7c074320ba Mark AVERROR_ENOMEM to be deleted at the next major bump. 15 years ago
Stefano Sabatini 5ae092ee34 Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
Stefano Sabatini 0edfa79b23 Make iff.c:decode_init return the value returned by 15 years ago
Stefano Sabatini dbfa5e7861 Add missing parentheses around the AVERROR_PATCHWELCOME macro 15 years ago
Stefano Sabatini 60c144f700 Move error code definitions from libavcodec/avcodec.h to 15 years ago
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