- 04 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 21 May, 2011 1 commit
-
-
Diego Biurrun authored
Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
-
- 21 Apr, 2011 1 commit
-
-
Anton Khirnov authored
AVOptions were moved to libavutil only recently.
-
- 19 Apr, 2011 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 30 Sep, 2010 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 25276 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Sep, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
which allows to specify only a subset of all the options to show. Originally committed as revision 25166 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 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
-
- 16 Oct, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 20248 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
-
- 14 May, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 18829 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
-
- 13 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 16571 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Dec, 2008 1 commit
-
-
Stefano Sabatini authored
av_set_string() and av_set_string2(), they will be dropped at the next major bump. Originally committed as revision 16243 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Dec, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 16175 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Dec, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 16085 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
-
- 27 Jul, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 14436 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jul, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 14134 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jul, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 14083 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 14043 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 13854 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jun, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Feb, 2008 1 commit
-
-
Måns Rullgård authored
Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files. Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2007 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 11250 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jul, 2007 1 commit
-
-
İsmail Dönmez authored
patch by Ismail Dönmez, ismail pardus.org tr Originally committed as revision 9625 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jun, 2007 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Mar, 2007 2 commits
-
-
Michael Niedermayer authored
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags Originally committed as revision 8280 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions Originally committed as revision 8279 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jan, 2007 1 commit
-
-
Luca Barbato authored
Originally committed as revision 7601 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2006 1 commit
-
-
Diego Biurrun authored
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Sep, 2006 2 commits
-
-
Panagiotis Issaris authored
Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 8, 2006 3:22 PM Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value Originally committed as revision 6224 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2005 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Sep, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk
-