| Commit message (Expand) | Author | Age | Files | Lines |
* | Print parent log context too, if available. | Michael Niedermayer | 2010-05-19 | 1 | -3/+9 |
* | Make it possible for a log context to keep track of its parent context. | Michael Niedermayer | 2010-05-19 | 2 | -1/+9 |
* | av_default_item_name() so Simply AVClasses need 1 function less. | Michael Niedermayer | 2010-05-19 | 2 | -0/+5 |
* | Clarify description for the MONOWHITE and MONOBLACK pixel formats. | Stefano Sabatini | 2010-05-16 | 1 | -2/+2 |
* | Clarify descriptions for RGB4, BGR4, NV12, NV21, | Stefano Sabatini | 2010-05-15 | 1 | -5/+5 |
* | av_alias is an attribute and belongs to attributes.h | Michael Niedermayer | 2010-05-13 | 2 | -8/+8 |
* | bswap: 10L add missing parens around macro args | Måns Rullgård | 2010-05-09 | 1 | -2/+2 |
* | Add means to adjust the log level per context. | Michael Niedermayer | 2010-05-08 | 3 | -1/+10 |
* | Make av_strerror() return -1 even in the case when av_strerror_r() is | Stefano Sabatini | 2010-05-05 | 3 | -3/+6 |
* | Make av_strerror() print an error message mentioning the error code | Stefano Sabatini | 2010-05-03 | 2 | -3/+4 |
* | bswap: add macros to byteswap constants | Måns Rullgård | 2010-04-29 | 1 | -0/+17 |
* | Fix typo. | Jai Menon | 2010-04-28 | 1 | -1/+1 |
* | Add version to AVClass so we can add to and use fields of AVClass without ABI... | Michael Niedermayer | 2010-04-28 | 2 | -1/+9 |
* | Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) | Stefano Sabatini | 2010-04-27 | 2 | -2/+1 |
* | Reindent after r22968. | Ronald S. Bultje | 2010-04-26 | 1 | -4/+4 |
* | Write clip-related decimal numbers into hex, where they make more sense. | Ronald S. Bultje | 2010-04-26 | 1 | -3/+3 |
* | Fix broken 32-bit clipping, and write numbers in hex instead of decimal so | Ronald S. Bultje | 2010-04-26 | 1 | -1/+1 |
* | 4th try at getting ansi colors working with a default of color=yes_please. | Michael Niedermayer | 2010-04-23 | 1 | -5/+12 |
* | Workaround for missing llrintf() | Måns Rullgård | 2010-04-23 | 1 | -0/+5 |
* | Trying _WIN32 for win32 detection. | Michael Niedermayer | 2010-04-23 | 1 | -1/+1 |
* | Merge the 2 ANSI ESC codes. | Michael Niedermayer | 2010-04-23 | 1 | -1/+1 |
* | Reenable ANSI colors, use method from VLC as suggested by ramiro. | Michael Niedermayer | 2010-04-23 | 1 | -3/+3 |
* | Disable ANSI color code until we figured out how to detect ANSI support in | Michael Niedermayer | 2010-04-22 | 1 | -2/+2 |
* | Coloring the log with ANSI. | Michael Niedermayer | 2010-04-22 | 1 | -1/+18 |
* | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje | 2010-04-21 | 1 | -0/+11 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 28 | -28/+28 |
* | Add PIX_FMT_Y400A, 8bit gray, 8bit alpha | Andreas Öman | 2010-04-14 | 2 | -0/+9 |
* | Add M_SQRT2 to the constants in mathematics.h. | Alex Converse | 2010-04-09 | 1 | -0/+3 |
* | Clarify doxy for av_fifo_alloc(). | Stefano Sabatini | 2010-04-06 | 1 | -1/+1 |
* | av_builtin_constant_p() | Michael Niedermayer | 2010-04-02 | 1 | -0/+6 |
* | Move AVMediaType from libavcodec to libavutil. | Stefano Sabatini | 2010-03-30 | 1 | -1/+11 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -1/+1 |
* | Implement av_strerror(). | Stefano Sabatini | 2010-03-25 | 4 | -1/+58 |
* | Prefer '///< ...' doxygen inline syntax over '/**< ... */'. | Stefano Sabatini | 2010-03-25 | 1 | -14/+14 |
* | Use consistent punctuation rules for the error message descriptions. | Stefano Sabatini | 2010-03-25 | 1 | -9/+9 |
* | Drop AVERROR_NOFMT at the next libavutil major bump. | Stefano Sabatini | 2010-03-21 | 1 | -1/+1 |
* | Change the definition of AVERROR_INVALIDDATA at the next libavutil | Stefano Sabatini | 2010-03-19 | 1 | -1/+2 |
* | Extend description for AVERROR_INVALIDDATA. | Stefano Sabatini | 2010-03-19 | 1 | -1/+1 |
* | error.h: test EDOM instead of EINVAL | Måns Rullgård | 2010-03-14 | 1 | -1/+1 |
* | Add missing includes to libavutil/error.h | Måns Rullgård | 2010-03-14 | 1 | -0/+3 |
* | Change the definition of AVERROR_NUMEXPECTED at the next libavutil | Stefano Sabatini | 2010-03-14 | 1 | -1/+5 |
* | Mark AVERROR_ENOENT for deletion at the next libavutil major bump. | Stefano Sabatini | 2010-03-14 | 1 | -1/+1 |
* | Lexically sort the error code definitions. | Stefano Sabatini | 2010-03-14 | 1 | -4/+5 |
* | Mark AVERROR_ENOMEM to be deleted at the next major bump. | Stefano Sabatini | 2010-03-13 | 1 | -1/+1 |
* | Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark | Stefano Sabatini | 2010-03-13 | 1 | -1/+1 |
* | Make iff.c:decode_init return the value returned by | Stefano Sabatini | 2010-03-13 | 1 | -0/+4 |
* | Add missing parentheses around the AVERROR_PATCHWELCOME macro | Stefano Sabatini | 2010-03-13 | 1 | -1/+1 |
* | Move error code definitions from libavcodec/avcodec.h to | Stefano Sabatini | 2010-03-13 | 3 | -1/+50 |
* | indent | Måns Rullgård | 2010-03-11 | 1 | -1/+1 |
* | random_seed: try other alternatives if reading /dev/random fails | Måns Rullgård | 2010-03-11 | 1 | -1/+2 |