2011-06-23 |
Diego Biurrun | doxygen: Consistently use '@' instead of '\' for Doxyge... |
blob | commitdiff | raw |
2011-05-13 |
Mans Rullgard | Add av_clip_uintp2() function |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-02-17 |
Jason Garrett-Glaser | Force inlining of avutil common routines |
blob | commitdiff | raw | diff to current |
2010-09-14 |
Tomas Härdin | Add av_popcount() to libavutil/common.h and bump minor... |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Benoit Fouet | Add missing parentheses to AV_NE macro. |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Måns Rullgård | Fix out-of-tree build |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Stefano Sabatini | Define macro AV_NE() and use it in libavdevice. |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Måns Rullgård | Allow arch-overrides for all common.h clip and log2... |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Måns Rullgård | Remove macro duplication between common.h and intmath.h |
blob | commitdiff | raw | diff to current |
2010-06-30 |
Måns Rullgård | Improve GET_UTF{8,16} documentation |
blob | commitdiff | raw | diff to current |
2010-06-30 |
Måns Rullgård | Fix grammar errors in documentation |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Ronald S. Bultje | Add av_clip_int8(), used in the upcoming VP8 decoder. |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Benoit Fouet | Add missing parentheses in MKTAG and MKBETAG macros. |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Ronald S. Bultje | Reindent after r22968. |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Ronald S. Bultje | Write clip-related decimal numbers into hex, where... |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Ronald S. Bultje | Fix broken 32-bit clipping, and write numbers in hex... |
blob | commitdiff | raw | diff to current |
2010-04-21 |
Ronald S. Bultje | Move clipping of audio samples (for those codecs output... |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Diego Biurrun | Remove explicit filename from Doxygen @file commands. |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Måns Rullgård | Fix build on configurations without fast av_log2() |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Måns Rullgård | cosmetics: indent |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Måns Rullgård | Merge two adjacent ifdef blocks |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Måns Rullgård | Move gcc attribute macros to new header libavutil/attri... |
blob | commitdiff | raw | diff to current |
2010-02-24 |
Anton Khirnov | Add PUT_UTF16() macro. |
blob | commitdiff | raw | diff to current |
2010-01-14 |
Måns Rullgård | Optimise av_log2 with clz when available |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Francesco Lavra | Move ff_reverse in libavcodec to av_reverse in libavutil. |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Anton Khirnov | id3v2: Add support for UTF-16 encoding. |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Thilo Borgmann | Add function to compute ceil(log2(x)). |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Ramiro Polla | Introduce av_clip_uint16(). |
blob | commitdiff | raw | diff to current |
2009-07-30 |
Diego Biurrun | Revert addition of '#undef av_always_inline' to config... |
blob | commitdiff | raw | diff to current |
2009-06-28 |
Carl Eugen Hoyos | Icc does not support attribute flatten, do not try... |
blob | commitdiff | raw | diff to current |
2009-06-27 |
Carl Eugen Hoyos | Icc 11.1 does not support attributes force_align_arg_po... |
blob | commitdiff | raw | diff to current |
2009-05-22 |
David Conrad | Move ALIGN macro to libavutil/common.h and use it in... |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Måns Rullgård | Avoid warnings from AV_GCC_VERSION_AT_LEAST with some... |
blob | commitdiff | raw | diff to current |
2009-02-10 |
Carl Eugen Hoyos | Silence one icc warning: |
blob | commitdiff | raw | diff to current |
2009-02-10 |
Diego Biurrun | Use AV_GCC_VERSION_AT_LEAST instead of complicated... |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Michael Niedermayer | av_flatten to make the similarly named attribute available. |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Michael Niedermayer | av_uninit() to suppress false uninitialized warnings... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Diego Biurrun | spelling/grammar/consistency review part I |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Diego Biurrun | Reorganize header #includes: Unconditionally #include... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Diego Biurrun | Move internal.h #include to the end of the file so... |
blob | commitdiff | raw | diff to current |
2009-01-18 |
Aurelien Jacobs | moves mid_pred() into mathops.h (with arch specific... |
blob | commitdiff | raw | diff to current |
2009-01-17 |
Aurelien Jacobs | remove ff_get_fourcc() and use AV_RL32() instead |
blob | commitdiff | raw | diff to current |
2009-01-17 |
Aurelien Jacobs | export gcd function as av_gcd() |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Aurelien Jacobs | move NULL_IF_CONFIG_SMALL() definition into internal... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Aurelien Jacobs | move timer related code in a new timer.h file |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | raw | diff to current |
2008-12-27 |
Diego Biurrun | consistency cosmetics: Rename POWERPC identifiers to... |
blob | commitdiff | raw | diff to current |
2008-12-21 |
Carl Eugen Hoyos | Silence the following icc warnings: |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Carl Eugen Hoyos | Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version... |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Michael Niedermayer | Port read_time() that works on x86_32 and 64 from noe. |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Diego Pettenò | Convert asm keyword into __asm__. |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Benoit Fouet | Add a macro to get the number of elements in a table. |
blob | commitdiff | raw | diff to current |
2008-08-31 |
Stefano Sabatini | Globally rename the header inclusion guard names. |
blob | commitdiff | raw | diff to current |
2008-07-13 |
Vitor Sessak | Add av_clipf() function to common.h and use it in ra288.c |
blob | commitdiff | raw | diff to current |
2008-06-08 |
Michael Niedermayer | Make START/STOP_TIMER not require -v 2. |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Stefano Sabatini | Macro suggested by Michael which will be used to disabl... |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | add FFMIN3 |
blob | commitdiff | raw | diff to current |
2008-04-19 |
Vladimir Voroshilov | Implement FFMAX3(a,b,c) - maximum over three arguments. |
blob | commitdiff | raw | diff to current |
2008-04-17 |
Diego Biurrun | cosmetics: __asm__ __volatile__ --> asm volatile |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Zuxy Meng | Apply 'cold' attribute to init/uninit functions in... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Zuxy Meng | Reapply r12489: Add pure, const and malloc attributes... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Benoit Fouet | revert r12489. |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Zuxy Meng | Pure, const and malloc attributes to libavutil. |
blob | commitdiff | raw | diff to current |
2008-03-10 |
Diego Biurrun | misc spelling fixes |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Diego Biurrun | prettyprinting cosmetics |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | Merge declaration and initialization. |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Diego Biurrun | Add FFMPEG_ prefix to all multiple inclusion guards. |
blob | commitdiff | raw | diff to current |
2007-08-11 |
Aurelien Jacobs | add a new av_clip_int16() function to libavutil |
blob | commitdiff | raw | diff to current |
2007-08-11 |
Aurelien Jacobs | ensure av_noinline is always defined |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Roman Shaposhnik | * Making [START|STOP]_TIMER work on architectures... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Marc Hoffman | Blackfin - read_time primitive |
blob | commitdiff | raw | diff to current |
2007-06-12 |
Diego Biurrun | misc typo fixes |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Carl Eugen Hoyos | rename attribute_unused to av_unused and moves its... |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Panagiotis Issaris | Move the memory related functions out of common.h into... |
blob | commitdiff | raw | diff to current |
2007-03-09 |
Panagiotis Issaris | Fix typo in Doxygen comments. |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Panagiotis Issaris | Move unaltered av_freep() comments to the header file. |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Panagiotis Issaris | Move unaltered av_free() comments to the header file. |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Panagiotis Issaris | Move unaltered av_realloc() comments to the header... |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Panagiotis Issaris | Move unaltered av_malloc() comments to the header file. |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Måns Rullgård | remove [U]INT64_C definition |
blob | commitdiff | raw | diff to current |
2007-02-25 |
Reimar Döffinger | Add av_ prefix to clip functions |
blob | commitdiff | raw | diff to current |
2007-02-16 |
Michael Niedermayer | av_noinline |
blob | commitdiff | raw | diff to current |
2007-02-13 |
François Revol | This fixes error handling for BeOS, removing the need... |
blob | commitdiff | raw | diff to current |
2007-02-12 |
Michael Niedermayer | slightly improve *_TIMER |
blob | commitdiff | raw | diff to current |
2007-01-13 |
Christophe Mutricy | Avoid "HAVE_CMOV not defined" warning. |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Måns Rullgård | rename always_inline to av_always_inline and move to... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Måns Rullgård | merge #ifdef HAVE_AV_CONFIG_H sections |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Måns Rullgård | fix mingw shared build, and get rid of FF_IMPORT_ATTR |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Måns Rullgård | use the standard INT64_C() macro for 64-bit constants |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Måns Rullgård | move more macros to internal.h |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Måns Rullgård | move some __attribute__ macros to internal.h |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Måns Rullgård | remove 'restrict' definition, it is always #defined... |
blob | commitdiff | raw | diff to current |
2006-12-02 |
Diego Biurrun | spelling cosmetics: cliped --> clipped |
blob | commitdiff | raw | diff to current |
2006-11-19 |
Reimar Döffinger | Correct GET/PUT_UTF8 comment: the get/put functions... |
blob | commitdiff | raw | diff to current |
2006-11-19 |
Reimar Döffinger | Fix typo in comment |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Måns Rullgård | remove workaround for missing inttypes.h |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Måns Rullgård | clean up inttypes.h and int_fastxx_t types detection |
blob | commitdiff | raw | diff to current |
2006-11-06 |
Guillaume Poirier | Add doxy comments for macro GET_UTF8 |
blob | commitdiff | raw | diff to current |
next |