summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2002-01-08increase palette size of overlays to 256 colorsChristian Vogler
2002-01-08fix type mismatch in initplug declaration for video_out and audio_outChristian Vogler
2002-01-08disabling some debug messagesMiguel Freitas
2002-01-07Fix menu button colours on RGB displays like XShm.James Courtier-Dutton
2002-01-07Don't use dlerror() as a macro argument for LOG_MSG. LOG_MSG might use theJuergen Keil
2002-01-06Hide menu overlays between menus.James Courtier-Dutton
2002-01-06Menu button events now filtered based on PTS comparison.James Courtier-Dutton
2002-01-06Partial fix for video_overlay handles management.James Courtier-Dutton
2002-01-06miguel's superb metronom/still frame patches, with very small modifications. ...Guenter Bartsch
2002-01-06mpeg4 supportGuenter Bartsch
2002-01-06add buf type for aac (needed for ISMA support - coming soon)Guenter Bartsch
2002-01-05updates for closed caption decoderMiguel Freitas
2002-01-05Added EVENT_FREE_HANDLE to video_overlay events.James Courtier-Dutton
2002-01-05Fix NAV packet demux.James Courtier-Dutton
2002-01-04NAV packets now reach libspudec.James Courtier-Dutton
2002-01-03make buf->size signed. some demuxers do if(size<0) to check the end of file.Miguel Freitas
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Forgotten file.Daniel Caujolle-Bert
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-12-25small fix in video_wrap_offset calculationMiguel Freitas
2001-12-24fixes for still image detection. rough hack, needs improvement.Harm van der Heijden
2001-12-24fix bug reported by Christer PalmMiguel Freitas
2001-12-24automatic still image detection - based on miguel's work but with modificatio...Guenter Bartsch
2001-12-23spu vpts calculation may fallback using audio_wrap_offsetMiguel Freitas
2001-12-23osd bugfixes from Christer PalmMiguel Freitas
2001-12-22some comments on how metronom workMiguel Freitas
2001-12-22clipping coordinates are absolute of frame sizeMiguel Freitas
2001-12-21Add missings closedir() calls. DXR3 plugins: add segv handler.Daniel Caujolle-Bert
2001-12-19Add function that return an input plugin description from an identifier.Daniel Caujolle-Bert
2001-12-19metronom fix: we must never update wrap_offset inside discontinuityMiguel Freitas
2001-12-17small fixes for chars > 127Miguel Freitas
2001-12-16increased pts discontinuity threshold to not false trigger on weirdMiguel Freitas
2001-12-16fix for clipping box not being cleared when menu changesMiguel Freitas
2001-12-16merged dxr3 and dxr3enc drivers. Will autmatically use hardware mpegHarm van der Heijden
2001-12-14Add va_* declarations (this should avoid gcc-3 failure).Daniel Caujolle-Bert
2001-12-14Add workaround for max attribute COLORKEY value (~0). Add newDaniel Caujolle-Bert
2001-12-13no cvs-id ?\!Guenter Bartsch
2001-12-13small fix to make external plugins compileGuenter Bartsch
2001-12-13enable/disable osd statusMiguel Freitas
2001-12-13osd fonts update (better looking fonts with on-the-fly color and font face ch...Miguel Freitas
2001-12-13Add new log related function which return log section names. CheckDaniel Caujolle-Bert
2001-12-11Fix log ordering.Daniel Caujolle-Bert
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
2001-12-10scratch buffer bugfixesGuenter Bartsch
2001-12-10malloc bugfix from Damien Clermonté <damien.clermonte@free.fr>Guenter Bartsch
2001-12-10Disable _XOPEN_SOURCE define for solaris, it causes compile errors with aJuergen Keil
2001-12-09Fix segfault if button event is sent before an SPU is present.James Courtier-Dutton
2001-12-09Move SPDIF encaps into the audio decoders.James Courtier-Dutton
2001-12-09xine error reporting interface, very simpleGuenter Bartsch
2001-12-09xine log functions for gui outputGuenter Bartsch