summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-09-19New greedy deinterlace methodMiguel Freitas
2001-09-19Add a faster RGB->YUV conversionJuergen Keil
2001-09-19deinterlace update, not finished yet (weave looks broken).Miguel Freitas
2001-09-18Fix typosJames Courtier-Dutton
2001-09-18ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handleJuergen Keil
2001-09-18this->size not initialized on first frame, ffmpeg video decoder accessesJuergen Keil
2001-09-18a52_block error: liba52 audio decoder accesses uninitialized malloced memoryJuergen Keil
2001-09-18libmpeg2 video decoder accesses uninitialized malloced memory, may crash inJuergen Keil
2001-09-17Add .trp extension recognition.James Courtier-Dutton
2001-09-17Begin support for Multiple Programs (Channels) in one stream.James Courtier-Dutton
2001-09-17_xine_get_featured_input_plugin_ids: wrong parentheses - overwrites two bytesJuergen Keil
2001-09-16Check of current_frame existence in mpeg2_close().Daniel Caujolle-Bert
2001-09-16Update docs. Fixed some warnings. configure.in is ready for 0.9.1.Daniel Caujolle-Bert
2001-09-16Prevent Floating point exception when playing mpeg streams with LPCM audio.James Courtier-Dutton
2001-09-16deinterlace stuffMiguel Freitas
2001-09-16software deinterlacer filter (BOB)Miguel Freitas
2001-09-16Fixed libtool versionning.Daniel Caujolle-Bert
2001-09-16un-faked so version number.Siggi Langauf
2001-09-16Few updates. autoconf-2.52/automake-1.5 supported.Daniel Caujolle-Bert
2001-09-14Added some stuff to make still-frame menus work a bit better, allowed events ...Rich J Wareham
2001-09-14Fix xine --help audio plugin sensing.James Courtier-Dutton
2001-09-14Fix for no audio.James Courtier-Dutton
2001-09-12small patch for null audio outputGuenter Bartsch
2001-09-12further tweaks and patches for menu support: new buftypes (BUF_CONTROL_DISCON...Guenter Bartsch
2001-09-12DTS patches from Michiel TonemanJoachim Koenig
2001-09-12adding still picture support (needed to implement menus) based on Rich's workGuenter Bartsch
2001-09-12small libmad debug output cleanupGuenter Bartsch
2001-09-12small bugfix to make audio work when seeking backGuenter Bartsch
2001-09-12Make the default settings work on more systems.James Courtier-Dutton
2001-09-11fixed no-resample audio output, fixed qt stream end detectionGuenter Bartsch
2001-09-11video_out_xshm crashes for scale factor 16/23, due to rounding error.Juergen Keil
2001-09-11444P and 422P colorspace support (for mjpeg) for ffmpegGuenter Bartsch
2001-09-11Fix typoJames Courtier-Dutton
2001-09-11linking demux_qt to zlib for compressed headers, make ffmpeg handle JPEG qt s...Guenter Bartsch
2001-09-11Fix some Floating point exceptionsJames Courtier-Dutton
2001-09-11remove obsoleted stuff by the new cache scheme.Miguel Freitas
2001-09-11Fix compile error (does not find xine/buffer.h)Juergen Keil
2001-09-11Re-use the same profiler id (after pthread_exit -> pthread_create)Juergen Keil
2001-09-11read_cache enables xine to read DVD data in larger chunks (here 16*2048 bytes...Guenter Bartsch
2001-09-10fixed unixscr_adjust, using it to fix small audio gapsGuenter Bartsch
2001-09-10Fixes for highly multiplexed transport streams.James Courtier-Dutton
2001-09-10- aspect ratio switching with autorepeat crashes video_out_xshm;Juergen Keil
2001-09-10make codecs decompress all frames into the same target buffer, cinepak and in...Guenter Bartsch
2001-09-10Xv attribute setting bugfix provided by Frederic Devernay <Frederic.Devernay@...Guenter Bartsch
2001-09-10"l" printf conversion specification not needed for printing doublesJuergen Keil
2001-09-10Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm'sJuergen Keil
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor bug...Guenter Bartsch
2001-09-10Re-wrote re-sync code so that it does not drop any packets.James Courtier-Dutton
2001-09-10fix for frame buffers that were never ->displayed()Miguel Freitas
2001-09-10better responsiveness by providing pthread cancellationMiguel Freitas