index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-engine
/
video_overlay.c
Age
Commit message (
Expand
)
Author
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-07-12
Fix memory leak in video_overlay.c
Simon Farnsworth
2007-04-18
Alphablending optimizations:
Petri Hintukainen
2007-04-07
video_overlay_s uses C's inheritance-like definition, so the first field has ...
Diego 'Flameeyes' Pettenò
2007-04-04
Reorder and pack the structures that are defined inside compilation units ins...
nopadding_no_abi_change
Diego 'Flameeyes' Pettenò
2006-09-26
Avoid crashing when handle somehow ends up being less than zero.
Diego 'Flameeyes' Pettenò
2006-04-05
1) various warning fixes
František Dvořák
2005-09-25
move alphablend to core
Miguel Freitas
2005-09-24
- rename all clip_top, clip_left, clip_color... to hili_xxxx. that
Miguel Freitas
2004-12-08
fix race reported by Reinhard
Miguel Freitas
2004-11-24
use the internal freeing function, because it saves code and does proper locking
Michael Roitzsch
2004-03-29
destroy the mutexes properly
Michael Roitzsch
2003-12-09
update copyright year (and we have to do it again in 3 weeks... ;-) )
Daniel Caujolle-Bert
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-08-25
Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...
Daniel Caujolle-Bert
2003-08-15
I am using the latest internal API increase to rename video_overlay_instace to
Michael Roitzsch
2003-04-01
Fix race condition, where spudec_reset is called and then a button update arr...
James Courtier-Dutton
2003-03-23
fix some DVD menus where highlights would not be shown
Michael Roitzsch
2002-11-20
engine modifications to allow post plugin layer:
Michael Roitzsch
2002-11-19
spu and overlay cleanups, mostly cosmetic
Miguel Freitas
2002-10-21
Enable DVD SPU subtitles.
James Courtier-Dutton
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-09-01
Update a comment.
James Courtier-Dutton
2002-08-10
syncing my local tree:
Miguel Freitas
2002-06-26
no output to stderr
Michael Roitzsch
2002-04-23
Fix osd memory leaks (unprocessed events and unfreed overlay objects)
Ewald Snel
2002-04-09
Introducing steps towards a menu api in video_overlay.c
James Courtier-Dutton
2002-03-25
Re-organised libspudec to hopefully make it more readable.
James Courtier-Dutton
2002-03-21
- only draw still frame/logo if needed
Miguel Freitas
2002-03-14
- make libsputext work again
Miguel Freitas
2002-03-14
Ewald Snel's latest memory leak fixes
Miguel Freitas
2002-01-15
Beginning of overlay highlights correction work.
James Courtier-Dutton
2002-01-07
Fix menu button colours on RGB displays like XShm.
James Courtier-Dutton
2002-01-06
Hide menu overlays between menus.
James Courtier-Dutton
2002-01-06
Menu button events now filtered based on PTS comparison.
James Courtier-Dutton
2002-01-05
Added EVENT_FREE_HANDLE to video_overlay events.
James Courtier-Dutton
2002-01-05
Fix NAV packet demux.
James Courtier-Dutton
2001-12-16
fix for clipping box not being cleared when menu changes
Miguel Freitas
2001-12-09
Fix segfault if button event is sent before an SPU is present.
James Courtier-Dutton
2001-12-01
please don't commit modules with enable log output
Guenter Bartsch
2001-11-30
More updates for menus.
James Courtier-Dutton
2001-11-30
Improve button highlights.
James Courtier-Dutton
2001-11-30
Fix a seg fault in hide_menu event.
James Courtier-Dutton
2001-11-29
fix event ordering
Miguel Freitas
2001-11-28
* OSD (On Screen Display) for rendering text and graphics into overlays
Miguel Freitas