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