summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_decoder.c
AgeCommit message (Expand)Author
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
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-18should not happen any moreMichael Roitzsch
2002-09-18Updating the DVD menu code to use better nav_pci information.James Courtier-Dutton
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-09-04fix typo (thanks to Daniel for reveiling)Michael Roitzsch
2002-08-30be sure to pass right mrl (this->cur_mrl is wrong most of the time (logo mrl)).Daniel Caujolle-Bert
2002-08-30Add two new xine events: inform UI when vo output is needed or not (it's theDaniel Caujolle-Bert
2002-07-14some fixes to osd displaying (show the right time after seeks)Miguel Freitas
2002-07-05make use of the freshly introduced information about different spu typesMichael Roitzsch
2002-06-19Handle the new flag BUF_FLAG_SEEK.Thibaut Mattern
2002-06-10better fix for logo race conditionMiguel Freitas
2002-06-09reporting unknown buffer types is useless - it must be reported at demuxerMiguel Freitas
2002-06-07codec reporting apiMiguel Freitas
2002-06-03display log messages for unknown codecsMiguel Freitas
2002-05-24- dxr3 cleanup from Michael Roitzsch <amalthea@freenet.de>Miguel Freitas
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-16More accurate slider position.James Courtier-Dutton
2002-04-09patch to fix libsputext on seeks by Zoltán BöszörményiMiguel Freitas