summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-04-14 15:21:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-04-14 15:21:51 +0000
commit0a6bf13b6af30420d7e53a8e93db83aa0ccdc2c8 (patch)
treea86dbc902688c55e8fad8a5965772ef4bac2d7a6 /HACKING
parent2d910891cf609984b49a9efccddd5d4f15ea0ed5 (diff)
updates
Original commit message from CVS: updates
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING13
1 files changed, 8 insertions, 5 deletions
diff --git a/HACKING b/HACKING
index d4fafe1..f1db1bc 100644
--- a/HACKING
+++ b/HACKING
@@ -185,6 +185,7 @@ them correctly !
cvs diff
- tag merge point
cvs tag BRANCH-UPDATE-CVS-2004-04-11-23-00-MERGE
+ - add upstream date to "THE RECORDS" below
- get a drink
@@ -252,13 +253,15 @@ Some notes on how ffmpeg wrapping inside GStreamer currently works:
* there's lots of things that still need doing. See the TODO file for more
information.
+THE RECORDS
+-----------
+- list of snapshots used:
+
+ CVS-2004-04-11-23-00
+
+
THE REMINDERS
-------------
* the initial ffmpeg checkout was imported using:
- get CVS ffmpeg
cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -D '2004-03-09 06:00 GMT' ffmpeg
-
- - delete all CVS directories
- find . -name CVS -type d -exec rm -rf {} \;
- - import it in our CVS
- cvs -d:ext:thomasvs@cvs.freedesktop.org:/cvs/gstreamer import -m "Import of FFmpeg cvs from 2004-03-09 06:00 GMT" mirror/ffmpeg FFMPEG CVS-2004-03-09