summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2003-09-01Add proper support for 4.1 and 5 channel setups.James Courtier-Dutton
2003-08-31support for vp4, requires vp4vfw.dllJames Stembridge
2003-08-29that must fix some crashes people have reported meMiguel Freitas
2003-08-26add a mechanism to force closing audio device without stoping stream.Miguel Freitas
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-24should return something ;-)Daniel Caujolle-Bert
2003-08-22bugfix, simplify seekMiguel Freitas
2003-08-21RIP Input PluginMiguel Freitas
2003-08-16fix by Reinhard Nissl <rnissl@gmx.de>Miguel Freitas
2003-08-15- rename to overlay managerMichael Roitzsch
2003-08-15I am using the latest internal API increase to rename video_overlay_instace toMichael Roitzsch
2003-08-12small code beautificationMichael Roitzsch
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