- 06 Sep, 2009 1 commit
-
-
Reimar Döffinger authored
Makes no difference for gcc but at least icc can put them in .rodata then. Originally committed as revision 19789 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2009 1 commit
-
-
Lars Täuber authored
patch by Lars Täuber, lars.taeuber gmx net Originally committed as revision 19749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Aug, 2009 1 commit
-
-
Lars Täuber authored
Patch by Lars Täuber, lars D taeuber A gmx D net Originally committed as revision 19720 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Aug, 2009 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 19639 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Apr, 2009 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 18679 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
decoding becomes slower, encoding becomes faster, with gcc on duron. some inlining overrides like av_flatten are added to keep inlining similar to before. Originally committed as revision 18674 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
We need to change decode_line to always_inline because gcc decided not to inline it anymore once we force some calls to get/put_symbol() to be non inlined and this decision of gcc would lead to a 10% overall speed loss. 100k smaller object file, no speed change Originally committed as revision 18673 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 18672 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 18640 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Apr, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 18560 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Apr, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 18494 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
-
- 07 Apr, 2009 1 commit
-
-
Thilo Borgmann authored
AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 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
-
- 18 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 16681 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
-
- 03 Sep, 2008 1 commit
-
-
Diego Biurrun authored
CONFIG_FOO_ENCODER conditionals where appropriate. Originally committed as revision 15174 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jun, 2008 1 commit
-
-
Stefan Gehrer authored
Originally committed as revision 13989 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 May, 2008 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 13273 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 May, 2008 1 commit
-
-
Carl Eugen Hoyos authored
Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Apr, 2008 1 commit
-
-
Stefano Sabatini authored
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13010 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Mar, 2008 1 commit
-
-
Zuxy Meng authored
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11724 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2007 2 commits
-
-
Oliver Pfister authored
patch by Oliver Pfister: [oliver pfister gmx ch] Originally committed as revision 9491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 May, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Feb, 2007 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 7867 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
-
- 11 Oct, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 6666 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
-
- 27 Sep, 2006 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Sep, 2006 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 6303 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Apr, 2006 1 commit
-
-
Loren Merritt authored
Originally committed as revision 5331 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Apr, 2006 1 commit
-
-
Michael Niedermayer authored
changes within 1 month after my warning so they are officially no longer experimental and we will gurantee decodeability of files encoded with the currenzt ffv1/ffvhuff in the future Originally committed as revision 5288 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Feb, 2006 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4966 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jan, 2006 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 4842 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
-
- 08 May, 2005 1 commit
-
-
Michael Niedermayer authored
#defines for strict_std_compliance and split between inofficial extensions and non standarized things Originally committed as revision 4205 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Apr, 2005 1 commit
-
-
Mike Melanson authored
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
-