Víctor Paesa
ccca0d5ab6
Add myself as Cygwin maintainer.
...
Originally committed as revision 9451 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-29 16:39:18 +00:00
Kostya Shishkov
26bdc6bc6e
this prediction direction adjustment is wrong
...
Originally committed as revision 9450 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-28 15:53:36 +00:00
Diego Biurrun
06f32b2634
Clarify --enable-libfaadbin option description.
...
Originally committed as revision 9449 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-28 12:09:02 +00:00
Diego Biurrun
7e0871a72e
Clarify what libfaadbin means in the summary output.
...
Originally committed as revision 9448 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-28 12:07:06 +00:00
Diego Biurrun
ddda6fcddc
comment grammar fixes
...
Originally committed as revision 23685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-06-28 11:18:16 +00:00
Ivan Kalvachev
a8ff69ce2b
Identify the loop_filter flag as such and remove the unused variables in the context.
...
Originally committed as revision 9447 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27 14:27:47 +00:00
Vitor Sessak
a7ae617fbd
use the right stride
...
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9446 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27 10:40:29 +00:00
Vitor Sessak
7cbf432db1
Mention unneeded casts and parentheses
...
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9445 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27 10:37:37 +00:00
Diego Biurrun
3d44f15cfc
Add proper license header.
...
Originally committed as revision 9444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27 07:58:37 +00:00
Vitor Sessak
670e47e196
use the right stride
...
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9443 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27 06:57:31 +00:00
Vitor Sessak
7cf0999529
remove empty write trailer functions
...
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27 06:54:47 +00:00
Baptiste Coudurier
4513cd48ee
compute absolute data offset after reading blocksize
...
Originally committed as revision 9441 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 23:08:39 +00:00
Vitor Sessak
bc9f081d53
indentation
...
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9440 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 20:13:59 +00:00
Vitor Sessak
7299663a50
right copyrights
...
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9439 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 20:13:09 +00:00
Vitor Sessak
9489d2ef3f
add width and height in context and use them
...
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9438 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 20:10:26 +00:00
Benoit Fouet
dad66beeff
Indentation
...
Originally committed as revision 9437 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 18:01:15 +00:00
Benoit Fouet
5b43487d23
test context before accessing it
...
Originally committed as revision 9436 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 18:00:50 +00:00
Ronald S. Bultje
9de8e6acf9
remove ENABLE_SWSCALER conditions
...
patch by Ronald S. Bultje: [rsbultje gmail com]
Originally committed as revision 9435 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 16:13:44 +00:00
Benoit Fouet
57ae779d41
add an AVClass pointer in SwsContext context
...
Originally committed as revision 9434 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 16:09:55 +00:00
Benoit Fouet
29cc1c23d1
Make globals static
...
Originally committed as revision 9433 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 15:52:54 +00:00
Benoit Fouet
dab57ec5f0
Update copyright year
...
Originally committed as revision 9432 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 13:25:12 +00:00
Luca Barbato
767571051d
Introducing Topics
...
Originally committed as revision 9431 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-26 07:51:20 +00:00
Baptiste Coudurier
1758c7128d
this is named BlockSize in specs
...
Originally committed as revision 9430 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 21:47:29 +00:00
Baptiste Coudurier
11d540a480
according to specs, offset is before blocksize
...
Originally committed as revision 9429 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 21:46:15 +00:00
Baptiste Coudurier
620d1d7878
support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant
...
Originally committed as revision 9428 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 21:31:33 +00:00
Ramiro Polla
05d00e953f
Check for O_BINARY instead of a list of systems that need it
...
Originally committed as revision 9427 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 20:34:20 +00:00
Reimar Döffinger
07c5445d5d
ffmpeg-issues subscription URL
...
Originally committed as revision 9426 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 17:08:34 +00:00
Ramiro Polla
45c1011020
Remove localtime_r implementation for systems that don't have it.
...
It is no longer used.
Originally committed as revision 9425 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 16:18:28 +00:00
Reimar Döffinger
d6d0182e20
Some more minor spelling improvements, some grammar improvement might be
...
good in some places as well.
Originally committed as revision 9424 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 13:39:54 +00:00
Luca Barbato
57492dfe16
Typos removed
...
Originally committed as revision 9423 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 13:14:25 +00:00
Luca Barbato
7f63f7505d
wish priority description and ffmpeg-issues vs ffmpeg_issues
...
Originally committed as revision 9422 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 12:54:30 +00:00
Benoit Fouet
dd5cf2ad63
remove clear email addresses
...
Originally committed as revision 9421 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 12:31:01 +00:00
Vitor Sessak
03e3e76544
RoQ video encoder
...
patch by Vitor: \vitor1001 gmail com/
original thread: [FFmpeg-devel] RoQ video encoder (take 3)
date: 06/08/2007 10:34 PM
Originally committed as revision 9420 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 12:09:23 +00:00
Vitor Sessak
606975ab01
Fix typo
...
patch by Vitor: {vitor1001 gmail com}
Originally committed as revision 9419 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 07:29:45 +00:00
Maksym Veremeyenko
05ce0f11e4
* clarifying the AVInputFormat::read_seek return value
...
* changing dv_read_seek() to return the proper value
(patch by Maksym Veremeyenko)
Originally committed as revision 9418 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-25 02:08:04 +00:00
Aurelien Jacobs
ffaa3ecb60
cosmetics: indentation after last commit
...
Originally committed as revision 9417 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 21:50:09 +00:00
Aurelien Jacobs
2def9cd94d
drop blocks which are part of unsupported tracks
...
Originally committed as revision 9416 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 21:49:13 +00:00
Michael Niedermayer
0c84e74400
ffmpegs bug/patch/feature request tracker manual
...
Originally committed as revision 9415 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 21:01:30 +00:00
Reimar Döffinger
c08be350da
intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.
...
Originally committed as revision 9414 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 14:29:52 +00:00
Måns Rullgård
ca3e90825c
remove duplicate #include
...
Originally committed as revision 9413 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 12:29:12 +00:00
Reimar Döffinger
272605c73e
more av_strl* adjustments
...
Originally committed as revision 9412 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 12:23:34 +00:00
Måns Rullgård
19f4cecafa
warnings--
...
Originally committed as revision 9411 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 12:20:18 +00:00
Måns Rullgård
4bd684bc2f
whitespace cosmetics
...
Originally committed as revision 9410 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 12:20:17 +00:00
Måns Rullgård
1eb1f6fdb8
use AV_RL32
...
Originally committed as revision 9409 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 12:20:16 +00:00
Måns Rullgård
d66c30adec
use more Vorbis metadata tags
...
Originally committed as revision 9408 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 12:12:04 +00:00
Måns Rullgård
d367783979
replace strncpy with av_strlcpy
...
Originally committed as revision 9407 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 12:11:45 +00:00
Måns Rullgård
f7d78f3654
replace the uses of old string functions that Reimar missed
...
Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 11:27:12 +00:00
Luca Barbato
3565e10b44
bump micro version: new string functions
...
Originally committed as revision 9405 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 09:18:20 +00:00
Reimar Döffinger
bc60f09bff
Cosmetics: use consistent indentation by four spaces
...
Originally committed as revision 9404 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 07:45:19 +00:00
Reimar Döffinger
01fa74adb9
DV muxer should not only fail for more that 3 streams altogether
...
but also if two of them are video or all three are audio.
Originally committed as revision 9403 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24 07:38:26 +00:00