summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_decoder.c
AgeCommit message (Expand)Author
2002-01-05Fix NAV packet demux.James Courtier-Dutton
2002-01-04NAV packets now reach libspudec.James Courtier-Dutton
2001-12-24automatic still image detection - based on miguel's work but with modificatio...Guenter Bartsch
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed reg...Guenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-15improved audio/spu channel selection, let the user take control over both if ...Guenter Bartsch
2001-11-13metronom logic changedHeiko Schaefer
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-11-06ASF bugfixes / variable to check for fifo buffer sizeMiguel Freitas
2001-10-24minor cleanups and fixes, fixed still image support in metronomGuenter Bartsch
2001-10-21Implement support for auto display of Menus.James Courtier-Dutton
2001-10-20Decide which stream to use in libspudec instead of video_decoder.cJames Courtier-Dutton
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-18audio decoder cleanup, tell the audio part of metronom that there are still i...Guenter Bartsch
2001-10-18Slight re-ordering to make sure that input plugins can register event listenersRich J Wareham
2001-10-05fix a long standing deadlock conditionMiguel Freitas
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
2001-09-26libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTR...Guenter Bartsch
2001-09-14Added some stuff to make still-frame menus work a bit better, allowed events ...Rich J Wareham
2001-09-12further tweaks and patches for menu support: new buftypes (BUF_CONTROL_DISCON...Guenter Bartsch
2001-09-11Re-use the same profiler id (after pthread_exit -> pthread_create)Juergen Keil
2001-09-10Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm'sJuergen Keil
2001-09-09Enable PTHREAD_SCOPE_SYSTEM, to work around xine hanging on solaris.Juergen Keil
2001-09-06SPU profilingJuergen Keil
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel F...Guenter Bartsch
2001-08-25measuring complete audio/video output performanceGuenter Bartsch
2001-08-20Fix last commit.James Courtier-Dutton
2001-08-20*** empty log message ***James Courtier-Dutton
2001-08-18various cleanups; 8 bit depth detection and handling (yuv2rgb not implemented...Guenter Bartsch
2001-08-16Moved XINE_SPU_EVENT handler to video_decoder.Eduard Hasenleithner
2001-08-15Fixed unresolved symbols.Daniel Caujolle-Bert
2001-08-14return of the profilerGuenter Bartsch
2001-08-13FreeBSD needs <sched.h> for SCHED_OTHER defineJuergen Keil
2001-08-11thread priorities to improve performance on freebsd (and possibly others)Guenter Bartsch
2001-08-05Enabled CLUT palette transfer from the input pluginEduard Hasenleithner
2001-08-02Fixed Video fifo buffer overflow.James Courtier-Dutton
2001-07-30whoups, looks like a priority of 0 is not allowed :>Guenter Bartsch
2001-07-14cleaned up and finished spu_thread removalGuenter Bartsch
2001-07-13Make SPU decode use Video decoder thread instead of it's own thread.James Courtier-Dutton
2001-07-11fixed segfault for field picture based streamsGuenter Bartsch
2001-06-24lots of bugfixes for race condtitions, X11 in general and support for remote ...Guenter Bartsch
2001-06-24fixed small bug about clean xine exitGuenter Bartsch
2001-06-23fixed race between metronom and xine engine, small audio plugin api change to...Guenter Bartsch
2001-06-17more engine stability fixes, pause works againGuenter Bartsch
2001-06-16xine engine cleanups and new callbacks for seamless branchingGuenter Bartsch
2001-06-16more seeking/stopping bugfixesGuenter Bartsch
2001-06-14more fixesGuenter Bartsch
2001-06-14small patches and bugfixes (debugging on freebsd...)Guenter Bartsch
2001-06-09more avi demuxer/libw32 bugfixesGuenter Bartsch