- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 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
-
- 21 Aug, 2009 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 19676 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Apr, 2009 1 commit
-
-
Stefano Sabatini authored
put_bits.h. Originally committed as revision 18461 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
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Oct, 2008 1 commit
-
-
Diego Pettenò authored
Neither the asm() nor the __asm__() keyword is part of the C99 standard, but while GCC accepts the former in C89 syntax, it is not accepted in C99 unless GNU extensions are turned on (with -fasm). The latter form is accepted in any syntax as an extension (without requiring further command-line options). Sun Studio C99 compiler also does not accept asm() while accepting __asm__(), albeit reporting warnings that it's not valid C99 syntax. Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Sep, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 15329 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Sep, 2008 1 commit
-
-
Diego Biurrun authored
attribute to the relevant function declarations. Originally committed as revision 15161 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
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Apr, 2008 2 commits
-
-
Jeff Downs authored
Move decode_significance_x86() and decode_significance_8x8_x86() to i386-specific file from cabac.h. New file is h264-oriented and only included from h264.c Resolves compilation when configured with --disable-optimizations due to decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is only defined in h264.c Originally committed as revision 12846 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jeff Downs authored
file based on old). Originally committed as revision 12845 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Apr, 2008 1 commit
-
-
Jeff Downs authored
i386-specific file from cabac.h. New file is h264-oriented and only included from h264.c Resolves compilation when configured with --disable-optimizations due to decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is only defined in h264.c Originally committed as revision 12838 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Mar, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 12479 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Feb, 2008 1 commit
-
-
Reimar Döffinger authored
SunStudio 12 only supports the former. Originally committed as revision 12275 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jan, 2008 1 commit
-
-
Diego Biurrun authored
under TEST as preprocessor conditional, same as the test program. Originally committed as revision 11601 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Dec, 2007 1 commit
-
-
Reimar Döffinger authored
Fixes "h264.c:5470: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type" Originally committed as revision 11135 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
-
- 12 Oct, 2007 2 commits
-
-
Diego Biurrun authored
Fix the preprocessor directives to enable refill2() only when the conditions under which it is used apply. Originally committed as revision 10715 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
cabac.h:112: warning: ‘put_cabac_static’ defined but not used cabac.h:158: warning: ‘put_cabac_terminate’ defined but not used cabac.h:186: warning: ‘put_cabac_u’ defined but not used cabac.h:221: warning: ‘put_cabac_ueg’ defined but not used cabac.h:273: warning: ‘refill2’ defined but not used cabac.h:811: warning: ‘get_cabac_u’ defined but not used cabac.h:827: warning: ‘get_cabac_ueg’ defined but not used Originally committed as revision 10713 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2007 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 10644 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Blessed by Luca Barbato on IRC. Originally committed as revision 10642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Sep, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 10507 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Aug, 2007 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 10121 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jul, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 May, 2007 1 commit
-
-
Carl Eugen Hoyos authored
patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 May, 2007 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 8985 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 May, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Apr, 2007 1 commit
-
-
Diego Biurrun authored
This allows building shared libraries on AMD64 again. based on a patch by Diego 'Flameeyes' Pettenò and suggestions by Michael original thread: Date: Wed, 18 Apr 2007 11:26:12 +0200 Subject: [Ffmpeg-devel] [PATCH] (try 2) Build shared libraries on AMD64 again Originally committed as revision 8849 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Apr, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 8821 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Apr, 2007 1 commit
-
-
Diego Biurrun authored
into account. Originally committed as revision 8731 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Mar, 2007 1 commit
-
-
Panagiotis Issaris authored
interested in using a debugger to debug FFmpeg. Original thread: Subject: [PATCH] Fix compilation when using --disable-opts Date: 2007-03-15 16:58:35 GMT Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Feb, 2007 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 8091 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jan, 2007 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 7729 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 7441 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Dec, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Nov, 2006 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 7173 to svn://svn.ffmpeg.org/ffmpeg/trunk
-