Age | Commit message (Collapse) | Author |
|
CVS patchset: 2488
CVS date: 2002/08/19 18:26:34
|
|
- do not whine on content probing
CVS patchset: 2398
CVS date: 2002/08/05 22:09:25
|
|
CVS patchset: 2361
CVS date: 2002/07/28 21:12:18
|
|
CVS patchset: 2304
CVS date: 2002/07/17 18:17:48
|
|
CVS patchset: 2296
CVS date: 2002/07/16 19:41:17
|
|
CVS patchset: 2293
CVS date: 2002/07/16 18:22:20
|
|
CVS patchset: 2265
CVS date: 2002/07/14 22:27:24
|
|
CVS patchset: 2214
CVS date: 2002/07/05 17:31:59
|
|
CVS patchset: 2197
CVS date: 2002/07/02 17:05:28
|
|
the decoder; modified AVI demuxer and MSVC decoder to support this feature
CVS patchset: 2160
CVS date: 2002/06/25 03:37:52
|
|
Avoid multiple messages like this (1 second after a seek) :
inserting xxxx 0-frames to fill a gap of xxxxx pts
Now there is only one ao_fill_gap, immediately after the seek and that fills the whole gap in one time.
It seems to work fine with divx movies.
Please tell me if it works.
CVS patchset: 2139
CVS date: 2002/06/23 18:35:41
|
|
Still segfaults playing http://gewurtz.mit.edu/videos/Aggressive.avi, though
CVS patchset: 2101
CVS date: 2002/06/20 00:21:51
|
|
Internationalize all config related stuff.
Fix not registered mrl ending in roq/film demuxer.
Add bindtextdomain() calls in load_plugins (for audio/video out plugins).
CVS patchset: 2066
CVS date: 2002/06/12 12:22:25
|
|
CVS patchset: 2030
CVS date: 2002/06/07 04:15:45
|
|
- endianness fixes/cleanups (fix asf demuxer/audio for bigendian)
- xine_waveformatex
- increased demuxer plugin version
CVS patchset: 2028
CVS date: 2002/06/07 02:40:46
|
|
from
win32/MS format files)
CVS patchset: 1998
CVS date: 2002/06/03 16:20:35
|
|
remove some dependencies on wine headers
CVS patchset: 1995
CVS date: 2002/06/03 13:31:12
|
|
increased interface version numbers, to reflect the xine_t change
CVS patchset: 1939
CVS date: 2002/05/25 19:19:16
|
|
CVS patchset: 1933
CVS date: 2002/05/24 11:32:02
|
|
(demux_avi by Thibaut Mattern)
CVS patchset: 1914
CVS date: 2002/05/21 00:12:31
|
|
- fix qt demux loop deadlock
CVS patchset: 1913
CVS date: 2002/05/20 16:58:02
|
|
CVS patchset: 1911
CVS date: 2002/05/20 03:15:45
|
|
CVS patchset: 1886
CVS date: 2002/05/14 13:44:29
|
|
CVS patchset: 1878
CVS date: 2002/05/13 15:56:54
|
|
Change get_status to return thread_running instead of demux status.
Replace <TAB> by 2 spaces.
CVS patchset: 1871
CVS date: 2002/05/12 12:13:28
|
|
haven't break anything).
CVS patchset: 1851
CVS date: 2002/05/04 17:26:15
|
|
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable.
CVS patchset: 1811
CVS date: 2002/04/29 23:31:59
|
|
- add dispose() function to all decoder plugin structures
CVS patchset: 1763
CVS date: 2002/04/23 13:30:42
|
|
CVS patchset: 1756
CVS date: 2002/04/23 00:55:46
|
|
CVS patchset: 1736
CVS date: 2002/04/18 12:08:58
|
|
CVS patchset: 1733
CVS date: 2002/04/17 16:09:58
|
|
CVS patchset: 1713
CVS date: 2002/04/13 11:59:58
|
|
CVS patchset: 1699
CVS date: 2002/04/09 04:29:05
|
|
CVS patchset: 1698
CVS date: 2002/04/09 04:14:13
|
|
- updated decoder api to allow reseting internal state on seeks
CVS patchset: 1696
CVS date: 2002/04/09 03:37:59
|
|
CVS patchset: 1651
CVS date: 2002/03/31 20:38:40
|
|
CVS patchset: 1640
CVS date: 2002/03/27 15:30:16
|
|
CVS patchset: 1584
CVS date: 2002/03/18 10:52:39
|
|
Michael Jochum)
CVS patchset: 1583
CVS date: 2002/03/18 02:19:45
|
|
- update osd & video_overlay to use 64-bits pts
CVS patchset: 1569
CVS date: 2002/03/14 13:57:15
|
|
compensate drifts forever
CVS patchset: 1563
CVS date: 2002/03/12 11:04:06
|
|
CVS patchset: 1557
CVS date: 2002/03/11 23:43:58
|
|
updated at this point). demux_qt can handle compressed audio, but is still unfinished.
Yes, this _is_ the big metronom update, metronom now depends on disc_off information in discontinuities.
CVS patchset: 1554
CVS date: 2002/03/11 12:31:24
|
|
relevant information like stream type/size/bitrate instead.
demuxer cleanup, removed no-longer-needed macros :-)
switched off video_out/libmpeg2/... verbose log output messages.
CVS patchset: 1503
CVS date: 2002/02/17 17:32:49
|
|
- pts are 64 bit now
- scr and video_out-loop run all the time
- video_out cleanups
- metronom cleanups
- buffer type BUF_CONTROL_DISCONTINUITY is used internally now,
input plugins should no longer send this one
- support for individual frame durations
- using nano-/usleep instead of itimer (simpler code, maybe this will
help freebsd)
CVS patchset: 1487
CVS date: 2002/02/09 07:13:22
|
|
CVS patchset: 1448
CVS date: 2002/01/24 22:55:51
|
|
index reconstruction.
CVS patchset: 1418
CVS date: 2002/01/17 14:32:08
|
|
CVS patchset: 1324
CVS date: 2002/01/02 18:16:07
|
|
CVS patchset: 1308
CVS date: 2001/12/27 14:30:28
|
|
CVS patchset: 1198
CVS date: 2001/12/09 19:32:11
|