Alex Beregszaszi
9c633e9a6f
FreeBSD ipv6 multicast patch from ports tree
...
Originally committed as revision 4507 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Sam Hocevar
9f747cc328
minor compilation fix
...
A few files are not in sync with the change of AVStream's codec
member from inline struct to pointer.
patch by (Sam Hocevar: sam, zoy org)
Originally committed as revision 4505 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
dbbcfd6bc3
Fix building shared version of lavf on some systems.
...
Originally committed as revision 4504 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Brown
ae38261ee8
changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com)
...
Originally committed as revision 4501 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
c11c2bc20b
libavutil: Utility code from libavcodec moved to a separate library.
...
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
5aa083eec1
A.B.C versions
...
Originally committed as revision 4486 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
47627aec61
round pointer up to next packet_size multiple
...
Originally committed as revision 4479 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
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
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
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
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
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
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
Michael Niedermayer
e0827ba440
.m1v and .m2a (feature req #1178960 )
...
Originally committed as revision 4431 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
Kenneth Aafløy
6fd93ce271
avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: kenneth, aafloy net)
...
Originally committed as revision 4423 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
9c98cdbc8a
av_seek_frame() docs timestamp clarification
...
Originally committed as revision 4422 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
ba5697d53b
.264
...
Originally committed as revision 4421 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alex Beregszaszi
98d82b22c8
10l
...
Originally committed as revision 4420 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alex Beregszaszi
e227d197e4
tell the user if compressed swf found
...
Originally committed as revision 4419 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
a3075830f2
add hdv2 fourcc to MPEG2 codec mapping
...
Originally committed as revision 4412 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2577897d2b
fix assertion failure
...
Originally committed as revision 4411 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
33785a3a9d
RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out
...
Originally committed as revision 4406 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Daniel Kristjansson
e36bdf8bf5
part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kristjansson: danielk, cat nyu edu)
...
Originally committed as revision 4405 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
43c0040a65
dont open and close codec at every call of try_decode_frame() as this is not only slow but also fails if the previous frame is needed for setting some parameters correctly
...
Originally committed as revision 4400 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
edfaf6de29
better dont read the width/height at all, its random anyway
...
Originally committed as revision 4398 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
80581e9887
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
...
Originally committed as revision 4397 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
16423e179b
nut prefers extradata style global headers
...
Originally committed as revision 4396 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
90ad92b39d
support changing in bitstream global headers into extradata style and back
...
Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roberto Togni
3a1d8db354
Theora fourcc
...
Originally committed as revision 4393 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6beefa4085
*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
...
Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
961e0ccdca
another chapter in the neverending mov demuxer cleanup
...
a timebase isnt an average frame rate neither can highlevel (considering edit lists) duration be mixed with lowlevel ones
Originally committed as revision 4391 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
b4b87d4841
AVStream.nb_frames and docs for r_frame_rate
...
Originally committed as revision 4390 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
724dc20cf9
typo
...
Originally committed as revision 4387 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Erik Slagter
0c1e0bab66
This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it
...
a little bit more standard, although it still seems to lack some
metadata. Anyway, recent mplayer plays these streams without problems.
It also has two globally scoped global structs changed to "static".
patch by (Erik Slagter <erik slagter name)
Originally committed as revision 4386 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Todd Kirby
8108551a5c
Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)
...
Originally committed as revision 4383 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
9ba73f1f40
add support for muxing subtitles in mpeg-ps
...
Originally committed as revision 4380 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Ronald S. Bultje
7dc1bea30f
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)
...
Originally committed as revision 4368 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alex Beregszaszi
fc565b22fc
some nut.hu hype
...
Originally committed as revision 4358 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
69d93a1344
typo fix by (lists: kenneth aafloy net)
...
Originally committed as revision 4354 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Fabrice Bellard
8b475508d4
buggy PCR output (just to keep HW decoders happy) - audio and subtitle language support - 'title' stream field sets the service name - fixed TS packet stuffing code - support for subtitle PES packets
...
Originally committed as revision 4349 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago