summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2002-12-13disable cache logMiguel Freitas
2002-12-13metronom fix/improvement/simplification:Michael Roitzsch
2002-12-12only update pos/time from video if there is no audioGuenter Bartsch
2002-12-12new member of the xine stream info familyMike Melanson
2002-12-11fix interpolation bounds. previously it could cause buffer overrun (and segfa...Miguel Freitas
2002-12-11Avoiding filesystem clashes with libxine0 (0.9.13)Siggi Langauf
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-12-08introduce the catalog cache. saves information from plugins withMiguel Freitas
2002-12-06fix decoder priority changingMiguel Freitas
2002-12-06- add still frame hintMiguel Freitas
2002-12-06- optimization to avoid img->copy on duplicateMiguel Freitas
2002-12-06decoders do not need to call img->copy() if they don't want to.Miguel Freitas
2002-12-06- rearrange vo_frame_s to look like other xine structuresMiguel Freitas
2002-12-06nothing here (just small debug message updates)Miguel Freitas
2002-12-04obsolete 2 of the special buffer types (elimination of special cases isMike Melanson
2002-12-03elaborate some commentsMichael Roitzsch
2002-12-01added entry for ClearVideoMike Melanson
2002-12-01public header needed for xine_{audio,video}_port_t declarationMichael Roitzsch
2002-12-01implement the rest of the public post plugin APIMichael Roitzsch
2002-12-01- add post plugins to the plugin catalogMichael Roitzsch
2002-12-01enable compilation of post plugin helper moduleMichael Roitzsch
2002-12-01first Advent - time for some presents: xine's first post pluginMichael Roitzsch
2002-12-01avoid overflowGuenter Bartsch
2002-11-30just now i realized the wrong underlying assumption i did in metronom: fixingMiguel Freitas
2002-11-29no need to dispose the current decoder plugin on stream end, it will be disposedMichael Roitzsch
2002-11-28yep, more codec typesMike Melanson
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-27experimental change in handling of sound clock drifting (relative to the vpts...Heiko Schaefer
2002-11-27prettier logging :o)Heiko Schaefer
2002-11-27make Siggi happy: setting stream correctly makes xine-ui playlists work againxine-1-alpha2-release1-alpha2Michael Roitzsch
2002-11-27seems the closedir doesn't break passthrough anymoreHeiko Schaefer
2002-11-25return of the arts audio output pluginGuenter Bartsch
2002-11-25make guenter happy: raise the expertise level of the position entriesMichael Roitzsch
2002-11-25less noiseMichael Roitzsch
2002-11-24wtf happened to those black bars ?\!? :>Guenter Bartsch
2002-11-23no race on the backup image, please; use a different solution (see comment)Michael Roitzsch
2002-11-23fix segfaults with failed driversMichael Roitzsch
2002-11-22HELP! My latest engine patch slightly broke the seeking, so I revert thisMichael Roitzsch
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
2002-11-22flushing the last frame too should increase engine responsiveness now theMichael Roitzsch
2002-11-22do not play with the clock any more, we have dedicated flush functions for th...Michael Roitzsch
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
2002-11-20implement public OSD wrappersMichael Roitzsch
2002-11-20document coordinatesMichael Roitzsch
2002-11-20Fix typoEwald Snel
2002-11-20I forgot to adapt thisMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-19spu and overlay cleanups, mostly cosmeticMiguel Freitas
2002-11-18set default audio.passthrough_offset to 0Heiko Schaefer
2002-11-18first steps towards a working real demuxer and using binary-only real codecsGuenter Bartsch