Age | Commit message (Collapse) | Author |
|
(costly conversion is not necessary, because ASCII is a subset of UTF-8)
CVS patchset: 7264
CVS date: 2004/12/16 13:58:57
|
|
this one missing... ;)
CVS patchset: 6630
CVS date: 2004/06/02 16:12:31
|
|
CVS patchset: 6301
CVS date: 2004/03/23 03:40:38
|
|
CVS patchset: 6300
CVS date: 2004/03/23 02:14:54
|
|
include directory first.
CVS patchset: 6299
CVS date: 2004/03/23 01:47:46
|
|
before aborting
CVS patchset: 6211
CVS date: 2004/03/03 20:09:11
|
|
CVS patchset: 6030
CVS date: 2004/01/12 17:35:14
|
|
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22
|
|
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only.
CVS patchset: 5860
CVS date: 2003/12/07 15:34:29
|
|
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued...
CVS patchset: 5844
CVS date: 2003/12/05 15:54:56
|
|
BIG NOTE: use helpers to access to these informations (get/set/reset):
_x_{stream,meta}_info_{get,set,reset}()
are for internal use, don't use *_public() ones from inside the beast ;-)
Some wrongly names "xine_" fonction renaming.
CVS patchset: 5757
CVS date: 2003/11/16 23:33:42
|
|
(we should finish this before rc3.)
- stream_info and meta_info variables are private now.
obs: everything must be recompiled due xine_stream_t changes
CVS patchset: 5733
CVS date: 2003/11/15 14:54:30
|
|
CVS patchset: 5731
CVS date: 2003/11/15 13:01:00
|
|
The changes to the video API of course require the video/spu decoder and
post plugin APIs to be increased as well.
CVS patchset: 5579
CVS date: 2003/10/23 20:12:33
|
|
CVS patchset: 5257
CVS date: 2003/08/07 09:26:53
|
|
MPEG aspect constants
CVS patchset: 5251
CVS date: 2003/08/05 15:10:05
|
|
patch by Philip Jgenstedt
CVS patchset: 5243
CVS date: 2003/08/04 03:47:09
|
|
CVS patchset: 5096
CVS date: 2003/06/25 14:01:19
|
|
CVS patchset: 5069
CVS date: 2003/06/19 01:58:25
|
|
The reset call is needed when seeking, but does not work yet.
CVS patchset: 5062
CVS date: 2003/06/18 10:36:18
|
|
1) PTS values correct now.
2) 3:2 Pulldown detection adjusting duration.
3) rff handled.
TODO:
1) Closed Captions.
2) extra info.
3) What do I put in vo_frames_t img->pitches[3] ?
CVS patchset: 5043
CVS date: 2003/06/14 02:31:01
|
|
Small cleanup.
CVS patchset: 5042
CVS date: 2003/06/14 01:14:05
|
|
Once we have it working 100% we will look at sending patches to the libmpeg2 list.
Lots of debug info it currently in the code. It will be removed once it is working.
Currently working: -
1) All frames allocated and freed correctly. Fixing that took a long time.
2) It seems that we do not need any of the flush, discontinuity or reset calls yet. Adding seeking might change that.
The reason for this is that we properly support sequence end information, so still images get displayed immeadiately.
TODO: -
1) Picture info needs to be fixed. I.E. Check that the correct picture info matchs the image buffer.
2) Closed captions. Implement the closed caption decoder.
3) PTS info.
4) extra info.
5) Seeking.
6) Repeat first field pattern sensing.
7) Picture coding type. E.g. Frame, Fields, RFF etc. using in the get_frame call.
CVS patchset: 5031
CVS date: 2003/06/13 00:52:47
|
|
TODO:
1) Implement some way for flush/reset the buffers.
2) Fix aspect ratio.
CVS patchset: 5023
CVS date: 2003/06/11 00:22:57
|
|
I can play a DVD menu, with stills etc.
TODO:
1) Aspect ratio.
2) Meta info.
3) Flushing. (All this will fix is seeking artifacts.)
4) frame duration.
5) Extra info passing.
6) Closed captions.
7) Anything else I have forgotten.
CVS patchset: 5022
CVS date: 2003/06/10 22:01:54
|
|
We now get video on the output, but no aspect ration, or pts values are set yet.
CVS patchset: 5021
CVS date: 2003/06/10 16:30:15
|
|
CVS patchset: 5020
CVS date: 2003/06/09 23:14:17
|
|
CVS patchset: 5019
CVS date: 2003/06/09 23:08:10
|
|
CVS patchset: 5018
CVS date: 2003/06/09 17:27:51
|