Age | Commit message (Expand) | Author |
2002-12-12 | Adds asfheader.h | Thibaut Mattern |
2002-12-12 | Uses asfheader.h | Thibaut Mattern |
2002-12-12 | small bugfix - init plugin instance struct to 0 | Guenter Bartsch |
2002-12-12 | only update pos/time from video if there is no audio | Guenter Bartsch |
2002-12-12 | Prepares mms/asf cleanup. | Thibaut Mattern |
2002-12-12 | The rest of rtsp input plugin; sorry. | Stefan Holst |
2002-12-12 | * Initial version of an rtsp input plugin. It is far from being perfect, | Stefan Holst |
2002-12-12 | only relative forward seeking is supported by non-seekable input plugins | Stefan Holst |
2002-12-12 | fix stdin plugin, cosmetic cleanups in mp3 demuxer | Guenter Bartsch |
2002-12-12 | added support for (believe it or not) MS-style WAVE format headers | Mike Melanson |
2002-12-12 | new member of the xine stream info family | Mike Melanson |
2002-12-12 | iv32 doesn't like to receive null buffer. | Miguel Freitas |
2002-12-12 | handling of some strange avi files. | Miguel Freitas |
2002-12-11 | that should fix playback of streams generated by dvgrab. | Miguel Freitas |
2002-12-11 | fix interpolation bounds. previously it could cause buffer overrun (and segfa... | Miguel Freitas |
2002-12-11 | Avoiding filesystem clashes with libxine0 (0.9.13) | Siggi Langauf |
2002-12-10 | some metainfo | Guenter Bartsch |
2002-12-10 | libreal av sync fix | Stefan Holst |
2002-12-10 | this causes more trouble than benefit | Michael Roitzsch |
2002-12-09 | - remove unneeded event listener thread, the real deadlock has already been f... | Michael Roitzsch |
2002-12-09 | fix CC-decoding related deadlocks | Christian Vogler |
2002-12-09 | audio/video pid auto-detection | Guenter Bartsch |
2002-12-08 | bring fb driver back | Miguel Freitas |
2002-12-08 | discard preview | Miguel Freitas |
2002-12-08 | - get xine_demux_control_headers_done() out of the demuxers. | Miguel Freitas |
2002-12-08 | introduce the catalog cache. saves information from plugins with | Miguel Freitas |
2002-12-08 | decoder, state your name for the record | Mike Melanson |
2002-12-08 | - fix a rare, but longstanding dxr3 bug: | Michael Roitzsch |
2002-12-08 | wrong event unpacking | Michael Roitzsch |
2002-12-07 | All gui_data_exchange containing X calls may xlocked/xunlocked. Don't forget | Daniel Caujolle-Bert |
2002-12-07 | hush, set default framerate a little lower | Guenter Bartsch |
2002-12-07 | Up PGX64 interface version. | Robin KAY |
2002-12-07 | fix a/v sync | Guenter Bartsch |
2002-12-06 | real bugfixes, improved discontinuity/live stream handling, handling of audio... | Guenter Bartsch |
2002-12-06 | fix decoder priority changing | Miguel Freitas |
2002-12-06 | improve meta info | Miguel Freitas |
2002-12-06 | less verbose | Miguel Freitas |
2002-12-06 | should fix audio vpts error on seeks | Miguel Freitas |
2002-12-06 | - add still frame hint (untested - i don't have dvd here) | Miguel Freitas |
2002-12-06 | - add still frame hint | Miguel Freitas |
2002-12-06 | embed closed caption decoding again (needs testing) | Michael Roitzsch |
2002-12-06 | reenable spucc compilation | Michael Roitzsch |
2002-12-06 | bring the closed caption decoder back | Michael Roitzsch |
2002-12-06 | - optimization to avoid img->copy on duplicate | Miguel Freitas |
2002-12-06 | thanks to Miguel, copying is no longer necessary | Michael Roitzsch |
2002-12-06 | reenable our svq1 decoder for now (ffmpeg one is segfaulting) | Miguel Freitas |
2002-12-06 | - sync with ffmpeg (that must fix heiko stream, thanks Michael Niedermayer) | Miguel Freitas |
2002-12-06 | remove img->copy from all decoders | Miguel Freitas |
2002-12-06 | decoders do not need to call img->copy() if they don't want to. | Miguel Freitas |
2002-12-06 | - update api version, adding new "copy_called" flag. | Miguel Freitas |