A forwarded darcs patch
Martin Bayer <[email protected]> Wed, 19 Mar 2008 22:37:44 +0100 (CET)
| Newsgroups | gmane.comp.video.gephex.devel,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
The following patch was either unsigned, or signed by a non-allowed key, or there was a GPG failure. From [email protected] Wed Mar 19 22:37:44 2008 Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from localhost (localhost [127.0.0.1]) by smtp.kexbox.org (Postfix) with ESMTP id 4B242420009 for <[email protected]>; Wed, 19 Mar 2008 22:37:44 +0100 (CET) Received: from smtp.kexbox.org ([127.0.0.1]) by localhost (mail.kexbox.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W+I2dyFK56Gb for <[email protected]>; Wed, 19 Mar 2008 22:37:44 +0100 (CET) Received: from localhost (p3E9E68F5.dip.t-dialin.net [62.158.104.245]) by smtp.kexbox.org (Postfix) with ESMTP id B481D420008 for <[email protected]>; Wed, 19 Mar 2008 22:37:42 +0100 (CET) Received: by localhost (sSMTP sendmail emulation); Wed, 19 Mar 2008 22:40:05 +0100 Date: Wed, 19 Mar 2008 22:40:05 +0100 To: gephex--main--0.4 darcs repo <[email protected]> Subject: darcs patch: update to current ffmpeg api X-Mail-Originator: Darcs Version Control System X-Darcs-Version: 1.0.9rc1 (release candidate 1) DarcsURL: http://darcs.gephex.org/gephex/gephex--main--0.4 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_" Message-Id: <[email protected]> --=_ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Wed Mar 19 21:59:17 CET 2008 Martin Bayer <[email protected]> * update to current ffmpeg api --=_ Content-Type: text/x-darcs-patch; name="update-to-current-ffmpeg-api.dpatch" Content-Transfer-Encoding: quoted-printable Content-Description: A darcs patch for your repository! New patches: [update to current ffmpeg api Martin Bayer <[email protected]>**20080319205917] { hunk ./configure.ac 403 - AC_SUBST(FFMPEG_CFLAGS,"-I${FFMPEG_DIR}/libavcodec -I${FFMPEG_DIR}/libavf= ormat -I${FFMPEG_DIR}/libavutil -D__STDC_CONSTANT_MACROS") + AC_SUBST(FFMPEG_CFLAGS,"-I${FFMPEG_DIR} -D__STDC_CONSTANT_MACROS") hunk ./modules/src/ffmpegoutmodule/ffmpegwriter.cpp 178 - url_fclose(&oc->pb); + url_fclose(oc->pb); hunk ./modules/src/frbinmodule/ffmpegdriver.cpp 3 - Copyright (C) 2001-2005 + Copyright (C) 2001-2008 hunk ./modules/src/frbinmodule/ffmpegdriver.cpp 40 -#include "avformat.h" -#include "avcodec.h" -#include "avutil.h" +#include "libavformat/avformat.h" +#include "libavcodec/avcodec.h" +#include "libavutil/avutil.h" } Context: [Reverted workaround of QFileDialog for named pipes which did not work corr= ectly [email protected]**20071120192805] = [Increased maximum resolution of x11output from 1024x768 to 2560x1600 [email protected]**20070905181425] = [Workaround to show named pipes in the file dialog. Does not work with Qt 4= .3. Maybe works with Qt 4.x, 0 <=3D x <=3D 2. [email protected]**20070905180500] = [Use QAction::triggered() instead of deprecated QAction::activated() [email protected]**20070905180110] = [Removed unused file doc/editor.eps [email protected]**20070520170930] = [Updated NEWS file [email protected]**20070520170558] = [Fixed 'make distclean' (adapted to latest ffmpeg version) [email protected]**20070520170103] = [Cleaned up man pages [email protected]**20070520165955] = [Use xmlto to convert docbook to man pages and make the man pages DTD confo= rming. [email protected]**20070520153548] = [Removed DTD violations in documentation.xml [email protected]**20070520132348] = [Updated frbinmodule and ffmpegdriver to allow linking agains most recent v= ersion of ffmpeg. [email protected]**20070520080918] = [Added -lobjc to qt linker flags to work around linker error on mac using q= t 4.2.3. [email protected]**20070519215702] = [gloutput: fixed indentation [email protected]**20070519175125] = [Added new example graph 'kaleidoskop' [email protected]**20070519173853] = [color dialog: set property 'autoFillBackground' so that the button displa= ys the currently selected color. [email protected]**20070517170015] = [quartzoutput: fixed typo [email protected]**20070517165942] = [Added ids to all chapters, sections, and tables in the documentation [email protected]**20070517122929] = [frboutmodule: added 'x11' driver to 'OutputDriver' combo box [email protected]**20070517113606] = [frboutmodule: first working (but still experimental) version of quartz out= put driver [email protected]**20070517113514] = [frboutmodule: fixed bug in error message when GDI_init failed [email protected]**20070517112900] = [quartz output: some trial and error [email protected]**20070516215220] = [Removed typo in comment, fixed indentation, removed commented out code. [email protected]**20070516211853] = [Experimental version of quartz output driver [email protected]**20070516211804] = [moved newGraphSlot() into section 'protected slots:' [email protected]**20070516200915] = [Updated documentation: darcs instead of tla, new release [email protected]**20070501131021] = [Check the pointer returned by frei0r construct() for 0 [email protected]**20070501124833] = [TAG RELEASE_0_4_4_r3 [email protected]**20070430183303] = [Removed video jack support from NEWS [email protected]**20070430183236] = [VS6 build system adaptations [email protected]**20070430180909] = [TAG RELEASE_0_4_4_r2 [email protected]**20070429170057] = [Remove some more temporary files from ffmpeg from the dist tarball (.svn, = *.so.??) [email protected]**20070429161709] = [Bump version number to 0.4.5 [email protected]**20070218120139] = [TAG RELEASE_0_4_4 [email protected]**20070218113904] = Patch bundle hash: 4010447367aceb187c810e563558e899829449de --=_-- .