Age | Commit message (Expand) | Author |
2004-07-19 | fix for brightness drift | Miguel Freitas |
2004-07-15 | check number of frames on fifo before deciding to skip decoding | Miguel Freitas |
2004-07-06 | fix a long standing bug: streams were not played till their very end, because | Miguel Freitas |
2004-07-05 | when first_frame_flag drops to 0, first_frame_reached has to be emitted | Michael Roitzsch |
2004-06-26 | do not assume YV12 and YUY2 are the only image formats | Michael Roitzsch |
2004-06-25 | exit pause loop, when video loop is terminated | Michael Roitzsch |
2004-06-19 | modified patch from Reinhard Nissl to report the length of the out fifos | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-06-02 | Do not loop in __wait_first_frame. | Thibaut Mattern |
2004-05-30 | there are more image formats than YV12 and YUY2 -> fixes DXR3 crash | Michael Roitzsch |
2004-05-29 | separate the two semantics of querying a port's status with a NULL stream; | Michael Roitzsch |
2004-05-23 | Improve seeking smoothness. | Thibaut Mattern |
2004-05-13 | Don't set the img->duration to the default if it's 0 in vo_frame_draw - this ... | James Stembridge |
2004-05-07 | move lprintf to the right location (where variables are initialized) | Daniel Caujolle-Bert |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2004-04-22 | This patch allows the engine to handle frames with duration=0. | Thibaut Mattern |
2004-03-23 | it seems I broke most DVD menus with this; unfortunately not the ones I teste... | Michael Roitzsch |
2004-03-16 | while hanging in get_frame or get_buffer, we have to check for ticket | Michael Roitzsch |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2004-02-19 | Mandrake patches from | Rocky Bernstein |
2004-01-07 | use frame copying functions | James Stembridge |
2004-01-07 | the new, refined post plugin architecture | Michael Roitzsch |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-19 | fix wrong next_frame_vpts guessing which causes problems | Michael Roitzsch |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-16 | actually not every engine file uses internals, so we do not need to define | Michael Roitzsch |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-10-30 | * modify the engine slightly, so that the stream member in a video frame or | Michael Roitzsch |
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-08 | this test is outdated: it is legal to lock the frame multiple times, | Miguel Freitas |
2003-10-06 | - add XvMC support | Miguel Freitas |
2003-09-13 | fix ao/vo flush while paused (it would freeze the engine). | Miguel Freitas |
2003-09-05 | div by zero fix by G Developer | Miguel Freitas |
2003-08-15 | I am using the latest internal API increase to rename video_overlay_instace to | Michael Roitzsch |
2003-08-12 | add a flags member to frame struct (the relevant API versions have already been | Michael Roitzsch |
2003-08-04 | support for arbitrary aspect ratios | Miguel Freitas |
2003-07-13 | set pos/time information on video frames as well | Guenter Bartsch |
2003-07-12 | reports the number of skipped/discarded frames | Miguel Freitas |
2003-06-22 | some additional pthread_*_destroy() calls | Michael Roitzsch |
2003-06-13 | default | Miguel Freitas |
2003-06-11 | - add VO_INTERLACED_FLAG to get_frame | Miguel Freitas |
2003-06-06 | initial ideas for automatic enabling/disabling deinterlacer | Miguel Freitas |
2003-05-31 | update video out api to allow better frame management (explicit locking) | Miguel Freitas |
2003-05-11 | Little seeking improvement. | Thibaut Mattern |
2003-05-06 | Thibaut asked me to revert his latest patch | Miguel Freitas |
2003-05-06 | This is some general Win32 cleanup and getting ready for DVD support. | Tim Champagne |
2003-05-05 | Do not use pts from bad frames in the metronom and in the video_loop. | Thibaut Mattern |