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
*
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
*
consistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun
2008-12-27
1
-1
/
+1
*
Silence the following icc warnings:
Carl Eugen Hoyos
2008-12-21
1
-1
/
+1
*
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
Carl Eugen Hoyos
2008-12-20
1
-6
/
+8
*
Port read_time() that works on x86_32 and 64 from noe.
Michael Niedermayer
2008-10-21
1
-11
/
+3
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
1
-5
/
+5
*
Add a macro to get the number of elements in a table.
Benoit Fouet
2008-10-15
1
-0
/
+1
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
Add av_clipf() function to common.h and use it in ra288.c
Vitor Sessak
2008-07-13
1
-0
/
+14
*
Make START/STOP_TIMER not require -v 2.
Michael Niedermayer
2008-06-08
1
-1
/
+1
*
Macro suggested by Michael which will be used to disable the
Stefano Sabatini
2008-06-01
1
-0
/
+11
*
add FFMIN3
Baptiste Coudurier
2008-04-26
1
-0
/
+1
*
Implement FFMAX3(a,b,c) - maximum over three arguments.
Vladimir Voroshilov
2008-04-19
1
-0
/
+1
*
cosmetics: __asm__ __volatile__ --> asm volatile
Diego Biurrun
2008-04-17
1
-1
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-0
/
+8
*
Reapply r12489: Add pure, const and malloc attributes to proper functions
Zuxy Meng
2008-03-19
1
-8
/
+24
*
revert r12489.
Benoit Fouet
2008-03-18
1
-24
/
+8
*
Pure, const and malloc attributes to libavutil.
Zuxy Meng
2008-03-18
1
-8
/
+24
*
misc spelling fixes
Diego Biurrun
2008-03-10
1
-1
/
+1
*
prettyprinting cosmetics
Diego Biurrun
2008-02-15
1
-22
/
+21
*
Merge declaration and initialization.
Michael Niedermayer
2008-02-01
1
-6
/
+2
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
1
-3
/
+3
*
add a new av_clip_int16() function to libavutil
Aurelien Jacobs
2007-08-11
1
-0
/
+11
*
ensure av_noinline is always defined
Aurelien Jacobs
2007-08-11
1
-1
/
+7
*
* Making [START|STOP]_TIMER work on architectures that support gethrtime()
Roman Shaposhnik
2007-08-09
1
-2
/
+7
*
Blackfin - read_time primitive
Marc Hoffman
2007-06-13
1
-1
/
+14
[next]