| Commit message (Expand) | Author | Age | Files | Lines |
* | DECLARE_ALIGNED macro for TMS470 compiler | Måns Rullgård | 2010-01-22 | 1 | -0/+7 |
* | Add an AV_PRAGMA() macro for constructing _Pragma() directives | Måns Rullgård | 2010-01-22 | 1 | -0/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -4/+4 |
* | Make DECLARE_ALIGNED macros work with external array specifiers | Måns Rullgård | 2010-01-21 | 1 | -3/+3 |
* | H264 DXVA2 implementation | Laurent Aimar | 2010-01-20 | 2 | -0/+7 |
* | Move COPY3_IF_LT to lavc/mathops.h | Måns Rullgård | 2010-01-20 | 1 | -19/+0 |
* | Move FASTDIV macro to intmath.h | Måns Rullgård | 2010-01-19 | 4 | -38/+109 |
* | Use avconfig.h in pixfmt.h | Måns Rullgård | 2010-01-19 | 1 | -4/+3 |
* | Create and install libavutil/avconfig.h | Måns Rullgård | 2010-01-19 | 1 | -0/+2 |
* | Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h. | Alexander Strange | 2010-01-18 | 2 | -2/+141 |
* | Mark all intreadwrite functions av_always_inline | Måns Rullgård | 2010-01-18 | 4 | -32/+32 |
* | Make sure we do not export incorrect _NE pixformat descriptions by either | Reimar Döffinger | 2010-01-17 | 1 | -0/+3 |
* | Add missing parens in AV_WN macros | Måns Rullgård | 2010-01-17 | 1 | -3/+3 |
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -0/+4 |
* | Use macros instead of inline functions to replace the following missing C99 | Vitor Sessak | 2010-01-16 | 1 | -16/+8 |
* | Optimise av_log2 with clz when available | Måns Rullgård | 2010-01-14 | 2 | -0/+49 |
* | Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it. | Vitor Sessak | 2010-01-12 | 1 | -0/+21 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 2 | -4/+4 |
* | Remove residual use of the doxygen markup which is deprecated, | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | 2nd try on documenting av_gcd(). | Michael Niedermayer | 2009-12-27 | 1 | -1/+1 |
* | Document av_gcd(). | Michael Niedermayer | 2009-12-27 | 1 | -0/+5 |
* | Place { of the function where indent -kr wants it. | Michael Niedermayer | 2009-12-14 | 1 | -1/+2 |
* | Move #include where it belongs. | Michael Niedermayer | 2009-12-13 | 2 | -1/+1 |
* | Add a function to convert a number to a av_malloced string. | Michael Niedermayer | 2009-12-13 | 3 | -1/+13 |
* | Implement av_bmg_next(), a Box-Muller Gaussian random generator. | Stefano Sabatini | 2009-12-12 | 3 | -2/+43 |
* | Make av_log_level static at next lavu major version bump. | Ramiro Polla | 2009-12-03 | 1 | -0/+3 |
* | Make av_pix_fmt_descriptors use the same pixel format names as defined | Stefano Sabatini | 2009-11-26 | 2 | -6/+6 |
* | Make the pixdesc API public. | Stefano Sabatini | 2009-11-24 | 2 | -1/+3 |
* | Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. | Stefano Sabatini | 2009-11-23 | 1 | -1/+1 |
* | Clarify relations between log2_chroma_w, log2_chroma_h and comp. | Stefano Sabatini | 2009-11-18 | 1 | -1/+9 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 2 | -0/+22 |
* | Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name | Stefano Sabatini | 2009-11-18 | 2 | -52/+52 |
* | Fix indention after last commit. | Michael Niedermayer | 2009-11-14 | 1 | -4/+4 |
* | Fix crash with av_tree_enumerate(NULL). | Michael Niedermayer | 2009-11-14 | 1 | -0/+2 |
* | Make sure av_tree_enumerate() enumerates left->right. | Michael Niedermayer | 2009-11-14 | 1 | -4/+5 |
* | Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c. | Carl Eugen Hoyos | 2009-11-11 | 1 | -0/+6 |
* | Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used | NVIDIA Corporation | 2009-11-10 | 1 | -0/+1 |
* | Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in... | Reimar Döffinger | 2009-11-10 | 1 | -4/+0 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 3 | -1/+22 |
* | Add pixel format descriptors for the HW-accelerated formats. | Stefano Sabatini | 2009-11-05 | 1 | -0/+56 |
* | Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats. | Stefano Sabatini | 2009-11-02 | 1 | -0/+4 |
* | Move pixdesc.{h,c} from libavcodec to libavutil. | Stefano Sabatini | 2009-10-27 | 2 | -0/+803 |
* | id3v2: Add support for UTF-16 encoding. | Anton Khirnov | 2009-09-23 | 1 | -0/+24 |
* | extend ff_inverse[], and fix its documentation | Loren Merritt | 2009-09-21 | 1 | -1/+1 |
* | Add warnings to av_strlcat and av_strlcpy doxygen that the input strings | Reimar Döffinger | 2009-09-09 | 1 | -0/+8 |
* | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label | Ramiro Polla | 2009-09-06 | 1 | -6/+6 |
* | Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). | Lars Täuber | 2009-09-05 | 1 | -9/+9 |
* | Add a newline in error message in CHECKED_ALLOC(Z). | Ramiro Polla | 2009-09-04 | 1 | -2/+2 |
* | whitespace cosmetics, prettyprinting | Diego Biurrun | 2009-09-01 | 1 | -35/+35 |
* | Add function to compute ceil(log2(x)). | Thilo Borgmann | 2009-08-30 | 1 | -0/+9 |