summaryrefslogtreecommitdiff
path: root/src/demuxers/Makefile.am
AgeCommit message (Collapse)Author
2003-01-05added CD digital audio "demuxer"Mike Melanson
CVS patchset: 3778 CVS date: 2003/01/05 06:48:16
2003-01-04added the FILM and SMJPEG demuxers to the games groupMike Melanson
CVS patchset: 3773 CVS date: 2003/01/04 16:40:48
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
same shared library (reduce loading time). demuxer api increased so old ungrouped plugins won't be loaded. Bill Fink patch to enable playback of live rawdv streams. obs: non-regular files are now supposed non-seekable. CVS patchset: 3771 CVS date: 2003/01/04 14:48:11
2003-01-02writing demuxers like they're going out of style or something...addedMike Melanson
demuxers for Westwood Studios AUD, Playstation STR, and TechnoTrend PVA CVS patchset: 3749 CVS date: 2003/01/02 06:10:49
2002-12-28added Interplay MVE file demuxerMike Melanson
CVS patchset: 3708 CVS date: 2002/12/28 18:23:38
2002-12-27re-enable dvb pluginGuenter Bartsch
CVS patchset: 3694 CVS date: 2002/12/27 16:47:17
2002-12-27disable ts compilation, it's BROKEN (one more)Daniel Caujolle-Bert
CVS patchset: 3691 CVS date: 2002/12/27 13:17:30
2002-12-23- added raw dv demuxerMiguel Freitas
- avi demuxer knows frame numbers CVS patchset: 3658 CVS date: 2002/12/23 21:29:53
2002-12-20Do not compile the 'mng' demuxer, when the autoconf stuff has detected thatJuergen Keil
we do not have the necessary libs/includes installed on the build system. CVS patchset: 3593 CVS date: 2002/12/20 11:10:45
2002-12-20MNG demuxer addedRobin KAY
CVS patchset: 3591 CVS date: 2002/12/20 01:35:49
2002-12-14No need to install qtpalette.hDaniel Caujolle-Bert
CVS patchset: 3517 CVS date: 2002/12/14 14:27:03
2002-12-13Don't include headers files into *_SOURCES.Daniel Caujolle-Bert
CVS patchset: 3505 CVS date: 2002/12/13 08:23:19
2002-12-12Adds asfheader.hThibaut Mattern
CVS patchset: 3501 CVS date: 2002/12/12 23:34:39
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-11-07ts demuxer compiles againGuenter Bartsch
CVS patchset: 3198 CVS date: 2002/11/07 04:08:14
2002-11-02added Robin Kay's EA WVE demuxerMike Melanson
CVS patchset: 3160 CVS date: 2002/11/02 23:45:47
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-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
- time to cleanup demuxer mess... no more pthread stuff on any demuxer. of course i haven't tested all demuxers, but they at least compile. (sorry Mike, we will need to move a few variables around to make most of your demuxers work again - not big deal i think) - make api more consistent by providing xine_open/xine_close and xine_start/xine_stop. CVS patchset: 3058 CVS date: 2002/10/28 03:24:42
2002-10-27initial support for RealAudio (*.ra) filesMike Melanson
CVS patchset: 3045 CVS date: 2002/10/27 18:00:29
2002-10-27reinstate the MPEG elementary stream demuxerMike Melanson
CVS patchset: 3040 CVS date: 2002/10/27 04:32:41
2002-10-27bring back a bunch of demuxersMike Melanson
CVS patchset: 3038 CVS date: 2002/10/27 03:31:44
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
CVS patchset: 3034 CVS date: 2002/10/27 01:52:15
2002-10-27another demuxer with broken status reportingGuenter Bartsch
CVS patchset: 3033 CVS date: 2002/10/27 00:27:26
2002-10-23re-enable demux_mpegJuergen Keil
CVS patchset: 2958 CVS date: 2002/10/23 10:08:48
2002-10-23bring back some more demuxersMike Melanson
CVS patchset: 2955 CVS date: 2002/10/23 04:21:17
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their ↵Stephen Torri
AC_CFLAGS variable of their Makefile.am for the directory. CVS patchset: 2943 CVS date: 2002/10/22 23:50:15
2002-10-20demux_mpgaudio ported to new api, small fixesGuenter Bartsch
CVS patchset: 2891 CVS date: 2002/10/20 21:15:07
2002-10-20return of the asf demuxerGuenter Bartsch
CVS patchset: 2870 CVS date: 2002/10/20 02:20:13
2002-10-18demux_mpeg_block compiles, but does not output any audio or video yet.James Courtier-Dutton
CVS patchset: 2846 CVS date: 2002/10/18 07:13:10
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
CVS patchset: 2828 CVS date: 2002/10/14 15:46:48
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-10-06preliminary attempt at a RealMedia file demuxerMike Melanson
CVS patchset: 2790 CVS date: 2002/10/06 00:47:51
2002-10-04initial commit for YUV4MPEG2 file demuxerMike Melanson
CVS patchset: 2781 CVS date: 2002/10/04 05:05:57
2002-10-01In the following Makefile.am variable is how to correctly comment outStephen Torri
libraries: lib_LTLIBRARIES = \ libA.la \ libC.la \ libD.la # libB.la Do NOT do: lib_LTLIBRARIES = \ libA.la \ # libB.la \ libC.la \ libD.la Commenting out libraries in this way automake appears to get confused. It does not look at this like a compiler does. It will notice that this is a comment but it seems to process the '\'. So it will complain about the Makefile.am variables for libC.la and libD.la (e.g. libC_la_SOURCES) as being unused. CVS patchset: 2765 CVS date: 2002/10/01 03:21:19
2002-09-30simple beautificationMichael Roitzsch
CVS patchset: 2763 CVS date: 2002/09/30 14:46:09
2002-09-21bring the SMJPEG, VQA, and CDA demuxers up to new API specMike Melanson
CVS patchset: 2735 CVS date: 2002/09/21 20:27:02
2002-09-21bring the FLI and RoQ demuxers up to the new API specMike Melanson
CVS patchset: 2734 CVS date: 2002/09/21 19:47:11
2002-09-21bring the Id CIN and WC3 movie demuxers up to the new API specsMike Melanson
CVS patchset: 2733 CVS date: 2002/09/21 19:18:37
2002-09-21bring the audio-only demuxers (WAV, AIFF, VOC, SND) up to the new APIMike Melanson
spec CVS patchset: 2730 CVS date: 2002/09/21 18:18:45
2002-09-21bring the QT and FILM demuxers up to the new API specMike Melanson
CVS patchset: 2729 CVS date: 2002/09/21 17:22:21
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-18OGG/VORBIS etc. checking is broken in ./cvscompile.sh.James Courtier-Dutton
Disable OGG/VORBIS etc. until ./cvscompile.sh works. Problem is that ./cvscompile.sh responds with OGG/VORBIS not present every time. CVS patchset: 2683 CVS date: 2002/09/18 06:52:10
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
CVS patchset: 2680 CVS date: 2002/09/18 00:51:33
2002-08-17support time-based seeking in ogg/vorbis streams. implement timestamps for ↵Guenter Bartsch
vorbis streams embedded in ogg CVS patchset: 2468 CVS date: 2002/08/17 02:26:50
2002-08-14added SND/AU file demuxerMike Melanson
CVS patchset: 2452 CVS date: 2002/08/14 02:46:22
2002-08-12initial commit for AIFF demuxerMike Melanson
CVS patchset: 2442 CVS date: 2002/08/12 03:56:12
2002-08-12initial commit for VQA and VOC demuxersMike Melanson
CVS patchset: 2437 CVS date: 2002/08/12 00:14:58
2002-08-10initial commit for WC3 movie demuxerMike Melanson
CVS patchset: 2426 CVS date: 2002/08/10 20:58:44
2002-07-31oops...remove premature reference to RealMedia demuxer...for nowMike Melanson
CVS patchset: 2371 CVS date: 2002/07/31 06:12:25
2002-07-31added RGB palette support for Quicktime filesMike Melanson
CVS patchset: 2370 CVS date: 2002/07/31 06:04:53