Age | Commit message (Expand) | Author |
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 |
2002-12-06 | - rearrange vo_frame_s to look like other xine structures | Miguel Freitas |
2002-12-06 | do not overrun data returned by X server (YUY2 case) | Miguel Freitas |
2002-12-06 | nothing here (just small debug message updates) | Miguel Freitas |
2002-12-06 | terminate data with zero to avoid overrun | Miguel Freitas |
2002-12-06 | set fourcc so ffmpeg can detect buggy streams | Miguel Freitas |
2002-12-06 | fixing segfaults in arts | Miguel Freitas |
2002-12-04 | decommission native xine SVQ1 decoder by removing its build instructions | Mike Melanson |
2002-12-04 | pass the great responsibility of decoding SVQ1 data over to ffmpeg | Mike Melanson |
2002-12-04 | modified YUV9 -> YV12 converter | Mike Melanson |
2002-12-04 | obsolete 2 of the special buffer types (elimination of special cases is | Mike Melanson |
2002-12-04 | fix and reinstate FAAD decoder | Mike Melanson |
2002-12-04 | remove any mention of the special sample size buffer | Mike Melanson |
2002-12-03 | Initialises mms_t struct (makes valgrind happy). | Thibaut Mattern |
2002-12-03 | Update TODO. Fix dsputils with mediaLib again. | Robin KAY |
2002-12-03 | elaborate some comments | Michael Roitzsch |
2002-12-02 | less noise with xmlparsing. | Daniel Caujolle-Bert |
2002-12-02 | - Fix segfault when there is no audio driver. | Thibaut Mattern |
2002-12-02 | update ffmpeg, pass fourcc and other stuff that might be useful | Miguel Freitas |
2002-12-01 | now that I understand the copy method, the inverter works for XShm too | Michael Roitzsch |
2002-12-01 | some fixes. Xv works fine now. XShm does not. :( | Michael Roitzsch |
2002-12-01 | Big update : | Thibaut Mattern |
2002-12-01 | preliminary support for ClearVideo DLL | Mike Melanson |
2002-12-01 | added entry for ClearVideo | Mike Melanson |
2002-12-01 | public header needed for xine_{audio,video}_port_t declaration | Michael Roitzsch |
2002-12-01 | implement the rest of the public post plugin API | Michael Roitzsch |
2002-12-01 | - add post plugins to the plugin catalog | Michael Roitzsch |
2002-12-01 | enable compilation of post plugin helper module | Michael Roitzsch |
2002-12-01 | enable compilation of post subdir | Michael Roitzsch |
2002-12-01 | first Advent - time for some presents: xine's first post plugin | Michael Roitzsch |
2002-12-01 | deploy filtering YUV9 -> YV12 converter | Mike Melanson |
2002-12-01 | added generalized YUV9 -> YV12 conversion function | Mike Melanson |
2002-12-01 | avoid overflow | Guenter Bartsch |
2002-12-01 | fix memleak in input_http, fix mms read function | Guenter Bartsch |
2002-11-30 | just now i realized the wrong underlying assumption i did in metronom: fixing | Miguel Freitas |
2002-11-30 | copy'n'paste bug? I don't think the real decoder needs ogg vorbis. | Michael Roitzsch |
2002-11-29 | added special case to enable playback of signed 8-bit data | Mike Melanson |
2002-11-29 | no need to dispose the current decoder plugin on stream end, it will be disposed | Michael Roitzsch |
2002-11-28 | yep, more codec types | Mike Melanson |
2002-11-28 | automatically detecting MP3 in RIFF files is great, but be sure to | Mike Melanson |
2002-11-28 | Extended demuxer API with the methods get_capabilities() and get_optional_dat... | Peter Liljenberg |
2002-11-28 | fix reading out mixer setting | Guenter Bartsch |
2002-11-27 | experimental change in handling of sound clock drifting (relative to the vpts... | Heiko Schaefer |
2002-11-27 | change comment style so this file will compile | Mike Melanson |
2002-11-27 | prettier logging :o) | Heiko Schaefer |