index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
common.h
Age
Commit message (
Expand
)
Author
2012-01-03
Add av_popcount64
Daniel Verkamp
2011-11-25
MK(BE)TAG: avoid undefined shifts
Mans Rullgard
2011-06-24
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-05-13
Add av_clip_uintp2() function
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-17
Force inlining of avutil common routines
Jason Garrett-Glaser
2010-09-14
Add av_popcount() to libavutil/common.h and bump minor version
Tomas Härdin
2010-08-23
Add missing parentheses to AV_NE macro.
Benoit Fouet
2010-08-17
Fix out-of-tree build
Måns Rullgård
2010-08-17
Define macro AV_NE() and use it in libavdevice.
Stefano Sabatini
2010-07-07
Allow arch-overrides for all common.h clip and log2 functions
Måns Rullgård
2010-07-07
Remove macro duplication between common.h and intmath.h
Måns Rullgård
2010-06-30
Improve GET_UTF{8,16} documentation
Måns Rullgård
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-22
Add av_clip_int8(), used in the upcoming VP8 decoder.
Ronald S. Bultje
2010-06-22
Add missing parentheses in MKTAG and MKBETAG macros.
Benoit Fouet
2010-04-26
Reindent after r22968.
Ronald S. Bultje
2010-04-26
Write clip-related decimal numbers into hex, where they make more sense.
Ronald S. Bultje
2010-04-26
Fix broken 32-bit clipping, and write numbers in hex instead of decimal so
Ronald S. Bultje
2010-04-21
Move clipping of audio samples (for those codecs outputting float) from decoder
Ronald S. Bultje
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-09
Fix build on configurations without fast av_log2()
Måns Rullgård
2010-03-08
cosmetics: indent
Måns Rullgård
2010-03-08
Merge two adjacent ifdef blocks
Måns Rullgård
2010-03-08
Move gcc attribute macros to new header libavutil/attributes.h
Måns Rullgård
2010-02-24
Add PUT_UTF16() macro.
Anton Khirnov
2010-01-14
Optimise av_log2 with clz when available
Måns Rullgård
2009-11-09
Move ff_reverse in libavcodec to av_reverse in libavutil.
Francesco Lavra
2009-09-23
id3v2: Add support for UTF-16 encoding.
Anton Khirnov
2009-08-30
Add function to compute ceil(log2(x)).
Thilo Borgmann
2009-08-13
Introduce av_clip_uint16().
Ramiro Polla
2009-07-30
Revert addition of '#undef av_always_inline' to config.h in the small case.
Diego Biurrun
2009-06-28
Icc does not support attribute flatten, do not try to use it.
Carl Eugen Hoyos
2009-06-27
Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...
Carl Eugen Hoyos
2009-05-22
Move ALIGN macro to libavutil/common.h and use it in various places
David Conrad
2009-02-22
Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers
Måns Rullgård
2009-02-10
Silence one icc warning:
Carl Eugen Hoyos
2009-02-10
Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.
Diego Biurrun
2009-02-09
av_flatten to make the similarly named attribute available.
Michael Niedermayer
2009-02-09
av_uninit() to suppress false uninitialized warnings from gcc without deoptim...
Michael Niedermayer
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-28
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-25
Reorganize header #includes: Unconditionally #include standard C headers,
Diego Biurrun
2009-01-25
Move internal.h #include to the end of the file so that it is after
Diego Biurrun
2009-01-18
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2009-01-17
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
export gcd function as av_gcd()
Aurelien Jacobs
2009-01-15
move NULL_IF_CONFIG_SMALL() definition into internal header
Aurelien Jacobs
2009-01-15
move timer related code in a new timer.h file
Aurelien Jacobs
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
[next]