summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-12-06thanks to Miguel, copying is no longer necessaryMichael Roitzsch
2002-12-06reenable 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-06remove img->copy from all decodersMiguel Freitas
2002-12-06decoders 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 structuresMiguel Freitas
2002-12-06do not overrun data returned by X server (YUY2 case)Miguel Freitas
2002-12-06nothing here (just small debug message updates)Miguel Freitas
2002-12-06terminate data with zero to avoid overrunMiguel Freitas
2002-12-06set fourcc so ffmpeg can detect buggy streamsMiguel Freitas
2002-12-06fixing segfaults in artsMiguel Freitas
2002-12-04decommission native xine SVQ1 decoder by removing its build instructionsMike Melanson
2002-12-04pass the great responsibility of decoding SVQ1 data over to ffmpegMike Melanson
2002-12-04modified YUV9 -> YV12 converterMike Melanson
2002-12-04obsolete 2 of the special buffer types (elimination of special cases isMike Melanson
2002-12-04fix and reinstate FAAD decoderMike Melanson
2002-12-04remove any mention of the special sample size bufferMike Melanson
2002-12-03Initialises mms_t struct (makes valgrind happy).Thibaut Mattern
2002-12-03Update TODO. Fix dsputils with mediaLib again.Robin KAY
2002-12-03elaborate some commentsMichael Roitzsch
2002-12-02less noise with xmlparsing.Daniel Caujolle-Bert
2002-12-02- Fix segfault when there is no audio driver.Thibaut Mattern
2002-12-02update ffmpeg, pass fourcc and other stuff that might be usefulMiguel Freitas
2002-12-01now that I understand the copy method, the inverter works for XShm tooMichael Roitzsch
2002-12-01some fixes. Xv works fine now. XShm does not. :(Michael Roitzsch
2002-12-01Big update :Thibaut Mattern
2002-12-01preliminary support for ClearVideo DLLMike Melanson
2002-12-01added entry for ClearVideoMike Melanson
2002-12-01public header needed for xine_{audio,video}_port_t declarationMichael Roitzsch
2002-12-01implement the rest of the public post plugin APIMichael Roitzsch
2002-12-01- add post plugins to the plugin catalogMichael Roitzsch
2002-12-01enable compilation of post plugin helper moduleMichael Roitzsch
2002-12-01enable compilation of post subdirMichael Roitzsch
2002-12-01first Advent - time for some presents: xine's first post pluginMichael Roitzsch
2002-12-01deploy filtering YUV9 -> YV12 converterMike Melanson
2002-12-01added generalized YUV9 -> YV12 conversion functionMike Melanson
2002-12-01avoid overflowGuenter Bartsch
2002-12-01fix memleak in input_http, fix mms read functionGuenter Bartsch
2002-11-30just now i realized the wrong underlying assumption i did in metronom: fixingMiguel Freitas
2002-11-30copy'n'paste bug? I don't think the real decoder needs ogg vorbis.Michael Roitzsch
2002-11-29added special case to enable playback of signed 8-bit dataMike Melanson
2002-11-29no need to dispose the current decoder plugin on stream end, it will be disposedMichael Roitzsch
2002-11-28yep, more codec typesMike Melanson
2002-11-28automatically detecting MP3 in RIFF files is great, but be sure toMike Melanson
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-28fix reading out mixer settingGuenter Bartsch
2002-11-27experimental change in handling of sound clock drifting (relative to the vpts...Heiko Schaefer
2002-11-27change comment style so this file will compileMike Melanson
2002-11-27prettier logging :o)Heiko Schaefer