summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2003-08-12these tests are done more cenralized in video out nowMichael Roitzsch
2003-08-12add a flags member to frame struct (the relevant API versions have already beenMichael Roitzsch
2003-08-08Fix segmentation fault caused by closing a conversion descriptor when none wa...Robin KAY
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
2003-08-05clarify commentMichael Roitzsch
2003-08-05recycle the unused VO_PREDICTION_FLAG as a new VO_PAN_SCAN_FLAG which is usedMichael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-08-04fallback to no conversion on iconv errorMiguel Freitas
2003-08-04add xine_get_current_vpts() to make xine_osd_show and xine_osd_hide api consi...Miguel Freitas
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