Commit Graph

86 Commits

Author SHA1 Message Date
Roman Shaposhnik 4fa1c4fa8d * preAlpha DV encoding support -- there's still a truckload
of work to do, but it least people can try it out and share
      ideas. Please don't hesitate to give it a spin:

         $ ffmpeg -i file.avi file.dv

      is all you need.

    * fix for a deallocation bug in DV muxer

Originally committed as revision 2327 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-01 23:34:46 +00:00
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
2003-10-01 04:39:38 +00:00
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
2003-09-28 20:34:11 +00:00
Fabrice Bellard 988a9f9e3a doc update
Originally committed as revision 2285 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-16 20:28:18 +00:00
Mike Melanson 186447f8fe initial Interplay video decoder
Originally committed as revision 2275 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-14 19:39:18 +00:00
Fabrice Bellard 50f52fcdc3 doc update
Originally committed as revision 2265 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-11 22:52:23 +00:00
Fabrice Bellard db0e9b034b AC3 note
Originally committed as revision 2229 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-08 21:39:36 +00:00
Mike Melanson b17e9c996c fringe feature update
Originally committed as revision 2221 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-08 04:28:36 +00:00
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
2003-09-02 04:52:16 +00:00
Mike Melanson 4d3b1f8da7 doc update
Originally committed as revision 2196 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-02 04:47:34 +00:00
Fabrice Bellard 5ee03c86bc update
Originally committed as revision 2155 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 21:34:12 +00:00
Fabrice Bellard 18bff7520e added all options
Originally committed as revision 2142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 15:22:26 +00:00
Fabrice Bellard b030b284f2 explain Windows Native and Cross build - linked to DLL build page (unsupported yet in the makefiles)
Originally committed as revision 2141 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 14:25:37 +00:00
Fabrice Bellard 2eb5d02427 updated supported codec/format
Originally committed as revision 2137 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 11:35:02 +00:00
Fabrice Bellard e99c4e1037 added ffplay documentation - added automatic man page generation for ffmpeg, ffserver and ffplay
Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-24 11:16:29 +00:00
Fabrice Bellard a6aec9c94f update
Originally committed as revision 2133 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-08-22 09:43:01 +00:00
Fabrice Bellard a93b9dbac2 mention libavformat API examples
Originally committed as revision 2070 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-22 13:08:52 +00:00
Fabrice Bellard 6a6362f088 incorrect comment
Originally committed as revision 2068 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-22 12:30:38 +00:00
Fabrice Bellard 7de5459d0a mention the two asf formats
Originally committed as revision 2067 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-22 12:23:32 +00:00
Michael Niedermayer b64dcbe325 FFmpeg & evaluating performance on the PowerPC Architecture HOWTO by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 2023 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-09 20:22:11 +00:00
Michael Niedermayer cb90660957 update
Originally committed as revision 1969 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-17 23:29:36 +00:00
Philip Gladstone 41fc0dd5a3 Have the test.asf stream enabled by default (thanks to htz@kde.org)
Originally committed as revision 1943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-10 01:26:29 +00:00
Fabrice Bellard c09948b6dc autogeneration of html files
Originally committed as revision 1927 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-02 20:13:30 +00:00
Fabrice Bellard be09b10156 update
Originally committed as revision 1926 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-02 20:13:08 +00:00
Mike Melanson 701b603d74 overdue format updates
Originally committed as revision 1918 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-29 23:39:42 +00:00
Roman Shaposhnik cfd06ceb27 misc. updates
Originally committed as revision 1873 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-14 01:08:30 +00:00
Fabrice Bellard 15e654b17b update from texi
Originally committed as revision 1791 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-19 14:17:02 +00:00
Fabrice Bellard f151ddacf5 removed useless copyright policy - added xawtv link
Originally committed as revision 1782 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-16 22:21:04 +00:00
Philip Gladstone e322ea480b * Add Video4MotionVector in a stream description to behave like the -4mv flag
* Add ReadOnlyFile which behaves like File, but does not permit changing of the
  file. This can be used to prevent deleting of saved ffm files.

Originally committed as revision 1743 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-09 02:16:01 +00:00
Michael Niedermayer 365d19ec78 h264 update
Originally committed as revision 1733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-04 14:58:23 +00:00
Michael Niedermayer 74ca320efc update
Originally committed as revision 1648 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-03-08 11:23:24 +00:00
Michael Niedermayer a1661db3c5 update
Originally committed as revision 1553 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-08 12:06:42 +00:00
Michael Niedermayer 8c55915b14 add/put_pixels_clamped update
Originally committed as revision 1475 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-19 18:42:49 +00:00
Michael Niedermayer f44a2df04f update
Originally committed as revision 1463 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-16 13:15:22 +00:00
Michael Niedermayer 143cc72527 gmc1
Originally committed as revision 1446 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-11 15:38:00 +00:00
Michael Niedermayer 3df7be0f72 more links
Originally committed as revision 1445 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-11 11:36:38 +00:00
Michael Niedermayer a552591fb1 optimization tips
can allso be used as a torture test for ur spelling checker

Originally committed as revision 1444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-01-11 10:55:17 +00:00
Fabrice Bellard 61b717c362 updated html docs
Originally committed as revision 1368 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-28 13:42:05 +00:00
Michael Niedermayer 6fc1870021 update
Originally committed as revision 1366 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-27 23:58:57 +00:00
Philip Gladstone 6bf40f3961 Changed thru to through and fixed several other typos
Originally committed as revision 1358 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-22 21:17:59 +00:00
Philip Gladstone 34d7008db0 Applied Mark Hill's patches.
Originally committed as revision 1356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-21 20:43:40 +00:00
Philip Gladstone a960b45f5a Added my TODO list
Originally committed as revision 1354 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-21 02:50:00 +00:00
François Revol 40d05a6bce That should be enough for now :)
Originally committed as revision 1348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-20 21:02:28 +00:00
Michael Niedermayer e5e65a53cd my TODO ...
Originally committed as revision 1346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-20 18:42:30 +00:00
Fabrice Bellard c6fdc7083a updated with my current projets - add your own TODO if you wish
Originally committed as revision 1344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-12-20 14:04:03 +00:00
Philip Gladstone 9d6f1d52c5 Moved hook documentation into the doc directory
Originally committed as revision 1292 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-30 17:12:23 +00:00
Philip Gladstone ae98a91509 Updated to reflect the current state of ffserver (as I understand it).
Originally committed as revision 1266 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-21 03:52:01 +00:00
Fabrice Bellard 6891b9d458 added example to hack with SDP/multicast streaming
Originally committed as revision 1261 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-20 18:26:32 +00:00
Fabrice Bellard 0699d2fe44 update
Originally committed as revision 1238 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-19 20:28:29 +00:00
Fabrice Bellard 4745b5bf6c update
Originally committed as revision 1236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-19 20:09:45 +00:00