summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Fix symbol version compat wrappers on systems with export prefixesReinhard Tartler2010-06-15
* Add compatibility wrappers for functions moved from lavf to lavcReinhard Tartler2010-06-15
* Convert NaN to 0/0 in av_d2qDiego Biurrun2010-05-24
* Clarify description for the MONOWHITE and MONOBLACK pixel formats.Reinhard Tartler2010-05-21
* Clarify descriptions for RGB4, BGR4, NV12, NV21,Reinhard Tartler2010-05-21
* bswap: 10L add missing parens around macro argsReinhard Tartler2010-05-20
* Make av_strerror() return -1 even in the case when av_strerror_r() isReinhard Tartler2010-05-19
* Make av_strerror() print an error message mentioning the error codeStefano Sabatini2010-05-03
* bswap: add macros to byteswap constantsMåns Rullgård2010-04-29
* Fix typo.Jai Menon2010-04-28
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini2010-04-27
* Reindent after r22968.Ronald S. Bultje2010-04-26
* Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje2010-04-26
* Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje2010-04-26
* 4th try at getting ansi colors working with a default of color=yes_please.Michael Niedermayer2010-04-23
* Workaround for missing llrintf()Måns Rullgård2010-04-23
* Trying _WIN32 for win32 detection.Michael Niedermayer2010-04-23
* Merge the 2 ANSI ESC codes.Michael Niedermayer2010-04-23
* Reenable ANSI colors, use method from VLC as suggested by ramiro.Michael Niedermayer2010-04-23
* Disable ANSI color code until we figured out how to detect ANSI support inMichael Niedermayer2010-04-22
* Coloring the log with ANSI.Michael Niedermayer2010-04-22
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman2010-04-14
* Add M_SQRT2 to the constants in mathematics.h.Alex Converse2010-04-09
* Clarify doxy for av_fifo_alloc().Stefano Sabatini2010-04-06
* av_builtin_constant_p()Michael Niedermayer2010-04-02
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-30
* Replace @returns by @return.Benoit Fouet2010-03-30
* Implement av_strerror().Stefano Sabatini2010-03-25
* Prefer '///< ...' doxygen inline syntax over '/**< ... */'.Stefano Sabatini2010-03-25
* Use consistent punctuation rules for the error message descriptions.Stefano Sabatini2010-03-25
* Drop AVERROR_NOFMT at the next libavutil major bump.Stefano Sabatini2010-03-21
* Change the definition of AVERROR_INVALIDDATA at the next libavutilStefano Sabatini2010-03-19
* Extend description for AVERROR_INVALIDDATA.Stefano Sabatini2010-03-19
* error.h: test EDOM instead of EINVALMåns Rullgård2010-03-14
* Add missing includes to libavutil/error.hMåns Rullgård2010-03-14
* Change the definition of AVERROR_NUMEXPECTED at the next libavutilStefano Sabatini2010-03-14
* Mark AVERROR_ENOENT for deletion at the next libavutil major bump.Stefano Sabatini2010-03-14
* Lexically sort the error code definitions.Stefano Sabatini2010-03-14
* Mark AVERROR_ENOMEM to be deleted at the next major bump.Stefano Sabatini2010-03-13
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-13
* Add missing parentheses around the AVERROR_PATCHWELCOME macroStefano Sabatini2010-03-13
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* indentMåns Rullgård2010-03-11
* random_seed: try other alternatives if reading /dev/random failsMåns Rullgård2010-03-11
* sha: add missing includeMåns Rullgård2010-03-11
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09