summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_decoder.c
AgeCommit message (Expand)Author
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
2002-12-22flush moved to decoder loop. that simplifies things a lot.Miguel Freitas
2002-12-21xine_get_pos_length should return zero if current position is unknown. thisMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-12only update pos/time from video if there is no audioGuenter Bartsch
2002-12-06- add still frame hintMiguel Freitas
2002-11-29no need to dispose the current decoder plugin on stream end, it will be disposedMichael Roitzsch
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-11-02these should better be broadcast signalsMichael Roitzsch
2002-10-31new syntax for MRLsMichael Roitzsch
2002-10-29engine improvementsMichael Roitzsch
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-21Enable DVD SPU subtitles.James Courtier-Dutton
2002-10-19call it LOG for consistencyGuenter Bartsch
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas