summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2002-05-19Fix segmentation fault in demux plugins caused by uninitialized dataEwald Snel
CVS patchset: 1909 CVS date: 2002/05/19 12:27:36
2002-05-17seek patch by Thibaut MatternMiguel Freitas
CVS patchset: 1904 CVS date: 2002/05/17 22:05:49
2002-05-17commiting Thibaut Mattern's seek patch and some small fixesMiguel Freitas
CVS patchset: 1903 CVS date: 2002/05/17 21:24:10
2002-05-16Fix seeking problem after demuxer finished.Thibaut Mattern
Change get_status to return thread_running instead of demux status. Send a new pts when seeking. CVS patchset: 1902 CVS date: 2002/05/16 22:32:31
2002-05-16Send a new pts when seeking. It enables "fast" seeking.Thibaut Mattern
CVS patchset: 1900 CVS date: 2002/05/16 22:18:39
2002-05-16Don't segfault if moov header not found. xine_log() call afterDaniel Caujolle-Bert
demux_qt_detect_compressors() should avoid segfault too. CVS patchset: 1899 CVS date: 2002/05/16 21:45:10
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern
Change get_status to return thread_running instead of demux status. CVS patchset: 1896 CVS date: 2002/05/15 22:52:14
2002-05-15Use audio_fifo instead of video_fifo in demux_loop.Thibaut Mattern
CVS patchset: 1895 CVS date: 2002/05/15 22:50:59
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern
Change get_status to return thread_running instead of demux status. CVS patchset: 1894 CVS date: 2002/05/15 22:02:48
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern
Change get_status to return thread_running instead of demux status. CVS patchset: 1893 CVS date: 2002/05/15 21:37:00
2002-05-14Fix seeking problem after demuxer finishedThibaut Mattern
Change get_status to return thread_running instead of demux status. CVS patchset: 1891 CVS date: 2002/05/14 22:22:43
2002-05-14Fix demux_loop.Thibaut Mattern
Change get_status to return thread_running instead of demux status. CVS patchset: 1890 CVS date: 2002/05/14 21:32:06
2002-05-14Ian Goldberg's patch for AVIs bigger than 2GBMiguel Freitas
CVS patchset: 1886 CVS date: 2002/05/14 13:44:29
2002-05-13Complete the previous patch.Thibaut Mattern
CVS patchset: 1882 CVS date: 2002/05/13 22:20:45
2002-05-13Fix seeking problem after demuxer finishedThibaut Mattern
Change get_status to return thread_running instead of demux status. Seems more stable, but need more tests :) CVS patchset: 1881 CVS date: 2002/05/13 21:41:43
2002-05-13"streaming" AVI support by Ian Goldberg <ian@cypherpunks.ca>Miguel Freitas
CVS patchset: 1878 CVS date: 2002/05/13 15:56:54
2002-05-12Fix seeking problem after demuxer finishedThibaut Mattern
Change get_status to return thread_running instead of demux status. Replace <TAB> by 2 spaces. CVS patchset: 1871 CVS date: 2002/05/12 12:13:28
2002-05-12Change get_status to return thread_running instead of demux status.Thibaut Mattern
This should fix the problem with small streams. Replace <TAB> by 2 spaces. CVS patchset: 1870 CVS date: 2002/05/12 12:06:29
2002-05-10fix seeking problem after demuxer finished. patch by Thibaut Mattern and me.Miguel Freitas
some more testing needed, then other demuxers should be updated to do the same. note that (for other demuxers) the new this->thread_running should make the "starting" variable useless. demuxers also need some cleanup/fixes about API: either start/seek must provide a return value or get_status must use thread_running instead of status. this will fix the problem of displaying demux error messages for very small streams. CVS patchset: 1867 CVS date: 2002/05/10 13:10:04
2002-05-04Playing the same file after a xine_stop() was unworkable. Fixed (i hope iDaniel Caujolle-Bert
haven't break anything). CVS patchset: 1851 CVS date: 2002/05/04 17:26:15
2002-05-03fix some log messages. try to provide some hint to user so it may be ableMiguel Freitas
to get out of this situation himself... CVS patchset: 1843 CVS date: 2002/05/03 02:20:29
2002-05-03fix VCD playback (i've just learned once for all: mpeg SCR must never beMiguel Freitas
relied upon for discontinuity detection. there are too many broken streams out there!) CVS patchset: 1840 CVS date: 2002/05/03 00:56:37
2002-05-01fix detection of blocksize for file inputMiguel Freitas
CVS patchset: 1822 CVS date: 2002/05/01 13:30:39
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable. CVS patchset: 1811 CVS date: 2002/04/29 23:31:59
2002-04-28fix discontinuity detection (audio and video pts may differ by more than 2Miguel Freitas
seconds!) CVS patchset: 1790 CVS date: 2002/04/28 01:50:54
2002-04-27fix 64-bit diff calculationMiguel Freitas
CVS patchset: 1782 CVS date: 2002/04/27 16:33:24
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
- add dispose() function to all decoder plugin structures CVS patchset: 1763 CVS date: 2002/04/23 13:30:42
2002-04-23Fix memory leaks in quicktime demux pluginEwald Snel
CVS patchset: 1762 CVS date: 2002/04/23 13:17:35
2002-04-23Fixed a typoEwald Snel
CVS patchset: 1759 CVS date: 2002/04/23 06:48:59
2002-04-23fix stupid bug in my last commitMiguel Freitas
CVS patchset: 1756 CVS date: 2002/04/23 00:55:46
2002-04-22Forward buf->decoder_info[] to audio fifo (it's used to specify things, likeDaniel Caujolle-Bert
dvdnav audio channel). CVS patchset: 1755 CVS date: 2002/04/22 01:08:34
2002-04-20Fix for unresolved symbols in pluginsEwald Snel
CVS patchset: 1745 CVS date: 2002/04/20 14:02:45
2002-04-19patch from Andrei Lahun to use keyframes on seekingMiguel Freitas
CVS patchset: 1741 CVS date: 2002/04/19 22:57:07
2002-04-19use pts instead of scr for wrap detection (must be tested with VCDs)Miguel Freitas
CVS patchset: 1739 CVS date: 2002/04/19 03:05:07
2002-04-18patch to support bigger wavex headers from Staszek PaskoMiguel Freitas
CVS patchset: 1736 CVS date: 2002/04/18 12:08:58
2002-04-17user feedback when reconstructing index (using OSD)Guenter Bartsch
CVS patchset: 1733 CVS date: 2002/04/17 16:09:58
2002-04-16More accurate slider position.James Courtier-Dutton
When stream length changes. E.g. Different DVD chapters. CVS patchset: 1729 CVS date: 2002/04/16 12:27:20
2002-04-16Move fix to xine-dvdnav instead. This broke input_file plugin.James Courtier-Dutton
CVS patchset: 1727 CVS date: 2002/04/16 10:54:22
2002-04-15Fix hang when user presses "seek" during still dvd menu with dvdnav.James Courtier-Dutton
CVS patchset: 1723 CVS date: 2002/04/15 00:58:21
2002-04-14pts generation for video and split-up of big packagesGuenter Bartsch
CVS patchset: 1719 CVS date: 2002/04/14 03:31:44
2002-04-14some more support for video in oggGuenter Bartsch
CVS patchset: 1717 CVS date: 2002/04/14 00:45:46
2002-04-13patch submitted by Christian Vogler plus some coding style cleanupsGuenter Bartsch
CVS patchset: 1713 CVS date: 2002/04/13 11:59:58
2002-04-12ignore first pts (timestamp) after seeking (not reliable, i don't knowMiguel Freitas
why). remove framerate calculation from asf_send_buffer_defrag() since it's only used for audio with audio_conceal_interleave. CVS patchset: 1711 CVS date: 2002/04/12 01:39:07
2002-04-11Add an INPUT_CAP_PREVIEW mode.James Courtier-Dutton
This tells the demuxers if the input plugin can handle preview testing. Most plugins which are seekable can handle it. The current exception to this is the xine-dvdnav plugin which is seekable but not previewable due to DVDs having still pictures which stall the preview testing. CVS patchset: 1710 CVS date: 2002/04/11 22:27:11
2002-04-11Tempory fix for playing DVDs with dvdnav.James Courtier-Dutton
Preview mode disabled, until I understand what preview mode is for. CVS patchset: 1709 CVS date: 2002/04/11 14:04:47
2002-04-09fix to play some streams with bih.biCompression not setMiguel Freitas
CVS patchset: 1699 CVS date: 2002/04/09 04:29:05
2002-04-09buffer leakMiguel Freitas
CVS patchset: 1698 CVS date: 2002/04/09 04:14:13
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
- updated decoder api to allow reseting internal state on seeks CVS patchset: 1696 CVS date: 2002/04/09 03:37:59
2002-04-06nav is the preferred method for discontinuity detection. scr must beMiguel Freitas
ignored after nav discontinuity since it's a relative value and would mess metronom's vpts_offset. the other case is fine (scr being detected before nav) as nav will provide an absolute correction. CVS patchset: 1680 CVS date: 2002/04/06 02:23:38
2002-04-04some progress towards implementing direct show filter ↵Guenter Bartsch
(http://tobias.everwicked.com) created streams CVS patchset: 1674 CVS date: 2002/04/04 10:36:35