Age | Commit message (Expand) | Author |
2004-07-06 | fix a long standing bug: streams were not played till their very end, because | Miguel Freitas |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2004-04-08 | make that a define to improve maintainabilityxine_1-rc3c-release1-rc3c | Michael Roitzsch |
2004-04-08 | Degrease jerking with OGM subtitles. | František Dvořák |
2004-04-07 | Michael's patch for improving playback with subtitles, fix the long seeking. | František Dvořák |
2004-03-28 | move the ticket acquire/release deeper inside the decoder loops | Michael Roitzsch |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2004-02-12 | big commit of the new ticket system to protect the rewiring and more | 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 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-20 | "Anti audio fifo null" patch ;) | Thibaut Mattern |
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-07-27 | - removed xine-engine/locale.c as it is unused, fix static functions in the | Bastien Nocera |
2003-06-22 | some additional pthread_*_destroy() calls | Michael Roitzsch |
2003-04-27 | fixing selection of spu titles | Andreas Heinchen |
2003-04-02 | - remove unneeded use of pthread_exit(NULL). We do not have any cleanup | Bastien Nocera |
2003-03-25 | - allow on-the-fly rewiring of streams output | Michael Roitzsch |
2003-03-07 | workaround buggy pthread implementations with a timedwait | Miguel Freitas |
2003-03-06 | - less verbosity, thanks Guenter | Bastien Nocera |
2003-02-21 | make number of video buffers user-configurable | Guenter Bartsch |
2003-02-18 | sorry, private modifications... | Michael Roitzsch |
2003-02-18 | fix problem with not appearing still frames on DVDs | Michael Roitzsch |
2003-02-16 | bigger buffers for smoother playback | Guenter Bartsch |
2003-02-01 | adding flush-mode so seek() and play() work for video processing (enix) | Guenter Bartsch |
2003-01-14 | move default handled flag to xine.c. this fixes false alarm with -A null. | Miguel Freitas |
2003-01-09 | - can't use HAS_VIDEO/HAS_AUDIO at this stage because some demuxers will only | Miguel Freitas |
2003-01-09 | handled/unhandled fixes. now it should work for dvd too. | Miguel Freitas |
2003-01-08 | fixes/cleanups of the handled/unhandled codecs | Miguel Freitas |
2002-12-31 | kill unused variable | Michael Roitzsch |
2002-12-27 | This should be more compatible with spu decoder plugins | Ewald Snel |
2002-12-27 | Fix 'XINE_STREAM_INFO_MAX_SPU_CHANNEL' property | Ewald Snel |
2002-12-26 | - cleanup internal interfaces for rewiring | Miguel Freitas |
2002-12-22 | flush moved to decoder loop. that simplifies things a lot. | Miguel Freitas |
2002-12-21 | xine_get_pos_length should return zero if current position is unknown. this | Miguel Freitas |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-12 | only update pos/time from video if there is no audio | Guenter Bartsch |
2002-12-06 | - add still frame hint | Miguel Freitas |
2002-11-29 | no need to dispose the current decoder plugin on stream end, it will be disposed | Michael Roitzsch |
2002-11-15 | cleaning up spu types. now avi subtitles may be enabled again. | Miguel Freitas |
2002-11-12 | merge metronom's improvements (inform decoders about discontinuities) | Miguel Freitas |
2002-11-02 | these should better be broadcast signals | Michael Roitzsch |
2002-10-31 | new syntax for MRLs | Michael Roitzsch |
2002-10-29 | engine improvements | Michael Roitzsch |
2002-10-27 | return of ogg and vorbis, began implementing verbosity parameter | Guenter Bartsch |
2002-10-26 | Remove assert(0), left over from testing. | James Courtier-Dutton |
2002-10-21 | Enable DVD SPU subtitles. | James Courtier-Dutton |
2002-10-19 | call it LOG for consistency | Guenter Bartsch |
2002-10-18 | my very first try at the new streams api. some fixes to it (uninitialized | Miguel Freitas |