Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-29 | handle avi streams without / with unknown audio | Guenter Bartsch | |
CVS patchset: 516 CVS date: 2001/08/29 02:23:58 | |||
2001-08-28 | Added sync code from Hubert Matthews [hubert.matthews@unicornportal.com] | James Courtier-Dutton | |
Modified some memset's in input_file. CVS patchset: 512 CVS date: 2001/08/28 22:44:09 | |||
2001-08-28 | update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel ↵ | Guenter Bartsch | |
Freitas CVS patchset: 510 CVS date: 2001/08/28 19:16:19 | |||
2001-08-25 | fixed content type detection | Guenter Bartsch | |
CVS patchset: 489 CVS date: 2001/08/25 08:40:08 | |||
2001-08-25 | make avi demuxer take care of keyframes | Guenter Bartsch | |
CVS patchset: 483 CVS date: 2001/08/25 07:42:30 | |||
2001-08-20 | *** empty log message *** | James Courtier-Dutton | |
CVS patchset: 457 CVS date: 2001/08/20 22:56:36 | |||
2001-08-20 | AC3 handling changed | Joachim Koenig | |
CVS patchset: 455 CVS date: 2001/08/20 11:17:20 | |||
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-13 | Fixed segfault if Audio or Video Plugin not loaded. | James Courtier-Dutton | |
CVS patchset: 422 CVS date: 2001/08/13 23:10:31 | |||
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-10 | FAQ updates and getting ready for 0.5.1 | Guenter Bartsch | |
CVS patchset: 407 CVS date: 2001/08/10 19:49:57 | |||
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-08-01 | TS Streams with zero PES_Packet_Length should now play. | James Courtier-Dutton | |
The PES_Packet_Length is recovered and patched into the PES Packet Removed Seq Header detection code. CVS patchset: 377 CVS date: 2001/08/01 19:09:42 | |||
2001-07-30 | demux_ts.c modified so it should work now. | James Courtier-Dutton | |
It now plays the demo Transport Stream, "The Colt's Dream", which comes with the nCube Server. Some code readability changes. CVS patchset: 369 CVS date: 2001/07/30 16:00:21 | |||
2001-07-29 | ...of course I forgot to add the file itself #-)) | Guenter Bartsch | |
CVS patchset: 364 CVS date: 2001/07/29 22:21:52 | |||
2001-07-29 | transport stream demultiplexer contributed by shaheed | Guenter Bartsch | |
CVS patchset: 363 CVS date: 2001/07/29 22:21:07 | |||
2001-07-24 | PES demultiplexer | Joachim Koenig | |
CVS patchset: 340 CVS date: 2001/07/24 16:08:51 | |||
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-14 | quick hack to make xine more responsive near mpeg1 stream ends (dangerous) | Guenter Bartsch | |
CVS patchset: 277 CVS date: 2001/07/14 13:56:10 | |||
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-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-04 | spu support updated (unfinished) from James | uid32519 | |
CVS patchset: 250 CVS date: 2001/07/04 17:10:24 | |||
2001-07-04 | Use the video_out driver's copy function (so that video_out_xshm can | uid56437 | |
convert AVI YUV data to RGB) avitest.avi, an "Intel Indeo 5" video found on some Windows installation CD starts to work in xine CVS patchset: 247 CVS date: 2001/07/04 14:13:47 | |||
2001-07-03 | forgot to protect some demuxers | Guenter Bartsch | |
CVS patchset: 243 CVS date: 2001/07/03 21:30:38 | |||
2001-07-03 | chasing more races.. | Guenter Bartsch | |
CVS patchset: 242 CVS date: 2001/07/03 21:25:03 | |||
2001-07-01 | small addition for extension plugins | Guenter Bartsch | |
CVS patchset: 240 CVS date: 2001/07/01 23:50:19 | |||
2001-06-23 | fixed race between metronom and xine engine, small audio plugin api change ↵ | Guenter Bartsch | |
to improve responsiveness (unfinished), small demux_mpeg_block bugfix (alignment for DVD plugin) CVS patchset: 218 CVS date: 2001/06/23 19:45:47 | |||
2001-06-21 | solaris and stability patches provided by Juergen Keil | Guenter Bartsch | |
CVS patchset: 211 CVS date: 2001/06/21 17:34:23 | |||
2001-06-17 | increased number of sent preview buffers | Guenter Bartsch | |
CVS patchset: 206 CVS date: 2001/06/17 23:37:59 | |||
2001-06-17 | Enlarge preview buffer for mpeg_block, add preview to elem demuxer. | Daniel Caujolle-Bert | |
CVS patchset: 205 CVS date: 2001/06/17 23:17:40 | |||
2001-06-17 | Remove extra (unneeded) trace. | Daniel Caujolle-Bert | |
CVS patchset: 203 CVS date: 2001/06/17 21:58:22 | |||
2001-06-17 | Add a clean aalib check. | Daniel Caujolle-Bert | |
CVS patchset: 202 CVS date: 2001/06/17 21:50:51 | |||
2001-06-17 | fixed small demuxer bug | Guenter Bartsch | |
CVS patchset: 200 CVS date: 2001/06/17 20:14:50 | |||
2001-06-17 | small bugfix for no audio | Guenter Bartsch | |
CVS patchset: 195 CVS date: 2001/06/17 00:23:34 | |||
2001-06-16 | xine engine cleanups and new callbacks for seamless branching | Guenter Bartsch | |
CVS patchset: 192 CVS date: 2001/06/16 18:03:21 | |||
2001-06-16 | more seeking/stopping bugfixes | Guenter Bartsch | |
CVS patchset: 191 CVS date: 2001/06/16 14:34:48 | |||
2001-06-14 | more fixes | Guenter Bartsch | |
CVS patchset: 177 CVS date: 2001/06/14 10:48:24 | |||
2001-06-13 | Fixed mp3 playback. | Daniel Caujolle-Bert | |
CVS patchset: 172 CVS date: 2001/06/13 22:37:13 | |||
2001-06-11 | bugfixes for playing without sound-driver | Heiko Schaefer | |
CVS patchset: 163 CVS date: 2001/06/11 03:14:29 | |||
2001-06-10 | added blocksize detection | Guenter Bartsch | |
CVS patchset: 156 CVS date: 2001/06/10 13:59:33 | |||
2001-06-09 | introducing present buffers | Guenter Bartsch | |
CVS patchset: 141 CVS date: 2001/06/09 22:05:30 | |||
2001-06-09 | improved avi seeking | Guenter Bartsch | |
CVS patchset: 139 CVS date: 2001/06/09 19:05:59 | |||
2001-06-09 | more avi demuxer/libw32 bugfixes | Guenter Bartsch | |
CVS patchset: 136 CVS date: 2001/06/09 17:07:21 | |||
2001-06-07 | w32codec bugfixes | Guenter Bartsch | |
CVS patchset: 132 CVS date: 2001/06/07 20:23:54 | |||
2001-06-04 | video_out_xshm compiles (yuv2rgb conversion not working yet), video_out_xv ↵ | Guenter Bartsch | |
bugfixes CVS patchset: 121 CVS date: 2001/06/04 15:04:11 | |||
2001-06-03 | fixed mpeg block demuxer content detection and audio channel selection | Guenter Bartsch | |
CVS patchset: 120 CVS date: 2001/06/03 20:16:33 |