Konstantin Andreyev
e4053d526b
forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
...
Originally committed as revision 2853 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
a7eb3c8dd1
initial commit for Sierra VMD file demuxer
...
Originally committed as revision 2653 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
42cad81aea
yep, FLI support
...
Originally committed as revision 2519 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Dan Christiansen
cf9d24adf6
- Moving -Wall from the individual Makefiles to configure (and only
...
have it passed to GCC)
- Moving the usage in configure to the top of it, so you don't have to
wait needlessly
- Silence compiler output during configuration
- Add support for configuring with IBM XLC
patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
485bc05dec
make it compatible with older make (debian stable - make 3.79.1)
...
Originally committed as revision 2377 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
4120a53a86
implemented Id Quake II CIN support
...
Originally committed as revision 2339 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
2fdf638b0c
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
...
Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM
Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
7458ccbb02
* DV handling was streamlined for both muxing/demuxing and
...
decoding. All muxing/demuxing functionality is now available
in libavformat/dv.[ch].
* dv1394.c and avidec.c were hooked up with general DV demuxer.
* DVAUDIO is dead! Long live pcm_s16le!
* DV audio is now always recognized -- which means we can
now hear all those ducks quaking in pond.dv.
Originally committed as revision 2319 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Dan Christiansen
fe0f2a9719
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
...
Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
d663a1fdc0
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
...
Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
165f74ff46
remove unused AMREXTRALIBS
...
Originally committed as revision 2287 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
cb728d7902
correct DLL windows install
...
Originally committed as revision 2279 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Glenn Maynard
cddf3f452a
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
...
Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
6a58e1510d
ID3 parsing and generation in MP3 format
...
Originally committed as revision 2237 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
f71869a4db
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
...
Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
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
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
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
21 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
21 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
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
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
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
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
d5809b0aa2
warnings are errors
...
Originally committed as revision 2057 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
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
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
Fabrice Bellard
5dbafeb7ba
mpeg ts demux uses DVB SI info and generates correct PTS info - added prototype mpeg ts mux
...
Originally committed as revision 1956 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
bc634f6fc2
* 3gp patch by Joca
...
Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
cef4ba9e8a
first pass at an experimental 4xm demuxer
...
Originally committed as revision 1903 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Slavik Gnatenko
69db4e10f2
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
...
Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
cc0799e5f8
Fix against C integrists breaks :P (hope I didn't break anything else)
...
Originally committed as revision 1547 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
85a57296cc
yes, PNG can be simpler :-)
...
Originally committed as revision 1545 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0250738f13
added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further)
...
Originally committed as revision 1534 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
f8d7b5f5f4
added basic png handling - do not remake dependencies automatically
...
Originally committed as revision 1528 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1d0d55daf4
--disable-risky support
...
Originally committed as revision 1522 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Max Krasnyansky
8aa3ee32c2
dv patch by Max Krasnyansky (maxk at qualcomm dot com)
...
Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7c235fe238
dependency handling is consistant with libavcodec
...
Originally committed as revision 1490 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
77b71ddc11
AUtomatic dependency generation. Runs on Linux (at least). Probably should
...
update .cvsignore (somehere) to exclude .d files
Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Slavik Gnatenko
f3ec2d46ba
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
...
Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
87a0a6816f
added still image support
...
Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Thomas Jarosch
f60f0df116
libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv dot com>)
...
Originally committed as revision 1377 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a382b927ed
fixed multidir compile
...
Originally committed as revision 1289 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
4baca0690f
More changes to make things compile on more platforms
...
Originally committed as revision 1287 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
abac617591
renamed libav to libavformat
...
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Philip Gladstone
6e1b47804e
Compile framehook.c
...
Originally committed as revision 1245 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
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
Fabrice Bellard
f20dca4020
added raw DV demux (audio is currently not handled)
...
Originally committed as revision 1015 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago