Diego Biurrun
019c883820
spelling fixes
...
Originally committed as revision 4475 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Martin Boehme
acb22f9391
Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de)
...
this integer overflow might lead to the execution of arbitrary code during encoding with threads
Originally committed as revision 4474 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d8cbeba156
yamaha adpcm regression test
...
Originally committed as revision 4473 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
ddebfb15dc
thread mess check for avcodec_open/close()
...
Originally committed as revision 4472 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
91d44ffc9a
fix user data parsing code so it suppors pre1 and cvs
...
Originally committed as revision 4471 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
760fb54f7c
mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)
...
Originally committed as revision 4470 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Luca Abeni
003640635a
MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)
...
Originally committed as revision 4469 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
b5bc8591ee
10l (!= vs. >)
...
Originally committed as revision 4468 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d9dd7a0d2c
minor user data reading bugfix
...
Originally committed as revision 4467 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Luca Abeni
f2d9a9f5b7
let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: lucabe72, email it)
...
Originally committed as revision 4466 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Reimar Döffinger
cad4368af7
Add missing +1 in bounds check.
...
Originally committed as revision 4465 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Reimar Döffinger
4eecd5bc66
reset restart_count when restart_interval is set and fill the
...
MJpegDecodeContext with 0 on init.
Originally committed as revision 4464 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Hans Zandbelt
276358c1c4
udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl)
...
Originally committed as revision 4463 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8baa661498
more non portable float parsing code ...
...
Originally committed as revision 4462 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
7cb8f314db
remove non portable get/put_be64_double()
...
Originally committed as revision 4461 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
a254c5745b
kill duplicated get/put_be24()
...
Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
dd9f59160e
extract duration if available
...
Originally committed as revision 4459 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2e8f2c20c9
portable IEEE float/double read/write functions
...
Originally committed as revision 4458 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
ea4377de8c
portable IEEE float/double read/write functions
...
Originally committed as revision 4457 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
ba85e70c54
enabling ffserver regression tests
...
note, none of the files is playable but this test should help against further breakage unless of course the checksums depend upon something they shouldnt
Originally committed as revision 4456 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
a2cfc4d630
this file got skipped during the API update
...
Originally committed as revision 4455 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8d931070fc
ffserver segfault & other fatal failure fixes
...
Originally committed as revision 4454 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
01f4895c68
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
...
Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
4c1a012e9c
dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE
...
Originally committed as revision 4452 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e33943728e
verify len field validity in mjpeg_decode_com()
...
Originally committed as revision 4451 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1b51e051c0
make error concealment related options accessable from ffplays command line
...
Originally committed as revision 4450 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
50e2450bc1
10l (forgot to commit this yesterday)
...
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
Originally committed as revision 4449 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
c6ec28b18c
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
...
Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6e5c1877b2
split string to avoid buffer overflow in native english speaking persons (fix suggested by The Wanderer)
...
Originally committed as revision 4447 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
b194c327fc
yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com)
...
Originally committed as revision 4446 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
7885603a0b
patches should not contain several unrelated changes
...
Originally committed as revision 4445 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Vidar Madsen
93a2362752
Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)
...
Originally committed as revision 4444 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Vidar Madsen
694eaead0c
Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)
...
Originally committed as revision 4443 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Vidar Madsen
2ff4524e72
Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)
...
Originally committed as revision 4442 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e0111b3243
more fine grained skip_frame
...
Originally committed as revision 4441 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8c3eba7c62
skip_idct
...
skip_frame
skip_loop_filter
Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
fec9ccb7e6
check for CODEC_CAP_DELAY in audio decoders too
...
Originally committed as revision 4439 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
46044471a0
ffmpeg version should be "CVS"
...
Originally committed as revision 4438 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Benjamin Larsson
58379c062f
printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)
...
Originally committed as revision 4437 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Guillaume Poirier
dc77ef7fea
Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg
...
Originally committed as revision 15973 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
20 years ago
Michael Niedermayer
aa6ff39bb0
check len (should fix #1165694 )
...
Originally committed as revision 4436 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1a55810e87
fix segfault (bug #1165640 )
...
Originally committed as revision 4435 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
472ea1284e
fix infinite loop (suggested change by rjayne at convera dot com)
...
fixes bug #1160195
Originally committed as revision 4434 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
b7b84107b5
error_resilience = FF_ER_CAREFULL
...
Originally committed as revision 4433 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
02fb0d7c72
fix decoding of (broken) files with f_code=0
...
fix segfault if the first P frames header is damaged
Originally committed as revision 4432 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e0827ba440
.m1v and .m2a (feature req #1178960 )
...
Originally committed as revision 4431 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
5b2ad9f520
segfault fix
...
Originally committed as revision 4430 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Niki W. Waibel
56b04ceb47
compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel)
...
Originally committed as revision 4429 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
c6fa36cf58
remove -f singlejpeg as its identical to -f mjpeg
...
Originally committed as revision 4428 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Jan Kratochvil
11bec29441
AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101
...
Originally committed as revision 4427 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago