summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_decoder.c
AgeCommit message (Expand)Author
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
2001-10-01Add simple mixer control in xine-engine/ao plugins. Fixed some missingsDaniel Caujolle-Bert
2001-09-25implemented BUF_CONTROL_AUDIO_CHANNEL - this should enable input plugins to s...Guenter Bartsch
2001-09-14Added some stuff to make still-frame menus work a bit better, allowed events ...Rich J Wareham
2001-09-12further tweaks and patches for menu support: new buftypes (BUF_CONTROL_DISCON...Guenter Bartsch
2001-09-12small libmad debug output cleanupGuenter Bartsch
2001-09-11Re-use the same profiler id (after pthread_exit -> pthread_create)Juergen Keil
2001-09-10Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm'sJuergen Keil
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor bug...Guenter Bartsch
2001-09-09Enable PTHREAD_SCOPE_SYSTEM, to work around xine hanging on solaris.Juergen Keil
2001-09-06Use new xine_usec_sleep function (thread safe usec sleep)Juergen Keil
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
2001-08-25measuring complete audio/video output performanceGuenter Bartsch
2001-08-25small cleanups and fixes for new pause implementationGuenter Bartsch
2001-08-25fixed seeking (back to the old method), implementing true pause function, int...Guenter Bartsch
2001-08-15Fixed unresolved symbols.Daniel Caujolle-Bert
2001-08-14return of the profilerGuenter Bartsch
2001-08-13FreeBSD needs <sched.h> for SCHED_OTHER defineJuergen Keil
2001-08-11thread priorities to improve performance on freebsd (and possibly others)Guenter Bartsch
2001-06-24fixed small bug about clean xine exitGuenter Bartsch
2001-06-24fixed small audio_fd initialization bugGuenter Bartsch
2001-06-23fixed race between metronom and xine engine, small audio plugin api change to...Guenter Bartsch
2001-06-17more engine stability fixes, pause works againGuenter Bartsch
2001-06-16xine engine cleanups and new callbacks for seamless branchingGuenter Bartsch
2001-06-16more seeking/stopping bugfixesGuenter Bartsch
2001-06-14more fixesGuenter Bartsch
2001-06-14more small fixes and workaroundsGuenter Bartsch
2001-06-11bugfixes for playing without sound-driverHeiko Schaefer
2001-06-09more avi demuxer/libw32 bugfixesGuenter Bartsch
2001-06-04Fixed status callback function call on audio w/o video.Daniel Caujolle-Bert
2001-06-03fixed mpeg block demuxer content detection and audio channel selectionGuenter Bartsch
2001-06-03bug fixes for xine_stop and xine_exitGuenter Bartsch
2001-05-30Fixed demux* get current position calls.Daniel Caujolle-Bert
2001-05-28Ability to playback streams without loaded audio driver.Daniel Caujolle-Bert
2001-05-24Add new gui_data_exchange property: GUI_DATA_EX_DRAWABLE_CHANGED, itDaniel Caujolle-Bert