summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-25removed over-pedantic checkxine-0_9_10-release0.9.10Siggi Langauf
CVS patchset: 1942 CVS date: 2002/05/25 23:54:15
2002-05-25fixed a typoGuenter Bartsch
CVS patchset: 1941 CVS date: 2002/05/25 23:50:32
2002-05-25the 0.9.10-1 Debian packageSiggi Langauf
CVS patchset: 1940 CVS date: 2002/05/25 23:01:16
2002-05-25patch from Michael Roitzsch:Siggi Langauf
increased interface version numbers, to reflect the xine_t change CVS patchset: 1939 CVS date: 2002/05/25 19:19:16
2002-05-25added "easy release" shell script.Siggi Langauf
Hope that will make Günter release more often ;-) CVS patchset: 1938 CVS date: 2002/05/25 18:30:44
2002-05-24- dxr3 cleanup from Michael Roitzsch <amalthea@freenet.de>Miguel Freitas
- audio fifo size adjust CVS patchset: 1937 CVS date: 2002/05/24 22:09:44
2002-05-24Thibaut's suggestion to flush audio driver on seek. harmlessMiguel Freitas
since drivers do not implement it yet. we should wait 0.9.10 release before enabling this feature (oss and alsa) CVS patchset: 1936 CVS date: 2002/05/24 13:15:47
2002-05-24some cleanups, mutex to protect driver access (unpredictable things mayMiguel Freitas
happen without it when using async functions), force_rate as integer CVS patchset: 1935 CVS date: 2002/05/24 12:23:58
2002-05-24fit osd status in 160 pixels wide streamsMiguel Freitas
CVS patchset: 1934 CVS date: 2002/05/24 11:34:51
2002-05-24fix declarationMiguel Freitas
CVS patchset: 1933 CVS date: 2002/05/24 11:32:02
2002-05-23some boundaries checks to alphablend functions. will avoid overlay wrapingMiguel Freitas
and buffer overflows (might fix some recently reported segfaults) CVS patchset: 1932 CVS date: 2002/05/23 23:35:53
2002-05-23Disable message : "input_mms: trying to open ..."Thibaut Mattern
<TAB> cleanup CVS patchset: 1931 CVS date: 2002/05/23 23:22:14
2002-05-23connect to arts server only once and disconnects on exit. this fixesMiguel Freitas
immediate segfaults with kde3. i'm still experiencing segfaults quiting xine (don't know why - backtrace shows libmcop, perhaps a redhat 7.3 libraries bug) CVS patchset: 1930 CVS date: 2002/05/23 22:50:52
2002-05-22*** empty log message ***Miguel Freitas
CVS patchset: 1929 CVS date: 2002/05/22 19:42:19
2002-05-22trivial fix to snapshot code:Miguel Freitas
- make sure that last_frame will be valid - capture exactly the last displayed image (closes #496735) - capture both image and overlays CVS patchset: 1928 CVS date: 2002/05/22 18:55:11
2002-05-21i'm tired of people reporting "throwing away image..." as bugs.Miguel Freitas
btw: we must update faq to say that these messages are _usually_ an indication of dma disabled on dvd/cdrom drive. CVS patchset: 1927 CVS date: 2002/05/21 22:16:14
2002-05-21better output buffer calculations (when resampling) by Ian GoldbergMiguel Freitas
<ian@cypherpunks.ca> CVS patchset: 1926 CVS date: 2002/05/21 20:39:03
2002-05-21patch from Ian Goldberg <ian@cypherpunks.ca>:Miguel Freitas
"The logic to detect if your soundcard supports hardware A/V sync was wrong (for my card, cs4232, at least). The code did a check for DSP_CAP_REALTIME, and if that failed, didn't bother to check whether SNDCTL_DSP_GETODELAY or SNDCTL_DSP_GETOPTR worked." CVS patchset: 1925 CVS date: 2002/05/21 20:36:06
2002-05-21avoid segfault with -A null (why would someone play a mp3 without audio? :)Miguel Freitas
CVS patchset: 1924 CVS date: 2002/05/21 20:34:00
2002-05-21font contributed by Boszormenyi Zoltan <zboszor@mail.externet.hu>:Miguel Freitas
"greatly improves the readability of Hungarian (maybe other latin2?) SPUs" CVS patchset: 1923 CVS date: 2002/05/21 18:10:01
2002-05-21Remove unneeded mutex unlock.Daniel Caujolle-Bert
CVS patchset: 1922 CVS date: 2002/05/21 14:35:52
2002-05-21*** empty log message ***Miguel Freitas
CVS patchset: 1921 CVS date: 2002/05/21 13:04:08
2002-05-21linear blend update from RogerioMiguel Freitas
CVS patchset: 1920 CVS date: 2002/05/21 13:03:52
2002-05-21Translation updates by Frantisek Dvorak <valtri@atlas.cz>Philipp Hahn
CVS patchset: 1919 CVS date: 2002/05/21 08:18:59
2002-05-21eject should work again.Siggi Langauf
Thanks to Michael Roitzsch for the (almost complete) patch CVS patchset: 1918 CVS date: 2002/05/21 00:50:18
2002-05-21start() and seek() return now the status.Thibaut Mattern
CVS patchset: 1917 CVS date: 2002/05/21 00:33:34
2002-05-21start() and seek() return the statusThibaut Mattern
CVS patchset: 1916 CVS date: 2002/05/21 00:17:54
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-20*** empty log message ***Miguel Freitas
CVS patchset: 1912 CVS date: 2002/05/20 03:17:17
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-18Checking in czech spec file translations - thanks ValtrII for taking theMatthias Dahl
time!! :) CVS patchset: 1905 CVS date: 2002/05/18 12:09:41
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-16*** empty log message ***Miguel Freitas
CVS patchset: 1901 CVS date: 2002/05/16 22:32:14
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-16Fixing %configure trouble. Miguel and Daniel, could you please try again andMatthias Dahl
see if those problems still exist? They should be gone... CVS patchset: 1897 CVS date: 2002/05/16 10:23:30
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