- 05 Jul, 2010 11 commits
-
-
Diego Biurrun authored
It will be redone with some cosmetics split out in a moment. Originally committed as revision 24061 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24060 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
This fixes the crash in issue 2070. Originally committed as revision 24059 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This fixes a infinite loop. Fixes issue 2066. Originally committed as revision 24058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This avoids some warnings about too many reference frames. Originally committed as revision 24057 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 24056 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Eli Friedman authored
Patch by Eli Friedman, eli d friedman a gmail Originally committed as revision 24055 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nick Brereton authored
to verify the sync word the extension fsize field should be compared to the core data length field. Patch by nick.nbrereton@net Originally committed as revision 24054 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Karcher authored
truehd demuxers Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de> Originally committed as revision 24053 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Karcher authored
Patch by Michael Karcher <ffmpeg at mkarcher dot dialup dot fu-berlin dot de> Originally committed as revision 24052 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Benjamin Larsson authored
Originally committed as revision 24051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jul, 2010 16 commits
-
-
Stefano Sabatini authored
Originally committed as revision 24050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
and update the manual page accordingly. Based on a patch by John Calcote $(echo "<kpio.dbmdpuf@hnbjm.dpn>" | tr "b-za" "a-z"). Originally committed as revision 24049 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24048 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24047 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
The recently added dummy rule for missing headers took precedence over the tablegen rules. Listing the generated headers explicitly overrides this. A cleaner solution would be preferable. Originally committed as revision 24046 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This reverts the mistake. Originally committed as revision 24045 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
On PPC a leaf function has a 288-byte red zone below the stack pointer, sparing these functions the chore of setting up a full stack frame. When a function call is disguised within an inline asm block, the compiler might not adjust the stack pointer as required before a function call, resulting in the red zone being clobbered. Moving the entire function to pure asm avoids this problem and also results in somewhat better code. Originally committed as revision 24044 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24043 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24042 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24041 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
of "inofficial" to "unofficial". Originally committed as revision 24040 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Author: stefano Date: Sat Jul 3 20:19:38 2010 New Revision: 24023 Log: State in the guidelines that function and parameter descriptions in the doxy must use impersonal verbal form. This form is apparently favored by most English speaker developers, and has the advantage of being easier to use than the third person form. This should hopefully put an end to the Third Person Holy Bikeshed War. The change was neither discussed on the FFmpeg ML, nor approved by the project leader. The Holy War will continue soon on FFmpeg-devel, stay tuned ;-). Originally committed as revision 24039 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexei Svitkine authored
Patch by Alexei Svitkine print("%s.%s@gmail.%s" % ("alexei", "svitkine", "com")). Originally committed as revision 24038 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexei Svitkine authored
Patch by Alexei Svitkine cout << name << "." << surname << "@" << "gmail.com". See thread: Subject: [FFmpeg-devel] new command-line option for ffplay Date: Wed, 23 Jun 2010 09:13:50 -0400 Originally committed as revision 24037 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
the options are deprecated and that -vf crop should be used instead. Based on a patch by John Calcote $(echo "<j0hn.c4lc073@gm41l.c0m>" | tr "04731" "oatei"). Originally committed as revision 24036 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
This is based off of F4V specs rather than any actual files Originally committed as revision 24035 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jul, 2010 13 commits
-
-
Baptiste Coudurier authored
ffmpeg.c: In function 'new_audio_stream': ffmpeg.c:665: warning: 'best' may be used uninitialized in this function ffmpeg.c:665: note: 'best' was declared here Originally committed as revision 24034 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
ffmpeg.c: In function 'new_audio_stream': ffmpeg.c:665: warning: 'best' may be used uninitialized in this function ffmpeg.c:665: note: 'best' was declared here Originally committed as revision 24033 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Jai Menon authored
requested buffer. Originally committed as revision 24032 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 24031 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Based on a patch by John Calcote $name.$surname@gmail.com. Originally committed as revision 24030 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 24029 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 24028 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Dominik Mierzejewski authored
when detection fails. Approved by Måns. Originally committed as revision 24027 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
otherwise it would always fail if librtmp was not enabled. Originally committed as revision 24026 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This removes the need for a post-swizzle with the small FFTs. Originally committed as revision 24025 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
in version 2.2.f. Avoid a compile-time failure. Originally committed as revision 24024 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
the doxy must use impersonal verbal form. This form is apparently favored by most English speaker developers, and has the advantage of being easier to use than the third person form. This should hopefully put an end to the Third Person Holy Bikeshed War. Originally committed as revision 24023 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Eli Friedman authored
Patch by Eli Friedman, eli d friedman a gmail Originally committed as revision 24022 to svn://svn.ffmpeg.org/ffmpeg/trunk
-