summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
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-13Fixed mp3 playback.Daniel Caujolle-Bert
CVS patchset: 172 CVS date: 2001/06/13 22:37:13
2001-06-11bugfixes for playing without sound-driverHeiko Schaefer
CVS patchset: 163 CVS date: 2001/06/11 03:14:29
2001-06-10added blocksize detectionGuenter Bartsch
CVS patchset: 156 CVS date: 2001/06/10 13:59:33
2001-06-09introducing present buffersGuenter Bartsch
CVS patchset: 141 CVS date: 2001/06/09 22:05:30
2001-06-09improved avi seekingGuenter Bartsch
CVS patchset: 139 CVS date: 2001/06/09 19:05:59
2001-06-09more avi demuxer/libw32 bugfixesGuenter Bartsch
CVS patchset: 136 CVS date: 2001/06/09 17:07:21
2001-06-07w32codec bugfixesGuenter Bartsch
CVS patchset: 132 CVS date: 2001/06/07 20:23:54
2001-06-04video_out_xshm compiles (yuv2rgb conversion not working yet), video_out_xv ↵Guenter Bartsch
bugfixes CVS patchset: 121 CVS date: 2001/06/04 15:04:11
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-03avi demuxer bugfixesGuenter Bartsch
CVS patchset: 116 CVS date: 2001/06/03 12:39:40
2001-06-03fixed mp3 playbackGuenter Bartsch
CVS patchset: 115 CVS date: 2001/06/03 12:16:44
2001-05-31fixed support for field pictures plus video_out bugfixes (missing functions)Guenter Bartsch
CVS patchset: 109 CVS date: 2001/05/31 22:54:38
2001-05-30Fixed demux_mpeg_block with detect by content bug. Fixed input_dvd/vcdDaniel Caujolle-Bert
autplay list generated (need a NULL terminator). Fixed vcd input plugin, now it seems to work. CVS patchset: 106 CVS date: 2001/05/30 21:48:23
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-28use thread compliant signal handling. Fixed deadlock in xine_stop().Daniel Caujolle-Bert
Fixed elementary demuxer (and perhaps mpgaudio too). Fix some code error in ac3/xine_decoder.c. CVS patchset: 87 CVS date: 2001/05/28 01:28:10
2001-05-26Add install-debug rules. This fix the "make install" problem withDaniel Caujolle-Bert
debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38
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-07Fixed the way to detect libtool version. Add get_capabilities(),get_property()Daniel Caujolle-Bert
and set_property() to audio out. get_supported_modes removed, use get_cap() instead. Change the way of capabilities, match like video_out AO_CAP_* and AO_PROP_*. Fixed a small typo in demux_mpeg.c. Fixed libmpg123 audio output callings arguments. Change the AO_MODE to AO_CAP_MODE in all required locations. CVS patchset: 69 CVS date: 2001/05/07 03:40:34
2001-05-06stdin plugin cannot handle local filesGuenter Bartsch
CVS patchset: 64 CVS date: 2001/05/06 14:25:42
2001-05-03Fixed mathlib deps.Daniel Caujolle-Bert
CVS patchset: 57 CVS date: 2001/05/03 00:37:21
2001-05-02avi syncing and end-detection bugfixGuenter Bartsch
CVS patchset: 54 CVS date: 2001/05/02 12:25:42
2001-04-30fixed a buffer pool bug and inserted more log messagesGuenter Bartsch
CVS patchset: 49 CVS date: 2001/04/30 21:55:26
2001-04-29Some input plugin storing references fixes.Daniel Caujolle-Bert
CVS patchset: 48 CVS date: 2001/04/29 23:22:32
2001-04-29mpeg audio demuxer compile again. Fixed undefined ref to decode_header(),Daniel Caujolle-Bert
demuxer use again the embeded mpg123_decode_header(). CVS patchset: 47 CVS date: 2001/04/29 22:42:46
2001-04-29elementary demuxer compile again.Daniel Caujolle-Bert
CVS patchset: 46 CVS date: 2001/04/29 18:56:19
2001-04-28fixed some typos in the demuxer pluginsGuenter Bartsch
CVS patchset: 40 CVS date: 2001/04/28 21:23:04
2001-04-27fixed video output plugin handling, more cleanups, commented out not-working ↵Guenter Bartsch
code CVS patchset: 37 CVS date: 2001/04/27 23:51:52
2001-04-27typo.Daniel Caujolle-Bert
CVS patchset: 35 CVS date: 2001/04/27 10:47:41
2001-04-24fixed input and demux plugins to reflect new buffer apiGuenter Bartsch
CVS patchset: 20 CVS date: 2001/04/24 17:42:26
2001-04-21Turned demuxers into plugins. Change plugins naming scheme (seeDaniel Caujolle-Bert
xine_internal.h). Fixed load_plugins* to new API. Add iface version into demux_plugin_t, add version checking into init_demux_plugin. Fixed get_identifier from demuxers (void param). Turned libw32dll into codec plugin (only compiling side yet). CVS patchset: 11 CVS date: 2001/04/21 00:14:39
2001-04-19Get rid of xine.h inclusion. Fix xine.h.tmpl.in, inttypes.h wasDaniel Caujolle-Bert
unincluded. Fix xine.m4 to reflect the new xine.h location. CVS patchset: 6 CVS date: 2001/04/19 09:46:57
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39