- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23803 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jun, 2010 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 23624 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This reduces the number of false dependencies on header files and speeds up compilation. Originally committed as revision 22407 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2010 2 commits
-
-
Måns Rullgård authored
These macros are redundant. All uses are replaced with the generic DECLARE_ALIGNED macro instead. Originally committed as revision 22233 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
These macros naturally belong next to the generic DECLARE_ALIGNED macro. Originally committed as revision 22230 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2010 1 commit
-
-
Måns Rullgård authored
This compiler supports gcc-style alignment attributes for struct, but not for global variables. For the latter, alignment can be specified with a pragma, which does not work for struct members or local variables. By using both pragma and attribute, one or the other will always take effect. Unfortunately, no means exists for aligning stack variables. Originally committed as revision 21379 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jan, 2010 1 commit
-
-
Måns Rullgård authored
The macro implementation might need the name of the variable being declared for compiler-specific syntax. Moving array specifiers outside the macro invocation allows this to work. Originally committed as revision 21363 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jan, 2010 1 commit
-
-
Stefano Sabatini authored
consistent with r19122. Originally committed as revision 20989 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2009 1 commit
-
-
Ramiro Polla authored
lavu/mem.h. Originally committed as revision 19384 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jun, 2009 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 19282 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jun, 2009 1 commit
-
-
Stefano Sabatini authored
improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Their definition depends on preprocessor directives from config.h, thus they cannot be declared in a public header since public headers cannot #include config.h. Originally committed as revision 16781 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16748 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Dec, 2008 1 commit
-
-
Carl Eugen Hoyos authored
warning #1292: attribute "force_align_arg_pointer" ignored warning #1292: attribute "alloc_size" ignored warning #1292: attribute "cold" ignored Originally committed as revision 16258 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Dec, 2008 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 16246 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2008 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 15509 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Aug, 2008 1 commit
-
-
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
-
- 05 Jun, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 13665 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2008 1 commit
-
-
Rafaël Carré authored
patch by Rafaël Carré, funman videolan org Originally committed as revision 13652 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Mar, 2008 4 commits
-
-
Zuxy Meng authored
Originally committed as revision 12501 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zuxy Meng authored
Originally committed as revision 12500 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zuxy Meng authored
Originally committed as revision 12499 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zuxy Meng authored
in libavutil. Fix a compilation failure in r12489. Originally committed as revision 12498 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Mar, 2008 2 commits
-
-
Benoit Fouet authored
Originally committed as revision 12490 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zuxy Meng authored
Patch by Zuxy Meng: zuxy meng gmail com Original thread: [FFmpeg-devel] [PATCH] Pure, const and malloc attributes to libavutil Date: 03/18/2008 6:09 AM Originally committed as revision 12489 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 12382 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Feb, 2008 3 commits
-
-
Eddie Pang authored
Originally committed as revision 12218 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 12217 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 12213 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Feb, 2008 1 commit
-
-
Eddie Pang authored
patch by Eddie Pang, eddpang gmail com Originally committed as revision 12159 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2008 3 commits
-
-
Diego Biurrun authored
Originally committed as revision 11919 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 11918 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 11917 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Feb, 2008 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 11889 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jan, 2008 1 commit
-
-
Reimar Döffinger authored
Should make it easier to work around compilation problems with e.g. ICC. Originally committed as revision 11641 to svn://svn.ffmpeg.org/ffmpeg/trunk
-