summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2001-08-07removed big local variables in libmpg123 (freebsd calls this stack-abuse ;))Guenter Bartsch
CVS patchset: 397 CVS date: 2001/08/07 14:15:04
2001-08-07small ffmpeg cleanups and fixesGuenter Bartsch
CVS patchset: 396 CVS date: 2001/08/07 13:14:09
2001-08-07introducing 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-06Hopefully, this was the last decoder with priority 0.Eduard Hasenleithner
CVS patchset: 391 CVS date: 2001/08/06 13:21:26
2001-08-05Fixed a very hard to track bug with 5.0 or 5.1 playback:Eduard Hasenleithner
If gaps need to be written, the former size of 8192 was not a multiple of the sample*channels size. This is explained as forbidden in the OSS programmer's guide. The new zero_buffer is a multiple of 3 and 5 (along the many 2s). CVS patchset: 390 CVS date: 2001/08/05 19:04:34
2001-08-05Implemented preferred OSS audio device.xine-0_5_0-release0.5.0Eduard Hasenleithner
Fixed resample selection code. CVS patchset: 389 CVS date: 2001/08/05 12:19:54
2001-08-05Implemented setting of the CLUT palette.Eduard Hasenleithner
CVS patchset: 387 CVS date: 2001/08/05 08:59:04
2001-08-05The CLUT has been used after it was freed. Fixed.Eduard Hasenleithner
CVS patchset: 386 CVS date: 2001/08/05 08:24:56
2001-08-05Enabled CLUT palette transfer from the input pluginEduard Hasenleithner
to the libspudec. Fixed palette idx order. CVS patchset: 385 CVS date: 2001/08/05 00:59:50
2001-08-04dvd_udf patch submitted by Chris RankinGuenter Bartsch
CVS patchset: 383 CVS date: 2001/08/04 20:40:53
2001-08-04LPCM audio decoder plugin contributed by Gert VervoortGuenter Bartsch
CVS patchset: 382 CVS date: 2001/08/04 20:14:53
2001-08-02Fixed Video fifo buffer overflow.James Courtier-Dutton
CVS patchset: 381 CVS date: 2001/08/02 20:38:42
2001-08-02The control device has been used before opening it. Fixed.Eduard Hasenleithner
CVS patchset: 380 CVS date: 2001/08/02 18:13:19
2001-08-02sound chunks now biggerJoachim Koenig
CVS patchset: 379 CVS date: 2001/08/02 14:35:58
2001-08-01Priority was left out, and 0 is not allowed.James Courtier-Dutton
CVS patchset: 378 CVS date: 2001/08/01 20:01:48
2001-08-01TS 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-08-01new sync stuff and SPDIF correctionsJoachim Koenig
CVS patchset: 376 CVS date: 2001/08/01 18:17:40
2001-07-31Overlay should now work with Xinerama too.Eduard Hasenleithner
CVS patchset: 374 CVS date: 2001/07/31 17:41:32
2001-07-31The mpeg2 decoder (first part) of this plugin has notEduard Hasenleithner
been updated for the iface_version=2 fix. CVS patchset: 373 CVS date: 2001/07/31 15:31:52
2001-07-30bugfix provided by Dennis BjorklundGuenter Bartsch
CVS patchset: 372 CVS date: 2001/07/30 19:37:18
2001-07-30whoups, looks like a priority of 0 is not allowed :>Guenter Bartsch
CVS patchset: 371 CVS date: 2001/07/30 19:21:28
2001-07-30fixed video/audio/spu decoder version handlingGuenter Bartsch
CVS patchset: 370 CVS date: 2001/07/30 17:13:20
2001-07-30demux_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-30aalib makefile patch provided by Damien ClermontéGuenter Bartsch
CVS patchset: 368 CVS date: 2001/07/30 15:47:58
2001-07-30artsd audio output patch by Philip StadermannGuenter Bartsch
CVS patchset: 366 CVS date: 2001/07/30 10:15:17
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-29transport stream demultiplexer contributed by shaheedGuenter Bartsch
CVS patchset: 363 CVS date: 2001/07/29 22:21:07
2001-07-29cleanups provided by Chris RankinGuenter Bartsch
CVS patchset: 362 CVS date: 2001/07/29 15:18:03
2001-07-28patch provided by Chris Rankin to make dvd device name configurable in .xinercGuenter Bartsch
CVS patchset: 361 CVS date: 2001/07/28 13:23:24
2001-07-27One step back. It seems last changes about devfs will never fixed the problems.Daniel Caujolle-Bert
Is there a good soul to fixe this (i haven't any devfs here, i've just introduce this to avoid ton of mails..... missed ;-) ). CVS patchset: 360 CVS date: 2001/07/27 22:00:27
2001-07-27Fixed 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-27More check about devfs support. Dont call open() in non blocking mode if it'sDaniel Caujolle-Bert
not necessary. CVS patchset: 358 CVS date: 2001/07/27 15:50:04
2001-07-26PPC patches by Bill FinkGuenter Bartsch
CVS patchset: 355 CVS date: 2001/07/26 19:12:21
2001-07-26New Feature: Hardware overlay in xine output windowEduard Hasenleithner
CVS patchset: 354 CVS date: 2001/07/26 16:03:10
2001-07-26Updated 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-26Reverted a small error introduced into alphablend.cRich J Wareham
CVS patchset: 349 CVS date: 2001/07/26 00:18:45
2001-07-25A 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-25Removed the --with-dxr3-path argument and added --disable-dxr3.Eduard Hasenleithner
Did some cosmetic stuff too. CVS patchset: 347 CVS date: 2001/07/25 15:03:14
2001-07-25Wrong number of entries returned (always +1).Daniel Caujolle-Bert
CVS patchset: 345 CVS date: 2001/07/25 08:42:05
2001-07-24just 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-24interlace modeJoachim Koenig
CVS patchset: 342 CVS date: 2001/07/24 16:52:01
2001-07-24API Version 2Joachim Koenig
CVS patchset: 341 CVS date: 2001/07/24 16:10:14
2001-07-24PES demultiplexerJoachim Koenig
CVS patchset: 340 CVS date: 2001/07/24 16:08:51
2001-07-24Change DXR3 checkings. Some cosmetic changes.Daniel Caujolle-Bert
CVS patchset: 339 CVS date: 2001/07/24 15:02:05
2001-07-24Made debug/informational messages less confusing.Eduard Hasenleithner
CVS patchset: 337 CVS date: 2001/07/24 13:26:18
2001-07-24whoups, that free() was a bit too much #-))Guenter Bartsch
CVS patchset: 336 CVS date: 2001/07/24 13:20:02
2001-07-24big 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-23Made ac3testfile optional. I hope that rc1 tarball don't have thisDaniel Caujolle-Bert
stuff turned on, otherwise users will see their disk space flying away ;-) CVS patchset: 330 CVS date: 2001/07/23 23:15:16
2001-07-23michel recommended a bigger frame size for buggy ac3 streamsGuenter Bartsch
CVS patchset: 329 CVS date: 2001/07/23 07:48:42
2001-07-22Made resampling switchable through xinerc.Eduard Hasenleithner
CVS patchset: 324 CVS date: 2001/07/22 14:18:22