Roman Shaposhnik 8f9298f801 * simplifying OpenDML AVI handling.
* adding code to skip over JUNK. It turns out that video editing
     software uses junk to resize ix## chunks without actually
     scrubbing the data. That trips up our packet extraction
     code since it recognizes ix## entries as "packets". Basically
     we have to skip over JUNK chunks for exactly the same reason
     we have to skip over ix## entries.

Originally committed as revision 3378 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-08-04 20:57:35 +00:00
2004-08-03 02:34:50 +00:00
2004-07-09 20:08:33 +00:00
2004-04-30 13:41:48 +00:00
2004-04-30 13:41:48 +00:00
2004-07-30 11:14:14 +00:00
2002-05-25 23:01:48 +00:00
2004-03-13 19:21:58 +00:00
2003-09-15 22:26:45 +00:00
2004-05-30 00:38:09 +00:00
2004-07-28 10:24:38 +00:00
2004-07-20 03:40:45 +00:00
2003-04-16 22:43:26 +00:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License. 

* liba52 and libpostproc are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%