summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
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
2003-05-19new MP3 fourccMike Melanson
2003-05-16Fix win32 build and start adding additional plugin supportTim Champagne
2003-05-16- nvtv fixes by Mattias Eriksson <snaggen@acc.umu.se>Bastien Nocera
2003-05-15add broadcasterMiguel Freitas
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-13HPUX fix from Gansser, Martin <MGansser@rand.de>Daniel Caujolle-Bert
2003-05-13support multiple callback registrationMiguel Freitas
2003-05-13fourcc housekeepingMike Melanson
2003-05-12Better checking for too many buffer free's.James Courtier-Dutton
2003-05-11Little seeking improvement.Thibaut Mattern
2003-05-10rework the QT stsd/ImageDescription passing from demuxer -> decoderMike Melanson
2003-05-07- ittsy bitsy memory corruption fixBastien Nocera
2003-05-06silence in the ranksMichael Roitzsch
2003-05-06Thibaut asked me to revert his latest patchMiguel Freitas
2003-05-06CDDA demux plugin build fix and enable Real 28.8 formatEwald Snel
2003-05-06This is some general Win32 cleanup and getting ready for DVD support.Tim Champagne
2003-05-06- make sure that the read_size is not bigger than the buffer we're sending backBastien Nocera
2003-05-05- fix a possible crash when the preview size was greater than the size requestedBastien Nocera
2003-05-05Do not use pts from bad frames in the metronom and in the video_loop.Thibaut Mattern