Mike Melanson
493645ebd2
demuxer for custom Wing Commander III movie (.mve) files
...
Originally committed as revision 2218 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
9937e686fe
New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM
...
Originally committed as revision 2217 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
0a5f92a120
memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>)
...
Originally committed as revision 2216 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
ed0bb7bee6
move packetheader after startcodes
...
Originally committed as revision 2215 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
99b17f25b1
some fixes
...
Originally committed as revision 2214 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
203504d910
padding fix
...
Originally committed as revision 2213 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
3ac8749b90
big/little endian fix
...
storing 64bit stuff in int fix
put_v() fix
startcodes
nut_probe()
Originally committed as revision 2212 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
3aa180b84e
initial nut muxer and demuxer (demuxer is not fail safe)
...
Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
8026c3b54c
bump version numbers to 0.4.8
...
Originally committed as revision 2210 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
ba9261e531
disable a52 & pp by default
...
Originally committed as revision 2209 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
ea739de1b9
rewrite
...
Originally committed as revision 2208 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
94dcfb14e7
fixing copyright header (the code is from strptime.c so the copyright header should be from there too instead of strptime.h)
...
Originally committed as revision 2207 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
076342fa5c
Compile fix when no CONFIG_ENCODERS by (Glenn Maynard <g_sf at zewt dot org>)
...
Originally committed as revision 2206 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
77efa159eb
case insensitive codec_get_id()
...
Originally committed as revision 2205 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Glenn Maynard
5e4639e200
localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>)
...
Originally committed as revision 2204 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a17236c53c
MingW patches by (Glenn Maynard <g_sf at zewt dot org>)
...
Originally committed as revision 2203 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
dafc3856d9
10l
...
Originally committed as revision 2202 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Charles Yates
bee0d9e587
vhook patch by (Charles Yates <charles dot yates at pandora dot be>)
...
Originally committed as revision 2201 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Bill Eldridge
f068206ed3
quiet/verbose patch by (Bill Eldridge <bill at rfa dot org>)
...
Originally committed as revision 2200 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Bill Eldridge
3633ada546
win32 received_sigterm patch by (Bill Eldridge <bill at rfa dot org>)
...
Originally committed as revision 2199 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e91df37619
CODEC_ID_MPEGVIDEO
...
Originally committed as revision 2198 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
8a5483e7c4
it seems that ffmpeg can also mux QT/MP4 now
...
Originally committed as revision 2197 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
4d3b1f8da7
doc update
...
Originally committed as revision 2196 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
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
Michael Niedermayer
77ee78bcdb
100l
...
Originally committed as revision 2193 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
67b04c1aef
more fixes
...
Originally committed as revision 2192 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
bf5d0505c6
some fixes (still buggy though)
...
Originally committed as revision 2191 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
Mike Melanson
421e085903
skip preamble bytes
...
Originally committed as revision 2189 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
Michael Niedermayer
1149acdc17
asv2 encoding
...
Originally committed as revision 2187 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
9b56edf52a
ASV2 decoder
...
Originally committed as revision 2186 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
cb231c4866
fixing unused f_code values
...
10l (forgot to update the regression test scores after the closed gop bit fix)
Originally committed as revision 2185 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
dc98fc8d17
10l (big vs. little endian)
...
Originally committed as revision 2184 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
Michael Niedermayer
e8d83e1c26
Small Patch for "ffplay -" instead of "ffplay pipe:" by (Bill Eldridge <bill at rfa dot org>)
...
Originally committed as revision 2181 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
12dccd4e60
bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate
...
Originally committed as revision 2180 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
Michael Niedermayer
69b0ff3acf
10l (closed gop bit)
...
Originally committed as revision 2178 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
Michael Niedermayer
400738b1fb
ffplay diff commenting out rtsp for no network by (Bill Eldridge <bill at rfa dot org>)
...
Originally committed as revision 2176 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
264cb2b82f
M_PI diff for output_example (handles undefined M_PI) by (Bill Eldridge <bill at rfa dot org>)
...
Originally committed as revision 2175 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
Fabrice Bellard
8c5b5683ae
fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support
...
Originally committed as revision 2173 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
d99ce8d7de
spelling fix
...
Originally committed as revision 2172 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
2d5e962b06
100l (forget to reset me.skip for b frames)
...
Originally committed as revision 2170 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
47017dd870
* ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem
...
is generic for any video with yuv411. Seems like a trivial fix,
but we really have to clean up all of the pix_fmt business a bit more.
Originally committed as revision 2169 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago