Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-21 | First checkin of new audio_out architecture. | James Courtier-Dutton | |
Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c Audio out now done in xine-lib/src/audio_out/* Currently, only xine-lib/src/audio_oss_out.c is active. Re-support of others will follow as other people implement them. ao_functions split into ao_instance and ao_driver and function in a similar fashion as video_out. All decoder plugins now call ao_instance instead of ao_functions. ao_instance is used in xine-lib/src/xine-engine/audio_out.c ao_driver is used in xine-lib/src/audio_out/* See also changes in xine-ui files CVS patchset: 459 CVS date: 2001/08/21 19:39:50 | |||
2001-08-20 | Fix last commit. | James Courtier-Dutton | |
Last commit added better comments and error messages to demux_ts.c This video_decoder.c change needs to be redone for the current version of demux_ts.c to work. This is only until I have fixed the buffer overflow issue in demux_ts.c. CVS patchset: 458 CVS date: 2001/08/20 23:00:05 | |||
2001-08-20 | *** empty log message *** | James Courtier-Dutton | |
CVS patchset: 457 CVS date: 2001/08/20 22:56:36 | |||
2001-08-20 | xine_stop() don't stop plugins on xine_pause(), stop() plugins is enought ;-). | Daniel Caujolle-Bert | |
CVS patchset: 456 CVS date: 2001/08/20 20:49:51 | |||
2001-08-18 | various cleanups; 8 bit depth detection and handling (yuv2rgb not ↵ | Guenter Bartsch | |
implemented yet), smaller memory footprint, deprecated mpg123 plugin CVS patchset: 449 CVS date: 2001/08/18 23:30:51 | |||
2001-08-17 | Add xine_seek() and friends. | Daniel Caujolle-Bert | |
CVS patchset: 446 CVS date: 2001/08/17 16:15:36 | |||
2001-08-17 | Overlays are now passed in rle format. Causes a speed improvement | Eduard Hasenleithner | |
for subpicture overlays. CVS patchset: 444 CVS date: 2001/08/17 15:54:31 | |||
2001-08-17 | added events.h to tarball | Guenter Bartsch | |
CVS patchset: 442 CVS date: 2001/08/17 14:43:14 | |||
2001-08-17 | compile-fix for non-gnu systems (e.g. freebsd) | Heiko Schaefer | |
CVS patchset: 441 CVS date: 2001/08/17 13:34:25 | |||
2001-08-16 | Moved XINE_SPU_EVENT handler to video_decoder. | Eduard Hasenleithner | |
SPU decoder is now preloaded for an spu event. CVS patchset: 437 CVS date: 2001/08/16 19:58:37 | |||
2001-08-15 | Fixed unresolved symbols. | Daniel Caujolle-Bert | |
CVS patchset: 433 CVS date: 2001/08/15 11:35:47 | |||
2001-08-14 | return of the profiler | Guenter Bartsch | |
CVS patchset: 428 CVS date: 2001/08/14 11:57:40 | |||
2001-08-14 | fixed a race condition which caused the dxr3 to hang at playback start | Eduard Hasenleithner | |
with subpictures turned on. CVS patchset: 425 CVS date: 2001/08/14 08:21:41 | |||
2001-08-14 | audio output plugin priority handling, based on patch provided by Philip ↵ | Guenter Bartsch | |
Stadermann CVS patchset: 423 CVS date: 2001/08/14 01:38:17 | |||
2001-08-13 | FreeBSD needs <sched.h> for SCHED_OTHER define | Juergen Keil | |
CVS patchset: 421 CVS date: 2001/08/13 17:52:22 | |||
2001-08-13 | major rewrite of the subpicture mechanism in order to support menus. | Eduard Hasenleithner | |
CVS patchset: 416 CVS date: 2001/08/13 12:52:33 | |||
2001-08-12 | cancel demux thread on xine_stop instead of pthread_join to prevent hang | Guenter Bartsch | |
CVS patchset: 415 CVS date: 2001/08/12 15:12:54 | |||
2001-08-11 | thread priorities to improve performance on freebsd (and possibly others) | Guenter Bartsch | |
CVS patchset: 411 CVS date: 2001/08/11 18:27:10 | |||
2001-08-07 | latest ffmpeg updates - mmx works\! :-) | Guenter Bartsch | |
CVS patchset: 400 CVS date: 2001/08/07 23:59:50 | |||
2001-08-07 | Added new System Clock Reference providers architecture. | Eduard Hasenleithner | |
CVS patchset: 398 CVS date: 2001/08/07 16:00:10 | |||
2001-08-07 | introducing the ffmpeg video decoder plugin for ms mpeg 4, opendivx and ↵ | Guenter Bartsch | |
motion jpeg decoding CVS patchset: 395 CVS date: 2001/08/07 12:41:46 | |||
2001-08-05 | The CLUT has been used after it was freed. Fixed. | Eduard Hasenleithner | |
CVS patchset: 386 CVS date: 2001/08/05 08:24:56 | |||
2001-08-05 | Enabled CLUT palette transfer from the input plugin | Eduard Hasenleithner | |
to the libspudec. Fixed palette idx order. CVS patchset: 385 CVS date: 2001/08/05 00:59:50 | |||
2001-08-02 | Fixed Video fifo buffer overflow. | James Courtier-Dutton | |
CVS patchset: 381 CVS date: 2001/08/02 20:38:42 | |||
2001-07-30 | whoups, looks like a priority of 0 is not allowed :> | Guenter Bartsch | |
CVS patchset: 371 CVS date: 2001/07/30 19:21:28 | |||
2001-07-30 | fixed video/audio/spu decoder version handling | Guenter Bartsch | |
CVS patchset: 370 CVS date: 2001/07/30 17:13:20 | |||
2001-07-27 | Fixed xine_eject stuff and some small bugs about input plugins. | Daniel Caujolle-Bert | |
CVS patchset: 359 CVS date: 2001/07/27 21:46:59 | |||
2001-07-26 | Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man ↵ | Daniel Caujolle-Bert | |
page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in proto decl, etc... CVS patchset: 350 CVS date: 2001/07/26 11:12:25 | |||
2001-07-25 | A few small changes to help in some specific cases. Also a nasty hack added ↵ | Rich J Wareham | |
temporarily CVS patchset: 348 CVS date: 2001/07/25 23:26:14 | |||
2001-07-24 | just noticed the num_mrls parameter got lost on the way through the ↵ | Guenter Bartsch | |
xine_engine to the gui so the gui had to rely on a NULL entry in autoplay/mrl lists which in turn leads to excessive use of re/malloc constructs in the input plugins. this should be fixed now CVS patchset: 343 CVS date: 2001/07/24 18:04:22 | |||
2001-07-24 | big xshm cleanup (free memory properly, set up yuv2rgb only when necessary, ↵ | Guenter Bartsch | |
clean up field picture handling), gearing up for rc2 CVS patchset: 334 CVS date: 2001/07/24 12:57:29 | |||
2001-07-22 | moved this message to xprintf as well | Guenter Bartsch | |
CVS patchset: 322 CVS date: 2001/07/22 11:29:56 | |||
2001-07-20 | latest libac3 update from walken including lfe support | Guenter Bartsch | |
CVS patchset: 314 CVS date: 2001/07/20 22:37:56 | |||
2001-07-19 | First implementation of priorities for the decoder plugins: | Eduard Hasenleithner | |
audio, video, spu. Priorities require interface version 2 in order not to brake the existing decoder plugins. CVS patchset: 310 CVS date: 2001/07/19 17:53:15 | |||
2001-07-18 | Split alsa drivers, more checks about versions. Made xine lib c++ compliant. | Daniel Caujolle-Bert | |
CVS patchset: 308 CVS date: 2001/07/18 21:38:16 | |||
2001-07-18 | Added the metronom also to the spu decoder struct in order to make | Eduard Hasenleithner | |
got_spu_packet available to the dxr3 spu decoder. CVS patchset: 306 CVS date: 2001/07/18 12:45:31 | |||
2001-07-15 | patch provided by eduard hasenleithner: make metronom accessible from decoders | Guenter Bartsch | |
CVS patchset: 283 CVS date: 2001/07/15 10:43:35 | |||
2001-07-14 | Added first bit of event mechanism for mouse/keyboard stuff. | Rich J Wareham | |
CVS patchset: 281 CVS date: 2001/07/14 23:17:37 | |||
2001-07-14 | whoups, forgot to remove some spu_dec functions... | Guenter Bartsch | |
CVS patchset: 276 CVS date: 2001/07/14 13:28:31 | |||
2001-07-14 | cleaned up and finished spu_thread removal | Guenter Bartsch | |
CVS patchset: 275 CVS date: 2001/07/14 12:50:33 | |||
2001-07-13 | Make SPU decode use Video decoder thread instead of it's own thread. | James Courtier-Dutton | |
CVS patchset: 274 CVS date: 2001/07/13 23:43:12 | |||
2001-07-11 | fixed playback of field picture based streams using XShm | Guenter Bartsch | |
CVS patchset: 273 CVS date: 2001/07/11 23:31:44 | |||
2001-07-11 | fixed segfault for field picture based streams | Guenter Bartsch | |
CVS patchset: 272 CVS date: 2001/07/11 22:42:47 | |||
2001-07-10 | metronom bugfix to handle pts start detection right | Guenter Bartsch | |
CVS patchset: 267 CVS date: 2001/07/10 22:16:58 | |||
2001-07-10 | Fixed get_dir in input plugins. Fixed a strange header inclusion bug | Daniel Caujolle-Bert | |
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55 | |||
2001-07-10 | subtitle patches (esp. for XShm) from James | Guenter Bartsch | |
CVS patchset: 263 CVS date: 2001/07/10 19:33:05 | |||
2001-07-09 | latest subtitle patches (cleanups) from james | Guenter Bartsch | |
CVS patchset: 261 CVS date: 2001/07/09 16:13:11 | |||
2001-07-08 | subtitle patches from james | Guenter Bartsch | |
CVS patchset: 259 CVS date: 2001/07/08 18:15:54 | |||
2001-07-05 | added missing header files to Makefile.ams | Guenter Bartsch | |
CVS patchset: 255 CVS date: 2001/07/05 21:42:29 | |||
2001-07-04 | latest overlay patches from James, simple overlays should work | uid32519 | |
CVS patchset: 254 CVS date: 2001/07/04 20:32:29 |