summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-09video_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-09Patches from Andre'Draszik to improve Transport stream support.James Courtier-Dutton
CVS patchset: 1380 CVS date: 2002/01/09 20:20:45
2002-01-09IRIX port finally compiles (and actually works) again.Matthias Hopf
CVS patchset: 1379 CVS date: 2002/01/09 15:16:37
2002-01-08removed hardcoded text palette size constantsChristian Vogler
CVS patchset: 1378 CVS date: 2002/01/08 20:38:05
2002-01-08Added full support for caption color codes and multicolored captions.Christian Vogler
The caption colors could use improvement. They look fine on XShm, but on Xv - at least with the NVidia drivers on a GeForce 3 - there is a lot of color bleeding. Not sure what the cause of the problem is yet. CVS patchset: 1377 CVS date: 2002/01/08 20:31:10
2002-01-08increase palette size of overlays to 256 colorsChristian Vogler
allow multiple text colors in osd text rendering CVS patchset: 1376 CVS date: 2002/01/08 16:47:56
2002-01-08fix type mismatch in initplug declaration for video_out and audio_outChristian Vogler
CVS patchset: 1375 CVS date: 2002/01/08 16:41:39
2002-01-08'ar cr lib' without object files does not create an empty archive libraryJuergen Keil
using the solaris 'ar' command, the xine-lib build process fails when these non-existant archive libraries are unpacked. Add a dummy module to each of the accelerated processor specific libraries that is always added to the library to make sure static archive libraries are always created. CVS patchset: 1374 CVS date: 2002/01/08 15:14:06
2002-01-08disabling some debug messagesMiguel Freitas
CVS patchset: 1373 CVS date: 2002/01/08 01:04:30
2002-01-07Improved subtitlesJames Courtier-Dutton
Replaced SETPTS calls now that I understand them. Always call SETPTS with the vpts just before a WRITE. If PTS=0, call SETPTS with a vpts = 0 ; CVS patchset: 1372 CVS date: 2002/01/07 23:36:37
2002-01-07fix caption buffer overflowChristian Vogler
CVS patchset: 1371 CVS date: 2002/01/07 23:09:38
2002-01-07add/fix copyright notices.Christian Vogler
CVS patchset: 1370 CVS date: 2002/01/07 23:04:26
2002-01-07Make menu highlights work on dxr3 again.James Courtier-Dutton
CVS patchset: 1369 CVS date: 2002/01/07 21:26:04
2002-01-07move all configuration responsibilities to xine_decoder.c.Christian Vogler
cc decoder is now initialized only if CC events arrive. clean up cc_config_t by moving out renderer specific parts to new cc_renderer_t. fix event race conditions and simplify code by using one global lock for cc decoder that stays locked for the entire duration of a CC function call. CVS patchset: 1368 CVS date: 2002/01/07 19:30:09
2002-01-07add mutex to protect dll initialization. should make win32 codec opening ↵Miguel Freitas
more robust (specially when doing lots of seeking) CVS patchset: 1367 CVS date: 2002/01/07 18:34:02
2002-01-07choose some stream_id to play. (not guaranteed to be the best one. probaly ↵Miguel Freitas
we should send some preview packages from avi/asf demux to choose the stream with more data) CVS patchset: 1366 CVS date: 2002/01/07 17:21:16
2002-01-07Fix 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*** empty log message ***Miguel Freitas
CVS patchset: 1364 CVS date: 2002/01/07 14:41:08
2002-01-07Remove extra MSDOS \r at end of each line, confuses gcc under unixJuergen Keil
CVS patchset: 1363 CVS date: 2002/01/07 12:21:22
2002-01-07Compilation in separate obj-dir brokenJuergen Keil
CVS patchset: 1362 CVS date: 2002/01/07 12:19:46
2002-01-07Don't use dlerror() as a macro argument for LOG_MSG. LOG_MSG might use theJuergen 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-07acelpnet should work now (some files updated from mplayer cvs)Miguel Freitas
CVS patchset: 1360 CVS date: 2002/01/07 02:17:10
2002-01-06Hide menu overlays between menus.James Courtier-Dutton
CVS patchset: 1359 CVS date: 2002/01/06 19:48:16
2002-01-06Menu 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-06updating directshow support with avifile/mplayer changesMiguel Freitas
CVS patchset: 1357 CVS date: 2002/01/06 18:56:19
2002-01-06Change to BUTTON EVENT api so that the button number is also passed.James Courtier-Dutton
CVS patchset: 1356 CVS date: 2002/01/06 18:27:47
2002-01-06*** empty log message ***Miguel Freitas
CVS patchset: 1355 CVS date: 2002/01/06 15:04:19
2002-01-06this file documents all changes needed to be applied to the current ffmpegMiguel Freitas
cvs to make it work in xine. it may be used to make futures source syncs easier. CVS patchset: 1354 CVS date: 2002/01/06 13:55:44
2002-01-06Partial 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-06miguel'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-06mpeg4 supportGuenter Bartsch
CVS patchset: 1351 CVS date: 2002/01/06 00:47:47
2002-01-06add 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-06better support for live streamed asf filesGuenter Bartsch
CVS patchset: 1349 CVS date: 2002/01/06 00:25:56
2002-01-05cc fontsMiguel Freitas
CVS patchset: 1348 CVS date: 2002/01/05 22:36:36
2002-01-05api updateMiguel Freitas
CVS patchset: 1347 CVS date: 2002/01/05 22:06:44
2002-01-05enable libspucc compilationMiguel Freitas
CVS patchset: 1346 CVS date: 2002/01/05 21:59:43
2002-01-05closed captionMiguel Freitas
CVS patchset: 1345 CVS date: 2002/01/05 21:57:11
2002-01-05updates for closed caption decoderMiguel Freitas
CVS patchset: 1344 CVS date: 2002/01/05 21:54:16
2002-01-05closed caption decoderMiguel Freitas
CVS patchset: 1343 CVS date: 2002/01/05 21:41:18
2002-01-05NAV packets not provide input to SPU clut,trans and clip info all in libspudec.James Courtier-Dutton
Still need a communication between libspudec and dvdnav for button numbers. CVS patchset: 1342 CVS date: 2002/01/05 21:29:37
2002-01-05Added EVENT_FREE_HANDLE to video_overlay events.James Courtier-Dutton
CVS patchset: 1341 CVS date: 2002/01/05 19:09:55
2002-01-05Fix NAV packet demux.James Courtier-Dutton
CVS patchset: 1340 CVS date: 2002/01/05 18:14:27
2002-01-05XV_DOUBLE_BUFFER support, missing header on libspudec makefileMiguel Freitas
CVS patchset: 1339 CVS date: 2002/01/05 13:49:30
2002-01-05fix for rendering italic fonts by Christian VoglerMiguel Freitas
CVS patchset: 1338 CVS date: 2002/01/05 12:53:55
2002-01-05Added PTS values in button events.James Courtier-Dutton
The PTS value will be used to match it with the correct SPU. CVS patchset: 1337 CVS date: 2002/01/05 10:31:31
2002-01-04Handle forced display better.James Courtier-Dutton
CVS patchset: 1336 CVS date: 2002/01/04 23:20:30
2002-01-04prebufferingGuenter Bartsch
CVS patchset: 1334 CVS date: 2002/01/04 02:49:49
2002-01-04fixed read_blockSiggi Langauf
CVS patchset: 1333 CVS date: 2002/01/04 02:17:02
2002-01-04implemented block read functionGuenter Bartsch
CVS patchset: 1332 CVS date: 2002/01/04 01:21:53
2002-01-04NAV packets now reach libspudec.James Courtier-Dutton
Nothing done with them yet. CVS patchset: 1331 CVS date: 2002/01/04 00:23:06