summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2002-12-23adjust audio_vpts and video_vpts on start so they don't stay much aheadMiguel Freitas
2002-12-22flush/seeking overhauledMiguel Freitas
2002-12-22flush moved to decoder loop. that simplifies things a lot.Miguel Freitas
2002-12-21log messageMiguel Freitas
2002-12-21ops, my fault. without this line dvd menus are broken for xshm.Miguel Freitas
2002-12-21check parametersMiguel Freitas
2002-12-21fix osd displaying for xshm driver (daniel: the osd was there... youMiguel Freitas
2002-12-21Protect against faulty configuration settings a tad better.Rocky Bernstein
2002-12-21xine_get_pos_length should return zero if current position is unknown. thisMiguel Freitas
2002-12-21minor comment updateMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-21...my beautiful, beautiful special information buffer facility...okayMike Melanson
2002-12-20Install a hack to avoid deadlocks when exiting xine (for exampple with theJuergen Keil
2002-12-19Undo for non-X11 front-endsEwald Snel
2002-12-19Fix undefined symbols (link to appropriate libraries)Ewald Snel
2002-12-18log outputGuenter Bartsch
2002-12-16fix Floating point exception playing some streams (mostly mp4)Miguel Freitas
2002-12-16log infoGuenter Bartsch
2002-12-16make qt demuxer sent a copy of the stsd atomGuenter Bartsch
2002-12-15convenienceMichael Roitzsch
2002-12-14Add number of audio and subtitle channels stream informationEwald Snel
2002-12-14The solaris pthread_cond_init() man page tells me:Juergen Keil
2002-12-14ao_fill_gap() must be called with the driver_lock unlocked, becauseJuergen Keil
2002-12-13create ~/.xine if it doesn't exist for plugin catalogGuenter Bartsch
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