Age | Commit message (Collapse) | Author |
|
CVS patchset: 4809
CVS date: 2003/05/09 23:54:05
|
|
be useful someday
CVS patchset: 4732
CVS date: 2003/05/01 02:01:58
|
|
CVS patchset: 4702
CVS date: 2003/04/28 19:10:01
|
|
CVS patchset: 4701
CVS date: 2003/04/27 20:56:02
|
|
this hopefuly fixes problems with B frames and DR1
CVS patchset: 4666
CVS date: 2003/04/23 18:42:39
|
|
CVS patchset: 4639
CVS date: 2003/04/18 20:45:30
|
|
CVS patchset: 4626
CVS date: 2003/04/16 22:03:35
|
|
(wish us luck!)
CVS patchset: 4625
CVS date: 2003/04/16 21:46:42
|
|
from the one found in the header
CVS patchset: 4624
CVS date: 2003/04/16 21:02:22
|
|
define ENABLE_DIRECT_RENDERING to help testing/fixing it. some streams
are crashing or displaying strange stuff with DR1.
note: DR1 can be used with or without postprocessing.
CVS patchset: 4623
CVS date: 2003/04/16 18:25:58
|
|
tested ok with usual files (wmv7, mpeg4, divx, svq1...)
CVS patchset: 4618
CVS date: 2003/04/16 00:18:35
|
|
CVS patchset: 4537
CVS date: 2003/04/03 20:48:44
|
|
decreasing priority to use w32 codecs instead.
non-x86 users must be happy with this decoder anyway, it is better than
nothing...
CVS patchset: 4500
CVS date: 2003/03/27 17:20:57
|
|
know if i overlooked something.
as usual, preliminary QA: tested non debug builds and several codecs including
divx3/4/5, mpeg4, xvid, msmpeg4v3, svq1, wmv7, dv (video/audio), wma
i also enabled wmv8 by default since it worked fine with the streams i have. i'm not
sure about current state of that so we might enable it only for non-x86 users in
case of trouble.
CVS patchset: 4489
CVS date: 2003/03/26 14:49:54
|
|
unsupported mjpeg coding types
CVS patchset: 4451
CVS date: 2003/03/19 22:22:42
|
|
CVS patchset: 4431
CVS date: 2003/03/16 15:54:00
|
|
CVS patchset: 4426
CVS date: 2003/03/15 19:23:50
|
|
CVS patchset: 4413
CVS date: 2003/03/14 19:05:40
|
|
CVS patchset: 4411
CVS date: 2003/03/14 17:46:05
|
|
CVS patchset: 4355
CVS date: 2003/03/07 01:22:54
|
|
CVS patchset: 4271
CVS date: 2003/02/23 22:03:16
|
|
CVS patchset: 4259
CVS date: 2003/02/23 01:22:56
|
|
CVS patchset: 4256
CVS date: 2003/02/22 17:32:31
|
|
CVS patchset: 4210
CVS date: 2003/02/20 02:13:19
|
|
CVS patchset: 4206
CVS date: 2003/02/19 22:15:43
|
|
CVS patchset: 4203
CVS date: 2003/02/19 21:37:15
|
|
function from stdlib.h
CVS patchset: 4104
CVS date: 2003/02/04 22:01:34
|
|
CVS patchset: 4102
CVS date: 2003/02/04 09:50:22
|
|
CVS patchset: 4091
CVS date: 2003/02/02 15:42:04
|
|
CVS patchset: 4084
CVS date: 2003/02/02 06:08:30
|
|
CVS patchset: 4068
CVS date: 2003/01/31 18:29:43
|
|
CVS patchset: 3858
CVS date: 2003/01/10 23:33:09
|
|
CVS patchset: 3829
CVS date: 2003/01/08 13:19:05
|
|
for more information see message on xine-devel
CVS patchset: 3818
CVS date: 2003/01/08 01:02:27
|
|
CVS patchset: 3810
CVS date: 2003/01/07 16:36:52
|
|
CVS patchset: 3657
CVS date: 2002/12/23 21:26:12
|
|
- video output problems are caused by deinterlace code, not ffmpeg
CVS patchset: 3605
CVS date: 2002/12/21 14:57:36
|
|
different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
to the output frame. this can be used, for example, to pass the frame
number of a frame (when known by decoder). also, immediate benefict is
that we now have a slider which really shows the current position of
the playing stream. new fields can be added to extra_info keeping
binary compatibility
- bumpy everybody's api versions
CVS patchset: 3603
CVS date: 2002/12/21 12:56:44
|
|
CVS patchset: 3586
CVS date: 2002/12/18 21:35:41
|
|
decode the next frame
CVS patchset: 3569
CVS date: 2002/12/17 00:30:07
|
|
CVS patchset: 3567
CVS date: 2002/12/16 23:47:57
|
|
CVS patchset: 3553
CVS date: 2002/12/16 00:32:12
|
|
CVS patchset: 3466
CVS date: 2002/12/08 22:24:28
|
|
- improve ffmpeg support (passing extra data)
- aspect ratio still need to be updated to new syntax
- use our svq1 decoder since ffmpeg one is segfaulting
(buffer overrun - more investigation needed)
- img->copy no more
CVS patchset: 3437
CVS date: 2002/12/06 01:55:32
|
|
CVS patchset: 3424
CVS date: 2002/12/04 05:51:46
|
|
CVS patchset: 3414
CVS date: 2002/12/02 21:58:56
|
|
* new public output interface xine_{audio,video}_port_t instead of
xine_{ao,vo}_driver_t, old names kept as aliases for compatibility
* modified the engine to allow multiple streams per output
* renaming of some internal structures according to public changes
* moving SCR out of per-stream-metronom into a global metronom_clock_t
residing in xine_t and therefore easily available to the output layer
* adapting all available plugins
(note to external projects: the compiler will help you a lot, if a plugin
compiles, it is adapted, because all changes add new parameters to some
functions)
* bump up all interface versions because of xine_t and xine_stream_t changes
CVS patchset: 3312
CVS date: 2002/11/20 11:57:38
|
|
(half-work to enable seeking to keyframes with asf demux)
CVS patchset: 3283
CVS date: 2002/11/18 00:32:20
|
|
CVS patchset: 3268
CVS date: 2002/11/15 18:03:57
|
|
(+ missed ffmpeg/dv patch)
CVS patchset: 3263
CVS date: 2002/11/15 00:20:31
|