Age | Commit message (Collapse) | Author |
|
CVS patchset: 7230
CVS date: 2004/12/12 06:55:58
|
|
CVS patchset: 7220
CVS date: 2004/12/10 12:42:02
|
|
CVS patchset: 7217
CVS date: 2004/12/09 13:16:52
|
|
CVS patchset: 7215
CVS date: 2004/12/09 07:07:40
|
|
CVS patchset: 7188
CVS date: 2004/12/03 04:11:42
|
|
The wrong byte was used as framerate code, my fault.
CVS patchset: 7187
CVS date: 2004/12/03 01:53:59
|
|
CVS patchset: 7176
CVS date: 2004/12/01 07:59:53
|
|
- added support for winamp.com "packet layer"
You can wget the streams from winamp.com or play them directly with the http input plugin.
Test URLs:
http://nsvod-prod-mods-rtr.stream.aol.com/uvox?cachefile=/aol/us/moviefone/movies/2004/incrediblesthe_015960/incrediblesthe_trlr_02_350.nsv
http://nsv.stream.aol.com/uvox?cachefilus/aolmusic/artists/curb/leannrimes/leannrimes_lastthingonmymind_fjafv_350.nsv
CVS patchset: 7168
CVS date: 2004/11/30 00:40:59
|
|
This is done for VP3 and VP6 bitstreams, the detection logic is based on mplayer's nsv demuxer.
Streams beginning with "Z092" are not yet supported.
CVS patchset: 7135
CVS date: 2004/11/19 00:30:17
|
|
CVS patchset: 7117
CVS date: 2004/11/13 02:38:15
|
|
CVS patchset: 7116
CVS date: 2004/11/12 11:25:02
|
|
Fixed bug reported by Daniel (http://naboo.homelinux.org/~daniel/samples/TimsTraySlide.asf).
CVS patchset: 7099
CVS date: 2004/11/01 15:53:52
|
|
CVS patchset: 7075
CVS date: 2004/10/25 22:42:59
|
|
CVS patchset: 7060
CVS date: 2004/10/21 14:50:29
|
|
Should fix deadlocks detected by the testsuite with this stream "mpg/small1080.mpg".
CVS patchset: 7050
CVS date: 2004/10/18 21:55:00
|
|
is not aligned with the PES packet.
CVS patchset: 7048
CVS date: 2004/10/18 19:08:05
|
|
CVS patchset: 7045
CVS date: 2004/10/18 18:20:32
|
|
fix castaway.mov crash.
CVS patchset: 7040
CVS date: 2004/10/16 10:38:14
|
|
Should fix last odml problems.
CVS patchset: 7038
CVS date: 2004/10/15 21:08:44
|
|
CVS patchset: 7034
CVS date: 2004/10/14 23:02:29
|
|
Should fix problems with ODML files generated by mencoder.
CVS patchset: 7033
CVS date: 2004/10/13 20:14:25
|
|
CVS patchset: 7032
CVS date: 2004/10/13 17:19:26
|
|
CVS patchset: 6992
CVS date: 2004/09/22 20:54:44
|
|
- use replacement functions (macro AC_REPLACE_FUNCS and variable LTLIBOBJS),
each function is in a file placed into lib/ directory,
it was not necessary, but it looks nice, IMHO
- headers cleanups (this was needed):
- prototypes of replacement funtions and macros are placed
into separate os_internal.h (and included by config.h)
- drop include inttypes.h from public xine.h, replaced by custom
os_type.h, idea origins from Ogg/Vorbis public headers
- disable generating inttypes.h: generated replacement isn't enough for
xine-lib but nobody complained (and for M$VC we have special version)
- better including headers for win32, let dvdnav use its mutex wrapper
- updated M$VC port
Result:
- xine is compiled nicely by MinGW, CygWin and paritaly M$VC
- frontends in M$VC port don't require additional helping headers
- moved some platform specific things from xine-utils and win32/contrib
to lib/
Finally I can start with real coding. :-)
CVS patchset: 6982
CVS date: 2004/09/20 19:30:02
|
|
CVS patchset: 6979
CVS date: 2004/09/17 19:21:33
|
|
CVS patchset: 6959
CVS date: 2004/09/11 20:01:38
|
|
media files
CVS patchset: 6951
CVS date: 2004/09/09 06:29:20
|
|
Compilation fix for CygWin.
CVS patchset: 6932
CVS date: 2004/09/02 19:56:40
|
|
CVS patchset: 6930
CVS date: 2004/09/02 14:27:56
|
|
Rename LOG_* to DEBUG_*
Use llprintf instead of "#ifdef ... lprintf ... #endif" (thanks to Michael and
Thibaut for the heads-up about this)
CVS patchset: 6928
CVS date: 2004/09/01 18:32:53
|
|
CVS patchset: 6923
CVS date: 2004/09/01 00:09:13
|
|
libspeex-1.1.x:
- Retain compatability for <speex.h> etc. from libspeex-1.0.x
- Also try speex via pkg-config, and fall back to old AM_PATH_SPEEX
CVS patchset: 6920
CVS date: 2004/08/30 12:33:07
|
|
CVS patchset: 6913
CVS date: 2004/08/28 17:54:05
|
|
fixes problems with matroska utf-8 subtitles
CVS patchset: 6911
CVS date: 2004/08/27 21:07:31
|
|
List of some changes:
- replaced some _MSC_VER by more common WIN32
- define INTLDIR, remove -static flag for included intl
- shared more common CFLAGS with DEBUG_CFLAGS
- use WIN32_CFLAGS for all building
- separate some flags into THREAD_CFLAGS_CONFIG,
THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config,
automatically use internal libs if necessary
- don't warn about missing X for mingw and cygwin
- libw32dll disabled for WIN32 (making native loader would be
interesting, or porting wine code to Windows? :->)
- DVB and RTP disabled for WIN32, not ported yet
- fix build and fix a warning in cdda
- fix build for nosefart and libfaad
- implement configure option --disable-freetype
- sync libxine.pc and xine-config.in
- add -liberty to goom under WIN32
- move original build files from included phread and zlib into archives
and replace them by autotools
CVS patchset: 6910
CVS date: 2004/08/27 19:33:17
|
|
CVS patchset: 6902
CVS date: 2004/08/21 21:21:12
|
|
CVS patchset: 6901
CVS date: 2004/08/19 19:59:14
|
|
CVS patchset: 6896
CVS date: 2004/08/18 22:12:31
|
|
2) Support mp3 audio in mp4 files
CVS patchset: 6894
CVS date: 2004/08/18 21:41:58
|
|
CVS patchset: 6890
CVS date: 2004/08/17 19:49:51
|
|
CVS patchset: 6864
CVS date: 2004/07/30 19:08:47
|
|
CVS patchset: 6847
CVS date: 2004/07/25 17:08:07
|
|
CVS patchset: 6823
CVS date: 2004/07/20 16:21:26
|
|
CVS patchset: 6815
CVS date: 2004/07/19 19:53:40
|
|
align vobsub to bottom in libspudec
CVS patchset: 6791
CVS date: 2004/07/14 01:18:47
|
|
CVS patchset: 6786
CVS date: 2004/07/11 10:43:01
|
|
James Slorach for spotting the bug
CVS patchset: 6784
CVS date: 2004/07/10 14:08:49
|
|
Scan for "Annodex" header signature in Annodex demuxer
Fixed some serious bugs in detect_content at the same time :)
CVS patchset: 6783
CVS date: 2004/07/10 10:06:30
|
|
CVS patchset: 6782
CVS date: 2004/07/09 13:16:59
|
|
Tiny bugfix for detecting theora streams (was looking for "theo" packet
signature due to short memcmp, now looks for "theora")
Moved content detection from open_plugin function to new detect_content function
Added new plugin to demux Annodex version 2.0 bitstream format, a subset of
the Ogg encapsulation format. For more info, see:
http://www.annodex.net/TR/draft-pfeiffer-annodex-01.html
CVS patchset: 6781
CVS date: 2004/07/09 01:27:42
|