Fabrice Bellard
0973026090
optional ISO 639 3 letter language field
...
Originally committed as revision 4348 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Fabrice Bellard
a9c3213f96
DVD subtitle parsing - show mpeg component IDs by default
...
Originally committed as revision 4347 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
01bd1ed2db
fix stream class
...
fix a infinite loop on corrupted streams
Originally committed as revision 4343 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1d92cc2bf2
a step toward CODEC_TYPE_DATA support
...
remove a little duplicated code
Originally committed as revision 4342 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
0f0680c553
10l (segfault fix)
...
Originally committed as revision 4341 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Nico Sabbi
5cad192d50
according to the standard the object_type for H264 is 33, not 241
...
Originally committed as revision 4323 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Wolfram Gloger
536ffa59e9
Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
...
Originally committed as revision 4322 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d3655fad7c
trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
...
Originally committed as revision 4321 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2143116dd9
changing a few AV_LOG_DEBUG to AV_LOG_INFO
...
Originally committed as revision 4315 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2692067a45
AVPacket.pos
...
Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Romain Degez
d1ccf0e0a6
RTP/RTSP and MPEG4-AAC audio
...
- preliminary support for mpeg4-aac rtp payload (no interleaving support)
- use udp transport as default (makes more sense with rtp, doesn't it ?)
- some code factorization, so adding support for new rtp payload will be easier
(I hope ;-)
patch by (Romain DEGEZ: romain degez, smartjog com)
Originally committed as revision 4306 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Jacob Meuser
f39e56a84b
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
...
Originally committed as revision 4303 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
cefe0607dd
av_find_stream_info() end check fixes
...
10l (wrong time base)
use timestamps if duration isnt available
Originally committed as revision 4301 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e2b9cf4e2e
update current_sample number for non split mode
...
fix chunk split decission
Originally committed as revision 4296 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
45139adf30
segfault fix
...
Originally committed as revision 4295 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
86d8602f62
support non interleaved mov files
...
Originally committed as revision 4294 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d57b7316c5
10l (overwriting w/h with 0)
...
Originally committed as revision 4289 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Joakim Plate
3f2bf07ba7
fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)
...
Originally committed as revision 4285 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
69599eeada
don't try to find file length if streaming
...
Originally committed as revision 4283 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
def4272a03
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)
...
Originally committed as revision 4276 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
a965c478b2
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol)
...
Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
b81f89490f
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine
...
at users sf net>
Originally committed as revision 4264 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
d3f28f0526
add VP30 fourcc
...
Originally committed as revision 4247 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
83fa2ef8cb
round duration up in mov
...
Originally committed as revision 4242 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
ad2b531d3f
change extradata format for vorbis
...
Originally committed as revision 4235 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e817a73daa
fix mimetype
...
Originally committed as revision 4234 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
5b558574ba
check theora version
...
Originally committed as revision 4229 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1677155df8
10l (overflows)
...
Originally committed as revision 4226 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
bcfc40aed4
flac in ogg support
...
based on patch by Matthieu Castet <castet dot matthieu at free dot fr>
Originally committed as revision 4220 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
1ed923eab3
support theora in ogg, plus required ogg core changes
...
Originally committed as revision 4217 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Jacob Meuser
8c802695b9
OpenBSD support patch by (Jacob Meuser // jakemsr jakemsr com)
...
Originally committed as revision 4208 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Diego Biurrun
01cf54f041
Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>
...
Originally committed as revision 4207 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Charles Yates
eb94aca926
support BUILDSUF patch by <charles dot yates at pandora dot be>
...
Originally committed as revision 4203 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Philip Gladstone
34f633dfcb
Flush the ffm packet to the wire (or file) whenever we flush the ffm packet.
...
This helps streaming no end.
Originally committed as revision 4195 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
3c150d16c6
better r_frame_rate guessing code
...
Originally committed as revision 4193 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
bfc7f165bb
default to YUV420P if none specified for rawvideo input
...
a few more common extensions for rawvideo detection
Originally committed as revision 4192 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
09f75b5b38
division by zero fix
...
Originally committed as revision 4191 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
327c4076a3
prefer container time_base for frame duration guess
...
Originally committed as revision 4190 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Wolfram Gloger
415264045f
Correct number of bits for PTS.
...
Patch by Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>
Originally committed as revision 4188 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
80ce3254ac
always honor the user specified frame rate if set
...
Originally committed as revision 4186 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Philip Gladstone
223321268f
Add in many fields that have been added to the Codec structure. This means
...
that ffm will now carry most of the important fields over between ffserver
and ffmpeg
Originally committed as revision 4184 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
c0df9d75bd
switch to native time bases
...
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
c8389233cb
fix useless framerate messup
...
Originally committed as revision 4167 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
eb1bde3e10
fix nonsense timestamp mess
...
Originally committed as revision 4166 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
caf5fb95ae
fix nonsens timestamp calculation
...
Originally committed as revision 4165 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roine Gustafsson
8cf71eadd2
Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net)
...
Originally committed as revision 4164 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roine Gustafsson
93b2b333b9
Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users sourceforge net)
...
Originally committed as revision 4163 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
644a92626a
PIX_FMT_NONE and related fixes
...
Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
9786bd4d94
fixing broken_rv20_1mb_.rm
...
Originally committed as revision 4155 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
160d679c07
Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
...
Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago