summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2003-07-31English, pleaseMichael Roitzsch
2003-07-31introduce config file versioningMichael Roitzsch
2003-07-27priority reset mechanismSiggi Langauf
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
2003-07-27- remove unused functions, fixes warnings at compile-timeBastien Nocera
2003-07-26Stop asserts happening on underruns.James Courtier-Dutton
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-07-22allow all values greater 0 as success returnsMichael Roitzsch
2003-07-20OSS never return 1, but write() length.Daniel Caujolle-Bert
2003-07-20More USB soundcard updates.James Courtier-Dutton
2003-07-20Improve playback on USB sound cards.James Courtier-Dutton
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-07-13set pos/time information on video frames as wellGuenter Bartsch
2003-07-12reports the number of skipped/discarded framesMiguel Freitas
2003-07-12trying to fix make distMiguel Freitas
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-07-10when two concurrent threads want to create the same config entry, bothMichael Roitzsch
2003-07-02Metronom does the pts prediction now, not the decoders.James Courtier-Dutton
2003-06-27these functions actually have (void) parameters, not (), which is equal to (...)Michael Roitzsch
2003-06-22some additional pthread_*_destroy() callsMichael Roitzsch
2003-06-20the new logging macros, for details see README.loggingMarco Zuehlke
2003-06-18Use the same discard mecanism for audio and video in xine_demux_flush_engine.Thibaut Mattern
2003-06-17Protect this->discard_buffers and this->flush_audio_driver with a mutex.Thibaut Mattern
2003-06-16Patch from Jeroen Asselman:Stefan Holst
2003-06-13defaultMiguel Freitas
2003-06-11- add VO_INTERLACED_FLAG to get_frameMiguel Freitas
2003-06-11Fix io_helper for Win32. The http plugin now works again for Win32Tim Champagne
2003-06-06initial ideas for automatic enabling/disabling deinterlacerMiguel Freitas
2003-06-05Compile io_helper.Thibaut Mattern
2003-06-05io_helper functions.Thibaut Mattern
2003-06-03progressive_frame flag may be used to select how to convert yv12->yuy2Miguel Freitas
2003-06-02patch by Tim to kill the #ifdefs, replacing them with more portableMichael Roitzsch
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-31do not probe audio_none_outMiguel Freitas
2003-05-31added placeholder fourccs for On2 VPx videoMike Melanson
2003-05-28buffer type and fourcc's for raw i420 videoJames Stembridge
2003-05-28fix macroMiguel Freitas
2003-05-28adding parameters apiMiguel Freitas
2003-05-26untested cygwin patchMiguel Freitas
2003-05-26added experimental .4xm file demuxerMike Melanson
2003-05-25audio_step is a 64 bits integer in the metronom (pts_per_smpls), use the same...Thibaut Mattern
2003-05-25speex support contributed by Conrad Parker <conrad@metadecks.org>Guenter Bartsch
2003-05-24Remove pointless if statementJames Stembridge
2003-05-24Revert previous commit that added checks for the driver being open before wri...James Stembridge
2003-05-24Wait for audio out loop to be blocked on empty fifo before closing driver rat...James Stembridge
2003-05-20This fixes http support for Win32Tim Champagne
2003-05-20that's english nowMichael Roitzsch
2003-05-20a decoder priority of 0 enables the decoder's default priorityMichael Roitzsch
2003-05-20no double inclusionMichael Roitzsch
2003-05-20public header cleanup:Michael Roitzsch