| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | sha: add missing include | Måns Rullgård | 2010-03-11 | 1 | -0/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 25 | -28/+26 |
* | libm.h needs attributes.h | Måns Rullgård | 2010-03-09 | 1 | -0/+1 |
* | Move libm replacements to new header libm.h | Måns Rullgård | 2010-03-09 | 2 | -59/+91 |
* | Fix build on configurations without fast av_log2() | Måns Rullgård | 2010-03-09 | 2 | -11/+31 |
* | More descriptive names for av_stristr() parameters | Måns Rullgård | 2010-03-08 | 1 | -7/+8 |
* | cosmetics: indent | Måns Rullgård | 2010-03-08 | 1 | -1/+1 |
* | Merge two adjacent ifdef blocks | Måns Rullgård | 2010-03-08 | 1 | -3/+0 |
* | Move gcc attribute macros to new header libavutil/attributes.h | Måns Rullgård | 2010-03-08 | 3 | -78/+109 |
* | Move ff_sqrt() to libavutil/intmath.h | Måns Rullgård | 2010-03-08 | 2 | -22/+22 |
* | checkheaders: skip per-arch headers not meant for direct inclusion | Måns Rullgård | 2010-03-08 | 1 | -0/+2 |
* | ARM: add some missing includes | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | Add lots of missing includes | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | Bump minor number and add APIchanges entry after the inclusion of | Stefano Sabatini | 2010-03-06 | 1 | -1/+1 |
* | Add av_stristr() function | Måns Rullgård | 2010-03-06 | 2 | -0/+26 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -3/+0 |
* | Move DECLARE_ALIGNED_{8,16} macros to mem.h | Måns Rullgård | 2010-03-06 | 1 | -0/+2 |
* | Add initial support for 12-bit color mode. | Janusz Krzysztofik | 2010-03-05 | 2 | -0/+53 |
* | Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is | Stefano Sabatini | 2010-03-04 | 1 | -0/+1 |
* | Plug memory leak in NUT muxer and demuxer | Vitor Sessak | 2010-03-03 | 3 | -3/+14 |
* | Fix build failure with fast_unaligned and non-gcc-compatible compilers | Måns Rullgård | 2010-03-02 | 1 | -1/+1 |
* | Revert r22119 and partially revert 22120. | Vitor Sessak | 2010-03-01 | 2 | -10/+0 |
* | Implement av_tree_destroy_free_elem() to destroy a tree and free all the | Vitor Sessak | 2010-02-28 | 2 | -0/+10 |
* | Include sha1.h from sha.c: It contains several prototypes. | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Extend doxy for the src parameter of av_fifo_generic_write(). | Stefano Sabatini | 2010-02-24 | 1 | -1/+2 |