summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_decoder.c
AgeCommit message (Expand)Author
2007-04-15Increase priority of video decoder a little bit, to avoid frameReinhard Nißl
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2006-12-03should fix bug reported by Christophe Thommeret where avi+subtitlesxine-1_1_3-release1.1.3Miguel Freitas
2006-09-08handle thread creation and memory allocation failures more gratefullyMiguel Freitas
2005-10-30gapless playback stream switching supportMiguel Freitas
2005-08-25*BUGFIX*František Dvořák
2005-04-19**BUGFIX**Bastien Nocera
2005-02-13reverting private changes - sorry...Stefan Holst
2005-02-13nitpick: reset MAX_AUDIO_CHANNEL and MAX_SPU_CHANNEL together with other stre...Stefan Holst
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-11Czech translation update. 100% of the messages after long time, yes! :-)František Dvořák
2004-10-27flush on end of streamMiguel Freitas
2004-10-14Implemented stream_t reference counter idea.Thibaut Mattern
2004-07-06fix a long standing bug: streams were not played till their very end, becauseMiguel Freitas
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-04-08make that a define to improve maintainabilityxine_1-rc3c-release1-rc3cMichael Roitzsch
2004-04-08Degrease jerking with OGM subtitles.František Dvořák
2004-04-07Michael's patch for improving playback with subtitles, fix the long seeking.František Dvořák
2004-03-28move the ticket acquire/release deeper inside the decoder loopsMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-12big commit of the new ticket system to protect the rewiring and moreMichael Roitzsch
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
2003-06-22some additional pthread_*_destroy() callsMichael Roitzsch
2003-04-27fixing selection of spu titlesAndreas Heinchen
2003-04-02- remove unneeded use of pthread_exit(NULL). We do not have any cleanupBastien Nocera
2003-03-25- allow on-the-fly rewiring of streams outputMichael Roitzsch
2003-03-07workaround buggy pthread implementations with a timedwaitMiguel Freitas
2003-03-06- less verbosity, thanks GuenterBastien Nocera
2003-02-21make number of video buffers user-configurableGuenter Bartsch
2003-02-18sorry, private modifications...Michael Roitzsch
2003-02-18fix problem with not appearing still frames on DVDsMichael Roitzsch
2003-02-16bigger buffers for smoother playbackGuenter Bartsch
2003-02-01adding flush-mode so seek() and play() work for video processing (enix)Guenter Bartsch
2003-01-14move default handled flag to xine.c. this fixes false alarm with -A null.Miguel Freitas
2003-01-09- can't use HAS_VIDEO/HAS_AUDIO at this stage because some demuxers will onlyMiguel Freitas
2003-01-09handled/unhandled fixes. now it should work for dvd too.Miguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2002-12-31kill unused variableMichael Roitzsch
2002-12-27This should be more compatible with spu decoder pluginsEwald Snel
2002-12-27Fix 'XINE_STREAM_INFO_MAX_SPU_CHANNEL' propertyEwald Snel
2002-12-26- cleanup internal interfaces for rewiringMiguel Freitas