summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Convert NaN to 0/0 in av_d2qDavid Conrad2010-05-241-0/+2
* Bump libavutil minor version for the addition of av_get_random_seedMartin Storsjö2010-05-231-2/+2
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-233-2/+12
* Print parent log context too, if available.Michael Niedermayer2010-05-191-3/+9
* Make it possible for a log context to keep track of its parent context.Michael Niedermayer2010-05-192-1/+9
* av_default_item_name() so Simply AVClasses need 1 function less.Michael Niedermayer2010-05-192-0/+5
* Clarify description for the MONOWHITE and MONOBLACK pixel formats.Stefano Sabatini2010-05-161-2/+2
* Clarify descriptions for RGB4, BGR4, NV12, NV21,Stefano Sabatini2010-05-151-5/+5
* av_alias is an attribute and belongs to attributes.hMichael Niedermayer2010-05-132-8/+8
* bswap: 10L add missing parens around macro argsMåns Rullgård2010-05-091-2/+2
* Add means to adjust the log level per context.Michael Niedermayer2010-05-083-1/+10
* Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini2010-05-053-3/+6
* Make av_strerror() print an error message mentioning the error codeStefano Sabatini2010-05-032-3/+4
* bswap: add macros to byteswap constantsMåns Rullgård2010-04-291-0/+17
* Fix typo.Jai Menon2010-04-281-1/+1
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-282-1/+9
* Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS)Stefano Sabatini2010-04-272-2/+1
* Reindent after r22968.Ronald S. Bultje2010-04-261-4/+4
* Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje2010-04-261-3/+3
* Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje2010-04-261-1/+1
* 4th try at getting ansi colors working with a default of color=yes_please.Michael Niedermayer2010-04-231-5/+12
* Workaround for missing llrintf()Måns Rullgård2010-04-231-0/+5
* Trying _WIN32 for win32 detection.Michael Niedermayer2010-04-231-1/+1
* Merge the 2 ANSI ESC codes.Michael Niedermayer2010-04-231-1/+1
* Reenable ANSI colors, use method from VLC as suggested by ramiro.Michael Niedermayer2010-04-231-3/+3
* Disable ANSI color code until we figured out how to detect ANSI support inMichael Niedermayer2010-04-221-2/+2
* Coloring the log with ANSI.Michael Niedermayer2010-04-221-1/+18
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-0/+11
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-2028-28/+28
* Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman2010-04-142-0/+9
* Add M_SQRT2 to the constants in mathematics.h.Alex Converse2010-04-091-0/+3
* Clarify doxy for av_fifo_alloc().Stefano Sabatini2010-04-061-1/+1
* av_builtin_constant_p()Michael Niedermayer2010-04-021-0/+6
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-301-1/+11
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* Implement av_strerror().Stefano Sabatini2010-03-254-1/+58
* Prefer '///< ...' doxygen inline syntax over '/**< ... */'.Stefano Sabatini2010-03-251-14/+14
* Use consistent punctuation rules for the error message descriptions.Stefano Sabatini2010-03-251-9/+9
* Drop AVERROR_NOFMT at the next libavutil major bump.Stefano Sabatini2010-03-211-1/+1
* Change the definition of AVERROR_INVALIDDATA at the next libavutilStefano Sabatini2010-03-191-1/+2
* Extend description for AVERROR_INVALIDDATA.Stefano Sabatini2010-03-191-1/+1
* error.h: test EDOM instead of EINVALMåns Rullgård2010-03-141-1/+1
* Add missing includes to libavutil/error.hMåns Rullgård2010-03-141-0/+3
* Change the definition of AVERROR_NUMEXPECTED at the next libavutilStefano Sabatini2010-03-141-1/+5
* Mark AVERROR_ENOENT for deletion at the next libavutil major bump.Stefano Sabatini2010-03-141-1/+1
* Lexically sort the error code definitions.Stefano Sabatini2010-03-141-4/+5
* Mark AVERROR_ENOMEM to be deleted at the next major bump.Stefano Sabatini2010-03-131-1/+1
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-131-1/+1
* Make iff.c:decode_init return the value returned byStefano Sabatini2010-03-131-0/+4
* Add missing parentheses around the AVERROR_PATCHWELCOME macroStefano Sabatini2010-03-131-1/+1
OpenPOWER on IntegriCloud