- 14 Nov, 2003 1 commit
-
-
Mike Melanson authored
Originally committed as revision 2519 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Oct, 2003 1 commit
-
-
Dan Christiansen authored
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
-
- 14 Oct, 2003 1 commit
-
-
Alex Beregszaszi authored
Originally committed as revision 2377 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Oct, 2003 1 commit
-
-
Mike Melanson authored
Originally committed as revision 2339 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2003 1 commit
-
-
Mike Melanson authored
Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Sep, 2003 1 commit
-
-
Roman Shaposhnik authored
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
-
- 28 Sep, 2003 2 commits
-
-
Dan Christiansen authored
Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Sep, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2287 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Sep, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2279 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Sep, 2003 1 commit
-
-
Glenn Maynard authored
Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Sep, 2003 3 commits
-
-
Fabrice Bellard authored
Originally committed as revision 2237 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
Originally committed as revision 2218 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Sep, 2003 1 commit
-
-
Alex Beregszaszi authored
Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Sep, 2003 2 commits
-
-
Glenn Maynard authored
Originally committed as revision 2204 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2203 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Sep, 2003 1 commit
-
-
Mike Melanson authored
Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Sep, 2003 1 commit
-
-
Mike Melanson authored
video decoder Originally committed as revision 2190 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Aug, 2003 1 commit
-
-
Roman Shaposhnik authored
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
-
- 26 Aug, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2168 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Aug, 2003 1 commit
-
-
Roman Shaposhnik authored
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
-
- 17 Jul, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2057 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jul, 2003 1 commit
-
-
François Revol authored
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
-
- 11 Jul, 2003 1 commit
-
-
Tim Allen authored
Originally committed as revision 2033 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2003 1 commit
-
-
Garrick Meeker authored
Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jun, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1956 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jun, 2003 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 May, 2003 1 commit
-
-
Mike Melanson authored
Originally committed as revision 1903 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Mar, 2003 1 commit
-
-
Slavik Gnatenko authored
Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Feb, 2003 1 commit
-
-
François Revol authored
Originally committed as revision 1547 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Feb, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1545 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Feb, 2003 1 commit
-
-
Fabrice Bellard authored
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
-
- 01 Feb, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 1528 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jan, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1522 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2003 2 commits
-
-
Max Krasnyansky authored
Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1490 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jan, 2003 1 commit
-
-
Philip Gladstone authored
update .cvsignore (somehere) to exclude .d files Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Jan, 2003 2 commits
-
-
Slavik Gnatenko authored
Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 1439 to svn://svn.ffmpeg.org/ffmpeg/trunk
-