summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
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
2004-04-22This patch allows the engine to handle frames with duration=0.Thibaut Mattern
2004-04-17swap usage of "up" and "down" to the more common meaning:Michael Roitzsch
2004-04-16- flush the events queue before returning from an open() so that the front-endsBastien Nocera
2004-04-15UI should receive XINE_EVENT_QUITDaniel Caujolle-Bert
2004-04-13set time to eventDaniel Caujolle-Bert
2004-04-11decoder plugins must be disposed outside the plugin catalog lock, becauseMichael Roitzsch
2004-04-10Permit (but not recommend) stream == NULL in io_helper functions.František Dvořák
2004-04-10mpg2 fourcc seems to be used by mencoderMiguel Freitas
2004-04-09receiving data from network is kind of critical, we better be carefulMiguel Freitas
2004-04-09accept unix LF as line termination (don't try to read another char)Miguel Freitas
2004-04-09improving precision of audio vpts calculation, the comment in metronom.c expl...Michael Roitzsch
2004-04-09move ticket init to xine_init(), clean it up. Move streams mutex init to xine...Daniel Caujolle-Bert
2004-04-08avoid big dirty crash when xine_exit() is called without xine_init() first (u...Daniel Caujolle-Bert
2004-04-08make that a define to improve maintainabilityxine_1-rc3c-release1-rc3cMichael Roitzsch
2004-04-08Degrease jerking with OGM subtitles.František Dvořák
2004-04-07Michael's patch for improving playback with subtitles, fix the long seeking.František Dvořák
2004-04-07the patch to audio_out from 1.128 to 1.129 changed a calculation fromMichael Roitzsch
2004-04-06Patch for using timeout in cddb lookup (xine was freezed just because of fire...František Dvořák
2004-04-05- add XINE_MSG_AUDIO_OUT_UNAVAILABLE event to warn when the audio device isBastien Nocera
2004-04-05- remove stream from the streams list when it is disposedBastien Nocera
2004-03-29destroy the mutexes properlyMichael Roitzsch
2004-03-28this needs to be an irrevocable ticketMichael Roitzsch
2004-03-28move the ticket acquire/release deeper inside the decoder loopsMichael Roitzsch
2004-03-27"+y"+p code from xine-ui for guessing locale codeset (default encoding for OSD).František Dvořák
2004-03-23Ignore speed change in nbc during xine_stop() to avid deadlocks.František Dvořák
2004-03-23it seems I broke most DVD menus with this; unfortunately not the ones I teste...Michael Roitzsch
2004-03-21revert and really fix the leak, at last...Daniel Caujolle-Bert
2004-03-21memleak (real fix)Daniel Caujolle-Bert