Mike Melanson
3ef8be2bfc
initial commit for Id RoQ and Interplay MVE multimedia subsystems
...
Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
149f7c029c
fix MPEG-TS missdetected as MPEG-PS
...
Originally committed as revision 2194 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
3f16d933a9
first pass at PSX STR demuxer; does not yet interact correctly with MDEC
...
video decoder
Originally committed as revision 2190 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8d876a433c
asv2 regression test
...
Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Charles Yates
d9a916e221
stdin patch by (Charles Yates <charles dot yates at pandora dot be>)
...
* removes use of read_key and getchar when input is received on stdin
(this was corrupting the packet reading)
* terminates av_encode when a termination signal is received (use of
ctrl-c issued a term_exit and subsequent uses of q failed)
* specific correction to yuv4mpeg pipe reading - the defined header was
too short to allow for extended yuv4mpeg flags [as used by smil2yuv and
y4mscaler and accepted by mjpeg tools]
Originally committed as revision 2183 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
572f992eff
libavformat/avio.h compilation problem in VisualC++ by (lethean at realtime dot ssu dot ac dot kr)
...
Originally committed as revision 2182 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
904736b519
1000l in abbrv. table
...
Originally committed as revision 2179 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
ba2a8cb40b
* making resolution abbreviations right
...
* introducing sntsc/spal for square pixel ntsc/pal
Originally committed as revision 2177 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
118e91f3d8
* Phase 1 for DV encoding support. Muxing/demuxing of DV streams is now
...
possible. For example you can do:
ffmpeg -i i.dv -i audio_track.mp3 -map 0.0 -map 1.0 \
-vcodec copy -acodec pcm_s16le out.dv
* Preparations for getting rid of DVAUDIO codec, DV stream really
contains PCM audio, so there's no codec needed if we have a
decent demuxer.
* Providing entry points for dv1394 write support.
Originally committed as revision 2174 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
1a31840cea
naughty, forbidden variable declarations
...
Originally committed as revision 2171 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1cb5f7fd41
mov, 3gp, mp4 muxer by (Thomas Raivio <tjraivio at cc dot hut dot fi>)
...
Originally committed as revision 2168 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
44664b0915
accepts pgmyuv extension
...
Originally committed as revision 2152 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
22b37f5d32
suppressed frame number modulus hack - added loop_input hack which I find easier to understand
...
Originally committed as revision 2151 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
00b4fdb758
win32 compile fix
...
Originally committed as revision 2139 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
c92454179d
all human-readable output should go into stderr for now. We really
...
need a generic logging facility in ffmpeg, but this will suffice for now.
Originally committed as revision 2131 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
bd5a60201e
use codec_tag for encoding too
...
Originally committed as revision 2125 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
36b58e850d
* fixing a regression in mpeg encoder (not setting pix_fmt),
...
this is hardly the right way to do things, but it'll suffice for now.
* patch from Gildas Bazin
gbazin at altern dot org
* fix for a 10l in configure
* gcc 2.95.3 and Solaris build in general are not ready
for -Werror in libavformat/Makefile
Originally committed as revision 2123 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
c95108037f
support for older real audio files (<= version 3)
...
Originally committed as revision 2119 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
48091512c9
no default bit rate if decoding
...
Originally committed as revision 2117 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
12f996edfa
initial duration/start_time generic support - displays stream duration and average total bitrate when using an input file
...
Originally committed as revision 2115 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
25c4950e9b
update duration and start_time
...
Originally committed as revision 2113 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
32f38cb4cc
exports mpegps_demux
...
Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
ca1538f8d9
update duration and start_time
...
Originally committed as revision 2111 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
247eadca9d
update duration and start_time - add av_new_stream() usage
...
Originally committed as revision 2110 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
fa26a29d65
add av_new_stream() usage
...
Originally committed as revision 2109 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
ee40480319
added stream start time and duration API - AV_NOPTS_VALUE is no longer zero
...
Originally committed as revision 2108 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
1fbe1a61b1
patch for DV capturing by Dan Dennedy <dan at dennedy dot org>
...
Originally committed as revision 2105 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
D Richard Felker III
2864dfd579
yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>)
...
Originally committed as revision 2102 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6b17c988e5
ATI VCR2
...
Originally committed as revision 2080 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
438fcb754f
OSX and BeOS networking fix (socklen_t)
...
Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
be3564edad
ATI VCR1 decoder
...
Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
09787fb8af
support aborting in TCP
...
Originally committed as revision 2061 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b7b8fc3406
suppressed RTSP abort hack - added PLAY/PAUSE
...
Originally committed as revision 2060 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
590403c702
removed warnings
...
Originally committed as revision 2059 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
019ac05ace
added primitive aborting system
...
Originally committed as revision 2058 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
d5809b0aa2
warnings are errors
...
Originally committed as revision 2057 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
afdd82bbf0
fix fmt == NULL case
...
Originally committed as revision 2050 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Måns Rullgård
8683e4a0c0
Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (Måns Rullgård))
...
Originally committed as revision 2048 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
e5526b2c39
fixed NTP generation for mpeg
...
Originally committed as revision 2046 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b689213642
fixed RTP/TCP client support
...
Originally committed as revision 2045 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
aa35ccb8e1
BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to libs needed for audio in.
...
Originally committed as revision 2044 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
fc48fe84a9
cosmetic change in resync code - added PAT scanning code if no SDT is found (in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning
...
Originally committed as revision 2043 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
5b9d235fce
10l
...
Originally committed as revision 2037 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
445f1b83ad
* First round of AV sync fixes.
...
* -r now does the right thing.
* frame rate and frame sizes now share same abbv. table and you
can do -r ntsc as well as -s ntsc
Originally committed as revision 2035 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Tim Allen
6bc114b2fb
Shared library for libavformat support patch by (Tim Allen <tim at proximity dot com dot au>)
...
Originally committed as revision 2033 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
14b3225377
Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initialization fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 2032 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Isaac Richards
ec23a47286
- Looks a tiny bit harder in mpegps_probe() for a valid start code. This is
...
needed to detect some files produced by pvr-250/350 capture cards.
- Adds AC3 audio support to the mpegts demuxer, and makes it a little more
tolerant of bad files.
patch by (Isaac Richards <ijr at po dot cwru dot edu>)
Originally committed as revision 2028 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Garrick Meeker
d4f5d74a54
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
...
Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
342474abd9
av_free_packet SEGV fix by (Arthur van Hoff (javanator))
...
Originally committed as revision 2013 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e71ea8b251
mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))
...
Originally committed as revision 2012 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago