summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_decoder.c
AgeCommit message (Expand)Author
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
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-03-27fix non-stop bugMiguel Freitas
2002-03-20steps towards dvd playback:Guenter Bartsch
2002-03-16framerate and other fixes for demux_asfGuenter Bartsch
2002-03-11Check both BUF_FLAG_END_STREAM and BUF_FLAG_END_USER flag to detect end ofJuergen Keil
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-03-10- mpeg2 frame duration fixesMiguel Freitas
2002-03-01memleak fixes from ewald snelGuenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-25Remove guenter_rpms.sh from configure.in. Check INPUT_CAP_CLUT capabilityDaniel Caujolle-Bert
2002-01-14miguel's latest still frame patches and some minor cleanupsGuenter Bartsch