summaryrefslogtreecommitdiff
path: root/src/xine-engine/buffer.h
AgeCommit message (Collapse)Author
2002-03-16framerate and other fixes for demux_asfGuenter Bartsch
CVS patchset: 1574 CVS date: 2002/03/16 20:53:49
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ↵Guenter Bartsch
updated at this point). demux_qt can handle compressed audio, but is still unfinished. Yes, this _is_ the big metronom update, metronom now depends on disc_off information in discontinuities. CVS patchset: 1554 CVS date: 2002/03/11 12:31:24
2002-03-01memleak fixes from ewald snelGuenter Bartsch
CVS patchset: 1535 CVS date: 2002/03/01 09:29:49
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2002-01-15another codec/buftypes updateMiguel Freitas
CVS patchset: 1410 CVS date: 2002/01/15 17:30:51
2002-01-15small updates, another codec supported (VP31)Miguel Freitas
CVS patchset: 1408 CVS date: 2002/01/15 16:02:02
2002-01-12buf types for real audio/videoGuenter Bartsch
CVS patchset: 1393 CVS date: 2002/01/12 17:09:34
2002-01-06add buf type for aac (needed for ISMA support - coming soon)Guenter Bartsch
CVS patchset: 1350 CVS date: 2002/01/06 00:46:54
2002-01-03make buf->size signed. some demuxers do if(size<0) to check the end of file.Miguel Freitas
this change fix segfaults with incomplete files. CVS patchset: 1327 CVS date: 2002/01/03 20:57:30
2001-12-24automatic still image detection - based on miguel's work but with ↵Guenter Bartsch
modifications to handle still images with audio, works pretty well on episode I, x-men and sleepy hollow and all other dvds I've tested CVS patchset: 1294 CVS date: 2001/12/24 00:45:03
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed ↵Guenter Bartsch
register_empty function from configfile (undocumented and doesn't make sense) CVS patchset: 1153 CVS date: 2001/12/01 22:38:31
2001-11-30More updates for menus.James Courtier-Dutton
CVS patchset: 1145 CVS date: 2001/11/30 19:31:55
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out ↵Guenter Bartsch
buffer and thread CVS patchset: 1010 CVS date: 2001/11/10 13:48:02
2001-11-07new win32 codecs / buf types (some not supported yet)Miguel Freitas
CVS patchset: 990 CVS date: 2001/11/07 19:41:26
2001-11-07buf types cleanup (audio stuff)Miguel Freitas
CVS patchset: 989 CVS date: 2001/11/07 19:06:15
2001-11-07buf type cleanup (1st part)Miguel Freitas
CVS patchset: 987 CVS date: 2001/11/07 18:26:36
2001-11-06ASF bugfixes / variable to check for fifo buffer sizeMiguel Freitas
CVS patchset: 971 CVS date: 2001/11/06 21:46:05
2001-10-30make xine recognize the new windows media formats and a small audio output ↵Guenter Bartsch
plugin loader bugfix CVS patchset: 914 CVS date: 2001/10/30 09:42:26
2001-10-21Implement support for auto display of Menus.James Courtier-Dutton
CVS patchset: 847 CVS date: 2001/10/21 12:09:06
2001-10-18audio decoder cleanup, tell the audio part of metronom that there are still ↵Guenter Bartsch
images so it can increment it's internal pts counters CVS patchset: 833 CVS date: 2001/10/18 18:50:53
2001-10-10Add a fifo_buffer function to query the number of the elements stored in aJuergen Keil
fifo buffer (for a dvdnav optimization) CVS patchset: 786 CVS date: 2001/10/10 10:54:48
2001-10-07initial ogg/vorbis support addedHeiko Schaefer
CVS patchset: 755 CVS date: 2001/10/07 03:53:10
2001-09-18ffmpeg apparently does not support MSMPEG4 v1/v2 format yet. Trying to handleJuergen Keil
MSMPEG4 v1/v2 formats using the libw32dll plugin. But at least for XShm video output, libw32dll is too slow, converting RGB -> YUY2 in the w32dll plugin, and converting back from YUY2 -> RGB in the video out driver :-/ CVS patchset: 661 CVS date: 2001/09/18 17:41:47
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-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-08big buf types cleanup, beginning to use libw32codec for indeo (unfinished)Guenter Bartsch
CVS patchset: 590 CVS date: 2001/09/08 18:11:41
2001-09-08rich's patches (menu support)Guenter Bartsch
CVS patchset: 586 CVS date: 2001/09/08 00:44:40
2001-09-06DTS via SPDIFJoachim Koenig
CVS patchset: 581 CVS date: 2001/09/06 15:23:14
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-31Fix byte order problems for AVI files with LPCM sound.Juergen Keil
CVS patchset: 534 CVS date: 2001/08/31 17:57:54
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel ↵Guenter Bartsch
Freitas CVS patchset: 510 CVS date: 2001/08/28 19:16:19
2001-07-18Split alsa drivers, more checks about versions. Made xine lib c++ compliant.Daniel Caujolle-Bert
CVS patchset: 308 CVS date: 2001/07/18 21:38:16
2001-07-13Make SPU decode use Video decoder thread instead of it's own thread.James Courtier-Dutton
CVS patchset: 274 CVS date: 2001/07/13 23:43:12
2001-06-07w32codec bugfixesGuenter Bartsch
CVS patchset: 132 CVS date: 2001/06/07 20:23:54
2001-04-24fixed buffer.c and more cleanupsGuenter Bartsch
CVS patchset: 19 CVS date: 2001/04/24 15:47:32
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39