Fabrice Bellard
7feb950a80
fixed output pts computation in case of pcm audio (fixes ffplay status display)
...
Originally committed as revision 1231 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
4364a3e016
better than nothing patch for correct audio output with ffplay
...
Originally committed as revision 1230 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
45dd5c69f9
a/v sync support: added correct pts handling
...
Originally committed as revision 1229 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8949367ea5
factorized All In Wonder code (not tested) - Added AIW auto detect (not tested) - mute audio when leaving (maybe an option would be needed ?) - removed all global state
...
Originally committed as revision 1228 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
231dd3f327
now raw mpeg4 video decoding is fully supported
...
Originally committed as revision 1224 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
93ced3e81a
added multicast SDP/RTP demux for multicast streams - added support for MPEG4 video decoding in SDP/RTP
...
Originally committed as revision 1223 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
5b25dfa708
do not read probe data if format is specified - match_ext() must be exported
...
Originally committed as revision 1222 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
772956c5d7
fixed multicast connect
...
Originally committed as revision 1221 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8a555875be
lower case div3
...
Originally committed as revision 1218 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
John Ryland
b24cf8283e
fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)
...
Originally committed as revision 1213 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
4533d2d67f
* fix double free
...
Originally committed as revision 1206 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
3c97fdb8bb
Bump up the priority on the decoding thread.
...
Originally committed as revision 1201 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
1101abfe77
* cleanup statics & const
...
* some minor initial parsing fixes (yet it's very simple parser at this moment)
Originally committed as revision 1189 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
0570bf06d4
* cleanup statics & const
...
Originally committed as revision 1188 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
e8c0008912
* cleanup statics & const
...
* using frame_bits to store bits_per_sample
(to be able to recontruct exactly wav header)
Originally committed as revision 1187 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
c18a2692d2
* cleanup statics & const
...
Originally committed as revision 1186 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b8a78f419d
reversing header game
...
MIN/MAX -> FFMIN/FFMAX
Originally committed as revision 1184 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8cd5be983b
use FF_INPUT_BUFFER_PADDING_SIZE
...
Originally committed as revision 1181 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Måns Rullgård
b1d89f82b4
c standard style / warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård))
...
Originally committed as revision 1180 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
3810fbf561
ringbuffer patch by (François Revol <revol at free dot fr>)
...
Originally committed as revision 1177 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
d7425f59d5
cleanup (breaks compatibility, requested by fabrice)
...
remove CODEC_FLAG_NOT_TRUNCATED & add CODEC_FLAG_TRUNCATED
add CODEC_CAP_TRUNCATED
add alpha plane to AVPicture
remove CODEC_ID_MSMPEG4
remove various unused stuff
support "truncated" mpeg4 streams
Originally committed as revision 1175 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
41568e4a09
* put there more reasnable 15fps speed (though it's probably meaningless)
...
Originally committed as revision 1174 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
acbe6cfa47
* calculating with the full packet size
...
Originally committed as revision 1170 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
e2e6cfd021
* allocate slightly more data - so decoders won't be touching memory
...
out of allocated range (would be 4 bytes enough here ???)
Originally committed as revision 1168 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
4c3dff6de5
* free extradata
...
Originally committed as revision 1167 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5acdd6e6e2
* don't show header errors when eof is reached
...
Originally committed as revision 1165 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
9eb826478c
MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)
...
Originally committed as revision 1164 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
dfdfa47cd1
BeOS Audio ouput patch by (François Revol <revol at free dot fr>)
...
Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
3f95e8434b
added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
...
contribution by Laszlo Torok <torokl@alpha.dfmk.hu>
4CC 'MAC3' and 'MAC6' in Quicktime.
It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :)
patch by (François Revol <revol at free dot fr>)
Originally committed as revision 1145 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
9ddd71fc60
added BeOS net_server support (R5 network stack), basically the same
...
problems as with winsock (sockets != fd), and the broken select().
based on older patch by Andrew Bachmann.
patch by (François Revol <revol at free dot fr>)
Originally committed as revision 1144 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
cb146fafa5
* always set extradata_size
...
Originally committed as revision 1129 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
e40fed0b62
* removed extra_data from AVStream (it's part of Codec)
...
* removed pts*1000 for paket timing (using ms)
Originally committed as revision 1128 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
2727c35ed7
* Made encoding to ASF streams work again. It turns out that the default
...
stream id that AVI wants for MSMPEG4V3 doesn't work for ASF. I have
added a flag to indicate that certain tags should not be used in ASF
streams. I think that this is the wrong solution (just adding a flag
for ASF), but it does work.
Originally committed as revision 1112 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
e095026ab4
unified wav header parsing - added extradata support
...
Originally committed as revision 1092 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
3b4b29dcd9
put/get portable for IEEE double - renamed put_native_string/get_native_string
...
Originally committed as revision 1062 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
d4c0ff917d
single frame output fix
...
Originally committed as revision 1061 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
1e51d801d3
the new output PTS handling is now generic
...
Originally committed as revision 1058 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
17a241dd0b
use PTS api - suppressed redundant fourcc tags (don't know why it was duplicated)
...
Originally committed as revision 1056 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b2cac18443
use consistant PTS handling - fixed MPEG2 Pack header generation (clock_ref value is still slightly inaccurate)
...
Originally committed as revision 1055 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
916c80e94a
AV synchronisation API
...
Originally committed as revision 1054 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3f9bff71b5
new video grab device for ATI All-In-Wonder cards based on the GATOS km driver patch by (Fred <foohoo at shaw dot ca>)
...
Originally committed as revision 1053 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
fb7566d082
better framework for specific mpeg mux options such as vcd - added (incomplete) mpeg2 vob muxer for dvd creation
...
Originally committed as revision 1042 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8351471307
suppressed vcd flag - use new mpeg mux format instead
...
Originally committed as revision 1041 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
87bdd3e535
added null output format for speed testing
...
Originally committed as revision 1036 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0e7eed09ce
better MPEG4 support (at least can view some mpeg4 examples)
...
Originally committed as revision 1033 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
bb15f7fdd5
added mjpeg
...
Originally committed as revision 1028 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a48b7a6bfa
added stream copy capability
...
Originally committed as revision 1024 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
92391c6c89
use C99 syntax for field init
...
Originally committed as revision 1023 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
1cbc289016
added mpeg in avi support
...
Originally committed as revision 1021 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
e1687cc07f
added DV support
...
Originally committed as revision 1017 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago