From 3ded59d2e48c665cd7566a39efa8de9829510c45 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 2 Mar 2013 21:02:15 +0000 Subject: Finally add the notes. version 1.0 and 1.1 can now be checked for compilation and usage. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2972 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-1.0/How to update the ffmpeg files.txt | 12 ++++++++++++ src/lib/ffmpeg-1.0/ToDo.txt | 6 ++++++ src/lib/ffmpeg-1.1/How to update the ffmpeg files.txt | 12 ++++++++++++ src/lib/ffmpeg-1.1/ToDo.txt | 6 ++++++ 4 files changed, 36 insertions(+) create mode 100644 src/lib/ffmpeg-1.0/How to update the ffmpeg files.txt create mode 100644 src/lib/ffmpeg-1.0/ToDo.txt create mode 100644 src/lib/ffmpeg-1.1/How to update the ffmpeg files.txt create mode 100644 src/lib/ffmpeg-1.1/ToDo.txt (limited to 'src') diff --git a/src/lib/ffmpeg-1.0/How to update the ffmpeg files.txt b/src/lib/ffmpeg-1.0/How to update the ffmpeg files.txt new file mode 100644 index 00000000..976d0eff --- /dev/null +++ b/src/lib/ffmpeg-1.0/How to update the ffmpeg files.txt @@ -0,0 +1,12 @@ +how to update the ffmpeg files: + +1) rational.pas + error.pas +2) mathematics.pas + dict.pas + opt.pas +3) avutil.pas +4) avcodec.pas +5) avio.pas + swscale.pas +6) avformat.pas \ No newline at end of file diff --git a/src/lib/ffmpeg-1.0/ToDo.txt b/src/lib/ffmpeg-1.0/ToDo.txt new file mode 100644 index 00000000..de773c78 --- /dev/null +++ b/src/lib/ffmpeg-1.0/ToDo.txt @@ -0,0 +1,6 @@ +1) opt.pas +PAVClass + +2) avutil.pas +inline function av_x_if_null +inline function av_size_mult diff --git a/src/lib/ffmpeg-1.1/How to update the ffmpeg files.txt b/src/lib/ffmpeg-1.1/How to update the ffmpeg files.txt new file mode 100644 index 00000000..976d0eff --- /dev/null +++ b/src/lib/ffmpeg-1.1/How to update the ffmpeg files.txt @@ -0,0 +1,12 @@ +how to update the ffmpeg files: + +1) rational.pas + error.pas +2) mathematics.pas + dict.pas + opt.pas +3) avutil.pas +4) avcodec.pas +5) avio.pas + swscale.pas +6) avformat.pas \ No newline at end of file diff --git a/src/lib/ffmpeg-1.1/ToDo.txt b/src/lib/ffmpeg-1.1/ToDo.txt new file mode 100644 index 00000000..de773c78 --- /dev/null +++ b/src/lib/ffmpeg-1.1/ToDo.txt @@ -0,0 +1,6 @@ +1) opt.pas +PAVClass + +2) avutil.pas +inline function av_x_if_null +inline function av_size_mult -- cgit v1.2.3