1134 Commits (25de5958c8fd727777ebf8c4f7a9df6f9b8eb82d)

Author SHA1 Message Date
Michael Niedermayer 33586ee770 Document FF_SYMVER and attribute_used 15 years ago
Måns Rullgård ccc87908a9 Fix symbol version compat wrappers on systems with export prefixes 15 years ago
Måns Rullgård b462d13262 Add compatibility wrappers for functions moved from lavf to lavc 15 years ago
Martin Storsjö 3c467bacaa Fix compilation on windows CE 15 years ago
Stefano Sabatini 297084275c Fix av_compare_mod() doxy. 15 years ago
Stefano Sabatini 276b45afa0 Add APIchanges entry and bump minor after av_compare_mod() addition. 15 years ago
Ramiro Polla db16e3ca65 log.c: Use parameter passed to macro instead of the equivalent local variable 15 years ago
Ramiro Polla 4855f8679e Add win32 console color output. 15 years ago
Ramiro Polla 6e34a5582d Move ansi color array to outside of av_log_default_callback(). Do not pass 15 years ago
Ramiro Polla a1c027e9e4 Rename use_ansi_color to use_color so it is not ANSI-specific. 15 years ago
Michael Niedermayer 65db0587a8 Add av_compare_mod() 15 years ago
Stefano Sabatini 0b99215c0e Move eval.c and eval.h from libavcodec to libavutil, and make the eval 15 years ago
Stefano Sabatini 6532c6f929 Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE() 15 years ago
Howard Chu 784824a68c Use AV_BASE64_SIZE() macro 15 years ago
Howard Chu 31878fcf43 Add AV_BASE64_SIZE() macro 15 years ago
Michael Niedermayer 98aea87b1a Deprecate PIX_FMT_YUVJ* 15 years ago
David Conrad 31fdd64194 Convert NaN to 0/0 in av_d2q 15 years ago
Martin Storsjö 99778631e9 Bump libavutil minor version for the addition of av_get_random_seed 15 years ago
Martin Storsjö 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 15 years ago
Michael Niedermayer 4880cfd952 Print parent log context too, if available. 15 years ago
Michael Niedermayer 2c1bb26535 Make it possible for a log context to keep track of its parent context. 15 years ago
Michael Niedermayer 8d2a5139da av_default_item_name() so Simply AVClasses need 1 function less. 15 years ago
Stefano Sabatini c75b3d2e8f Clarify description for the MONOWHITE and MONOBLACK pixel formats. 15 years ago
Stefano Sabatini 9121b8ca6c Clarify descriptions for RGB4, BGR4, NV12, NV21, 15 years ago
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