summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2004-06-27only issue the warning on unavailable audio devices under the conditionMichael Roitzsch
2004-06-26do not assume YV12 and YUY2 are the only image formatsMichael Roitzsch
2004-06-25exit pause loop, when video loop is terminatedMichael Roitzsch
2004-06-23* fix the realloc-bug introduced by me and found by FrantisekMichael Roitzsch
2004-06-21removing unused SPU_DVD_SUBTYPE_SUBP_CONTROL and the stream_filter stuffMichael Roitzsch
2004-06-19modified patch from Reinhard Nissl to report the length of the out fifosMichael Roitzsch
2004-06-19rename part of config entry keys from "plugin" to "subsection", because forMichael Roitzsch
2004-06-19this comment is outdated since decoders provide the discontinuity() functionMichael Roitzsch
2004-06-19force slave metronoms to reinit when a new master is attached; otherwise aMichael Roitzsch
2004-06-19readd the decoder's name to the description of the config entry, but doMichael Roitzsch
2004-06-16Fix description in decoder priority config entry - there must be different po...František Dvořák
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-13make sure the current decoder plugin name is included in verbosity debugMiguel Freitas
2004-06-10Argl, I forgot to shorten the mask because of the new PLUGIN_NO_UNLOAD flag,Michael Roitzsch
2004-06-09two amazingly stupid bugs pointed out by Daniel Mack:Michael Roitzsch
2004-06-08a better approach to the module unload preventionMichael Roitzsch
2004-06-05From: Daniel MackJames Courtier-Dutton
2004-06-02Do not loop in __wait_first_frame.Thibaut Mattern
2004-06-01acknowledge the existence of Apple's Lossless Audio Codec (alac)Mike Melanson
2004-05-30there are more image formats than YV12 and YUY2 -> fixes DXR3 crashMichael Roitzsch
2004-05-29separate the two semantics of querying a port's status with a NULL stream;Michael Roitzsch
2004-05-27another xvid fourccMiguel Freitas
2004-05-24Comply with convention - put wFormatTag value before fourcc'sJames Stembridge
2004-05-241) Support AAC in AVIJames Stembridge
2004-05-23Improve seeking smoothness.Thibaut Mattern
2004-05-23Remove 2 added lines from the previous commit.Thibaut Mattern
2004-05-23Move the "wait first frame" stuff to a separate function.Thibaut Mattern
2004-05-23rename from AO_CAP_32BITS to AO_CAP_FLOAT32Michael Roitzsch
2004-05-21Don't wait if the flush already occured.Thibaut Mattern
2004-05-18track number of times the port has being opened.Miguel Freitas
2004-05-18bits, rate and mode were not set when audio post plugin was first createdMiguel Freitas
2004-05-17Fix noises appearing when seeking and using the upmix plugin.James Courtier-Dutton
2004-05-16From: Reinhard Nissl.James Courtier-Dutton
2004-05-16From: Reinhard Nissl.James Courtier-Dutton
2004-05-16Priority support for demuxer and input plugins (engine part).Thibaut Mattern
2004-05-15Some more updates for 24bit sound.James Courtier-Dutton
2004-05-15Minor adjustments to start adding 24bit and 32bit-Float audio sample support.James Courtier-Dutton
2004-05-13Don't set the img->duration to the default if it's 0 in vo_frame_draw - this ...James Stembridge
2004-05-11make sure displayed values are sane, that is, we are not trying to displayMiguel Freitas
2004-05-09Add portable version of the bswap_64 macro.Robin KAY
2004-05-09Add wFormatTag value used for DTSJames Stembridge
2004-05-09Valid error description for gethostbyname. Obsolete function hstrerror() has ...František Dvořák
2004-05-07move lprintf to the right location (where variables are initialized)Daniel Caujolle-Bert
2004-05-07* fix config file loading: enums are read as numbers, although written as str...Michael Roitzsch
2004-05-04Port support for VP5 and VP6 from mplayerJames Stembridge
2004-04-30- better error messages for the io_helper functionsBastien Nocera
2004-04-27rename module nameDaniel Caujolle-Bert
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-04-25Fix typo in prototype.Robin KAY
2004-04-24I forgot to commit this file.Thibaut Mattern