xvbat-devel Mailing List for XvBA Tools
Status: Beta
Brought to you by:
timwriter
You can subscribe to this list here.
2011 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2012 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: XvBA T. D. <xvb...@li...> - 2013-10-28 16:28:45
|
It will work on Ubuntu 12.04. You may need the patch below. Re `libfwbas1-dev', it does not appear to be packaged for Ubuntu 12.04 but you can install it from lucid (10.04), IIRC. HTH, Tim commit c086c44696b7b42f50089f3fc541b3958ad2b280 Author: Tim Writer <Tim...@am...> Date: Wed May 9 10:08:27 2012 -0400 Ported to Lavc 53.35.0 (supplied with Ubuntu 12.04). diff --git a/av_surface.h b/av_surface.h index 81827e9..e96f843 100644 --- a/av_surface.h +++ b/av_surface.h @@ -17,7 +17,7 @@ struct av_surface *create_av_surface(void *session, void *target); */ void destroy_av_surface(struct av_surface *surface); -#ifdef FF_COMMON_FRAME +#if defined(FF_COMMON_FRAME) || defined(AVCODEC_AVCODEC_H) /*! \brief Associates an ::XVBAT_Surface with an AVPicture. * *From:* XvBA Tools Development <xvb...@li...> *Sent:* Thursday, October 24, 2013 2:45 PM *To:* xvb...@li... *Subject:* [xvbat-devel] installing xvbat on ubuntu 12.04 > > > I'm trying to install xvbat on ubuntu 12.04 32 bit. > > I've downloaded the source, and looking at the install instructions I > come to a bit of a problem. > > First I noticed that the instructions are a bit outdated in that the > last ubuntu version referenced in xvbat-0.10-410295/doc/html/index.html > is 11.10. I was not sure if xvbat would work with later versions of > Ubuntu ... but researching more, it seems that it does for some people. > ... right? > > I tried following the installation instructions on the same index.html > page and was blocked at the installation of libfwbase1-dev. I don't see > a repository for it. ... so what am I going to do? I tried downloading > the source for framewave and it did not compile for me. At this point > I'm getting pretty far afield from my goal of trying to have a > development start for xvba. Any suggestions or help in the short term > would be appreciated. > > > > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk > > > > _______________________________________________ > xvbat-devel mailing list > xvb...@li... > https://lists.sourceforge.net/lists/listinfo/xvbat-devel > -- Tim Writer Manager, Software Development Eng. Embedded Linux & Open Source Graphics AMD Technology & Engineering |
From: XvBA T. D. <xvb...@li...> - 2013-10-24 18:45:34
|
I'm trying to install xvbat on ubuntu 12.04 32 bit. I've downloaded the source, and looking at the install instructions I come to a bit of a problem. First I noticed that the instructions are a bit outdated in that the last ubuntu version referenced in xvbat-0.10-410295/doc/html/index.html is 11.10. I was not sure if xvbat would work with later versions of Ubuntu ... but researching more, it seems that it does for some people. ... right? I tried following the installation instructions on the same index.html page and was blocked at the installation of libfwbase1-dev. I don't see a repository for it. ... so what am I going to do? I tried downloading the source for framewave and it did not compile for me. At this point I'm getting pretty far afield from my goal of trying to have a development start for xvba. Any suggestions or help in the short term would be appreciated. |
From: XvBA T. D. <xvb...@li...> - 2012-07-17 17:01:00
|
Try this patch. Tim diff --git a/av_surface.h b/av_surface.h index 81827e9..e96f843 100644 --- a/av_surface.h +++ b/av_surface.h @@ -17,7 +17,7 @@ struct av_surface *create_av_surface(void *session, void *target); */ void destroy_av_surface(struct av_surface *surface); -#ifdef FF_COMMON_FRAME +#if defined(FF_COMMON_FRAME) || defined(AVCODEC_AVCODEC_H) /*! \brief Associates an ::XVBAT_Surface with an AVPicture. * On 12-07-17 11:57 AM, XvBA Tools Development wrote: > Dear XvBA developers, > > We recently tried to build XvBA tools under Ubuntu to test Trinity > graphic card with the latest driver. > > Our environment is Ubuntu 12.04, AMD Radeon HD 7660HD, Catalyst Version > 12.8, Driver version 9.00-120709a-142474E. We followed the XvBA tools > installation manual to install all the required packages. The packages > installation goes okay except that the XvBA SDK requires to create a > symbolic link sudo ln -s /usr/lib/fglrx/libXvBAW.so.1 \ > /usr/local/lib/libXvBAW.so, but we cannot found > /usr/lib/fglrx/libXvBAW.so.1 in our system, so we make a symbolic link > to /usr/lib/libXvBAW.so.1. > > When compiling the XvBA tool, in the link stage, it prompts the > following errors: > > cc -g -O2 -std=gnu99 -Iinclude -IJM/ldecod/inc -IJM/lcommon/inc > -I../../../include -pthread -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 > -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 > -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include > -I/usr/include/pixman-1 -I/usr/include/freetype2 > -I/usr/include/libpng12 -Wl,-E -o xvbaplay xvbaplay.o av_surface.o > decoder.o vo.o sw_dec.o xvba_dec.o jm.o jm_dec.o jm_xvba.o gl_vo.o > x11_vo.o JM/ldecod/obj/annexb.o JM/ldecod/obj/biaridecod.o > JM/ldecod/obj/blk_prediction.o JM/ldecod/obj/block.o > JM/ldecod/obj/cabac.o JM/ldecod/obj/config_common.o > JM/ldecod/obj/configfile.o JM/ldecod/obj/context_ini.o > JM/ldecod/obj/erc_api.o JM/ldecod/obj/erc_do_i.o > JM/ldecod/obj/erc_do_p.o JM/ldecod/obj/errorconcealment.o > JM/ldecod/obj/filehandle.o JM/ldecod/obj/fmo.o JM/ldecod/obj/header.o > JM/ldecod/obj/image.o JM/ldecod/obj/img_io.o JM/ldecod/obj/img_process.o > JM/ldecod/obj/input.o JM/ldecod/obj/intra16x16_pred.o > JM/ldecod/obj/intra4x4_pred.o JM/ldecod/obj/intra8x8_pred.o > JM/ldecod/obj/intra_chroma_pred.o JM/ldecod/obj/io_raw.o > JM/ldecod/obj/io_tiff.o JM/ldecod/obj/ldecod.o > JM/ldecod/obj/leaky_bucket.o JM/ldecod/obj/loopFilter.o > JM/ldecod/obj/macroblock.o JM/ldecod/obj/mb_access.o > JM/ldecod/obj/mb_prediction.o JM/ldecod/obj/mbuffer_mvc.o > JM/ldecod/obj/mbuffer.o JM/ldecod/obj/mc_direct.o > JM/ldecod/obj/mc_prediction.o JM/ldecod/obj/memalloc.o > JM/ldecod/obj/mv_prediction.o JM/ldecod/obj/nal.o > JM/ldecod/obj/nalucommon.o JM/ldecod/obj/nalu.o JM/ldecod/obj/output.o > JM/ldecod/obj/parsetcommon.o JM/ldecod/obj/parset.o > JM/ldecod/obj/quant.o JM/ldecod/obj/rtp.o JM/ldecod/obj/sei.o > JM/ldecod/obj/transform8x8.o JM/ldecod/obj/transform.o > JM/ldecod/obj/vlc.o JM/ldecod/obj/win32.o libxvbat.a -lfwImage > -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 > -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype > -lfontconfig -lgobject-2.0 -lglib-2.0 -lX11 -lGL -lXvBAW -lXext -lXv > -lXvMC -lavcodec -lavformat -lavutil -lGLU -o xvbaplay > jm_dec.o: In function `jmdec_dequeue': > /home/huang/tools/xvbat-0.10-410295/xvbat-0.10-410295/jm_dec.c:335: > undefined reference to `av_frame_set_surface' > /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: > undefined reference to `void REFR::My_FW_PointHandle<unsigned short, > (REFR::DispatchType)0>(double, double, int, int, unsigned short const*, > int, FwiRect, unsigned short*, int, int, int*, int, int, float)' > /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: > undefined reference to `void REFR::My_FW_PointHandle<unsigned char, > (REFR::DispatchType)0>(double, double, int, int, unsigned char const*, > int, FwiRect, unsigned char*, int, int, int*, int, int, float)' > /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: > undefined reference to `void SSE2::My_FW_PointHandle<float, > (SSE2::DispatchType)0>(double, double, int, int, float const*, int, > FwiRect, float*, int, int, int*, int, int, float)' > /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: > undefined reference to `void SSE2::My_FW_PointHandle<unsigned char, > (SSE2::DispatchType)0>(double, double, int, int, unsigned char const*, > int, FwiRect, unsigned char*, int, int, int*, int, int, float)' > /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: > undefined reference to `void SSE2::My_FW_PointHandle<unsigned short, > (SSE2::DispatchType)0>(double, double, int, int, unsigned short const*, > int, FwiRect, unsigned short*, int, int, int*, int, int, float)' > /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: > undefined reference to `void REFR::My_FW_PointHandle<float, > (REFR::DispatchType)0>(double, double, int, int, float const*, int, > FwiRect, float*, int, int, int*, int, int, float)' > collect2: ld returned 1 exit status > make: *** [xvbaplay] Error 1 > > We know the release notes said, XvBA tool is only tested in Ubuntu > 10.04, 10.10, 11.04, and 11.10. But the problem is, our latest graphic > driver is not compatible with early Ubuntu. Actually we did successfully > compile XvBA tool under Ubuntu 11.10, but the whole system crashed > before we were able to try XvBA tools. > > Do have any idea to fix the above problem? > > Thanks, > He Huang > > > ------------------------------------------------------------------------------------------- > > > Best Way To Get Help > > XvBA Tools says the best way to get help with its software is by sending > email to its mailing list at xvb...@li... > <mailto:xvb...@li...>. > > -- Tim Writer Manager Software Development Eng. Embedded Linux and Open Source Graphics |
From: XvBA T. D. <xvb...@li...> - 2012-07-17 16:22:08
|
Dear XvBA developers, We recently tried to build XvBA tools under Ubuntu to test Trinity graphic card with the latest driver. Our environment is Ubuntu 12.04, AMD Radeon HD 7660HD, Catalyst Version 12.8, Driver version 9.00-120709a-142474E. We followed the XvBA tools installation manual to install all the required packages. The packages installation goes okay except that the XvBA SDK requires to create a symbolic link sudo ln -s /usr/lib/fglrx/libXvBAW.so.1 \ /usr/local/lib/libXvBAW.so, but we cannot found /usr/lib/fglrx/libXvBAW.so.1 in our system, so we make a symbolic link to /usr/lib/libXvBAW.so.1. When compiling the XvBA tool, in the link stage, it prompts the following errors: cc -g -O2 -std=gnu99 -Iinclude -IJM/ldecod/inc -IJM/lcommon/inc -I../../../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Wl,-E -o xvbaplay xvbaplay.o av_surface.o decoder.o vo.o sw_dec.o xvba_dec.o jm.o jm_dec.o jm_xvba.o gl_vo.o x11_vo.o JM/ldecod/obj/annexb.o JM/ldecod/obj/biaridecod.o JM/ldecod/obj/blk_prediction.o JM/ldecod/obj/block.o JM/ldecod/obj/cabac.o JM/ldecod/obj/config_common.o JM/ldecod/obj/configfile.o JM/ldecod/obj/context_ini.o JM/ldecod/obj/erc_api.o JM/ldecod/obj/erc_do_i.o JM/ldecod/obj/erc_do_p.o JM/ldecod/obj/errorconcealment.o JM/ldecod/obj/filehandle.o JM/ldecod/obj/fmo.o JM/ldecod/obj/header.o JM/ldecod/obj/image.o JM/ldecod/obj/img_io.o JM/ldecod/obj/img_process.o JM/ldecod/obj/input.o JM/ldecod/obj/intra16x16_pred.o JM/ldecod/obj/intra4x4_pred.o JM/ldecod/obj/intra8x8_pred.o JM/ldecod/obj/intra_chroma_pred.o JM/ldecod/obj/io_raw.o JM/ldecod/obj/io_tiff.o JM/ldecod/obj/ldecod.o JM/ldecod/obj/leaky_bucket.o JM/ldecod/obj/loopFilter.o JM/ldecod/obj/macroblock.o JM/ldecod/obj/mb_access.o JM/ldecod/obj/mb_prediction.o JM/ldecod/obj/mbuffer_mvc.o JM/ldecod/obj/mbuffer.o JM/ldecod/obj/mc_direct.o JM/ldecod/obj/mc_prediction.o JM/ldecod/obj/memalloc.o JM/ldecod/obj/mv_prediction.o JM/ldecod/obj/nal.o JM/ldecod/obj/nalucommon.o JM/ldecod/obj/nalu.o JM/ldecod/obj/output.o JM/ldecod/obj/parsetcommon.o JM/ldecod/obj/parset.o JM/ldecod/obj/quant.o JM/ldecod/obj/rtp.o JM/ldecod/obj/sei.o JM/ldecod/obj/transform8x8.o JM/ldecod/obj/transform.o JM/ldecod/obj/vlc.o JM/ldecod/obj/win32.o libxvbat.a -lfwImage -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lX11 -lGL -lXvBAW -lXext -lXv -lXvMC -lavcodec -lavformat -lavutil -lGLU -o xvbaplay jm_dec.o: In function `jmdec_dequeue': /home/huang/tools/xvbat-0.10-410295/xvbat-0.10-410295/jm_dec.c:335: undefined reference to `av_frame_set_surface' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: undefined reference to `void REFR::My_FW_PointHandle<unsigned short, (REFR::DispatchType)0>(double, double, int, int, unsigned short const*, int, FwiRect, unsigned short*, int, int, int*, int, int, float)' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: undefined reference to `void REFR::My_FW_PointHandle<unsigned char, (REFR::DispatchType)0>(double, double, int, int, unsigned char const*, int, FwiRect, unsigned char*, int, int, int*, int, int, float)' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: undefined reference to `void SSE2::My_FW_PointHandle<float, (SSE2::DispatchType)0>(double, double, int, int, float const*, int, FwiRect, float*, int, int, int*, int, int, float)' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: undefined reference to `void SSE2::My_FW_PointHandle<unsigned char, (SSE2::DispatchType)0>(double, double, int, int, unsigned char const*, int, FwiRect, unsigned char*, int, int, int*, int, int, float)' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: undefined reference to `void SSE2::My_FW_PointHandle<unsigned short, (SSE2::DispatchType)0>(double, double, int, int, unsigned short const*, int, FwiRect, unsigned short*, int, int, int*, int, int, float)' /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libfwImage.so: undefined reference to `void REFR::My_FW_PointHandle<float, (REFR::DispatchType)0>(double, double, int, int, float const*, int, FwiRect, float*, int, int, int*, int, int, float)' collect2: ld returned 1 exit status make: *** [xvbaplay] Error 1 We know the release notes said, XvBA tool is only tested in Ubuntu 10.04, 10.10, 11.04, and 11.10. But the problem is, our latest graphic driver is not compatible with early Ubuntu. Actually we did successfully compile XvBA tool under Ubuntu 11.10, but the whole system crashed before we were able to try XvBA tools. Do have any idea to fix the above problem? Thanks, He Huang ------------------------------------------------------------------------------------------- Best Way To Get Help XvBA Tools says the best way to get help with its software is by sending email to its mailing list at xvb...@li.... |
From: XvBA T. D. <xvb...@li...> - 2012-03-21 16:24:58
|
It was built and tested with JM 17.0. Tim On 12-03-21 12:09 PM, XvBA Tools Development wrote: > When trying to compile xvba tools, I get the following error: > > cc -g -O2 -std=gnu99 -Iinclude -I/home/displayer/src/JM/ldecod/inc > -I/home/displayer/src/JM/lcommon/inc -I../../../include -pthread > -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 > -I/usr/include/freetype2 -I/usr/include/libpng12 -c -o jm.o > jm.c > jm.c: In function ‘jm_copy_slice_info’: > jm.c:129:5: warning: implicit declaration of function ‘CopySliceInfo’ > [-Wimplicit-function-declaration] > jm.c:129:5: warning: ‘return’ with a value, in function returning void > [enabled by default] > jm.c: In function ‘jm_create_slice’: > jm.c:139:34: error: ‘JM_VideoParams’ has no member named ‘p_Dpb’ > jm.c: In function ‘jm_decode_slice_header’: > jm.c:270:9: error: too many arguments to function ‘UseParameterSet’ > /home/displayer/src/JM/ldecod/inc/parset.h:54:13: note: declared here > jm.c: In function ‘jm_read_nalu’: > jm.c:444:14: error: ‘JM_VideoParams’ has no member named ‘bitsfile’ > make: *** [jm.o] Error 1 > > Am I compiling against the wrong JM version? I'm using JM 18.3. Or is > there something else wrong? > > Regards, > > Christophe > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > xvbat-devel mailing list > xvb...@li... > https://lists.sourceforge.net/lists/listinfo/xvbat-devel > -- Tim Writer SMTS Software Development Eng. AMD Embedded Solutions R&D |
From: XvBA T. D. <xvb...@li...> - 2012-03-21 16:09:38
|
When trying to compile xvba tools, I get the following error: cc -g -O2 -std=gnu99 -Iinclude -I/home/displayer/src/JM/ldecod/inc -I/home/displayer/src/JM/lcommon/inc -I../../../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -c -o jm.o jm.c jm.c: In function ‘jm_copy_slice_info’: jm.c:129:5: warning: implicit declaration of function ‘CopySliceInfo’ [-Wimplicit-function-declaration] jm.c:129:5: warning: ‘return’ with a value, in function returning void [enabled by default] jm.c: In function ‘jm_create_slice’: jm.c:139:34: error: ‘JM_VideoParams’ has no member named ‘p_Dpb’ jm.c: In function ‘jm_decode_slice_header’: jm.c:270:9: error: too many arguments to function ‘UseParameterSet’ /home/displayer/src/JM/ldecod/inc/parset.h:54:13: note: declared here jm.c: In function ‘jm_read_nalu’: jm.c:444:14: error: ‘JM_VideoParams’ has no member named ‘bitsfile’ make: *** [jm.o] Error 1 Am I compiling against the wrong JM version? I'm using JM 18.3. Or is there something else wrong? Regards, Christophe |
From: XvBA T. D. <xvb...@li...> - 2011-06-03 16:25:47
|
You didn't provide much to go on but I don't think those are errors. They are the results of congiguration tests run during the configuration step and those particular tests are expected to fail as those codecs are private modifications to FFmpeg which have not been released. The result of these configuration tests failing is for the configure script to disable these configuration defines in `config.h.in': /* Define to 1 if libavcodec has the h264xvba codec. Requires AMD's internal version of FFMpeg. */ #undef HAVE_CODEC_H264_XVBA /* Define to 1 if libavcodec has the mpegidct_xvba codec. Requires AMD's internal version of FFMpeg. */ #undef HAVE_CODEC_MPEG2IDCT_XVBA /* Define to 1 if libavcodec has the vc1xvba codec. Requires AMD's internal version of FFMpeg. */ #undef HAVE_CODEC_VC1_XVBA How did you run `configure', i.e. what options did you pass it? Tim On Thu, Jun 02 2011, XvBA Tools Development <xvb...@li...> wrote: > Hi, all > > When I try to complie "xvbat-0.9-404001", I get > "conftest.c:39: error: 'CODEC_ID_H264_XVBA' undeclared here (not in a function) > " > "conftest.c:39: error: 'CODEC_ID_MPEG2IDCT_XVBA' undeclared here > (not in a function) " > ... > > Where I can find "'CODEC_ID_H264_XVBA"? ffmpeg or ? > > Thanks. |
From: XvBA T. D. <xvb...@li...> - 2011-06-03 02:18:28
|
Hi, all When I try to complie "xvbat-0.9-404001", I get "conftest.c:39: error: 'CODEC_ID_H264_XVBA' undeclared here (not in a function) " "conftest.c:39: error: 'CODEC_ID_MPEG2IDCT_XVBA' undeclared here (not in a function) " ... Where I can find "'CODEC_ID_H264_XVBA"? ffmpeg or ? Thanks. |
From: XvBA T. D. <xvb...@li...> - 2011-03-04 21:42:43
|
On Fri, Mar 04 2011, XvBA Tools Development <xvb...@li...> wrote: > Hi, > > the documentation for xvbat mentions a modified ffmpeg version, does > AMD have any plan to release this? We don't have any concrete plans at present. However, we (AMD Embedded Solutions) recognize the importance of multimedia frameworks like FFmpeg and Gstreamer as well as open source players like MPlayer, Xine, VLC, Totem, and so on. Since the release of the XvBA SDK and Tools, I've had some preliminary discussions with some MPlayer/FFmpeg developers, with the developer of the XvBA Video backend for VA API, and will be approaching the other projects shortly. There are a lot of possibilities, including: * adding XvBA support to FFmpeg, * writing an XvBA plugin for Gstreamer, * opening up the XvBA Video backend for VA API, * writing an XvBA backend for VDPAU (if such a thing is possible -- I don't know enough about VDPAU to know but get the feeling that a VDPAU implementation for UVD would have to be integrated directly into the Linux Catalyst drivers), or * adding XvBA support directly to the players. Right now, I'm researching and evaluating these and am interested in opinions about their pros/cons and if anyone is interested in contributing to their implementation. Tim |
From: XvBA T. D. <xvb...@li...> - 2011-03-04 21:17:19
|
On Fri, Mar 04 2011, XvBA Tools Development <xvb...@li...> wrote: > On Thu, Mar 03, 2011, XvBA Tools Development wrote: >> > Hi Tim, >> > >> > I was also using Ubuntu 10.04 and 8.821 (of which I built lucid >> > packages using with the AMD installer). >> > >> > Wondering if I'm doing something wrong. Should I be linking against >> > AMDXvBA or against XvBAW? >> >> No, you should be linking against XvBAW as in the Makefile. I'll see if >> I can reproduce this. > > Tim, > > sorry I was linking against AMDXvBA and that was causing all my issues. > Things seems to work now. > > Thanks for the help and sorry for the noise No problem, glad it's working. Tim |
From: XvBA T. D. <xvb...@li...> - 2011-03-04 19:44:34
|
Hi, the documentation for xvbat mentions a modified ffmpeg version, does AMD have any plan to release this? Thanks, Johan |
From: XvBA T. D. <xvb...@li...> - 2011-03-04 18:55:20
|
On Thu, Mar 03, 2011, XvBA Tools Development wrote: > > Hi Tim, > > > > I was also using Ubuntu 10.04 and 8.821 (of which I built lucid > > packages using with the AMD installer). > > > > Wondering if I'm doing something wrong. Should I be linking against > > AMDXvBA or against XvBAW? > > No, you should be linking against XvBAW as in the Makefile. I'll see if > I can reproduce this. Tim, sorry I was linking against AMDXvBA and that was causing all my issues. Things seems to work now. Thanks for the help and sorry for the noise |
From: XvBA T. D. <xvb...@li...> - 2011-03-04 00:57:00
|
Redirecting to xvbat-devel and setting atilinuxbeta to Bcc. On Thu, Mar 03 2011, Johan Bilien <jo...@li...> wrote: > On Wed, Mar 2, 2011 at 8:15 PM, Writer, Tim <Tim...@am...> wrote: >> On Wed, Mar 02 2011, "Writer, Tim" <Tim...@am...> wrote: >> >>> On Wed, Mar 02 2011, Johan Bilien <jo...@li...> wrote: >>>> which version of fglrx should I be testing this against? >>> >>> I've tested with 8.801 (Catalyst 10.12). I know of someone who has >>> either 8.812 (Catalyst 11.1) or 8.821 (Catalyst 11.2) working. I've >>> asked him to confirm which. >> >> I've confirmed they tested on Ubuntu 10.04 with 8.821. >> >> Please send full details of your platform so I can try to reproduce the >> problem. > > Hi Tim, > > I was also using Ubuntu 10.04 and 8.821 (of which I built lucid > packages using with the AMD installer). > > Wondering if I'm doing something wrong. Should I be linking against > AMDXvBA or against XvBAW? No, you should be linking against XvBAW as in the Makefile. I'll see if I can reproduce this. Tim |