Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-30 | Updated cvscompile.sh to use only automake >= 1.6 and autoconf >= 2.53. | Stephen Torri | |
Removed creation of acinclude.m4 from cvscompile.sh. aclocal allows for multiple declarations of the -I tag. So far for me this has worked. If there are problems we can back out this change. Added "-I m4" to autogen.sh. This allows us to include the m4 files listed in the m4 directory. This is a more elegant choice than concatenating all the m4 files into an acinclude.m4 CVS patchset: 2760 CVS date: 2002/09/30 01:00:27 | |||
2002-09-29 | make xine less hysterical when it encounters this corner case | Mike Melanson | |
CVS patchset: 2759 CVS date: 2002/09/29 01:01:58 | |||
2002-09-28 | wow, 1 line makes all the difference between "working" and | Mike Melanson | |
"unpredictable segfaults" CVS patchset: 2758 CVS date: 2002/09/28 23:00:22 | |||
2002-09-28 | eliminate separate pts counter for audio; this makes pts handling | Mike Melanson | |
cleaner and also clears up some audio pops at the start of a file CVS patchset: 2757 CVS date: 2002/09/28 22:47:01 | |||
2002-09-28 | added support for seeking by exploiting special characteristics of the | Mike Melanson | |
file format CVS patchset: 2756 CVS date: 2002/09/28 22:06:31 | |||
2002-09-28 | preliminary greyscale palette support; not perfect yet, but it keeps | Mike Melanson | |
certain files from crashing the demuxer CVS patchset: 2755 CVS date: 2002/09/28 17:13:16 | |||
2002-09-28 | configurable skipping behaviour | Michael Roitzsch | |
CVS patchset: 2754 CVS date: 2002/09/28 11:10:04 | |||
2002-09-27 | xvid should have lower priority for DivX5 than ffmpeg | Michael Roitzsch | |
CVS patchset: 2753 CVS date: 2002/09/27 13:08:59 | |||
2002-09-27 | fix deadlock in concurrent access (dvd spus vs. osd overlays) on spu | Michael Roitzsch | |
device CVS patchset: 2752 CVS date: 2002/09/27 13:07:43 | |||
2002-09-26 | Update by Bartlomiej Muryn | Philipp Hahn | |
CVS patchset: 2751 CVS date: 2002/09/26 16:54:33 | |||
2002-09-26 | Updated as.m4 for automake warnings "Assembler source seen but 'CCAS' not ↵ | Stephen Torri | |
defined in configure.ac". The same for CCASFLAGS. CVS patchset: 2750 CVS date: 2002/09/26 14:04:46 | |||
2002-09-26 | we need libdvdnav 0.1.4 | Michael Roitzsch | |
CVS patchset: 2749 CVS date: 2002/09/26 13:35:26 | |||
2002-09-25 | Fixing macro name to use AM_PROG_AS_MOD instead of AM_PROG_AS | Stephen Torri | |
CVS patchset: 2748 CVS date: 2002/09/25 13:48:32 | |||
2002-09-25 | export ACFLAGS too | Michael Roitzsch | |
CVS patchset: 2747 CVS date: 2002/09/25 12:47:49 | |||
2002-09-25 | Added ability for xine-config.in to determine location of xine.m4 | Stephen Torri | |
by adding -I $(prefix)/share/aclocal to the XINE_ACFLAGS. CVS patchset: 2746 CVS date: 2002/09/25 01:54:26 | |||
2002-09-24 | prevent pts based wrap detections after we had a nav-detected | Michael Roitzsch | |
discontinuity CVS patchset: 2745 CVS date: 2002/09/24 13:10:25 | |||
2002-09-24 | revised VQA demuxer to eliminate any hope of random seeking during | Mike Melanson | |
playback (which is infeasible due to the audio encoding) CVS patchset: 2744 CVS date: 2002/09/24 03:09:09 | |||
2002-09-23 | preliminary support for edit lists in video traks; cleaned up audio | Mike Melanson | |
handling CVS patchset: 2743 CVS date: 2002/09/23 03:34:03 | |||
2002-09-22 | finally figured out how to free some temporary tables | Mike Melanson | |
CVS patchset: 2742 CVS date: 2002/09/22 17:07:52 | |||
2002-09-22 | unused variable -> hint to Mike: still needed? | Michael Roitzsch | |
CVS patchset: 2741 CVS date: 2002/09/22 16:01:06 | |||
2002-09-22 | API review part I | Michael Roitzsch | |
- bring our beloved xine_t * back (no more const there) - remove const on some input plugin functions where the data changes with media (dvd, ...) changes and is therefore not const CVS patchset: 2740 CVS date: 2002/09/22 14:29:40 | |||
2002-09-22 | my hobby... | Michael Roitzsch | |
CVS patchset: 2739 CVS date: 2002/09/22 14:25:11 | |||
2002-09-22 | fix libtool warning: "-version-info is ignored for convenience libaries" | Michael Roitzsch | |
CVS patchset: 2738 CVS date: 2002/09/22 14:24:30 | |||
2002-09-22 | initial commit for QT RLE video decoder | Mike Melanson | |
CVS patchset: 2737 CVS date: 2002/09/22 04:27:00 | |||
2002-09-22 | communicate video depth to video decoder | Mike Melanson | |
CVS patchset: 2736 CVS date: 2002/09/22 04:23:24 | |||
2002-09-21 | bring the SMJPEG, VQA, and CDA demuxers up to new API spec | Mike Melanson | |
CVS patchset: 2735 CVS date: 2002/09/21 20:27:02 | |||
2002-09-21 | bring the FLI and RoQ demuxers up to the new API spec | Mike Melanson | |
CVS patchset: 2734 CVS date: 2002/09/21 19:47:11 | |||
2002-09-21 | bring the Id CIN and WC3 movie demuxers up to the new API specs | Mike Melanson | |
CVS patchset: 2733 CVS date: 2002/09/21 19:18:37 | |||
2002-09-21 | load audio stream information | Mike Melanson | |
CVS patchset: 2732 CVS date: 2002/09/21 18:48:25 | |||
2002-09-21 | load audio stream information and strengthen QT detection method to | Mike Melanson | |
disqualify MPEG files wrapped in QT-like headers CVS patchset: 2731 CVS date: 2002/09/21 18:35:10 | |||
2002-09-21 | bring the audio-only demuxers (WAV, AIFF, VOC, SND) up to the new API | Mike Melanson | |
spec CVS patchset: 2730 CVS date: 2002/09/21 18:18:45 | |||
2002-09-21 | bring the QT and FILM demuxers up to the new API spec | Mike Melanson | |
CVS patchset: 2729 CVS date: 2002/09/21 17:22:21 | |||
2002-09-21 | Rename xine_(load/save/reset)_config to xine_config_(load/save/reset). | Daniel Caujolle-Bert | |
CVS patchset: 2728 CVS date: 2002/09/21 12:20:47 | |||
2002-09-21 | Add forgotten xine_get_string_version() to public header. | Daniel Caujolle-Bert | |
CVS patchset: 2727 CVS date: 2002/09/21 11:58:40 | |||
2002-09-21 | Avoid segfault if get_first_entry wasn't called first. | Daniel Caujolle-Bert | |
CVS patchset: 2726 CVS date: 2002/09/21 11:39:45 | |||
2002-09-21 | Fix Bison version checking. | James Courtier-Dutton | |
CVS patchset: 2725 CVS date: 2002/09/21 07:46:45 | |||
2002-09-20 | Fix compilation bug when building external video output plugin. | Daniel Caujolle-Bert | |
CVS patchset: 2724 CVS date: 2002/09/20 22:34:26 | |||
2002-09-20 | first attempt to solve skin problem | Michael Roitzsch | |
CVS patchset: 2723 CVS date: 2002/09/20 15:53:24 | |||
2002-09-20 | - fix problem with HAVE_IP_MREQN | Michael Roitzsch | |
- first attempt to solve the skin problem CVS patchset: 2722 CVS date: 2002/09/20 15:52:21 | |||
2002-09-20 | Fix libtool problem. automake 1.5 and libtool 1.4.2 seems hate their child | Daniel Caujolle-Bert | |
called AS. Don't use standard AM_PROG_AS, but our modified version (!x86 builder, report failure please). CVS patchset: 2721 CVS date: 2002/09/20 15:05:59 | |||
2002-09-20 | another bit of language display tweaking | Michael Roitzsch | |
CVS patchset: 2720 CVS date: 2002/09/20 13:24:53 | |||
2002-09-20 | enable DVD input plugin again | Michael Roitzsch | |
CVS patchset: 2719 CVS date: 2002/09/20 12:57:02 | |||
2002-09-20 | sync to latest libdvdnav cvs version | Michael Roitzsch | |
CVS patchset: 2718 CVS date: 2002/09/20 12:53:53 | |||
2002-09-20 | update API version number | Michael Roitzsch | |
CVS patchset: 2717 CVS date: 2002/09/20 12:51:58 | |||
2002-09-20 | Update | Philipp Hahn | |
CVS patchset: 2716 CVS date: 2002/09/20 06:24:43 | |||
2002-09-19 | 64 bits timestamping to avoid overflows (usefull for livestreams where ↵ | Guenter Bartsch | |
timestamps can get really huge), small log output fixes CVS patchset: 2715 CVS date: 2002/09/19 21:46:21 | |||
2002-09-19 | another typo - now ffmpeg should be complete | Guenter Bartsch | |
CVS patchset: 2714 CVS date: 2002/09/19 21:45:01 | |||
2002-09-19 | whoups | Guenter Bartsch | |
CVS patchset: 2713 CVS date: 2002/09/19 21:40:36 | |||
2002-09-19 | small typo | Guenter Bartsch | |
CVS patchset: 2712 CVS date: 2002/09/19 21:39:45 | |||
2002-09-19 | Updated cvscompile.sh to use configure.ac instead of configure.in | Stephen Torri | |
CVS patchset: 2711 CVS date: 2002/09/19 21:02:53 |