- Oct 28, 2012
-
-
Michael Niedermayer authored
They are essential to be able to use the utils without av_malloc() That is for example use with malloc(), memalign(), some other private allocation function, on the stack or others. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 11, 2012
-
-
Martin Storsjö authored
The current API where the plain size is exposed is not of much use - in most cases it is allocated dynamically anyway. If allocated e.g. on the stack via an uint8_t array, there's no guarantee that the struct's members are aligned properly (unless the array is overallocated and the opaque pointer within it manually aligned to some unspecified alignment). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 22, 2011
-
-
Luca Barbato authored
Introduce a basic layout, the subpages are currently left empty. Split libavutil in multiple groups as example of the structure
-
- Mar 19, 2011
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- Jun 30, 2010
-
-
Måns Rullgård authored
Originally committed as revision 23908 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 28, 2009
-
-
Reimar Döffinger authored
more warnings. Originally committed as revision 16847 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 31, 2008
-
-
Stefano Sabatini authored
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 10, 2008
-
-
Diego Biurrun authored
Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 17, 2007
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 16, 2007
-
-
Måns Rullgård authored
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 12, 2007
-
-
Diego Biurrun authored
Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 11, 2007
-
-
Baptiste Coudurier authored
Originally committed as revision 7935 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 17, 2007
-
-
Michael Niedermayer authored
Originally committed as revision 7559 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 16, 2007
-
-
Michael Niedermayer authored
Originally committed as revision 7552 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7551 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 15, 2007
-
-
Michael Niedermayer authored
Originally committed as revision 7528 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7521 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 7520 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 07, 2006
-
-
Ryan Martell authored
Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Nov 6, 2006 8:56 PM Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP Originally committed as revision 6936 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 07, 2006
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 10, 2006
-
-
Diego Biurrun authored
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 13, 2006
-
-
Måns Rullgård authored
Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk
-