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
/
mem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-25
1
-0
/
+12
|
\
|
*
avutil: Move memcpy_backptr() to mem.c
Diego Biurrun
2012-10-25
1
-0
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-20
1
-2
/
+2
|
\
\
|
|
/
|
*
avutil/mem: K&R formatting cosmetics
Diego Biurrun
2012-10-20
1
-2
/
+2
|
*
mem: fix typo in check for __ICC
Mans Rullgard
2012-09-10
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+2
|
\
\
|
|
/
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-16
1
-2
/
+35
|
\
\
|
|
/
|
*
mem: introduce av_malloc_array and av_mallocz_array
Luca Barbato
2012-07-14
1
-2
/
+35
*
|
mem: add av_max_alloc() to limit the maximum amount that may be allocated in ...
Michael Niedermayer
2011-12-25
1
-0
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-23
1
-0
/
+10
|
\
\
|
|
/
|
*
doxy: provide a start page and document libavutil
Luca Barbato
2011-11-22
1
-0
/
+10
*
|
Introduce av_realloc_f.
Nicolas George
2011-09-28
1
-0
/
+10
*
|
Introduce av_size_mult.
Nicolas George
2011-09-28
1
-0
/
+16
*
|
Add av_calloc() helper.
Laurent Aimar
2011-09-25
1
-0
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-15
1
-2
/
+2
|
\
\
|
|
/
|
*
mem.h: switch doxygen parameter order to match function prototype
Diego Biurrun
2011-07-15
1
-2
/
+2
*
|
Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
Michael Niedermayer
2011-05-01
1
-0
/
+9
|
\
\
|
*
|
Move ff_dynarray_add to lavu and make it public.
Anton Khirnov
2011-04-29
1
-0
/
+9
|
|
/
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
1
-11
/
+3
|
\
\
|
|
/
|
*
lavu: remove misc disabled cruft
Anton Khirnov
2011-04-19
1
-11
/
+3
*
|
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-24
1
-1
/
+1
|
\
\
|
|
/
|
*
Remove unnecessary icc version checks
Mans Rullgard
2011-03-23
1
-1
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Rename attribute_used to av_used and move it to attributes.h
Mans Rullgard
2011-01-31
1
-1
/
+1
*
|
Attribute used is correctly supported by the Intel C compiler since version 1...
Carl Eugen Hoyos
2011-03-03
1
-1
/
+1
*
|
Use macro __INTEL_COMPILER instead of __ICC.
Carl Eugen Hoyos
2011-03-02
1
-2
/
+2
*
|
Rename attribute_used to av_used and move it to attributes.h
Mans Rullgard
2011-01-31
1
-1
/
+1
|
/
*
Add av_file_map() and av_file_unmap() functions.
Stefano Sabatini
2010-12-22
1
-0
/
+2
*
Change the argument of memory allocation functions from unsigned int to size_t
Michael Niedermayer
2010-12-04
1
-3
/
+9
*
Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...
Carl Eugen Hoyos
2010-11-10
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-9
/
+9
*
Add missing avutil.h include to libavutil/mem.h
Måns Rullgård
2010-06-26
1
-0
/
+1
*
icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used.
Carl Eugen Hoyos
2010-06-16
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2010-03-09
1
-1
/
+1
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-3
/
+0
*
Move DECLARE_ALIGNED_{8,16} macros to mem.h
Måns Rullgård
2010-03-06
1
-0
/
+2
*
DECLARE_ALIGNED macro for TMS470 compiler
Måns Rullgård
2010-01-22
1
-0
/
+7
*
Make DECLARE_ALIGNED macros work with external array specifiers
Måns Rullgård
2010-01-21
1
-3
/
+3
*
Remove residual use of the doxygen markup which is deprecated,
Stefano Sabatini
2010-01-01
1
-1
/
+1
*
Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to
Ramiro Polla
2009-07-09
1
-0
/
+15
*
Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...
Carl Eugen Hoyos
2009-06-27
1
-1
/
+1
*
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
Stefano Sabatini
2009-06-06
1
-6
/
+6
*
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
-19
/
+18
*
Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
Diego Biurrun
2009-01-25
1
-17
/
+0
*
Directly #include a bunch of indirectly #included headers.
Diego Biurrun
2009-01-24
1
-0
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
Silence the following icc warnings:
Carl Eugen Hoyos
2008-12-21
1
-1
/
+1
[next]