summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2004-03-23Ignore speed change in nbc during xine_stop() to avid deadlocks.František Dvořák
CVS patchset: 6305 CVS date: 2004/03/23 22:54:31
2004-03-23it seems I broke most DVD menus with this; unfortunately not the ones I ↵Michael Roitzsch
tested X( CVS patchset: 6304 CVS date: 2004/03/23 15:38:04
2004-03-23Fix thread safety of XINE_GUI_SEND_DRAWABLE_CHANGEDEwald Snel
CVS patchset: 6303 CVS date: 2004/03/23 09:46:11
2004-03-23Fix Qt bug, which is not really a Qt bug, but an X11-being-asynchronous bugEwald Snel
CVS patchset: 6302 CVS date: 2004/03/23 09:29:25
2004-03-23Some changes to make seek work without loosing track of frames.James Courtier-Dutton
CVS patchset: 6301 CVS date: 2004/03/23 03:40:38
2004-03-23sync up with latest libmpeg2 cvs.James Courtier-Dutton
CVS patchset: 6300 CVS date: 2004/03/23 02:14:54
2004-03-23Start sync with latest libmpeg2 cvs.James Courtier-Dutton
include directory first. CVS patchset: 6299 CVS date: 2004/03/23 01:47:46
2004-03-22another memleakDaniel Caujolle-Bert
CVS patchset: 6298 CVS date: 2004/03/22 00:12:57
2004-03-21revert and really fix the leak, at last...Daniel Caujolle-Bert
CVS patchset: 6297 CVS date: 2004/03/21 23:45:10
2004-03-21memleakDaniel Caujolle-Bert
CVS patchset: 6296 CVS date: 2004/03/21 23:26:08
2004-03-21memleakDaniel Caujolle-Bert
CVS patchset: 6295 CVS date: 2004/03/21 23:13:59
2004-03-21memleak (real fix)Daniel Caujolle-Bert
CVS patchset: 6294 CVS date: 2004/03/21 23:13:36
2004-03-21memleakDaniel Caujolle-Bert
CVS patchset: 6293 CVS date: 2004/03/21 23:04:13
2004-03-21Fix longstanding problem when using xine with alsa's dmix audio out plugin.James Courtier-Dutton
CVS patchset: 6292 CVS date: 2004/03/21 03:29:43
2004-03-20add a boolean "audio.alsa_hw_mixer" entry, on by default, to allow front-endsBastien Nocera
to disable the ALSA event thread CVS patchset: 6291 CVS date: 2004/03/20 20:45:18
2004-03-20Correct device names.James Courtier-Dutton
CVS patchset: 6290 CVS date: 2004/03/20 01:32:29
2004-03-19another try to fix mixer thread deadlock. Don't destroy mixer mutex too ↵Daniel Caujolle-Bert
early (thanks Thibaut!) CVS patchset: 6289 CVS date: 2004/03/19 13:17:47
2004-03-18The string passed to putenv must not be freed during the lifetime of that ↵Robin KAY
entry. Using automatic varaibles was also wrong. CVS patchset: 6288 CVS date: 2004/03/18 16:50:00
2004-03-18Fix more messagesPhilipp Hahn
CVS patchset: 6287 CVS date: 2004/03/18 09:07:00
2004-03-18Fix wording of messagesPhilipp Hahn
CVS patchset: 6286 CVS date: 2004/03/18 07:26:24
2004-03-17small contribution ;)Thibaut Mattern
CVS patchset: 6285 CVS date: 2004/03/17 22:50:35
2004-03-17missing headerxine-1-rc3b-release1-rc3bDaniel Caujolle-Bert
CVS patchset: 6284 CVS date: 2004/03/17 20:30:27
2004-03-17fix ffmpeg breakageDaniel Caujolle-Bert
CVS patchset: 6283 CVS date: 2004/03/17 20:24:16
2004-03-17Patch from Bill Fink to fix DV audio endianness problem for big-endianStephen Torri
systems. The problem was little-endian systems were doing byte swapping which big-endian systems do not need to do. CVS patchset: 6282 CVS date: 2004/03/17 17:03:26
2004-03-16By popular request, dv audio decodingJames Stembridge
CVS patchset: 6280 CVS date: 2004/03/16 23:31:30
2004-03-16- patch from Tilmann BitterbergThibaut Mattern
- indentation - prevent segfault CVS patchset: 6279 CVS date: 2004/03/16 23:12:32
2004-03-16prevent segfaults (patch from Debian bug #228751, posted by Michel Daenzer)Siggi Langauf
CVS patchset: 6276 CVS date: 2004/03/16 21:32:23
2004-03-16change suggested by Bill Fink: you can run Linux on Sun SPARC machines, soMichael Roitzsch
just testing for __sun might not be enough CVS patchset: 6275 CVS date: 2004/03/16 20:51:19
2004-03-16implicit changes to the configuration are now disabled by default and haveMichael Roitzsch
to be enabled by the user CVS patchset: 6274 CVS date: 2004/03/16 20:50:08
2004-03-16ignore the hue setting on NVidia cards using the Xv video output as both the ↵Bastien Nocera
XFree86 and the proprietary driver are broken CVS patchset: 6273 CVS date: 2004/03/16 18:50:33
2004-03-16changing decoder priorities:Michael Roitzsch
* increase ffmpeg from 5 to 6 * increase some others from 6 to 7 (they should still override ffmpeg) * increase liba52 from 2 to 5 (since 5 is somewhat default) * decrease win32 DLL Qt from 5 to 1 (don't worry, this is the only decoder to handle these types, so this is not really a change; it's just that all the other win32 decoders use prio 1) CVS patchset: 6272 CVS date: 2004/03/16 14:12:03
2004-03-16while hanging in get_frame or get_buffer, we have to check for ticketMichael Roitzsch
renewal regularly to fulfill the ticket contract, which says: "assure to release or renew revocable tickets after a finite time" this patch also includes a small change to video out's flushing logic: we set last_delivery_pts into the future to avoid flushing again when the decoder does not react (stopped streams are otherwise being flushed all the time) CVS patchset: 6270 CVS date: 2004/03/16 12:25:05
2004-03-16sync to latest libdvdnavMichael Roitzsch
* fixes a menu problem (German RC2 of "Anatomie", chapter menu) * addresses some compilation problems on Windows (Could someone try cygwin, mingw builds, please? It should work with the standalone libdvdnav, but who knows if the integration breaks anything...) * turns some abort()s into assert(0)s, where we really can try to continue CVS patchset: 6269 CVS date: 2004/03/16 11:43:38
2004-03-16only include this file on Sun, since Linux does not have itMichael Roitzsch
CVS patchset: 6268 CVS date: 2004/03/16 11:09:11
2004-03-16video_out_pgx32 no longer needs to be linked against alphablend.o. Removed ↵Robin KAY
defunct prototype from alphablend.h. CVS patchset: 6266 CVS date: 2004/03/16 01:16:57
2004-03-16Fix overlay display in video_out_pgx32. Minor cosmetic changes to both PGX32 ↵Robin KAY
and PGX64 plugins. CVS patchset: 6265 CVS date: 2004/03/16 00:32:22
2004-03-15SIOCGIFADDR is defined in <sys/sockio.h>Robin KAY
CVS patchset: 6264 CVS date: 2004/03/15 16:32:13
2004-03-15patch by Stephen Birch permits selecting the adapter by interface nameMichael Roitzsch
CVS patchset: 6263 CVS date: 2004/03/15 15:18:45
2004-03-15fix idct function prototype and remove extraenous brace (thanks Robin)Mike Melanson
CVS patchset: 6262 CVS date: 2004/03/15 01:22:22
2004-03-14Second fix for INT16_MIN/MAX under WIN32 (without stdint.h).František Dvořák
CVS patchset: 6261 CVS date: 2004/03/14 23:07:25
2004-03-14Use _x_demux_read_send_dataJames Stembridge
CVS patchset: 6260 CVS date: 2004/03/14 22:10:15
2004-03-14Move real 14.4 and 28.8 header parsing to ffmpeg decoderJames Stembridge
CVS patchset: 6259 CVS date: 2004/03/14 21:37:52
2004-03-14goodbye decoders-- you have served your purpose well and we salute youMike Melanson
CVS patchset: 6256 CVS date: 2004/03/14 21:27:03
2004-03-14hooked up ffmpeg support for QT RLE; altered handling of 32-bit ARGBMike Melanson
CVS patchset: 6255 CVS date: 2004/03/14 21:24:21
2004-03-14tree diffs as of build 4707Mike Melanson
CVS patchset: 6254 CVS date: 2004/03/14 21:21:11
2004-03-14sync to ffmpeg build 4707Mike Melanson
CVS patchset: 6253 CVS date: 2004/03/14 21:14:07
2004-03-14new ffmpeg files for build 4707Mike Melanson
CVS patchset: 6252 CVS date: 2004/03/14 21:07:01
2004-03-14hey, I've always wondered who was in charge of all that MPEG decodingMike Melanson
CVS patchset: 6251 CVS date: 2004/03/14 20:40:39
2004-03-14Replace stdint.h with inttypes.h.Robin KAY
CVS patchset: 6250 CVS date: 2004/03/14 13:45:54
2004-03-14Update WIN32 port:František Dvořák
- add stdint.h with INT16_MIN/MAX - apply forgotten change _MSC_VER -> HAVE_ICONV - get rid of some _MSC_VER - changed to WIN32 since it'll be used by MINGW too CVS patchset: 6249 CVS date: 2004/03/14 09:38:03