summaryrefslogtreecommitdiff
path: root/src/libxinevdec/Makefile.am
AgeCommit message (Collapse)Author
2004-03-14goodbye decoders-- you have served your purpose well and we salute youMike Melanson
CVS patchset: 6256 CVS date: 2004/03/14 21:27:03
2004-03-10Remove defunct v4l specific yuv_frames decoderJames Stembridge
CVS patchset: 6241 CVS date: 2004/03/10 22:54:52
2004-02-02added IFF-ILBM supportManfred Tremmel
CVS patchset: 6108 CVS date: 2004/02/02 22:22:51
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-03-23png image supportStefan Holst
CVS patchset: 4472 CVS date: 2003/03/23 17:12:26
2003-01-31Removing unstable, unfinished and down useless entry.Stephen Torri
CVS patchset: 4054 CVS date: 2003/01/31 02:22:21
2003-01-31- Added debian into Makefile.am as a sub-directory rather than have theStephen Torri
makefile variable. - Cleaned up Makefile.am (wine, goom, libxinevdec) - Cleaned up compiler warnings (libfaad) - Cleaned up header includes (libfaad, libdha) CVS patchset: 4053 CVS date: 2003/01/31 01:20:24
2003-01-19a dummy video decoder for v4l inputGuenter Bartsch
CVS patchset: 3971 CVS date: 2003/01/19 19:42:00
2002-12-28added Interplay MVE video decoder (not completely accurate yet, butMike Melanson
somewhat coherent) CVS patchset: 3710 CVS date: 2002/12/28 18:27:14
2002-12-19Fix undefined symbols (link to appropriate libraries)Ewald Snel
CVS patchset: 3589 CVS date: 2002/12/19 21:40:02
2002-12-18Cleanup MSVC decoderEwald Snel
- use bswap macros - no frame size padding - report broken frames - rename cram_decode_frame to msvc_decode_frame CVS patchset: 3583 CVS date: 2002/12/18 19:48:50
2002-12-15Use common xine color conversionEwald Snel
CVS patchset: 3541 CVS date: 2002/12/15 16:15:25
2002-12-06reenable our svq1 decoder for now (ffmpeg one is segfaulting)Miguel Freitas
CVS patchset: 3438 CVS date: 2002/12/06 12:09:03
2002-12-04decommission native xine SVQ1 decoder by removing its build instructionsMike Melanson
from Makefile.am; the source files will be removed in due time SVQ1 decoder: You have served your purpose well and we, the xine developers and users, salute you. And we know that your important work will be carried on by the capable codebase of ffmpeg's libavcodec. CVS patchset: 3425 CVS date: 2002/12/04 05:59:23
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
will build all dependent parts (e.g. libxine.la). The directory must still be prepared by running autogen.sh. CVS patchset: 3331 CVS date: 2002/11/22 05:25:14
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
2002-10-24Fix unresolved symbols by linking with the xine libraryEwald Snel
CVS patchset: 2980 CVS date: 2002/10/24 09:42:21
2002-10-09configure.ac:Stephen Torri
- OpenGL header GL/gl.h is checked to see if its exists with wrong header name (GL/GL.h). Test failed despite the file required by src/video_out/video_out_opengl.c was GL/gl.h - Ascii-Art library version incorrect. Required version is 1.4 (contains aalib-config) m4/aa.m4: - Changed aalib version to 1.4 src/audio_out/Makefile.am: src/demuxers/Makefile.am: src/dxr3/Makefile.am: src/input/Makefile.am: src/input/libdvdnav/Makefile.am: src/input/libdvdread/Makefile.am: src/libffmpeg/libavcodec/Makefile.am: src/libffmpeg/libavcodec/i386/Makefile.am: src/libffmpeg/libavcodec/mlib/Makefile.am: src/libmad/Makefile.am: src/libmpeg2/Makefile.am: src/libvorbis/Makefile.am: src/libw32dll/Makefile.am: src/libw32dll/wine/Makefile.am: src/libxineadec/Makefile.am: src/libxvid/Makefile.am: src/video_out/Makefile.am: src/video_out/libdha/Makefile.am: src/video_out/vidix/Makefile.am: src/xine-engine/Makefile.am: src/xine-utils/Makefile.am: - Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in. Adding it here was redundant. Thanks to Mike and others for pointing this out. CVS patchset: 2805 CVS date: 2002/10/09 05:13:38
2002-09-22initial commit for QT RLE video decoderMike Melanson
CVS patchset: 2737 CVS date: 2002/09/22 04:27:00
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
Replaced configure.in with configure.ac Remove acconfig.h (Unnecessary with autoconf 2.52 or above) Updated configure.ac to remove deprecated macros, upgraded AC_DEFINE to include comments, merged in acconfig.h. Combined libxine and libxineutils into one library. libxineutils is created but not installed. Its statically linked into libxine. Advanced libxine version from 0.2.0 to 1.0.0 Removed references for skins. Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE. $XINE_SUB Xine-config updated for new location of plugins Sorted file lists in Makefile.am to make them more readable. TODO: remove skins references from xine-config CVS patchset: 2705 CVS date: 2002/09/19 06:01:18
2002-09-04added Mario Brito's Wing Commander III video decoderMike Melanson
CVS patchset: 2599 CVS date: 2002/09/04 02:52:16
2002-09-01added Roberto Togni's QT RPZA video decoderMike Melanson
CVS patchset: 2571 CVS date: 2002/09/01 01:50:39
2002-08-29initial commit for QT SMC video decoderMike Melanson
CVS patchset: 2552 CVS date: 2002/08/29 06:09:06
2002-08-12initial commit for Dr. Tim's Id CIN video decoderMike Melanson
CVS patchset: 2438 CVS date: 2002/08/12 00:16:54
2002-07-15initial commit for 3 new decoders: Raw RGB, Raw YUV, and MS RLEMike Melanson
CVS patchset: 2270 CVS date: 2002/07/15 00:56:12
2002-07-14initial commit for FLI video decoderMike Melanson
CVS patchset: 2262 CVS date: 2002/07/14 01:31:57
2002-06-22Fix missing files in tarball problem.Daniel Caujolle-Bert
CVS patchset: 2123 CVS date: 2002/06/22 00:20:12
2002-06-200.9.11xine-0_9_11-release0.9.11Siggi Langauf
CVS patchset: 2107 CVS date: 2002/06/20 17:46:58
2002-05-27initial commit for Dr. Tim's RoQ video decoderMike Melanson
CVS patchset: 1955 CVS date: 2002/05/27 21:17:57
2002-04-30Add libxinevdec video decodersEwald Snel
- Cinepak decoder moved into this directory - New Creative YUV (CYUV) decoder by Mike Melanson - New Microsoft Video-1 (msvc) decoder by Ewald Snel CVS patchset: 1813 CVS date: 2002/04/30 08:28:09