index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-14
1
-0
/
+15
|
\
|
*
Add av_clip_uintp2() function
Mans Rullgard
2011-05-13
1
-0
/
+15
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Force inlining of avutil common routines
Jason Garrett-Glaser
2011-02-17
1
-11
/
+11
*
|
avutil: add divide & modulo that round like unsigned ones do that is down.
Michael Niedermayer
2011-05-09
1
-0
/
+2
*
|
Force inlining of avutil common routines
Jason Garrett-Glaser
2011-02-18
1
-11
/
+11
|
/
*
Add av_popcount() to libavutil/common.h and bump minor version
Tomas Härdin
2010-09-14
1
-0
/
+17
*
Add missing parentheses to AV_NE macro.
Benoit Fouet
2010-08-23
1
-2
/
+2
*
Fix out-of-tree build
Måns Rullgård
2010-08-17
1
-1
/
+1
*
Define macro AV_NE() and use it in libavdevice.
Stefano Sabatini
2010-08-17
1
-0
/
+7
*
Allow arch-overrides for all common.h clip and log2 functions
Måns Rullgård
2010-07-07
1
-8
/
+32
*
Remove macro duplication between common.h and intmath.h
Måns Rullgård
2010-07-07
1
-6
/
+14
*
Improve GET_UTF{8,16} documentation
Måns Rullgård
2010-06-30
1
-23
/
+18
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-12
/
+12
*
Add av_clip_int8(), used in the upcoming VP8 decoder.
Ronald S. Bultje
2010-06-22
1
-0
/
+11
*
Add missing parentheses in MKTAG and MKBETAG macros.
Benoit Fouet
2010-06-22
1
-2
/
+2
*
Reindent after r22968.
Ronald S. Bultje
2010-04-26
1
-4
/
+4
*
Write clip-related decimal numbers into hex, where they make more sense.
Ronald S. Bultje
2010-04-26
1
-3
/
+3
*
Fix broken 32-bit clipping, and write numbers in hex instead of decimal so
Ronald S. Bultje
2010-04-26
1
-1
/
+1
*
Move clipping of audio samples (for those codecs outputting float) from decoder
Ronald S. Bultje
2010-04-21
1
-0
/
+11
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Fix build on configurations without fast av_log2()
Måns Rullgård
2010-03-09
1
-10
/
+13
*
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
1
-78
/
+1
*
Add PUT_UTF16() macro.
Anton Khirnov
2010-02-24
1
-0
/
+30
*
Optimise av_log2 with clz when available
Måns Rullgård
2010-01-14
1
-0
/
+8
*
Move ff_reverse in libavcodec to av_reverse in libavutil.
Francesco Lavra
2009-11-09
1
-0
/
+2
*
id3v2: Add support for UTF-16 encoding.
Anton Khirnov
2009-09-23
1
-0
/
+24
*
Add function to compute ceil(log2(x)).
Thilo Borgmann
2009-08-30
1
-0
/
+9
*
Introduce av_clip_uint16().
Ramiro Polla
2009-08-13
1
-0
/
+11
*
Revert addition of '#undef av_always_inline' to config.h in the small case.
Diego Biurrun
2009-07-30
1
-1
/
+4
*
Icc does not support attribute flatten, do not try to use it.
Carl Eugen Hoyos
2009-06-28
1
-1
/
+1
*
Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...
Carl Eugen Hoyos
2009-06-27
1
-1
/
+1
*
Move ALIGN macro to libavutil/common.h and use it in various places
David Conrad
2009-05-22
1
-0
/
+1
*
Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers
Måns Rullgård
2009-02-22
1
-1
/
+5
*
Silence one icc warning:
Carl Eugen Hoyos
2009-02-10
1
-1
/
+1
*
Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.
Diego Biurrun
2009-02-10
1
-1
/
+1
*
av_flatten to make the similarly named attribute available.
Michael Niedermayer
2009-02-09
1
-0
/
+8
*
av_uninit() to suppress false uninitialized warnings from gcc without deoptim...
Michael Niedermayer
2009-02-09
1
-0
/
+8
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-28
1
-12
/
+12
*
Reorganize header #includes: Unconditionally #include standard C headers,
Diego Biurrun
2009-01-25
1
-15
/
+10
*
Move internal.h #include to the end of the file so that it is after
Diego Biurrun
2009-01-25
1
-4
/
+4
*
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2009-01-18
1
-41
/
+0
*
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
1
-11
/
+0
*
export gcd function as av_gcd()
Aurelien Jacobs
2009-01-17
1
-3
/
+0
*
move NULL_IF_CONFIG_SMALL() definition into internal header
Aurelien Jacobs
2009-01-15
1
-11
/
+0
*
move timer related code in a new timer.h file
Aurelien Jacobs
2009-01-15
1
-73
/
+0
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-6
/
+6
[next]