summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_decoder.c
AgeCommit message (Collapse)Author
2001-09-12further tweaks and patches for menu support: new buftypes ↵Guenter Bartsch
(BUF_CONTROL_DISCONTINUITY,BUF_CONTROL_NOP,BUF_CONTROL_AUDIO_CHANNEL,BUF_CONTROL_SPU_CHANNEL) so input plugins can enhance their communication with the xine engine (regarding pts continuities for example) - not all is implemented yet, but what is implemented is working pretty well - at least for me ;)) CVS patchset: 627 CVS date: 2001/09/12 22:18:47
2001-09-12small libmad debug output cleanupGuenter Bartsch
CVS patchset: 624 CVS date: 2001/09/12 17:33:34
2001-09-11Re-use the same profiler id (after pthread_exit -> pthread_create)Juergen Keil
CVS patchset: 609 CVS date: 2001/09/11 09:03:51
2001-09-10Dynamically allocate the profiler IDs, and add a profiler for video_out_xshm'sJuergen Keil
yuv2rgb conversion CVS patchset: 601 CVS date: 2001/09/10 13:36:56
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor ↵Guenter Bartsch
bugfixes regarding buffer type handling CVS patchset: 600 CVS date: 2001/09/10 03:04:48
2001-09-09Enable PTHREAD_SCOPE_SYSTEM, to work around xine hanging on solaris.Juergen Keil
CVS patchset: 591 CVS date: 2001/09/09 15:39:47
2001-09-06Use new xine_usec_sleep function (thread safe usec sleep)Juergen Keil
CVS patchset: 578 CVS date: 2001/09/06 13:37:46
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
implemented time based seeking / stream length detection, implemented in demux_avi.c demux_mpeg_block.c demux_mpeg.c xine-engine cleanup, xine_seek is gone, use xine_play instead. xine_pause is gone, use xine_set/get_speed instead. CVS patchset: 536 CVS date: 2001/09/01 14:32:59
2001-08-25measuring complete audio/video output performanceGuenter Bartsch
CVS patchset: 490 CVS date: 2001/08/25 08:48:12
2001-08-25small cleanups and fixes for new pause implementationGuenter Bartsch
CVS patchset: 484 CVS date: 2001/08/25 07:51:24
2001-08-25fixed seeking (back to the old method), implementing true pause function, ↵Guenter Bartsch
introducing trick playback (slow motion and fast forward) CVS patchset: 482 CVS date: 2001/08/25 07:12:16
2001-08-15Fixed unresolved symbols.Daniel Caujolle-Bert
CVS patchset: 433 CVS date: 2001/08/15 11:35:47
2001-08-14return of the profilerGuenter Bartsch
CVS patchset: 428 CVS date: 2001/08/14 11:57:40
2001-08-13FreeBSD needs <sched.h> for SCHED_OTHER defineJuergen Keil
CVS patchset: 421 CVS date: 2001/08/13 17:52:22
2001-08-11thread priorities to improve performance on freebsd (and possibly others)Guenter Bartsch
CVS patchset: 411 CVS date: 2001/08/11 18:27:10
2001-06-24fixed small bug about clean xine exitGuenter Bartsch
CVS patchset: 224 CVS date: 2001/06/24 04:32:36
2001-06-24fixed small audio_fd initialization bugGuenter Bartsch
CVS patchset: 223 CVS date: 2001/06/24 03:36:30
2001-06-23fixed race between metronom and xine engine, small audio plugin api change ↵Guenter Bartsch
to improve responsiveness (unfinished), small demux_mpeg_block bugfix (alignment for DVD plugin) CVS patchset: 218 CVS date: 2001/06/23 19:45:47
2001-06-17more engine stability fixes, pause works againGuenter Bartsch
CVS patchset: 199 CVS date: 2001/06/17 19:14:26
2001-06-16xine engine cleanups and new callbacks for seamless branchingGuenter Bartsch
CVS patchset: 192 CVS date: 2001/06/16 18:03:21
2001-06-16more seeking/stopping bugfixesGuenter Bartsch
CVS patchset: 191 CVS date: 2001/06/16 14:34:48
2001-06-14more fixesGuenter Bartsch
CVS patchset: 177 CVS date: 2001/06/14 10:48:24
2001-06-14more small fixes and workaroundsGuenter Bartsch
CVS patchset: 176 CVS date: 2001/06/14 09:54:13
2001-06-11bugfixes for playing without sound-driverHeiko Schaefer
CVS patchset: 163 CVS date: 2001/06/11 03:14:29
2001-06-09more avi demuxer/libw32 bugfixesGuenter Bartsch
CVS patchset: 136 CVS date: 2001/06/09 17:07:21
2001-06-04Fixed status callback function call on audio w/o video.Daniel Caujolle-Bert
CVS patchset: 122 CVS date: 2001/06/04 17:01:47
2001-06-03fixed mpeg block demuxer content detection and audio channel selectionGuenter Bartsch
CVS patchset: 120 CVS date: 2001/06/03 20:16:33
2001-06-03bug fixes for xine_stop and xine_exitGuenter Bartsch
CVS patchset: 117 CVS date: 2001/06/03 18:08:56
2001-05-30Fixed demux* get current position calls.Daniel Caujolle-Bert
Fixed stdin/fifo input plugin, new mrl style: fifo://[mpeg1|mpeg2]/location Fixed dvd input plugin. xine core, update cur_input_pos position. call the gui status callback now. CVS patchset: 102 CVS date: 2001/05/30 02:09:24
2001-05-28Ability to playback streams without loaded audio driver.Daniel Caujolle-Bert
CVS patchset: 89 CVS date: 2001/05/28 12:08:20
2001-05-24Add new gui_data_exchange property: GUI_DATA_EX_DRAWABLE_CHANGED, itDaniel Caujolle-Bert
inform video driver about the new drawable to use. Use pthread_exit(NULL) at end of threads. Add extra checks in stream detection in demux_mpeg.c about mpeg1 support only. CVS patchset: 80 CVS date: 2001/05/24 23:15:40
2001-05-24first sloppy frames and audioGuenter Bartsch
CVS patchset: 78 CVS date: 2001/05/24 15:31:30
2001-05-01added audio track/channel detectionGuenter Bartsch
CVS patchset: 51 CVS date: 2001/05/01 00:55:23
2001-04-29turned ac3dec into a dynamic plugin (well, sort-of ;)), minor fixesGuenter Bartsch
CVS patchset: 44 CVS date: 2001/04/29 14:32:11
2001-04-27Audio out compile again. Change prototypes in audio out, libac3 andDaniel Caujolle-Bert
libmpg123, passing the metronom arg. CVS patchset: 34 CVS date: 2001/04/27 10:42:38
2001-04-24fixed buffer.c and more cleanupsGuenter Bartsch
CVS patchset: 19 CVS date: 2001/04/24 15:47:32
2001-04-23Fixed libmpeg2 plugin decoder name (i think) + debug build cflags. AddDaniel Caujolle-Bert
get_id in video_decoder_t struct type. Harmonize plugin array names in xine_t struct type (video_decoders and audio_decoders names). More works in load_plugins.c (not finished, really not). CVS patchset: 18 CVS date: 2001/04/23 22:43:59
2001-04-22audio decoder code compiles again, more cleanups in xine_internal.hGuenter Bartsch
CVS patchset: 13 CVS date: 2001/04/22 02:42:49
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39