Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-01 | Ooch, remove crap. | Daniel Caujolle-Bert | |
CVS patchset: 1463 CVS date: 2002/02/01 09:59:08 | |||
2002-02-01 | Is_seekable return -1 is there's no cur_input_plugin. | Daniel Caujolle-Bert | |
CVS patchset: 1461 CVS date: 2002/02/01 09:51:28 | |||
2002-01-28 | patches from Ewald Snel (finish metronom sync loop on xine exit, initialize | Miguel Freitas | |
ffmpeg static data only once) CVS patchset: 1457 CVS date: 2002/01/28 17:28:39 | |||
2002-01-25 | New logo code seems to access NULL img. Trying to fix... | Juergen Keil | |
CVS patchset: 1452 CVS date: 2002/01/25 14:56:00 | |||
2002-01-25 | Remove guenter_rpms.sh from configure.in. Check INPUT_CAP_CLUT capability | Daniel Caujolle-Bert | |
of current input plugin before retrieving the clut. send UI events when audio/spu channel changes. CVS patchset: 1450 CVS date: 2002/01/25 00:35:45 | |||
2002-01-24 | video_out will take care of logo display now ... video_out needs more work ↵ | Guenter Bartsch | |
btw, duration per frame and still frame detection in libmpeg2 are top items on my todo-list now CVS patchset: 1449 CVS date: 2002/01/24 23:09:53 | |||
2002-01-20 | Change SDL checks. | Daniel Caujolle-Bert | |
CVS patchset: 1431 CVS date: 2002/01/20 23:21:52 | |||
2002-01-16 | changing function pointer name to make new gcc happy. (i think it is | Miguel Freitas | |
stupid to #define printf -- gcc/glibc is broken not xine!) CVS patchset: 1416 CVS date: 2002/01/16 17:35:34 | |||
2002-01-15 | Beginning of overlay highlights correction work. | James Courtier-Dutton | |
XV colours look good, XShm colours do not. CVS patchset: 1411 CVS date: 2002/01/15 20:22:43 | |||
2002-01-15 | another codec/buftypes update | Miguel Freitas | |
CVS patchset: 1410 CVS date: 2002/01/15 17:30:51 | |||
2002-01-15 | disable debugging | Miguel Freitas | |
CVS patchset: 1409 CVS date: 2002/01/15 16:37:14 | |||
2002-01-15 | small updates, another codec supported (VP31) | Miguel Freitas | |
CVS patchset: 1408 CVS date: 2002/01/15 16:02:02 | |||
2002-01-15 | small fixes and cleanups, metronom wasn't told the frame rate of next stream ↵ | Guenter Bartsch | |
in playlist CVS patchset: 1407 CVS date: 2002/01/15 13:51:10 | |||
2002-01-14 | miguel's latest still frame patches and some minor cleanups | Guenter Bartsch | |
CVS patchset: 1401 CVS date: 2002/01/14 00:34:22 | |||
2002-01-13 | Fix another compiler warning. | James Courtier-Dutton | |
CVS patchset: 1400 CVS date: 2002/01/13 23:08:27 | |||
2002-01-13 | Undo last change. | James Courtier-Dutton | |
CVS patchset: 1398 CVS date: 2002/01/13 21:21:05 | |||
2002-01-13 | Fix a few compile warnings. | James Courtier-Dutton | |
CVS patchset: 1397 CVS date: 2002/01/13 21:15:48 | |||
2002-01-12 | buf types for real audio/video | Guenter Bartsch | |
CVS patchset: 1393 CVS date: 2002/01/12 17:09:34 | |||
2002-01-10 | More info is put in the vo_frame. | James Courtier-Dutton | |
CVS patchset: 1382 CVS date: 2002/01/10 12:20:17 | |||
2002-01-09 | video_driver api changed. | James Courtier-Dutton | |
dxr3 decoder only functions if the dxr3 video_out driver loaded. xine_t changed. CVS patchset: 1381 CVS date: 2002/01/09 22:33:03 | |||
2002-01-09 | IRIX port finally compiles (and actually works) again. | Matthias Hopf | |
CVS patchset: 1379 CVS date: 2002/01/09 15:16:37 | |||
2002-01-08 | increase palette size of overlays to 256 colors | Christian Vogler | |
allow multiple text colors in osd text rendering CVS patchset: 1376 CVS date: 2002/01/08 16:47:56 | |||
2002-01-08 | fix type mismatch in initplug declaration for video_out and audio_out | Christian Vogler | |
CVS patchset: 1375 CVS date: 2002/01/08 16:41:39 | |||
2002-01-08 | disabling some debug messages | Miguel Freitas | |
CVS patchset: 1373 CVS date: 2002/01/08 01:04:30 | |||
2002-01-07 | Fix menu button colours on RGB displays like XShm. | James Courtier-Dutton | |
CVS patchset: 1365 CVS date: 2002/01/07 16:57:48 | |||
2002-01-07 | Don't use dlerror() as a macro argument for LOG_MSG. LOG_MSG might use the | Juergen Keil | |
macro argument more than once, and a second++ invocation of dlerror() returns NULL, not the original error message. CVS patchset: 1361 CVS date: 2002/01/07 11:33:16 | |||
2002-01-06 | Hide menu overlays between menus. | James Courtier-Dutton | |
CVS patchset: 1359 CVS date: 2002/01/06 19:48:16 | |||
2002-01-06 | Menu button events now filtered based on PTS comparison. | James Courtier-Dutton | |
One must remember to put PTS values (different from VPTS) in SPU_SHOW events. CVS patchset: 1358 CVS date: 2002/01/06 19:18:27 | |||
2002-01-06 | Partial fix for video_overlay handles management. | James Courtier-Dutton | |
There is still a free missing, but osd and subtitles still work. CVS patchset: 1353 CVS date: 2002/01/06 02:06:59 | |||
2002-01-06 | miguel's superb metronom/still frame patches, with very small modifications. ↵ | Guenter Bartsch | |
Absolutely cool work, miguel\! :-) CVS patchset: 1352 CVS date: 2002/01/06 00:49:01 | |||
2002-01-06 | mpeg4 support | Guenter Bartsch | |
CVS patchset: 1351 CVS date: 2002/01/06 00:47:47 | |||
2002-01-06 | add buf type for aac (needed for ISMA support - coming soon) | Guenter Bartsch | |
CVS patchset: 1350 CVS date: 2002/01/06 00:46:54 | |||
2002-01-05 | updates for closed caption decoder | Miguel Freitas | |
CVS patchset: 1344 CVS date: 2002/01/05 21:54:16 | |||
2002-01-05 | Added EVENT_FREE_HANDLE to video_overlay events. | James Courtier-Dutton | |
CVS patchset: 1341 CVS date: 2002/01/05 19:09:55 | |||
2002-01-05 | Fix NAV packet demux. | James Courtier-Dutton | |
CVS patchset: 1340 CVS date: 2002/01/05 18:14:27 | |||
2002-01-04 | NAV packets now reach libspudec. | James Courtier-Dutton | |
Nothing done with them yet. CVS patchset: 1331 CVS date: 2002/01/04 00:23:06 | |||
2002-01-03 | make buf->size signed. some demuxers do if(size<0) to check the end of file. | Miguel Freitas | |
this change fix segfaults with incomplete files. CVS patchset: 1327 CVS date: 2002/01/03 20:57:30 | |||
2002-01-02 | Correct spelling of __VA_ARGS__ macro | Juergen Keil | |
CVS patchset: 1324 CVS date: 2002/01/02 18:16:07 | |||
2001-12-27 | Forgotten file. | Daniel Caujolle-Bert | |
CVS patchset: 1309 CVS date: 2001/12/27 14:34:02 | |||
2001-12-27 | Add intl support + more logging messages. | Daniel Caujolle-Bert | |
CVS patchset: 1308 CVS date: 2001/12/27 14:30:28 | |||
2001-12-25 | small fix in video_wrap_offset calculation | Miguel Freitas | |
CVS patchset: 1306 CVS date: 2001/12/25 14:39:01 | |||
2001-12-24 | fixes for still image detection. rough hack, needs improvement. | Harm van der Heijden | |
the flushing by video_out.c causes the dxr3 to drop the still image. consider dxr3 still menu support to be broken for now. CVS patchset: 1301 CVS date: 2001/12/24 16:31:57 | |||
2001-12-24 | fix bug reported by Christer Palm | Miguel Freitas | |
CVS patchset: 1295 CVS date: 2001/12/24 12:36:19 | |||
2001-12-24 | automatic still image detection - based on miguel's work but with ↵ | Guenter Bartsch | |
modifications to handle still images with audio, works pretty well on episode I, x-men and sleepy hollow and all other dvds I've tested CVS patchset: 1294 CVS date: 2001/12/24 00:45:03 | |||
2001-12-23 | spu vpts calculation may fallback using audio_wrap_offset | Miguel Freitas | |
CVS patchset: 1291 CVS date: 2001/12/23 13:21:56 | |||
2001-12-23 | osd bugfixes from Christer Palm | Miguel Freitas | |
CVS patchset: 1290 CVS date: 2001/12/23 13:04:17 | |||
2001-12-22 | some comments on how metronom work | Miguel Freitas | |
CVS patchset: 1286 CVS date: 2001/12/22 20:16:49 | |||
2001-12-22 | clipping coordinates are absolute of frame size | Miguel Freitas | |
CVS patchset: 1285 CVS date: 2001/12/22 19:58:16 | |||
2001-12-21 | Add missings closedir() calls. DXR3 plugins: add segv handler. | Daniel Caujolle-Bert | |
CVS patchset: 1284 CVS date: 2001/12/21 23:34:07 | |||
2001-12-19 | Add function that return an input plugin description from an identifier. | Daniel Caujolle-Bert | |
CVS patchset: 1277 CVS date: 2001/12/19 22:49:45 |