summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_decoder.c
AgeCommit message (Expand)Author
2002-12-18log outputGuenter Bartsch
2002-12-06nothing here (just small debug message updates)Miguel Freitas
2002-11-29no need to dispose the current decoder plugin on stream end, it will be disposedMichael Roitzsch
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-10-31new syntax for MRLsMichael Roitzsch
2002-10-29engine improvementsMichael Roitzsch
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-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-07-26do bounds checking on audio_track_map to never use audio channels whichMichael Roitzsch
2002-07-25initialize and reset audio_track_map_entries properlyMichael Roitzsch
2002-07-14some fixes to osd displaying (show the right time after seeks)Miguel Freitas
2002-07-13Move the flush of the audio_out plugin to audio_decoder loop.Thibaut Mattern
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-14xvid fourcc patch, small debug output fixesGuenter Bartsch
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-04-06reset decoder on discontinuities (comments inside)Miguel Freitas
2002-03-27fix non-stop bugMiguel Freitas
2002-03-20steps towards dvd playback:Guenter Bartsch
2002-03-18make asf demuxer handle audio-only streams (important for webradios\! #-))) a...Guenter 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-10fix for some segfault on exitMiguel Freitas
2002-03-05Fix segfault on xine close, if xine is run with "xine -Anull"James Courtier-Dutton
2002-03-01memleak fixes from ewald snelGuenter Bartsch
2002-02-18cleanup/added debug messages, small metronom fixGuenter 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
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
2001-11-20should fix pause and slow/fast playingMiguel Freitas
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-15small buffer size caused popping noises for meHeiko Schaefer
2001-11-13metronom logic changedHeiko Schaefer
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-10-22Improved setting of audio channel from dvdnav.James Courtier-Dutton
2001-10-20physical audio channel wasn't returned by get_audio_channelGuenter Bartsch
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-07initial ogg/vorbis support addedHeiko Schaefer
2001-10-06Fix Audio selection when playing DVDs.James Courtier-Dutton
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