Michael Niedermayer
5b28c8c355
time_base description by Rich Felker | dalias, aerifal cx
...
Originally committed as revision 4536 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alexander Strasser
30545b2f47
Make ogg `muxer' expect new vorbis extradata format.
...
This makes for example encoding vorbis in ogg again.
Originally committed as revision 4528 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
7cbaa7bafa
parse pict_type for streams in avi
...
fix mpeg4 parser so it outputs te pict_type
support header only parseing without repacking
Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
30bc6613fe
support fixing missing pts by parsing future frames
...
Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Wolfram Gloger
f0ff20a197
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
...
Originally committed as revision 4524 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
9450118bc7
a few checks, seems i forgot to commit this
...
Originally committed as revision 4523 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
bf4e3bd2d0
kill a bunch of compiler warnings
...
Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8341e4e338
set timebase correctly? this thing is always 15fps?
...
Originally committed as revision 4519 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Steven M. Schultz
2fcb1a5bf4
'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)
...
Originally committed as revision 4510 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
a71a1dfc37
fix building in separate directory
...
Originally committed as revision 4509 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
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