summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dev10
-rw-r--r--doc/TODO4
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/README.dev b/doc/README.dev
index ae28bc0..39cd702 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -8,7 +8,15 @@
demux code for several formats). (no example yet, the API is likely
to evolve).
-2) Coding Rules
+2) Integrating libavXXX in your GPL'ed program
+----------------------------------------------
+
+You can integrate all the source code of the libraries to link them
+statically to avoid any version problem. All you need is to provide a
+'config.mak' and a 'config.h' in the parent directory. See the defines
+generated by ./configure to understand what is needed.
+
+3) Coding Rules
---------------
ffmpeg is programmed in ANSI C language. GCC extension are
diff --git a/doc/TODO b/doc/TODO
index 09c5f2b..e9b2373 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -16,7 +16,11 @@ Planned in next release:
(DONE) - add RV10 decoding.
(DONE) - add true pgm support.
(DONE) - msmpeg4 0x18 fix.
+- add encode and ac3/mpglib disabling option
- add qscale out.
+- add decode quant optimisation.
+- see black region optimization (Arpi request).
+- check ffmpeg mpeg1 encoding (Happy Camer mail)
- add format autodetect with content (for example to distinguish
mpegvideo/mpegmux).
- add external alloc for libavcodec (avifile request).
OpenPOWER on IntegriCloud