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
/
post.c
Age
Commit message (
Expand
)
Author
2006-01-27
Adapt the engine to the new list code.
Thibaut Mattern
2005-07-17
Copy frame ratio as well
James Stembridge
2005-06-17
** BUGFIX **
Darren Salt
2005-05-07
*BUGFIX*
František Dvořák
2004-10-17
copy_up should not copy the stream, this info travels from decoders to output,
Michael Roitzsch
2004-09-28
xxmc patch by Thomas Hellstrom (with some changes)
Miguel Freitas
2004-05-29
separate the two semantics of querying a port's status with a NULL stream;
Michael Roitzsch
2004-05-18
track number of times the port has being opened.
Miguel Freitas
2004-05-18
bits, rate and mode were not set when audio post plugin was first created
Miguel Freitas
2004-04-17
swap usage of "up" and "down" to the more common meaning:
Michael Roitzsch
2004-02-12
big commit of the new ticket system to protect the rewiring and more
Michael Roitzsch
2004-01-07
the new, refined post plugin architecture
Michael Roitzsch
2003-12-09
update copyright year (and we have to do it again in 3 weeks... ;-) )
Daniel Caujolle-Bert
2003-12-07
i guess img->lock must not restore the frame pointers
Miguel Freitas
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-10-23
cleanup in video_out.h
Michael Roitzsch
2003-10-22
Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...
Robin KAY
2003-10-06
- add XvMC support
Miguel Freitas
2003-08-15
- rename to overlay manager
Michael Roitzsch
2003-08-04
support for arbitrary aspect ratios
Miguel Freitas
2003-05-31
update video out api to allow better frame management (explicit locking)
Miguel Freitas
2003-02-06
first pass on cleaning up ao/vo properties and flush stuff
Miguel Freitas
2003-01-11
get img_duration from video_out
Miguel Freitas
2003-01-10
add width/height to vo_status
Miguel Freitas
2003-01-02
returning void looks bad, agreed (although this is valid C)
Michael Roitzsch
2003-01-01
void functions can't return a value
Robin KAY
2002-12-27
quite experimental changes on post plugin api to enable rewiring
Miguel Freitas
2002-12-26
- cleanup internal interfaces for rewiring
Miguel Freitas
2002-12-25
change some types for convenience (less casts)
Michael Roitzsch
2002-12-24
trying to add support for audio post plugins. that must be easier than
Miguel Freitas
2002-12-03
elaborate some comments
Michael Roitzsch
2002-12-01
first Advent - time for some presents: xine's first post plugin
Michael Roitzsch