summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-11-26prevent 'last' empty variableDaniel Caujolle-Bert
2003-11-26provide new video out propertiesMichael Roitzsch
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26adding the usual headerMichael Roitzsch
2003-11-26remove now unused xine_t* from plugin structMichael Roitzsch
2003-11-26querying the decoder priority entirely from the config makes decoder mappingMichael Roitzsch
2003-11-26the viz plugins are feeding their private metronom with video only data, soMichael Roitzsch
2003-11-26!= is evaluated _before_ &, so this is not doing what it's supposed toMichael Roitzsch
2003-11-26fix x11osd bugs with fullscreen changingMiguel Freitas
2003-11-26opsMiguel Freitas
2003-11-26xine_osd_set_font return intMiguel Freitas
2003-11-26public api for unscaled osdMiguel Freitas
2003-11-26error handlingMiguel Freitas
2003-11-26http_helper:Thibaut Mattern
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-25fix segfault.Miguel Freitas
2003-11-24Support for large files created by RIP input plugin. It's used fseeko(). When...František Dvořák
2003-11-23Oops, now it's compiled OK.František Dvořák
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
2003-11-23Fix failed assert with playback of non-direct rendered mpeg4James Stembridge
2003-11-23- use buf->max_size instead of 2048Thibaut Mattern
2003-11-22add SLAVE_SPEED featureDaniel Caujolle-Bert
2003-11-22Account for changes in libavcodec buffer allocation logic - stops deadlocks w...James Stembridge
2003-11-22bug fix from Nate Lawson <nate@root.org>Daniel Caujolle-Bert
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
2003-11-19explicitly link math lib.Daniel Caujolle-Bert
2003-11-19resort decoders on priority change event. Small beautification of xine_plugin.h.Daniel Caujolle-Bert
2003-11-19[PATCH] better yellow OSD paletteMiguel Freitas
2003-11-19fix wrong next_frame_vpts guessing which causes problemsMichael Roitzsch
2003-11-18disqualify another type of RIFF file (4xm files)Mike Melanson
2003-11-17missing meta info changeDaniel Caujolle-Bert
2003-11-17compute the proper initial frame durationMike Melanson
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16A new and hopefully clearer explanation of how to apply PTS values in streams...James Courtier-Dutton
2003-11-16sync with vidix cvsJames Stembridge
2003-11-16Now isn't that amazing? xine-lib actually compiles with the metronomMichael Roitzsch
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
2003-11-16fix some more compiler warnings about functions xine does not useMichael Roitzsch
2003-11-16fix warningMichael Roitzsch
2003-11-16remove empty get_frame stuff and fix some warningsMichael Roitzsch
2003-11-16revised demuxer to use correct framerate, supply stream length, andMike Melanson
2003-11-16hook up the 4X ADPCM decoderMike Melanson
2003-11-16buffer type for 4X ADPCMMike Melanson
2003-11-16buffer limit fix from ffmpegJames Stembridge
2003-11-16audio visualization post plugins now use a private metronom to sync their videoMichael Roitzsch
2003-11-16introduce the slave metronom concept (Thibaut, Miguel: it's a bit differentMichael Roitzsch
2003-11-16after James explained how the AC3 PTS tagging works, Miguel and I discoveredMichael Roitzsch
2003-11-16Fix index reading with file >2Go.Thibaut Mattern
2003-11-15looks like Miguel hasn't installed Speex, either...Siggi Langauf
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch