summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2002-05-21play() and seek() return now the statusThibaut Mattern
CVS patchset: 1915 CVS date: 2002/05/21 00:14:33
2002-05-21atomic status code on demux start/seekSiggi Langauf
(demux_avi by Thibaut Mattern) CVS patchset: 1914 CVS date: 2002/05/21 00:12:31
2002-05-20- check for keyframes past start_posMiguel Freitas
- fix qt demux loop deadlock CVS patchset: 1913 CVS date: 2002/05/20 16:58:02
2002-05-20progressive index reconstruction patch by Ian Goldberg <ian@cypherpunks.ca>Miguel Freitas
CVS patchset: 1911 CVS date: 2002/05/20 03:15:45
2002-05-19Experimental pts calculation.Thibaut Mattern
Fix strange bitrate calculation CVS patchset: 1910 CVS date: 2002/05/19 16:21:04
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-19ximage creation for shm check use supported image format.Daniel Caujolle-Bert
CVS patchset: 1908 CVS date: 2002/05/19 10:35:18
2002-05-18remove debug messageMiguel Freitas
CVS patchset: 1907 CVS date: 2002/05/18 12:36:45
2002-05-18small fix to still frame logic. this improves recovering when decoderMiguel Freitas
is too late. the old code adjusted metronom's video_vpts, causing false "video jumps". CVS patchset: 1906 CVS date: 2002/05/18 12:36:03
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-16Fix src patch from Michal Ambroz <rebus@seznam.cz>Daniel Caujolle-Bert
CVS patchset: 1898 CVS date: 2002/05/16 12:39:56
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-14Fix 'finished thread still running after xine_exit()' segmentation faultEwald Snel
CVS patchset: 1888 CVS date: 2002/05/14 14:55:47
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-14fix segfault after getpwuid_r as suggested by Gianluca AmatoMiguel Freitas
CVS patchset: 1885 CVS date: 2002/05/14 03:02:45
2002-05-14fix suggested by Ian GoldbergMiguel Freitas
CVS patchset: 1884 CVS date: 2002/05/14 02:34:37
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-13linearblend C version contributed by Rogerio BritoMiguel Freitas
CVS patchset: 1877 CVS date: 2002/05/13 12:22:33
2002-05-13SDL should be usable againMiguel Freitas
CVS patchset: 1873 CVS date: 2002/05/13 02:42:11
2002-05-12this should fix logo races (trying to play logo together with otherMiguel Freitas
streams). i still can't see the mpeg logo in my home computer for some strange reason... CVS patchset: 1872 CVS date: 2002/05/12 22:37:25
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-10add support for 20bit lpcm streamsMiguel Freitas
CVS patchset: 1866 CVS date: 2002/05/10 00:32:05
2002-05-07Take care about shm using in frame_dispose() (this prevent crashingDaniel Caujolle-Bert
using Xv throught LAN. CVS patchset: 1862 CVS date: 2002/05/07 19:20:16
2002-05-06Remove sig_handler(), it will be readded when alarm() will be used.Daniel Caujolle-Bert
CVS patchset: 1860 CVS date: 2002/05/06 21:49:28
2002-05-06Few cleanups, memory leaks.Daniel Caujolle-Bert
CVS patchset: 1859 CVS date: 2002/05/06 21:40:02
2002-05-06fix cinepak decoding with xshm driverMiguel Freitas
CVS patchset: 1858 CVS date: 2002/05/06 20:32:36
2002-05-06Some clean ups and adjustments submitted by Michael Roitzsch ↵James Courtier-Dutton
<amalthea@freenet.de> CVS patchset: 1856 CVS date: 2002/05/06 11:26:37
2002-05-06- remove deprecated zoom_mpeg1 (resizing policies are ui's job now)Miguel Freitas
- use the same video.disable_scaling setting in fb driver CVS patchset: 1854 CVS date: 2002/05/06 00:48:09
2002-05-05Fixed mrl checking (mrl:// wasn't respected).Daniel Caujolle-Bert
CVS patchset: 1853 CVS date: 2002/05/05 20:20:10
2002-05-04Fixing XVidMode support (that fix took me a few hours, wow). Also the SyncFBMatthias Dahl
plugin will now better handle a failure of the image buffer request and can recover from it by itself... at least in most situations. CVS patchset: 1852 CVS date: 2002/05/04 21:30:15
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-03switches to libtool versioningSiggi Langauf
(pessimistically assuming unstable API => LT_CURRENT=0; 1 would be better, but only if we assume a stable API) CVS patchset: 1849 CVS date: 2002/05/03 23:21:03
2002-05-03removing unused libvfill directorySiggi Langauf
CVS patchset: 1847 CVS date: 2002/05/03 22:16:41
2002-05-03Frame resizing patch from Miguel.Daniel Caujolle-Bert
CVS patchset: 1845 CVS date: 2002/05/03 14:20:19
2002-05-03Fix 'make debug' stage (slap on my face).Daniel Caujolle-Bert
CVS patchset: 1844 CVS date: 2002/05/03 08:08:30
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