ChangeLog-2003
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:801k
源码类别:
midi
开发平台:
Unix_Linux
- Date: Fri Feb 7 01:09:12 2003 +0000
- * ./src/interface/interface.c: interface variable is "intf", not "interface".
- commit 404b16a4930b48168fec6b7ad6711e4189b36bec
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Feb 7 00:29:53 2003 +0000
- * ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
- declarations. Should fix that later.
- commit 8ae1aa12c97ce1c2bec2e7d71f779fa0960a593c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Feb 7 00:26:23 2003 +0000
- * ./modules/access/dvdplay/demux.c: fixed a minor warning.
- commit f7c92985ff7210bedb09c3d5d33a963d595adc6f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Feb 6 23:59:40 2003 +0000
- * ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
- "interface" variable to "dvdplay" (Closes: #178, #210, and probably a
- bunch of others).
- * ./src/interface/interface.c: added a safety check to circumvent the bug,
- allowing a smooth upgrade.
- commit 901bde5455bd257a4a843cb1e1872c059b138ab7
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Feb 6 23:55:29 2003 +0000
- Fixed interface freezes in the OS X interface.
- commit a82ee54f04ffdc5710aa8088fd2b8d961c536b99
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Feb 6 23:01:31 2003 +0000
- * ./src/misc/darwin_specific.m: completed our list of known languages and
- made code simpler to read.
- commit d30cf7547f3003105c9f4e25dd0b0ded4042b618
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Feb 6 21:56:37 2003 +0000
- * ./debian/rules: build the SLP plugin by default.
- commit 736e30bee6e389f8d996dc8ce0ab0c69240b0125
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Feb 6 21:39:34 2003 +0000
- Tuned BeOS priorities for a better playback on low-end computers.
- commit 4309a1f7f4396ac97827494ed4c9f151c5e740de
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Feb 6 15:14:41 2003 +0000
- Fixed AFMT_AC3 and AFMT_S16_NE handling.
- commit 6d6fa7fe092dfecf0b60ff5610a018be336006ee
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Feb 6 13:47:04 2003 +0000
- * Changed a failed DecompressSequenceFrameS error into a warning. We don't
- want to bug users with this when we resize a video.
- commit 0811cd91971cf09b4ac385ac925d88ce15165768
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Feb 6 03:22:08 2003 +0000
- * ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
- in the background to disable xscreensaver the jwz way (Closes: #58).
- It's an interface plugin, trigger with "--extraintf screensaver".
- commit ed18daaea4439e626b81e3b67fab7723f88508e5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Feb 6 02:37:00 2003 +0000
- * ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
- otherwise we fail with an error when they are not found.
- commit 7156d834463f3a2f6718ab1c5f926cc945353d51
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Feb 6 00:45:26 2003 +0000
- * ./doc/faq/faq.sgml: updated config file location for OS X.
- commit 3c7bd39ba7f776616fbdb1bae5ae5cdbe789bd8b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Feb 5 22:48:13 2003 +0000
- * Changed the wrong property in my recent commit. FIXED
- commit 0162de44d26b6799a1a0a365a692c182df2b0809
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Feb 5 22:11:52 2003 +0000
- * ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
- doing fullscreen or volume up from the popup menu.
- commit b8afd5b8f8b0b43db3e3338444b7f033a8337c5f
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Feb 5 16:23:06 2003 +0000
- * added a "Open CrashLog" button to the messages window in OSX.
- commit 0e925ba035109b649742a72110e102860473a0b9
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Feb 5 14:58:15 2003 +0000
- * Added AppleScript support
- * We can now handle mms:// etc on a systemwide level.
- - No way to set this other then trough Explorer Prefs at the moment
- commit 0b9a75bc164bc6486e7d8f1fb0cef273c2ac40ce
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Feb 5 02:31:27 2003 +0000
- * More support for handling URLs. Still need to create the scriptsuite.
- commit aa2280f6500682c68c28196acb31aefce7f633c8
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Feb 5 01:36:00 2003 +0000
- * Added a Next and Previous item to the dockmenu
- * Prelimanary support for making VLC the handler of ftp http mms and udp
- URLs (on a systemwide level)
- commit a2d849a50c8acaa903965c327f8bdcdbc7a94287
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Feb 4 21:01:51 2003 +0000
- Closes bug #170
- commit 50eabda652cd9581b0d0c8e94017faa092db0d50
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Feb 4 20:45:24 2003 +0000
- * We released an array that was in a autorelease pool. That's not necesarry
- commit e09eeeb6d4a7b17df4c21b1993c4027ddd616f21
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Feb 4 11:51:21 2003 +0000
- * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
- streams.
- commit bf448d3157b547fe402ff587391fedd1e10d7c7e
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Feb 4 11:07:45 2003 +0000
- * modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
- (thanks gibalou !).
- commit 9a5db9e20c642201ac9d3474a8c62188b81c9105
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Feb 4 10:07:40 2003 +0000
- * modules/access/*: Fixed compilation problems with "struct timeval".
- commit e8fb7ad338ce53aa96f1e259531ee1c2590dbd94
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Feb 3 21:47:08 2003 +0000
- * ./bootstrap: we don't fail if gettext is too old and there is no
- ABOUT-NLS in the tree.
- commit 8e57ca40df4a1278da7f7ec88c438bb6daa812ef
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Feb 3 21:38:54 2003 +0000
- Now developing 0.5.1-cvs.
- commit f8eeaecfccd0f1a0580465f5feab409542353168
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Feb 3 19:45:29 2003 +0000
- * ./debian/woody-buildpackage: enabled build-deps checking.
- commit e72927448cb63686dd0ad091ff331d07ca1cfa8c
- Author: Stephan Assmus <stippi@videolan.org>
- Date: Mon Feb 3 17:18:48 2003 +0000
- modules/gui/beos/InterfaceWindow.h/.cpp
- - improved file loading:
- - contents of sub folders can optionally be loaded too
- - files are loaded in expected order from filepanel
- _and_ drag'n'drop
- - file panel accepts folders to load
- - saving of playlist's display mode
- - added updating of interface when playlist is modified
- while nothing is playing
- - added compatibility for SoundPlay's drag'n'drop message format
- modules/gui/beos/ListViews.h/.cpp
- - implemented reversal of playlist
- - list can display full path or file name only
- - drag'n'drop interaction with SoundPlay
- modules/gui/beos/MediaControlView.cpp
- - cosmetic fix
- modules/gui/beos/PlayListWindow.h/.cpp
- - added reverse sort command to edit menu
- - added view menu, to allow the user to display paths
- or only names in the list
- commit 9578d2578a2cc0afc35034b9ec89d31b12e44490
- Author: Alexis de Lattre <alexis@videolan.org>
- Date: Mon Feb 3 16:07:50 2003 +0000
- Small fix.
- commit 261e278f2236cadd294f69642a65407a42fc85d4
- Author: Alexis de Lattre <alexis@videolan.org>
- Date: Mon Feb 3 11:25:44 2003 +0000
- Article format, instead of book format.
- Few typos.
- commit e43ed7a7082cb728d4f95c6ee14a8d721333bca9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Feb 3 02:26:28 2003 +0000
- * ./debian/rules: more Debian Woody fixes. Grrrr!
- commit 3a76f14d642245172d7b9cc03838e94e13d4037d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Feb 3 01:32:37 2003 +0000
- * ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
- * ./debian/woody-buildpackage: sed syntax fixed.
- commit d252bd2324ec2607e9f56bc1e159effc968ab993
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Feb 3 00:56:39 2003 +0000
- * ./share/Makefile.am: we weren't distributing the font!
- commit abddc03ddb13b3424d49658de9c552ec67a5c77e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Feb 3 00:43:12 2003 +0000
- * Updated ChangeLog and pofiles.
- commit 26832b94e629a5848443e5c762ae3f9407b148d1
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Feb 3 00:39:42 2003 +0000
- * ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
- commit 0b3d586510bb3cdaf9e6c3cf9cf9cf93f7507606
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Feb 3 00:23:18 2003 +0000
- * ./debian/control: missing build dependencies.
- commit 0be0485c2abfeed30066b436f90065440043d0cc
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Feb 3 00:00:42 2003 +0000
- German translation, croutesy of Felix Kuehne.
- commit 587ff0ca417ac3a146a1b4a5126a8d49e544ae82
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Feb 2 23:11:17 2003 +0000
- Worked around a bug with the Screens menu and localization.
- commit 3593c15fa9948110f97fab550792cbc4917dba97
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Feb 2 20:59:32 2003 +0000
- * OSX version can open .asx files. so we need to let the os know that ;)
- commit 8ce08f948c31281769ffe993742a7cf4859484b8
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 20:21:02 2003 +0000
- * ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
- commit f6a6b2340142341a652b5ad6a890cd0761307abd
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 20:07:22 2003 +0000
- * ./debian/vlc.desktop: removed unnecessary file.
- commit 368acbd75df9fdba6724fa779bfea6e918b869ea
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 20:01:53 2003 +0000
- * ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
- commit 8dda0c11a6708aa3c5a763bd05d5e1c72245a99c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 20:01:03 2003 +0000
- * ./debian/changelog: updated Debian changelog.
- commit dc492c624991de724493441f77116d615cc7b85c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 19:45:17 2003 +0000
- * ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
- --stdout | sed -e 's/^[^0-9]/ /' -e 's/^ *$//' | uniq).
- commit 3cd65f82781b82519a7338631afe86910b59b400
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 18:57:01 2003 +0000
- * ./debian/woody-buildpackage: finished Woody build script.
- commit 07a3355aa4a565e50dd2f20900399574365c5802
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 18:12:12 2003 +0000
- * ./po/de.po: german translation updates from Felix K�hne.
- commit 512dff4cea2f2285dc2b09e5092ea7fca437863b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Feb 2 18:09:36 2003 +0000
- Added ffmpeg package to list of depenencies.
- commit d6d487d316fbe551c7485eeb98855353a7a81edc
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 17:18:47 2003 +0000
- * ./debian/woody-buildpackage: added a script to build .debs on woody.
- commit 52118c5d9d009a5ecb89e7597890b0319c84183a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 16:08:08 2003 +0000
- * ./NEWS: a few updates from gibalou.
- commit ae30fcaebcf7e971d0bb3ca42ba89add373a7220
- Author: Stephan Assmus <stippi@videolan.org>
- Date: Sun Feb 2 11:29:12 2003 +0000
- cosmetic fix (drop mark would reappear if SHIFT was pressed)
- commit eb8afecc9bbd66a3a980bfc327d896e9a0461c38
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Feb 2 09:17:39 2003 +0000
- '--demuxdump-file -' dumps to standard output.
- (useful for operating systems which do not have '/dev/stdout'
- nor mkfifo)
- commit cc309bec1a34ef552bcd6f0d18cccdd920c4b5f2
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 04:17:53 2003 +0000
- * renamed debian/README into debian/README.Debian.
- commit 65e2a4ea1aa9fe66d057fd5399781fc5b5fe7041
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 04:07:55 2003 +0000
- * ./debian: more packaging stuff.
- commit c2a934c0ffe3b39060ea28bce715d2dff426ca39
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 04:01:29 2003 +0000
- * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
- of places.
- commit 29b791a94c4addfd9eae9a2c95e876b543dcd2f5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 03:38:30 2003 +0000
- * ./doc/vlc.1: updated manpage.
- commit e20aa1e6e3f0928e45ea5dc671bf10bcb453da9a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 03:08:20 2003 +0000
- * ./po/it.po: ultimate italian fixes by Bruno Vella.
- commit 7644dea30c81a4272cffbf9d8efdce9f368c49b2
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 03:03:01 2003 +0000
- * ./debian/*: tuned packaging.
- commit a2af7fb8201851c8d8ad93ea109cac639af779fc
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Feb 2 02:58:35 2003 +0000
- * Bumped up revision number to 0.5.0
- commit a7e0549995f4e822e21f93eb2ff4a22e0949742e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 02:11:59 2003 +0000
- * ./po/it.po: updated italian translation, courtesy of Bruno Vella.
- commit d0bff31cfe9035ac467841b4527b33b00202d716
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 01:37:03 2003 +0000
- * ./po/*: more interface strings harmonization.
- commit 9284620b6f959a45abdadc9283c47614388aac5b
- Author: Johan Bilien <jobi@videolan.org>
- Date: Sun Feb 2 01:23:36 2003 +0000
- * NEWS: readded deleted entries, sorry about that.
- commit 6ef66c8b5ea671979c02119cb88beb489dcc0519
- Author: Johan Bilien <jobi@videolan.org>
- Date: Sun Feb 2 00:57:21 2003 +0000
- * NEWS: VCD entry points and iso files
- * include/audio_output.h: more proper freebsd compilation fix
- * modules/audio_output/oss.c: if /dev/dsp is used, use another output.
- commit 9722e2026d06461675b5fe736629a7f52fd7c8fa
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Feb 2 00:49:40 2003 +0000
- * README.MacOSX.rtf: Typos
- * include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine
- * modules/access/dvdread/input.c: Fixed a long-standing bug when switching
- titles.
- commit 3aabcacdb96cc8e8cce0a101e9b79b721544b7f1
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 00:46:58 2003 +0000
- * ./po/*: more s/vlc/VLC/ changes.
- commit c0fc3bc207794f01833bfbbc9c7a28dc793ca8bb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 00:29:29 2003 +0000
- * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More
- to come.
- commit 1c6d1bdcfc7315b10cda3be7534004fce1d56bd3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Feb 2 00:05:00 2003 +0000
- * ./NEWS: a few updates (translations, mozilla plugin).
- commit c8d4e9b99049e924579d971f11c578e8bb1f5407
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Feb 1 23:46:24 2003 +0000
- * modules/gui/macosx/*: Fixed localization bugs
- * po/fr.po: Updated French translation
- * extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0
- commit 7f4b5f899f49b1ce9744a3fd51629a489a421e26
- Author: Yves Duret <yves@videolan.org>
- Date: Sat Feb 1 23:41:51 2003 +0000
- - ready for general 0.5.0 consumption
- - activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin
- - more wxwindow stuff.
- - fixes here and here.
- - added more doc files like NEWS, THANKS etc.
- - still lacking mozilla plugin :(
- commit 83ffc9c0238a4639d0f13c321b0e4182a49c0e23
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Feb 1 23:39:02 2003 +0000
- * ./src/libvlc.c: atomic initialization of the main module in VLC_Init()
- instead of VLC_Create(), so that its strings are translated (was #92).
- commit cb912b61d3308b8b39fcb42016af6bbe46768662
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sat Feb 1 23:28:58 2003 +0000
- NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html
- with embedded wmp
- commit 54247ab58fc64d2837552d253b6f1081dd70bf32
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Feb 1 23:15:27 2003 +0000
- * ./AUTHORS: added Garf and updated entries.
- commit 7cd78288d2f749feca4088d608d95a4d19a24a6f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Feb 1 23:08:48 2003 +0000
- * ./INSTALL.libmad: removed that file; if one does not know how to build
- and install a library, he'd better not fiddle with VLC.
- commit d215f2b3cfe48716b8dd90f38b25456f29340f44
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Feb 1 22:21:44 2003 +0000
- * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155)
- * modules/gui/win32/menu.cpp: removed some ^M chars
- commit c11c39438878750da97f9da7ca26312058ff791d
- Author: Boris Dorès <babal@videolan.org>
- Date: Sat Feb 1 22:03:42 2003 +0000
- - Win32 preference dialog box
- commit b3762683071551e8826b55772ec58cb0fb0952b9
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Feb 1 21:39:21 2003 +0000
- * Win32 port
- commit fd1c30c4904b38275bd34a79e9a81cc8055f8c95
- Author: Eric Petit <titer@videolan.org>
- Date: Sat Feb 1 21:24:06 2003 +0000
- BeOS news.
- commit 494fb5bb9b81a9ff287e52f50effedf2613e1e2b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Feb 1 21:23:01 2003 +0000
- * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian
- woody specific builds. Will fill them in a moment.
- commit f7f797c9e97b3ca0edb3d5b00355a94793972eea
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Feb 1 21:20:33 2003 +0000
- Tarkin, Tremor and Theora are only available when compiling from sources.
- commit 04af7ab44eba3abcf830b3132cdd6cfb5a7c81e1
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Feb 1 21:10:19 2003 +0000
- Forgot Tremor.
- commit 76a4756536bfe2f3458f64a8f566616ffa0b6561
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Feb 1 21:04:22 2003 +0000
- Checking in packageing files.
- commit fc354b2018b5a8405bf12f6d1fde699d180cf29a
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Feb 1 20:59:37 2003 +0000
- Updated for iPaq port
- commit 7a68b37172ae4c78a00a0a8a6f372751325db27b
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Feb 1 20:34:55 2003 +0000
- * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X
- * Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules
- * src/misc/darwin_specific.m: more generic language detection
- * NEWS: summarized changes from 0.4.6 to 0.5.0
- commit cd5718a28e6e69d94f1e1258f9ed189a5e9a9d4e
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Feb 1 19:04:43 2003 +0000
- * ./po/it.po: a few corrections.
- commit b6b1bef8bff6d35db3dfb293b466a841a317aaad
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Feb 1 18:54:10 2003 +0000
- * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable.
- * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c,
- ./modules/video_output/x11/xvideo.c: removed the drawable configuration
- variables which are now deprecated.
- commit 792640357cc8b39f34c863b83c769310df6dcb70
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Feb 1 18:53:03 2003 +0000
- * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be
- detached before being destroyed.
- commit 6d68e3437f8af8377eb75e008a7ad8c8cbeb14c0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Feb 1 18:41:09 2003 +0000
- * ./NEWS: added an empty NEWS file.
- * ./bootstrap: now that we have the NEWS file, --foreign is no longer
- required when calling automake.
- commit 4e433d964d325b955184a98fa44c16fc912c817f
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Feb 1 16:33:31 2003 +0000
- Updated Italian translation courtesy of Bruno Vella.
- commit a230d7b612b3198cb9444d9ee60875a976437c63
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Feb 1 16:20:21 2003 +0000
- sam p0//3r !
- commit 49173f5e3eff2e7b3c72a618c40b616534a4bfe7
- Author: Stephan Assmus <stippi@videolan.org>
- Date: Sat Feb 1 12:01:11 2003 +0000
- Changes done since Feb 28 2003:
- commit 46e7a04eead052e88ae6725a003b8201a1061848
- Author: Alexis de Lattre <alexis@videolan.org>
- Date: Sat Feb 1 11:48:36 2003 +0000
- * common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output
- * faq/Makefile: added PS/PDF/RTF targets
- * faq/faq.sgml: SGML enhancements and few modifications
- commit e55a8802bd424d637c2f2e467cf740bc27804199
- Author: Boris Dorès <babal@videolan.org>
- Date: Sat Feb 1 09:40:50 2003 +0000
- - fixed a compilation issue with C compilers
- commit 28a40173aefebf3153e3baf14fe09e61e548e69a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Feb 1 01:21:04 2003 +0000
- * asf : trying to fix pts handling.
- commit 27975a94c8452d8f8d05ba482cf19a19a62c62c7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 31 22:35:44 2003 +0000
- * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files.
- commit baa789f384ef77cfc376c2d3329d0e9efb5ab2c1
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 31 22:34:07 2003 +0000
- * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't
- kept up to date (and almost everything advertised in it was done).
- commit 4e852bb4232fd62ca498940f9724549059625bc1
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jan 31 18:53:29 2003 +0000
- * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam)
- commit 8ca6134ef84439089a00d4c80d7a86cbbc2c7d68
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 31 16:56:03 2003 +0000
- * ./configure.ac.in: I was told some versions of mingw32 support neither
- -mms-bitfields nor -fnative-struct.
- commit e3fa732acdfdf1836e2e9524599d8ad2577f2a69
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Fri Jan 31 15:24:11 2003 +0000
- * doc/faq/Makefile: added "text" and "clean" targets.
- * doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice.
- * doc/faq/faq.sgml: Fixed build issues, improved the SGML translation.
- * doc/faq/fdl.sgml: text of the FSF Free Documentation License.
- commit 17f4d010b408b394c16b8b2d1600f81080c5b885
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 31 13:52:26 2003 +0000
- * ./src/libvlc.c: strings in the main module are now translated (fixes: #92).
- commit 61411b1c8475cbd4626db8f19b7111f8e544f7d3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 31 11:38:06 2003 +0000
- * ./po/de.po: full german translation, courtesy of Felix K�hne.
- commit a4495b84d4124602c1b4ccf88b590e46127053a3
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Jan 31 11:23:37 2003 +0000
- Fixed a major bug of people who like to declare vars "unsigned int"
- when they can be -1 :p (why haven't we spotted that before ??).
- Closes #152.
- commit 0e7d6fb9451b6a3bf1fcbbc549ee95d00a300414
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 31 10:54:07 2003 +0000
- * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen
- while there was no input (Closes: #153).
- commit d8d8373778c103ba36d394956798409618ea53f8
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 31 10:51:15 2003 +0000
- * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the
- Audio and Subtitles submenus into the Audio and Video menus.
- commit 05422a3f19101cdc7e5bc99f9bd5bed5eec6867c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 31 10:14:13 2003 +0000
- * ./src/audio_output/mixer.c: minor cosmetic fix in output message.
- commit f536457b41629bd924528b18a2fa0d7ed2a87290
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 31 09:51:57 2003 +0000
- * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized
- variables.
- commit 62d34bdfe820dddebeba495f7615830a492a9311
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 31 09:48:43 2003 +0000
- * ./configure.ac.in: complain when ALSA headers are not found but
- --enable-alsa was specified.
- commit 28fea52a17b425038aa1de311f7a3e067f136426
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Jan 31 06:45:00 2003 +0000
- Minor GUI fixes
- commit 7f8e2bc5c18d04b2915e9d5d5ff97c60b0f46bae
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Fri Jan 31 02:53:52 2003 +0000
- * ./modules/gui/macosx: Defeated some deadlocks.
- World domination ... is at hand.
- commit f3563dc1c83f771d7eae70396e012fa44cd35e31
- Author: Boris Dorès <babal@videolan.org>
- Date: Thu Jan 30 21:35:22 2003 +0000
- - fixed a segfault occuring when the preference dialog box was destroyed
- commit aafd6446beb873cc721c2037f0848c7ff0d319a3
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 30 20:59:36 2003 +0000
- * ./src/misc/configuration.c: when an invalid short option is found, use
- the optopt variable instead of the current value of optind (Closes: #148).
- commit 4bcfe96c4e0ffe5ff128dad906b7726c9272897c
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jan 30 19:14:17 2003 +0000
- * src/video_output/video_output.c: we were still using free instead of
- vout_DestroySubPicture in one place.
- * modules/codec/spudec/parse.c: we now make sure we don't add several times
- the same highlight callback.
- commit 1cd3cacb953dfe0cea0607a57f890a587eb26195
- Author: Loïc Minier <lool@videolan.org>
- Date: Thu Jan 30 18:07:45 2003 +0000
- * converted FAQ to SGML
- * SGML sucks, this is absolutely ugly, please reread
- commit 98bd3d5d78a7657807f578331de9d72f868a2cee
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jan 30 16:36:04 2003 +0000
- * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
- race condition between spudec and vout. This patch may not be all that
- nice because it does a lot of vlc_object_find() but it is the only
- solution I've been able to come-up with.
- Oh and I didn't fix the memory leak caused by the font when using text
- subtitles. If the vout changes while the spudec is running then we don't
- unload this font.
- commit 288c2fe39b7ade1e4fcaaa8a6ae3cbf12a997c38
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 30 15:46:29 2003 +0000
- * modules/gui/macosx/intf.m
- - fixed a warning about parentheses
- commit e82bade6e9e1c14fff8dff444f1bea67a474f24c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 30 15:39:38 2003 +0000
- * ./modules/gui/macosx/intf.m:
- - we close the video window after a video is done playing.
- commit 09a1fc830966622127eca57de8d1bc4145694057
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jan 30 12:38:13 2003 +0000
- * src/video_output/vout_subpictures.c: fixed a few race conditions that
- were triggered by the dvdplay plugin.
- commit c6fdadcb25a9fc0345267daf509c7c588818f285
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 30 10:44:50 2003 +0000
- Keep -O2 in --disable-optimizations mode, cause it can't harm...
- commit 8d186b976444c28cc7af442c39e21dbac71a698b
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jan 30 02:16:09 2003 +0000
- * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in
- PictureDisplayExtension(). This does also fix problems with the dvdplay
- plugin and menus with still pictures.
- commit 3459b8a0aeb5a8f1b0e8f7c24c34dcae07f41826
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 30 00:39:41 2003 +0000
- * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension,
- * modules/gui/macosx/intf.m: one of the threads wasn't in real-time
- priority !!!
- * include/vlc_threads.h: tuned up OS X priorities
- commit 0ef4dd5910caf8917a9104a2e8788fe65a404e40
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 29 21:54:34 2003 +0000
- * asf : more sanity check for broken files.
- commit d8501c549d296cd48a9e98b61b6a9de45b885e95
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jan 29 18:14:29 2003 +0000
- intf: the slower/faster buttons should not be continious.
- project: the source files were included in the Resources. No more.
- commit 1584d670f1db650a0f35823df4a4a347b51fb03c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jan 29 18:10:52 2003 +0000
- * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable
- the title and chapter dialogs when DVD menus are activated.
- commit e15a35bfd2a922fb9db1bb0dbe505fa593049d20
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jan 29 17:28:22 2003 +0000
- * modules/gui/gtk/*: changed the disc open dialog to allow for title and
- chapter 0. When title or chapter 0 are selected, they do not appear in
- the MRL.
- commit abd941fea756a5cb416bf73b85277fb61fc246af
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 29 17:07:37 2003 +0000
- New nl translation, courtesy of dj hartman.
- commit aef7cfe8d662cb1b35209ab903475ecd208c5bc6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jan 29 15:55:44 2003 +0000
- * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization
- in case the input dies before we even spawned our dvdplay interface
- (Closes: #141).
- commit 3fb252d901e41530595cd8da11bc73436f415cf6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jan 29 15:15:20 2003 +0000
- * ./po/ja.po: updated japanese translations, courtesy of KKI.
- commit b5b6ef13a289551bd60b1281ffb630f85c604ca1
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jan 29 14:03:07 2003 +0000
- * include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals
- THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me.
- commit 3d6389ab2275decbdc1f59fdb6788069c08fe7d5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jan 29 12:59:23 2003 +0000
- * modules/demux/ogg.c: bug fix when switching between vorbis channels.
- commit 490316dd83278bfa591d06a6c4f65179e4868816
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Wed Jan 29 11:41:48 2003 +0000
- * ./modules/gui/macosx/controls.m: fixed bug in my previous commit.
- commit 88f691d0162f268fef612dd3599f6a4098feddf5
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Wed Jan 29 11:34:11 2003 +0000
- * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty
- * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input
- and using p_playlist->p_input instead.
- commit 0e8bd13c90660335a297eb7defd9ad9b3f0b08be
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Wed Jan 29 11:17:44 2003 +0000
- * modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin
- (closes #122).
- * modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user
- settings (closes #122).
- commit 6a4590ebb7e75a76d59a5fa64ea825b57ad43bd1
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jan 29 09:54:45 2003 +0000
- * ./modules/audio_output/arts.c: fixed aRts output and removed debug
- messages that were lying around.
- commit 89e32e31bc71ebe860fc0b0f3980c2d1e51a8588
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jan 29 00:02:09 2003 +0000
- enabled changing filters on the fly
- commit 008accd05607de152a087436e6c10d3c7948ff55
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jan 28 23:55:57 2003 +0000
- Not sure the buffer was large enough.
- commit 84940e96c01c90bee314d648c8c00791e1c5afd4
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jan 28 23:38:24 2003 +0000
- * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though.
- commit 096fc22a2f74b26cb6c8fbcea90351dffed59232
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 22:52:30 2003 +0000
- * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139).
- commit b05a2422f4a47441e3d26b216422c5e9acbc18d9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 22:03:21 2003 +0000
- * ./src/video_output/video_output.c: don't try to change aspect ratio if it
- has been overriden by the user (Closes: #79).
- * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method".
- * ./modules/*: fixed a few capitalization issues.
- commit 7615051fb1b5f0bae87414b93c516c7e52128998
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jan 28 21:18:53 2003 +0000
- * modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select
- title 0 when using the dvdplay plugin (title 0 = menu).
- commit 3086668b73782da78d3ee17f20b493abd5f1ecb8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jan 28 21:17:34 2003 +0000
- * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0.
- commit 2db814a206f87ef926a15599e306c8b8f509f409
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 21:08:29 2003 +0000
- * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in
- DATA_PATH.
- * ./modules/gui/wxwindows/*.cpp: fixed minor warnings.
- commit 9fec72f3cc638356d884ffd1d622768d926a7974
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 21:06:17 2003 +0000
- * ./debian/*: activated the wxwindows plugin.
- commit b33872a38b5f0a9d5c25b3dc6b90737467d64cfb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 20:02:04 2003 +0000
- * ./toolbox: made a few glade-generated strings non-translatable.
- * ./po/*: fixed spelling errors in pofiles.
- commit 2c7a2e20c3135612727849e7246e38fa45049e21
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 17:14:20 2003 +0000
- * ./debian/control: removed versioned dependency on libxosd.
- * ./debian/rules: added comments here and there.
- commit 2a55093ce01cb28ee00e8bc1ab5a5b095eb8d73a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 17:11:38 2003 +0000
- * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now
- use "./toolbox --fix-glade" to generate and fix source files.
- * ./include/vlc_common.h: fixed compilation warnings.
- commit a793be381c1da5f4fbfd9e23da5d6c24d141efae
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 16:57:28 2003 +0000
- * ALL: fixes for various compilation warnings and spelling errors.
- commit 1f4c177f0b90bce5c8dc805c323b43b38c33fb20
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 16:52:36 2003 +0000
- * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of
- libxosd.
- commit 58296e63453cca328cad2d71bc4677228514b219
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 28 16:47:46 2003 +0000
- ALL: updated deinterlace to work on the fly. there is a but in vout.m:433
- jlj will need to fix that.
- there is no feedback to the interface as of yet
- commit a5619da34d91e9ae381e5e2876aaa5e736836e4d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 28 15:59:38 2003 +0000
- * ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack
- * ./README.MacOSX.rtf: updated deinterlace and resize info
- commit 5960b182010428986e04b7d1409c2d47009e2ab3
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jan 28 15:05:52 2003 +0000
- We are now able to parse :
- dvdread:/Volumes/to@to/VIDEO_TS@1,1
- dvdplay:/Volumes/to@to/VIDEO_TS@1,1
- Closes #77
- commit 38b7295a678e0c4b1a58b2b5038ddfcad9ad2c42
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Jan 28 14:49:12 2003 +0000
- fixed another possible crash
- commit 9b5b8ae654a42b9edb08a071bb30abdb7b70b9b2
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jan 28 14:41:05 2003 +0000
- * modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69)
- commit 432c4ec145c85fbd99625b1d5808e01c53274201
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jan 28 14:00:49 2003 +0000
- * gtk: fixed 'cannot find file.xpm'.
- * wxwindows: compilation fix for older wxwindows header.
- commit 17bc2d6e3f64384acee6943bf274ec0a5c563c24
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jan 28 13:07:45 2003 +0000
- * src/video_output/video_output.c: oops, fixed a bug I just introduced.
- commit cdef0915f5d0c9debeddc18d88f2a3ffd1ef9a55
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jan 28 13:03:13 2003 +0000
- * modules/video_filter/deinterlace/deinterlace.c,
- modules/video_output/x11/xcommon.c: modified debug messages.
- commit f6015e93733f0b4619a4aa8d7f0342a5057ec006
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Tue Jan 28 12:30:44 2003 +0000
- * src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the
- filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on
- the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object
- variables.
- * modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow
- switching deinterlace modes on the fly.
- * modules/gui/gtk/menu.c: updated the deinterlace menu.
- * include/vlc_common.h: compilation fixes for gtk_main and gnome_main.
- commit c83f667f084a80af397caba3750de32b67f02f22
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jan 28 12:23:40 2003 +0000
- Do not show the channels menu when the input stream is mono, closing #117.
- commit 677963f1fe4a1d6fc6caeb32f5ed228c12be3a6c
- Author: Eric Petit <titer@videolan.org>
- Date: Tue Jan 28 10:05:15 2003 +0000
- * sanity Lock()s
- commit c5c3a0f07c1b204d0267fe258c41356fe80957cb
- Author: Eric Petit <titer@videolan.org>
- Date: Tue Jan 28 08:17:26 2003 +0000
- * beos/* : do not forgot to destroy the Messages window, so vlc does
- lock when exiting
- * missing cvsignores
- commit 9617a4b3836afe0b39f3c16f7b73b695bcf93d25
- Author: Yves Duret <yves@videolan.org>
- Date: Tue Jan 28 08:11:10 2003 +0000
- - new video_output/vout_encoder plugin.
- - new demux/a52sys plugin.
- commit 05fea7084e0a569bd7a9ae4c131cb053645f9928
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 03:46:22 2003 +0000
- * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113).
- commit b2940c865f4e3c6faaef7383c3ad659bf428a507
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 03:11:02 2003 +0000
- * ./include/vlc_common.h: removed duplicate macro definitions in the gtk
- and gnome plugins.
- commit f134c067531254284bf330e098ade68636d2bbe8
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 02:53:50 2003 +0000
- * ./configure.ac.in: first step in the world domination roadmap, setting
- the CVS version to -test4.
- commit 476ba22e35e6fc083199ca15a0ef9298792b3822
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 02:03:33 2003 +0000
- * ./po/*: spelling fixes.
- commit e78a00bb3dce518546b769a737907f34f2b70bac
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 28 01:50:52 2003 +0000
- ALL: the next and previous buttons first work through the chapters. Only
- then they turn to the playlist.
- commit 22d5c48a7f3db2902d7a117225d9e3f2d0660e8b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 28 00:22:44 2003 +0000
- * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins.
- commit a2246e72e03f27d0220573e8b6a9f7efbf1305d1
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Jan 27 23:48:14 2003 +0000
- Additional check on p_first_byte_to_mix.
- commit 042214057e3acb113beee646b583334a2109ab13
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jan 27 23:42:59 2003 +0000
- * ./bootstrap: removed usage of $^ which is not compatible with BSD or
- Solaris make.
- commit 2173760d296c26574722c178277f29709de32e17
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jan 27 22:50:01 2003 +0000
- * ./src/audio_output/output.c: fixed return with a value in function
- returning void.
- commit 04b59c91686499bb07a0f5fee802580a8b4d4fdf
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jan 27 22:42:36 2003 +0000
- * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it
- anyway, do not provide our custom version.
- commit 887faff10febf55699b3853428a088fed5e3ba43
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Jan 27 21:44:39 2003 +0000
- * Fixed a segfault (closes #132)
- commit fb1b3cf4fce542eda0575b828de0ddced0ee3024
- Author: Johan Bilien <jobi@videolan.org>
- Date: Mon Jan 27 21:35:06 2003 +0000
- * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile,
- at least on FreeBSD 5.0
- commit f716766a5144a98885f6749522cde7fefe8b3707
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Jan 27 17:41:01 2003 +0000
- * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *)
- instead of a (vlc_list_t); this modification was needed because BCB
- doesn't like at all when a function (compiled with mingw32) returns
- a struct...
- * ALL: modified the files to take this change into account
- * modules/gui/win32/menu.cpp: enabled the "Add interface" command
- commit 5b84049b037ba993057bd7d8bb5d242f9dece509
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 27 16:28:42 2003 +0000
- mms: another memory leak
- avi: comment out a debug statment.
- commit 58990fdaa56e39ce7c027ea3bbfc239a5a39467d
- Author: Eric Petit <titer@videolan.org>
- Date: Mon Jan 27 10:29:22 2003 +0000
- Disabled DVD menus by default for 0.5.0
- commit a2e5e656147af976a23383dad71418966bffad05
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Jan 27 01:42:19 2003 +0000
- * The space bar is a hotkey for pause/resume.
- commit 553f1be2aae8e2b9dbadfb6d23af8116c4b4e642
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Mon Jan 27 00:08:31 2003 +0000
- * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview
- is now updated on panel BecomeKey.
- * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel.
- commit 3bcc216cc15a09a3b88979aa81969a47c2664259
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jan 26 22:57:21 2003 +0000
- * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some
- DVD menus.
- commit 725c0117cc69e6f622d873d656369d3a7a0d4b0b
- Author: Boris Dorès <babal@videolan.org>
- Date: Sun Jan 26 18:31:07 2003 +0000
- - menu checkbox outside of title/chapter groupbox
- commit 3b2350b169aff0d0bcbf814ffcae48541cf12d89
- Author: Boris Dorès <babal@videolan.org>
- Date: Sun Jan 26 18:02:01 2003 +0000
- - buttons are left aligned and their size comforms to Windows XP visual
- guidelines
- commit aad898d533b5236b89f8613642679d1f93db12f5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jan 26 16:37:20 2003 +0000
- * modules/audio_output/waveout.c: multichannel and spdif support (spdif untested).
- commit ae704c8ca73636caddefece75f5d31e12192991e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sun Jan 26 14:53:08 2003 +0000
- * Added myself to list of authors of these files. i had forgotten to do this.
- commit a6987dc0bca414bd138c8f4923ff5225117bd821
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jan 26 14:52:12 2003 +0000
- * all: raah, clean up glade output.
- commit 83e729162297722ec879236393cbe036e696e5be
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jan 26 14:49:09 2003 +0000
- * added stream output dialog box.
- commit 3bcbf4747c84feceaad8818d71dca13a548b16a5
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jan 26 13:37:09 2003 +0000
- * src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer.
- (p_input->p_first_byte_to_mix sometimes need to be reset)
- * modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk.
- commit 52182a28d65f7fe6a62390e03da033126c0d6c6b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jan 26 12:34:47 2003 +0000
- * avi : fix play back for some broken avi
- commit 437957ac556494a48ffec03ba23fb15902db520d
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jan 26 10:36:10 2003 +0000
- * modules/gui/wxwindows/*: Fixed the open dialog on win32.
- Better slider management in the main interface. Misc other small fixes.
- commit 543e3529bfbb5459bd618330a2339a2f2dfea9e7
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Jan 26 08:28:20 2003 +0000
- Added some colors.
- commit 7a3a70296db48118214c9530147e7927b58a3de3
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Jan 26 03:55:36 2003 +0000
- * modules/gui/win32: replaced BitBtns with Buttons everywhere, and
- put "OK" and "Cancel" buttons in an horizontal layout.
- Also updated a few properties here and there.
- commit 64c48e9c9b63c6ddc6ee450cafa3bdf0cddf9a72
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Jan 26 02:22:59 2003 +0000
- * modules/video_output/directx: added a configuration variable and a
- "normal" one to set the vout window on top of ther windows
- * modules/gui/win32: the interface can use these variables
- (almost closes #84)
- commit f48edcc66049cdb74ec699710ba6026d8d55a281
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jan 26 00:51:43 2003 +0000
- * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu
- generation.
- commit 263a954450a474d86a2a37fbb58801190a932ee2
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 25 21:34:45 2003 +0000
- * changed the bugreporting url
- commit 02d360bd15f8c8e8ba4fd844229682d6e5f24d88
- Author: Eric Petit <titer@videolan.org>
- Date: Sat Jan 25 20:15:41 2003 +0000
- Added a window to see vlc messages.
- commit 160a693dd6519a757a3475848676924d2a0fedbc
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 25 18:42:17 2003 +0000
- * ./README.MacOSX.rtf: added two remarks on subtitle support.
- * ./extras/MacOSX/vlc.pbroj/project.pbxproj
- - Added .wma filetype
- - Added README, COPYING etc. to resources
- * ALL: Added a Help menu.
- commit 28e3d5e92d7ed8f07906fbff488734992d379276
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jan 25 18:09:30 2003 +0000
- * faad : clean up.
- commit 9137b014e2dff65c165442d65776f1e8459aa858
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jan 25 17:57:36 2003 +0000
- * all: fixed wrong usage of input_DeletePES.
- commit 96fd5143a83ad291b446dfd0401acb929fad83d7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jan 25 17:21:40 2003 +0000
- *mp4: fixed segfault when it fails to start a decoder and has specific
- informations to send.
- commit 8fce437bcb8c6cd066e24ffcbbde83572d96761d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jan 25 16:59:49 2003 +0000
- * ffmpeg: fixed memory leaks.
- commit 22d851e1d2c4aaf47a2f6ebf0de01b3a8e1d4cdd
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jan 25 16:58:35 2003 +0000
- * all : fixed some memory leaks thanks valgrind.
- commit 25eea88d8bddd72976a76ce8ecf979a4033abf1d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 25 12:42:13 2003 +0000
- * README.MacOSX.rtf: Updated Readme for new release. Added section on
- subtitles and on bugreporting.
- * extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv,
- .sub and .srt files.
- commit 12a7ff08cc2b4bf5c509fc5cce3090481c73769c
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 25 12:00:38 2003 +0000
- * Reverted back to non metal windows as dictated by Apple's User Interface
- Guidelines. Only the controller window stays metallic.
- commit 8a517cbb694eed3ca5e7e990addc7e6fd090d777
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jan 25 03:12:20 2003 +0000
- * avi: no more segfault when we have 'max buffer allocation reached'
- * all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached'
- we cannot send null packet to decoder.
- commit cc6ee817fde6d5ed1ece402701989a756d19b8c2
- Author: Eric Petit <titer@videolan.org>
- Date: Sat Jan 25 01:03:44 2003 +0000
- * store windows sizes in the vlc configuration file
- * fixed an interface bug when launching a file from the command line
- * minor fixes or enhancements
- commit a08a63e7311c2b15d8f7c3f9e36386ca32ff4461
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jan 24 18:25:14 2003 +0000
- * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
- commit ccfd28dd47f6ee6316aac625ad29d63d43393f50
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jan 24 16:19:15 2003 +0000
- * code we migh use in the future to change the subfile we use.
- not very useful now because of the .avi requirement to start/stop before
- loading/displaying the subs.
- commit f33d74bc477dfe988def9e8c88bf122bc2135709
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jan 24 14:35:52 2003 +0000
- ALL: fixed the deinterlace menuiteM
- cvS: ----------------------------------------------------------------------
- commit 7b73653e17b790f5ac3c710da8318c160fc43759
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jan 24 14:34:53 2003 +0000
- ALL: fixed the deinterlace menuitem
- commit 1292f91e251b73bf1997eb127437fe5d49ccfbd6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 24 14:13:00 2003 +0000
- * ./doc/bugreport-howto.txt: minor updates.
- commit 4bbe6f6f3955abc5472d692bda44623012848e11
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 24 12:01:03 2003 +0000
- * ./configure.ac.in: removed the --with-bcbuilder flag.
- * ./INSTALL.win32: updated accordingly.
- commit 953ef37b0dd76c2f70af72a9a380c5d743eaa864
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Jan 24 06:31:56 2003 +0000
- * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
- BeOS computers (closes #119)
- * others: removed old printf or unused code.
- commit d68becda6e6f435d579996030f561072292aa479
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jan 24 06:21:03 2003 +0000
- * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
- after 2 seconds.
- commit 16a94e156164ac83bdfd813e0a615ee35e5c55ae
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jan 24 02:31:53 2003 +0000
- * when the playlist is selected and you push the spacebar we pause/play
- the movie. this makes the behaviour more consistent, though the solution
- is somewhat unclean. We should fix this on a higher level but i don't see
- how we could/should.
- commit 72fb9033d1a80749ec45f45eb7b69fa1d7170536
- Author: Boris Dorès <babal@videolan.org>
- Date: Fri Jan 24 00:57:51 2003 +0000
- - added a NULL pointer test
- - cosmetic changes
- commit e56eff610ae3c0c4386b860710256f0c24bd1a29
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jan 24 00:53:41 2003 +0000
- * the volume slider could only be dragged, not clicked. removed some
- useless code as well.
- commit 9185c5155b9e9df14f33ea548117df54950fc8b3
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jan 24 00:17:20 2003 +0000
- * made a quick hack to create a resize bar. not sure if we should keep this.
- commit 5eb9bd3aca96e9be087b98c9e06407c72282b256
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jan 23 23:57:50 2003 +0000
- * modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface.
- * modules/gui/wxwindows/popup.cpp: Started implementing the popup menu.
- * modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a
- play/pause button depending on the context.
- * modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.
- commit 8f10d4fe9cc8f4e41341534d60dc5b469db109b6
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 23 23:51:13 2003 +0000
- * Resized elements in the open panel,
- * modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
- mode is on the primary screen,
- * po/*: Updated po files.
- commit 03ea4d8101c69d9e3eb97fd6648eaa0e5abfb2c2
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 23 22:57:28 2003 +0000
- * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
- - oops, i enlarged the timeslider by accident. fixed
- * ./modules/gui/macosx/controls.m
- - fixed a mutex_lock issue
- commit f746c5dc37fb322e931db23095aa670d58b1b467
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 23 22:39:30 2003 +0000
- ALL: - made some panels into windows.
- - made the background picture non editable (removes the text cursor)
- - added slowmotion button
- commit 21575d49b6ccd57e9997c3fddfda0e633052f780
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 23 22:25:32 2003 +0000
- * ./modules/gui/macosx/controls.m
- - changed the slower button into a slowmotion button
- - fixed a forgotten mutex_unlock
- * ./modules/gui/macosx/intf.m
- - added the slowmotion button
- - some windows shouldn't register in the "Window" menu
- * ./modules/gui/macosx/open.m
- - allow multiple file selection
- commit 8aa9a6a30c3657f84abe618d653975bbffb6c117
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 23 21:47:59 2003 +0000
- * Minor changes to the open panel, added AVI stream output option,
- * modules/gui/macosx/open.m: "Open File" is back,
- * modules/codec/mpeg_video/synchro.c: Fixed a counting bug.
- commit bc03a973432be4b821ba53e8a0bb41b32970d51c
- Author: Boris Dorès <babal@videolan.org>
- Date: Thu Jan 23 17:18:45 2003 +0000
- - menus disabled by default
- - cosmetic changes
- commit aeade697a0629f3a2520c17e2fbb7e445cfc6b7c
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 23 17:13:28 2003 +0000
- Fixed a segfault with quitting when no audio output plug-in was found
- (closes #108).
- commit 8afb82e2c6dc616377ff5afafb326c35f3f36a59
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Thu Jan 23 16:17:59 2003 +0000
- * use 'dvdold' instead of 'dvd'
- commit b276198a5cf3702072448623af18fff91805bbd7
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 23 15:53:10 2003 +0000
- * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
- suggestion from lool).
- commit 4e7174c14bfa63f0d2e43b93ba734db384fefa94
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 23 15:52:04 2003 +0000
- * ./modules/*: warning fixes.
- commit 4364ef906f48173f5cf575812580cd5d32e41d77
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 23 15:50:15 2003 +0000
- * ./modules/access/dvdread/input.c: warning fixes and a consistency
- fix (ilvu_sa cannot be -1).
- commit 27ebd5cd73694dc07c828acf195e809d3a537e63
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jan 23 15:07:20 2003 +0000
- * asf: in fast/slow motion we don't play audio (unless there isn't any
- video). Added some clean up.
- commit bed89e05ecabf096af9b1e6747b3da59d8ed2c84
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 23 13:54:59 2003 +0000
- Derk-Jan Hartman.
- commit 21196f47028a9b59d9f882b6abc8f05bb79a34df
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jan 23 13:44:21 2003 +0000
- * don't send audio in fast/slow playing speed unless there isn't any video
- stream.
- commit e8ce66c232c2cd62cd8d9535200033a0c210f3e9
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 23 11:48:18 2003 +0000
- * modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
- * modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode
- with MPEG files,
- * src/audio_output/output.c: Fixed dual-mono handling.
- commit 916664af95c6ef4f4da522a922a9094922b93147
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jan 23 10:25:40 2003 +0000
- * modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
- commit 3838e88074b52e9feb0861ac87441a3f091636e9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 23 09:58:02 2003 +0000
- * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
- instead of an error when it can't stat() the device (Closes: #77).
- commit 77081ffba67aa9802769cf56760d19f286dfdb69
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jan 23 09:53:55 2003 +0000
- * modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
- socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
- read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
- call (someone willing to investigate this ?).
- commit 768b2ea25a22f26d73e01ddea7bae60cd44f2278
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jan 23 09:00:36 2003 +0000
- * demux: fix segfault while trying to opening files without extention...
- commit 0efabac6c95a2437ccc6843b220b31db82ef2dde
- Author: Boris Dorès <babal@videolan.org>
- Date: Thu Jan 23 04:50:38 2003 +0000
- - allow the user to choose (and sort) several plugins for the same
- category.
- commit d48ff8b85c15148a00da7d9a7b44e75fa9195f6b
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Thu Jan 23 03:33:34 2003 +0000
- * The stream output can't use PS with UDP
- * Added tooltips for the subtitles dialog box
- * Added a missing "delete"
- * Added a menu entry to spawn new interfaces (but it's currently
- disabled, due to a problem with the vlc_list_t struct)
- commit ba0ff50cfdb120c0535bd4628cb549659528eb00
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Jan 22 22:19:29 2003 +0000
- added an new config variable that takes an comma separated list of
- interface modules to be loaded in the background when vlc starts. This is
- usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
- module was inserted, as this just needs to be added to this list now.
- commit 831d6ca51e9b135a0c05a9e2a73755cbad46f2ee
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed Jan 22 21:42:51 2003 +0000
- * Added a dialog box for subtitles selection
- * Cosmetic here and there
- commit 4c31331e6fef8892ebbbdd6183e0a85e2eb6b419
- Author: Loïc Minier <lool@videolan.org>
- Date: Wed Jan 22 19:37:50 2003 +0000
- * modules/visualization/xosd/xosd.c: lower module capability when the
- DISPLAY environment variable is unset (gtk like behaviour)
- commit 128f5ba7b25efb7d218df9c4da139c9a2462b39d
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 22 18:31:47 2003 +0000
- Reverse stereo option.
- commit dba1461123a88cb8840f11927e0adcaa76befe52
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jan 22 17:03:51 2003 +0000
- * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
- detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
- commit cfa5300a5b2ae10812c6f518243f6a090d3b735c
- Author: Loïc Minier <lool@videolan.org>
- Date: Wed Jan 22 16:41:15 2003 +0000
- * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
- xosd_init returns NULL
- * lib is initialized with configured font
- * more safety checks
- commit 0f695c7609615c6f887a9362be9bd3acd859bb59
- Author: Loïc Minier <lool@videolan.org>
- Date: Wed Jan 22 16:16:27 2003 +0000
- * modules/access/slp.c: #include <stdlib.h> because of a malloc
- commit bb8e9ffdab0d9bbc147c9963ce5f5112509d6590
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 22 15:16:02 2003 +0000
- Less aggressive debug message.
- commit 34b8dedc552dfea58960a6ac725bd8e9126dc531
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jan 22 12:25:59 2003 +0000
- * ./configure.ac.in: fixed multiple static link issues with anal linkers.
- commit 0e9ecb786aa05ab1c2d78f8274f8c4f3c448875d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 22 10:53:22 2003 +0000
- * add vout_encoder, not yet the codec parts.
- commit 2b9dfff88360ed512ccb00c6ac6424697d602d7e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 22 10:44:50 2003 +0000
- * all: modified files for video transcoding. Still needed configure.ac.in
- commit 412d64b1e9973f1037d9e9d45934a0c05a2c39b0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 22 10:41:57 2003 +0000
- * added file needed for video transcoding with vlc.
- commit 6ea488394d980dca2bea3607fa36766607dd0f6e
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 22 10:03:17 2003 +0000
- 1.12 How do I join an IPv6 multicast stream?
- commit cb4cb20239963a7ec0703de4ca34a987cc5c91f0
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 22 09:54:29 2003 +0000
- * configure.ac.in: Re-added a52sys module, which was lost somewhere...
- * Fixed bugs regarding Dolby Surround downmixing.
- commit f9975e293f7c962855b5c3f6af94312d3c86b474
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 22 04:51:16 2003 +0000
- * fixed my last fix about bug with non-progressive videos.
- commit 8f103bdb0912d28074adc3cdb169ae0f3821336d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jan 22 02:39:33 2003 +0000
- ALL: fixed a small bug in the timeslider code
- commit 69945cce27fd4e5a5b9aa840eb422a03c2cac10d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jan 22 01:48:06 2003 +0000
- * ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
- filetypes.
- * ./modules/gui/macosx/vout.m: Made the video window a textured window
- * All:
- - fixed several missing object_release bugs, that i had introduced.
- - updated the play/pause behaviour.
- - fixed an issue with the volumeslider.
- commit a37a2e5eeb19316a8af8f6300b6b3a8c276a48f0
- Author: Loïc Minier <lool@videolan.org>
- Date: Wed Jan 22 01:40:19 2003 +0000
- * added --with-slp
- * now works under win32
- commit 2891094dd4909f07b274a25b0b5c9ff3311dccf6
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jan 22 01:13:22 2003 +0000
- * Fixed title / chapter menus
- * Clean up
- commit d5fe9f34387cde0fbb60edfb12577c0118b67778
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 22 00:32:32 2003 +0000
- * gtk: fixed a segfault with deinterlace.
- commit 6996bfd06a038cd762cc5fce34accd045015595d
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Jan 21 21:20:54 2003 +0000
- * Dropped files and files added using the playlist are now enqueued
- according to the "enqueue" config option
- commit 5a0a657bc9e7335498cdf809b9440815d1859479
- Author: Loïc Minier <lool@videolan.org>
- Date: Tue Jan 21 21:19:36 2003 +0000
- * use of service attributes to get the name of the session, insert it in
- the playlist
- commit 0b9c1f07dbe77d5f06786961261506d4d5a82b7f
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Tue Jan 21 19:49:09 2003 +0000
- * Added a dialog box for the stream output
- commit 9d9004266a849ae05304fb6dcab823ba5f232b4d
- Author: Loïc Minier <lool@videolan.org>
- Date: Tue Jan 21 18:43:54 2003 +0000
- * added a couple of malloc() checks
- commit ba7fd68d0c944417221fb06a4dd6fdf0ed6790b0
- Author: Loïc Minier <lool@videolan.org>
- Date: Tue Jan 21 17:34:03 2003 +0000
- * now search all srvtypes and add all srvs of all srvtypes to the
- playlist (requires less configuration information, now zero)
- * usual cleanup and bug removal
- commit 4a484a39336b12540bebba7c661790e49e4a4e7d
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 21 17:08:16 2003 +0000
- ALL: the slider updates the video while it slides.
- commit 0a8f461ff39c687e5259fd3a01468291e79a2f0f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jan 21 17:00:41 2003 +0000
- * added "use DVD menu" choice.
- commit 28ad4a41bbfc11744ac6da847d1e5e91c3252b85
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jan 21 16:46:17 2003 +0000
- * sub.c: fixed handling for subrip subtitle with rn instead of n and
- added some sanity checks.
- commit ec6e741859028457f072e141dedb7e151e28a16e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 21 14:26:54 2003 +0000
- ALL: fixed my previous osx interface commit. had forgotten to save the files.
- commit fca9baf06f640e3c48a0c64bd3bf29d84596af10
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 21 14:15:05 2003 +0000
- * ./src/input/input_ext_intf.c
- - FASTER and SLOWER now take into account the current rate.
- commit 4238a1537f616a9b844b9750d3e5a36fa8c45422
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jan 21 12:36:11 2003 +0000
- * gui/gtk : added a subtitle option in open dialog box.
- commit 045192a1898e56b17590d029364d0c4eb728d935
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 21 12:23:37 2003 +0000
- ALL: The addition of a volume slider required a small redesign of the
- interface. David Weber was again kind enough to help us.
- commit ba14c1ba9ed40b888b50c414e45847de1f9471c2
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Tue Jan 21 12:01:43 2003 +0000
- * Added an 'slowmotion' icon
- commit 200902575d980605296fc44ea185757a6d5b77a7
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jan 21 10:29:12 2003 +0000
- Fixed two major bugs in the audio output, triggering segfault when going
- to mono mode, and probably at some other places.
- commit 1d385240078ba08a5d6d16e90f3a172bcba98245
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Tue Jan 21 00:47:43 2003 +0000
- * ./modules/gui/macosx/aout.m: output more debug info
- * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
- http://nanocrew.net/vlc/mpslider.png
- commit 9c7700d3c14505da447681aed454fedd4eee0e8b
- Author: Yves Duret <yves@videolan.org>
- Date: Mon Jan 20 20:17:00 2003 +0000
- - new access/slp plugin.
- - more buildfor_{rh80,mdk{82,90}} stuff.
- - use %%mklibname macro.
- - use %%clean_menus in postun instead of %%update_menus everywhere.
- commit ba0c772b64c14dac6114d1a834458bb2bc437f23
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 20 20:07:07 2003 +0000
- * all: begin to up to date the gtk/gnome interface. All comments are
- welcome, and please reports bugs :)
- commit bd5872fb49df3ab406b69f6334ae4d65bef5be51
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Jan 20 17:52:26 2003 +0000
- Used macro instead of hand-made code.
- commit df385c260370aff0e80ca4df2bee7cddeb01fc86
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 20 13:06:34 2003 +0000
- * all: converted some msg_Err into msg_Warn
- commit d9a524f33cd1f8929038330aa20f0983b50581a8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 20 13:04:03 2003 +0000
- * asf : more msg_Err -> msg_Warn
- commit 2f9b0547069095cd996e87e8673f9e48295cc126
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 20 13:03:03 2003 +0000
- * aac: some msg_Err -> msg_Warn
- commit 9a5b0b8000ed8cd3e44f6162a28485edd51d2abc
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 20 13:01:53 2003 +0000
- * all: changed some msg_Err into msg_Warn.
- commit abdf248d404e2fe2ceef86c969b4a7520211ab68
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Jan 20 10:59:29 2003 +0000
- Fixed a dozen bugs regarding mono audio files.
- commit f42c15f09233a013794814c0b613b11cd01918cd
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jan 20 03:45:06 2003 +0000
- * ./extras/MacOSX/vlc.pbproj/project.pbxproj
- - Added .cue and .ogg to the known filetypes
- ALL:
- - When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
- - Preliminary divx filesubtitle support.
- commit 2ea3cbd32148ee3b0737cf1a439a122849efde58
- Author: Eric Petit <titer@videolan.org>
- Date: Mon Jan 20 02:45:25 2003 +0000
- load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
- previous commits (closes #100)
- commit 6ef4e2394658c09e44c1edea2894048277a9225b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 20 02:19:56 2003 +0000
- * mpegvideo.c : raah, removed a debug message...
- commit 435b4df582f7f9fbbae2f92cc38ddadd5de95100
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 20 02:15:08 2003 +0000
- * mpegvideo.c : fix dts generation for non-progressive stream.
- commit 21fb802806228e2ecd8372f9ac95845e35e3d386
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jan 20 00:23:45 2003 +0000
- * ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
- commit 5fec93e17a9a45fb7c20dec7be0ca59775abbe39
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Jan 19 22:16:13 2003 +0000
- New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.
- commit 4e1cda09665d0f044943720371c551a5e194b024
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sun Jan 19 17:55:18 2003 +0000
- * Compilation fix
- commit 4a6a6ea080b7f5c54f4ff791d2f880a70900e133
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jan 19 16:57:32 2003 +0000
- Requalified some error messages into warnings.
- commit 0bce380659d4fbc32fac709f299599626793102a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jan 19 08:28:02 2003 +0000
- * avi.c : proper way to store fourcc.
- commit e4fc7e4e892f1ecbf94b1f8b0d73e14ad5df20c6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jan 19 08:27:28 2003 +0000
- * all: change the way fourcc are stored in bitmapinfoheader.
- commit 0e93bc69fdab72b6968c6460423b3688b8f5183d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sun Jan 19 03:16:24 2003 +0000
- * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
- the GetProgramPath call, stored the path in p_libvlc instead. Fixes
- compilation under anything other than OS X.
- commit 4752aae0d1d5c81a26637398fc99ed48dd9588cb
- Author: Alexis de Lattre <alexis@videolan.org>
- Date: Sat Jan 18 20:24:33 2003 +0000
- Compilation fix
- commit 23cdeacfeb4c91a8e6d9c40ed89c19882b8339c7
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sat Jan 18 13:24:44 2003 +0000
- Including font-eutopiabold36.rle for DivX and ogg subtitles.
- commit b3016a961f6cc16de031aa2ee99ce9cab32ed5f9
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 18 04:57:08 2003 +0000
- * ./modules/gui/macosx/open.m
- - .bin files are now opened as disks, instead of as files
- commit e63ac4f8abe06d7f984f551604746aa10cad0c0b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jan 18 04:10:58 2003 +0000
- * ./modules/gui/macosx/open.m:
- - Removed the pretty animation. Wasn't working. This looks better.
- - fixed a potential memory problem
- commit c40313bf6a748eeeb85aafd0efcaac4c8f2ee584
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 17 23:59:18 2003 +0000
- * ./modules/audio_output/alsa.c: updated requirements to 0.9.0beta10a in
- the source comments.
- commit a031dc0e43e4623d4ed502bd0e1115564642527a
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Jan 17 21:46:04 2003 +0000
- * ./modules/gui/macosx/controls.m: made the fullscreen command work, even if the videowindow is not the frontmost window
- commit 8ce688cb351361317dea5c620f384d2e7feb9983
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 17 19:36:53 2003 +0000
- * ./modules/gui/ncurses/ncurses.c: added locks and checks in navigation code.
- commit c39a74a51097705fe13a9bac2658d512b32004b9
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 17 19:35:22 2003 +0000
- * ./modules/gui/win32/mainframe.cpp, ./modules/gui/win32/menu.cpp: applied
- navigation fixes from the Gtk+ interface.
- commit 1ff15337c39a85750ea59484adc6c78d3cfdc329
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 17 19:22:21 2003 +0000
- * ./modules/control/rc/rc.c: boundary checks for chapter navigation.
- commit 87c994f0c4c95e6f3dc8cd2690c7883c68f3313c
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 17 19:17:09 2003 +0000
- * ./modules/gui/gtk/gtk_callbacks.c, ./modules/gui/gtk/menu.c: added a lot
- of boundary checks in the handling of title/chapter menus. Title 0 is no
- longer reachable (Closes: #26).
- commit d1e3b4ad9239c8a795d4b207edf800d581e58c28
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Jan 17 18:19:43 2003 +0000
- Fixed the 'Do not use DVD menus' check box.
- commit a5d19ec4ec82a8c666344410af4435b9a213a41f
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Jan 17 18:19:11 2003 +0000
- Updating slider only once a second now.
- commit 294ba69ae52fc2a1f597d8eb7165be976e0710b5
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Jan 17 17:22:22 2003 +0000
- .
- commit 4da4c94a41ad44ce34a76a63e4f89c2f1ea4619a
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 17 16:18:03 2003 +0000
- * ./modules/video_filter/**/*.c: mouse clicks and keyboard events are now
- sent to the parent video output by all filters, and mouse coordinates are
- translated when necessary (Closes: #15).
- commit 8470508bad67403530f0a00e598e6bf0c78e05da
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jan 17 15:26:24 2003 +0000
- * all: use p_vlc->pf_memcpy instead of memcpy on big data block.
- * mpeg4video: removed a bad code dealing with pts discontinuity.
- * pes.c: try to avoid copying the whole PES. (the first 64ko
- ins't any more copied :)
- commit 6da4dafad84d337256532f94377d84ccd3a56f0a
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jan 17 14:51:09 2003 +0000
- * added missing static
- commit 5f0dad5602d5b2328ab5bcb72c7c64645dc9a3b4
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 17 13:54:11 2003 +0000
- * ./modules/codec/spudec/parse.c: fixed a wrapping issue in the subtitle date
- calculation in slow-mo.
- commit c92a04960ca1a90eb407bd067819f981b1e42704
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 16 23:37:59 2003 +0000
- * ./Makefile.am: fixed distribution of MSVC files.
- commit caefa42586345abb2623094be2a65c91b942dfd2
- Author: Boris Dorès <babal@videolan.org>
- Date: Thu Jan 16 23:33:20 2003 +0000
- - my previous fix was a bad fix :(
- commit ec06c01a9fe03eae822c2cb30d208623ebcf9260
- Author: Loïc Minier <lool@videolan.org>
- Date: Thu Jan 16 23:25:55 2003 +0000
- * configure.ac.in:
- . renamed access_slp to slp
- . slp is enabled by default if slp.h is present
- * modules/access/slp.c:
- . slp is now an access and a demux and forces the use of itself
- . cleanups and bug corrections
- . disappears of the playlist
- Thanks to fenrir for the help in debugging!
- commit 1e97f6ad2042c71ee8710e1b4102a86cfd5213f0
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 16 23:00:47 2003 +0000
- * Bumped up revision number to 0.5.0-test3,
- * Rearranged fields in the OS X interface to accomodate for translations,
- * modules/access/dvd/ifo.c: fixed a crash with bad streams,
- * Auto-updated po files,
- * Manually updated fr.po.
- commit 0f1869c5e8eefa688b8ef930f9c70bc4d1ac5342
- Author: Boris Dorès <babal@videolan.org>
- Date: Thu Jan 16 21:14:23 2003 +0000
- - input.c : doesn't even try to use the headphone filter for
- unsupported format (S/PDIF, ...)
- - m3u.c : support for MRLs
- better detection of absolute path under Windows
- - configure.ac.in : off_t was defined twice for mingw32
- - fr.po : translation of headphone filter strings
- commit 0acdca901e78686b21574f9d81b98661a357a636
- Author: Loïc Minier <lool@videolan.org>
- Date: Thu Jan 16 20:08:00 2003 +0000
- * typo
- commit 1b5ab075a38bd4744f79369f82f0f4e6456eee5a
- Author: Eric Petit <titer@videolan.org>
- Date: Thu Jan 16 15:26:23 2003 +0000
- * InterfaceWindow.cpp : fixed DVD drag & drop
- * PreferencesWindow.* : added the possibility not to use DVD menus
- commit ba6cada96df1a5a7c3c35c7bb33f8b4a672e2255
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 16 14:40:04 2003 +0000
- Swedish is now sv, not se. Thanks yvounet. (c)
- commit 71e90525a158279189d18013d41d008b71456605
- Author: Yves Duret <yves@videolan.org>
- Date: Thu Jan 16 14:39:22 2003 +0000
- * codec/mad plugin is replaced by audio_filter/mpgatofixed32.
- * new demux/m4v and mux/avi plugins
- commit 3788b628125f54a8822ea1a706c8b5b0ae6f50db
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 16 14:34:55 2003 +0000
- * ./po/sv.po: Swedish is now sv, not se. Thanks yvounet.
- commit 0bbce5b50d4f6acab7899231b3d4b649dc718d71
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 16 14:08:39 2003 +0000
- * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though
- I do not have any file to test ; more precise PTS handling when losing
- sync.
- * src/audio_output/intf.c: fixed a warning.
- commit 9ad04be7c4c4bc32aadfeb41b8c90f07cefdaf34
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 16 13:58:18 2003 +0000
- * ALL:
- - integrated play/pause toggled button
- - global shortcut for play/pause by use of spacebar
- - new pause.png
- - removed pause button
- - close button in intf window. register window in Window menuitem.
- - rearranged the menu
- - changed some key-combo's to be more OSX compliant/consistent
- - The time text-field is no longer selectable
- - The faster/slower/ff/stop etc button are only available during playback
- - added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
- - Added Add/Remove buttons to the llaylist.
- - Made the drawer 10 pixels smaller. Looks much better.
- - added a volume slider.
- commit 6484d33c10aefd22fab19cef19b9e77b0a3a8304
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 16 13:49:44 2003 +0000
- * ./modules/gui/macosx/controls.m:
- - Added a volumeslider
- - removed pause button
- - added a fast forward action (increases speed in time)
- - changed the play method to allow for a toggled play pause button
- - volumeUp and VolumeDown take the state of the Mute Menuitem into account
- - volumeUp and VolumeDown take the volumeSlider into account
- * ./modules/gui/macosx/intf.h:
- - added references for the volumeslider, new menuitems
- * ./modules/gui/macosx/intf.m:
- - correct init of volumeslider and other new intf elements
- - new title for Controller window
- - the state of buttons is dependant on a movie being played
- - toggle the play/pause button if a play/pause action is detected.
- * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
- * ./modules/gui/macosx/vout.m:
- - removed some control keys which were no longer necesarry
- - give the window the title of the item being played
- commit a16b6c3c4c08e5c349ace00b55e496cba06427f3
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jan 16 13:22:30 2003 +0000
- VolumeGet/VolumeSet now work even if no file is playing.
- commit 35a9a0d836f190346f91416ce9c49553a6f20c49
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 16 12:56:34 2003 +0000
- * ./plugins.dsp.in: fixed this file thanks to Stephane van Hardeveld.
- commit c3cbe1767e8dc9e9d62d3850eb6f4aa0f57ed38b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 16 12:49:28 2003 +0000
- * ./evc/config.h, ./msvc/config.h: proper generation of these files using
- information from configure.ac.in. Thanks to Stephane van Hardeveld for
- spotting this.
- commit b25e0c1894340f061ad97b2b02db326801375d93
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 16 09:05:37 2003 +0000
- * ./modules/**/.cvsignore: added common *$(LIBEXT) values to .cvsignore.
- commit 8450492c0fe1d331db58d0acd15561f3bf7ecd63
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 16 09:02:46 2003 +0000
- * ./include/vlc_common.h: fixed win32 plugin compilation.
- commit d6e27e7bb75ddb90f5128dc574244f0956864022
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 16 09:00:32 2003 +0000
- * ALL: merged more UI strings.
- commit 07bc016f92fbabf3adbe20c3aafb9a1f84faa5b6
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 15 23:55:22 2003 +0000
- * Fixed MPEG audio layer III VBR,
- * Mac OS X interface thread gets a real-time priority as well to avoid
- lock-ups,
- * VLAN error is now a warning.
- commit 56fbe6bd7c5c896b8d22cef3f932040e72369dfc
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 15 13:58:28 2003 +0000
- Typo.
- commit 4c96559e970aa138bd0c82b3544bb42113cc2234
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jan 15 13:48:14 2003 +0000
- * ./modules/video_output/x11/xcommon.c: we ignore MapNotify and UnmapNotify
- events once our window has been properly mapped.
- commit f9ceeacc7a6b42b2ca023b4727123238fa7d000f
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 15 13:46:05 2003 +0000
- message queue overflow is now a warning.
- commit d95a9919e414af6eb38c951b20e0e736357025f2
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jan 15 13:16:40 2003 +0000
- * ALL: slightly changed some interface strings so that they are common to
- all GUIs, thus making the translators' work easier.
- commit 9cc2978495890da6886a68a08d09842ace4a8808
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 15 13:14:50 2003 +0000
- Better recovery on emulated startcode. Still doesn't work with VBR mp3's,
- though.
- commit 240b67fde78dba2cce59ff1da28ca3e58a10ba0d
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 15 12:25:11 2003 +0000
- Dutch translation, courtesy of Derk-Jan Hartman <d.hartman@student.utwente.nl>
- and Jean-Paul Saman <jpsaman@wxs.nl>.
- commit 9eebded09e94e5d98db0ee5357a97341b814d50c
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jan 15 11:46:27 2003 +0000
- Fixed --with-mad and --with-mad-tree
- commit 3ddfd217080e88775d3769dace2b0f09c335d984
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 15 11:27:29 2003 +0000
- VolumeUp/Down/Mute now work even if no file is playing.
- commit 305bc15e9a8b3af465359951f035643e19928072
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 15 10:58:48 2003 +0000
- * Totally rewrote the mad plug-in, in order to fix the PTS problems :
- - Now using the low-level API of libmad,
- - Decoding split in parsing & decoding (just like A/52),
- - Should handle dual-mono files correctly,
- * The old mpeg_audio plug-in can no longer work in this scheme and has
- been disabled. Please _always_ compile with mad from now on.
- * Updated po files.
- commit 15622f88b128044e0a275bc9e6b14f848ba05c37
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Wed Jan 15 00:49:49 2003 +0000
- * ./modules/gui/macosx: added macosx-adev and macosx-vdev config vars.
- commit a11810962f8c69b1675463b269f03ed9ea1ed938
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 15 00:10:29 2003 +0000
- Updated Italian translation, courtesy of Vella Bruno <allevb@tin.it>.
- commit ca28eb21336b27eee6fb2883d801979df6298ae5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 14 22:44:29 2003 +0000
- * ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of
- Steven M. Schultz.
- commit 1e4d28428f96cb5a1927e7b5eeda0e924f75b1a5
- Author: Eric Petit <titer@videolan.org>
- Date: Tue Jan 14 22:03:38 2003 +0000
- Fixed playlist behaviour (draging a file replaces the playlist, and
- draging a file while pressing the 'Shift' key appends it while the
- current one keeps playing.
- commit f557ba546905693863e0ee63799db0a63eed1c00
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 14 18:56:52 2003 +0000
- * ./FAQ: a few corrections. See also http://angryflower.com/bobsqu.gif
- commit 8cc36e70ff5a41be7b635176df6ce93e9c0221c7
- Author: Eric Petit <titer@videolan.org>
- Date: Tue Jan 14 16:00:49 2003 +0000
- Now you can save preferences.
- commit 2fc2507796f6050c73d0d90fa41fbbead41e079c
- Author: Eric Petit <titer@videolan.org>
- Date: Tue Jan 14 15:31:12 2003 +0000
- * added a sanity lock
- commit 36ead72d91888d3694511117721e8e86d8d61abf
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jan 14 14:51:02 2003 +0000
- * Fixed dual-mono handling of MPEG audio.
- * rc.c: fixed a warning.
- commit c750b4b088b3a4feb3a834f30fbf4a2a132a5d24
- Author: Eric Petit <titer@videolan.org>
- Date: Tue Jan 14 14:48:55 2003 +0000
- * Added a file panel for subtitles file selection.
- commit ae073a1222db26feba1004a129cb9878d26b8167
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jan 14 04:34:13 2003 +0000
- * stream_output.c: fix a bug with "null" stream.
- commit b62653a9fdc91353e3871030f32750a552a3a1c4
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Tue Jan 14 01:30:09 2003 +0000
- changed the a rule into add and made it work along with others such as play
- even when nothing is currently playing. Added a playlist command to list the
- entries currently in the playlist. plus some cleanups and sanity checks.
- commit a684621df4e496310c01c40d81278fe194d44188
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Jan 13 23:45:49 2003 +0000
- Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>.
- commit 6bc0752a7fe466afbb10d78ba7eac376b4296e6d
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Mon Jan 13 20:02:37 2003 +0000
- * ./modules/gui/macosx/aout.m: don't call AudioHardwareUnload.
- commit 525c70394aad95b119984bbd30987906a4d215ea
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 13 17:39:05 2003 +0000
- * adpcm: changed the way that data are read and thus seek will work.
- commit 23ba8c3e571efa114da3a908efc87dc5a9a3dad8
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Jan 13 17:11:14 2003 +0000
- * MacOSX interface: fixed a stupid bug
- * Win32 interface: completed support for channel selection
- commit 4e82695c13b55286973d454ca7c23e3389cee006
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Jan 13 16:58:58 2003 +0000
- Compilation fix.
- commit 425dd27748d2c9d2bd378ef87b656fbe891cee97
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jan 13 15:20:25 2003 +0000
- * ./toolbox: toolbox --update-po now automatically extracts strings from
- the Win32 interface.
- commit b61a5dc419a2342062890221d642bf427cdf2152
- Author: Alexis de Lattre <alexis@videolan.org>
- Date: Mon Jan 13 15:14:45 2003 +0000
- Fixed typo
- commit 61b87efdaca14f33696bc7e69d495b2d1179e28d
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Jan 13 14:51:25 2003 +0000
- Do not forget to register aout_ChannelsRestart as the callback for
- audio-device, plus miscellaneous changes.
- commit 930c3c31c154b8f57a3d4769c632172ee1873e1d
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jan 13 13:28:55 2003 +0000
- * ./modules/video_output/sdl.c: protected libSDL initialization calls to
- avoid race conditions and deadlocks.
- commit c4682242fe30069d67548cc9882ac63805a7ee19
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 13 04:46:49 2003 +0000
- * mux/avi.c: added index creation.
- * demux/avi.c: fix stream length calculation.
- * stream_output.c: forgot a return value ...
- commit 9d72fcf7d8fb1b3225d50e8f9d2b600c480d09cb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 13 02:33:13 2003 +0000
- * all: now mux and access_out can request to reserve some memory in front
- of each sout buffer (will prevent some unnecessary memcpy :). Not yet
- really used.
- commit 4f21763a3e94d2c2d95f92c802b8e27605ef1a8c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jan 13 02:30:11 2003 +0000
- * mp4: added parsing of some mov boxes (alternate movies).
- commit 66b4ecfaf7208055ab0942098ea0abb220c8da97
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Jan 13 01:11:00 2003 +0000
- * ./debian/rules: compilation bypasses for the Debian maintainer.
- commit 5c4e80aab47b9c45646a985e5d2941736ac760ea
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Jan 12 19:08:40 2003 +0000
- Fixed some paths.
- commit b5ac08c8fd719dc4cac6718eff152fad0bc36088
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Jan 12 19:08:09 2003 +0000
- Use gtk_main_quit only in one place (the function Manage()).
- commit ab7decb56ff06a7b9aefae0c626ae387bbb9c754
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jan 12 18:26:09 2003 +0000
- * avi: partial fix for non interleaved file with incorrect( I'm not sure
- about that) stream descriptor. Now at least video will be played.
- commit 1f27e2f4e32356f09a20c024a7e5fa9ab707864b
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Sun Jan 12 18:25:05 2003 +0000
- * ./modules/gui/macosx/intf.m: Fixed mutex errors on stop (Closes #80).
- commit 762f087853d11cfd6762ea18510e445268cd0dc3
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Jan 12 15:38:35 2003 +0000
- * src/video_output/video_output.c: add a key-pressed variable to p_vout
- * modules/access/dvdplay/intf.c: allow keyboard naviagation in dvd-menus,
- by reading the key-pressed variable
- * modules/control/lirc/lirc.c: allow navigation with remote control by
- faking keypresses (closes #38). I think the remotes for dvdplayers usually
- have buttons for "root menu" and "title menu". Whould this be easily
- implemented in vlc?
- commit e2e6b292a1881880baebd48cd94d9b00f3e7d053
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jan 12 06:39:45 2003 +0000
- * m4v: a raw MPEG-4 video stream demuxer (for now, it assumes 25fps).
- You have to force this demuxer.
- commit 266ce0f8d287a0f88ac132f292b18a3b701e29da
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jan 12 04:30:14 2003 +0000
- * avi.c: avi muxer. (It produces broken files, but vlc is able to read
- them).
- commit 36f1fb3fcd939191caded7d94458ba49e44ce5bb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jan 12 04:11:35 2003 +0000
- * some workaround for clock.
- commit 551de919b33a96f33aa0f503045189a6b5cdae1a
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Jan 12 02:08:39 2003 +0000
- * beos/* : fixed a bug in the progress bar with big files
- * beos_specific.cpp : fixed the app signature
- * VlcWrapper.* : removed unused code
- commit b8c2e88ea3e2c7b416dc9f22e69677a9148370d0
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Jan 12 01:26:36 2003 +0000
- new rule for remote controls with combined play/pause button (like mine has)
- commit 351bda6d83133cd0b7147a435859d401f66e4d84
- Author: Eric Petit <titer@videolan.org>
- Date: Sun Jan 12 00:22:37 2003 +0000
- Corrected the list of supported MIME types.
- commit d5ee855353a77c7b500d39c0aaf4b339310bd42e
- Author: Eric Petit <titer@videolan.org>
- Date: Sat Jan 11 20:42:47 2003 +0000
- * Needed update because variables names changed in the 'adjust' module.
- commit 1dbae73cc2bfc720832bab2bbdf8c57b62b7cd25
- Author: Arnaud Schauly <gitan@videolan.org>
- Date: Sat Jan 11 20:25:36 2003 +0000
- * SAP is disabled by default.
- commit 249ce1ea10e47c3d738beaa219b8c6c5ba567192
- Author: Stephan Assmus <stippi@videolan.org>
- Date: Sat Jan 11 19:33:09 2003 +0000
- fixed flickering of skip buttons (and consequently crashing if you pressed them)
- commit bcd17b1826265ec8f6356befb97331410c842b3e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jan 11 18:31:17 2003 +0000
- * avi: fix my last fix :)
- commit 35faa7ef827e56e9ed3029c0f550ea44e6d91946
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jan 11 18:10:49 2003 +0000
- * asf: prevent some segfault with broken file. (partially fix bug 72)
- * avi: respect frame size (for audio codec) and close bug 75.
- * ffmpeg: can now read multiples audio frames from the same buffer.
- commit 18a6b179faa6c44a6f7888a5d45f87b1d4bd230a
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Jan 11 17:23:13 2003 +0000
- * Fixed my previous commit (thanks fenrir)
- commit 1637e21e0a2ca7765bb3725863615eb75a0f2ca6
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Sat Jan 11 14:09:22 2003 +0000
- * compilation fix
- commit b1ce3a3e9139d85b0e83cc2c1b8c2860d97fc196
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jan 10 17:30:18 2003 +0000
- * re-included playlist.h (got confused with vlc-playlist.h)
- commit 2951522cbf7b77bb18e08b72fdd254a52534778c
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Jan 10 17:01:53 2003 +0000
- Thread priority management on BeOS.
- commit 9e17707a9ef47b0860ac8f53790aa0856f0d6f48
- Author: Eric Petit <titer@videolan.org>
- Date: Fri Jan 10 16:21:39 2003 +0000
- Definitively fixed sync (I hope).
- commit 9bdb7089817ffb1d9cf7e853d761bc825b7ae201
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Jan 10 13:21:17 2003 +0000
- Fixed liba52 detection using --with-a52.
- commit dd617eb4f83b24b6087868590b9377bfce4d423f
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Fri Jan 10 12:34:50 2003 +0000
- * fixed previous commit (didn't work everytime)
- commit 2eeb62fc0fc080709bfa0a1557d7b865a5bb86ce
- Author: Cyril Deguet <asmax@videolan.org>
- Date: Fri Jan 10 11:02:21 2003 +0000
- * enable the network channel box when selecting network channel input
- (gnome interface)
- commit 48aba773f62c7a5ed7cdfecc861977ba2aa96f51
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jan 10 10:01:47 2003 +0000
- * removed an useless inclusion
- commit 0ac908dae3251adee446ba19e6b805a4e62734ea
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jan 10 09:28:16 2003 +0000
- * access_slp LD options
- commit a7a866e88da17c6f39149a562d003246fa6e91a0
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jan 10 09:25:57 2003 +0000
- * New entries:
- 2.16 NO VIDEO!! or NO AUDIO !!
- 3.3.4 Does VLC support DVD from all zones?
- 3.3.5 How can I take screenshots?
- 5. Miscellaneous
- 5.1 How may I help your project?
- 5.2 Why are your mailing-lists and your website in english?
- commit 9bc05c94db511f57e6ec0d66f9006dd334b33c97
- Author: Yves Duret <yves@videolan.org>
- Date: Fri Jan 10 08:04:49 2003 +0000
- * vlc.spec: new packetizer/mpeg4audio plugin added.
- commit 7d84eb8ed489618b8be1523d45a3d5c98ee5fea9
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jan 10 06:16:55 2003 +0000
- * removed VLC_GO to avoid skipping to the last program
- commit 72fac693ab6fad548d4da79cf590744cc6908c67
- Author: Loïc Minier <lool@videolan.org>
- Date: Fri Jan 10 04:58:23 2003 +0000
- * configure.ac.in, modules/access/slp.c: New SLP access module,
- see <http://www.openslp.org/>
- commit f43c76d457555bc8bb59095c910b91a7c054e7fd
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Fri Jan 10 01:09:31 2003 +0000
- * ./modules/gui/win32: fixed a bug in the preferences (closes #60)
- commit 920f7a102346d9c464bb8bbe2376ebbe5a7039b4
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 9 23:43:07 2003 +0000
- * OS X: Fixed a segfault with empty configuration strings (closes #65),
- * cosmetic messages cleanups.
- commit 4f69750400e780e20655c5540f303d96b2e7289a
- Author: Loïc Minier <lool@videolan.org>
- Date: Thu Jan 9 22:30:44 2003 +0000
- * Mentionned libdvdcss vs DMCS in 4.2 ((c) Meuuh :)
- commit 556373466e0dcc92282c327005fb5c460d85bc57
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jan 9 18:23:43 2003 +0000
- * avi: read less data at once as it seems to give better sound. (I thinks
- it's more a workaround that a true fix).
- commit f43cd0ab0b71d499cb0ca121c3fd33561bcc62b5
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 9 18:06:06 2003 +0000
- * ./modules/video_output/x11/xcommon.c: fixed i_visible_pitch calculation.
- commit 00a30b7bca39ee783fb2912aa15962dcf18dd97b
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 9 17:47:05 2003 +0000
- * ./modules/video_filter/*.c: all filters now properly use i_visible_pitch
- instead of i_pitch for pixel access (Closes: #30).
- commit b7529857e7411546c14d3513b74be4b5b109f4d8
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 9 16:26:14 2003 +0000
- * ./modules/video_filter/adjust.c: properly fixed margin handling (partially
- closes #30).
- commit 4c4c4e48c9370a8c52ad12a4da5a91d475b3d479
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 9 15:38:09 2003 +0000
- * ./modules/video_filter/adjust.c: rehandled code and enhanced the
- config variables descriptions.
- commit c8363465e1010feafbd3a086fabe2b1a3e7778e6
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 9 14:05:31 2003 +0000
- * ./modules/video_output/sdl.c: fixed visible picture pitch calculation.
- commit f86eec5aceab8be25b7654069e25cb150214dc75
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 9 14:00:00 2003 +0000
- * ./modules/video_filter/transform.c: the 90 and 270 transformation routines
- now use the visible pitch of a picture, not its total pitch (Closes: #29).
- commit 08d62d373b472c12541063b57a4beee607970561
- Author: Sam Hocevar <sam@videolan.org>
- Date: Thu Jan 9 10:12:42 2003 +0000
- * ./modules/codec/spudec/parse.c: set the duration of DVD subtitles
- according to the playing rate.
- commit e358b6daa427eca56379fc7eef0b5041be4cff69
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 8 23:15:13 2003 +0000
- Do not bail out when no *.gmo exists.
- commit 0a1ba4632843874056c17a238de0166b5dd88d71
- Author: Loïc Minier <lool@videolan.org>
- Date: Wed Jan 8 16:40:44 2003 +0000
- * typos
- * mentionned Redhat because it disables DMA
- commit db34eae70d8fd4934fde0f0b17041f5098850c55
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 8 16:40:29 2003 +0000
- * configure.ac.in: added mpeg4audio packetizer and allowed conpilation of TS
- muxer with libdvbpsi.
- * mpeg/* : added preliminary support of mpeg4 video and audio in TS stream.
- (only in ts_dvbpsi demuxer).
- commit 02c9c1cb7cd68f2912cdd64d4189c9e278de88f7
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jan 8 15:13:32 2003 +0000
- Partial fix for video/audio sync.
- commit e32261651ebdf69ddf28580b720b7ddb1f3781f0
- Author: Sam Hocevar <sam@videolan.org>
- Date: Wed Jan 8 14:59:23 2003 +0000
- * ./src/stream_output/stream_output.c: minor fix for Win32 drive letter
- display.
- commit 05325d3a9cefb6b213c88f9d3dcb9bc2faa65d4a
- Author: Loïc Minier <lool@videolan.org>
- Date: Wed Jan 8 14:31:04 2003 +0000
- * Mentionned the inclusion of the contrib dir
- commit 759d0b9f6c3ac385bb274d58ede20bb140561d8b
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Wed Jan 8 14:00:29 2003 +0000
- use *$(LIBEXT) and not *.so in package-win32 and package-beos targets. Also
- a minor change in argumets passed to nsis
- commit d95b6ba13297db694fc0a19e3f2bb2f70c38655f
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jan 8 13:52:56 2003 +0000
- Use pf_memcpy and pf_memset.
- commit 95f555e8420b8cb208439f28ad537b4e110712cc
- Author: Loïc Minier <lool@videolan.org>
- Date: Wed Jan 8 12:13:24 2003 +0000
- * New entries:
- 4. Legal concerns
- 4.1 May I use the VideoLAN logo?
- 4.2 May I reditribute VLC?
- commit 10dacf8235731cc98b007d070973edeab4a7d026
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 8 10:50:58 2003 +0000
- * Added --no-spdif option (just like in OSS) and fixed a localization bug.
- commit fcfb04ff254134c42473112dd7e04247f564d9bb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 8 10:46:30 2003 +0000
- * mp4.c: allowed multiple moov headers by taking the first one
- (multiple moov headers is strictly forbidden but I 've seen such file)
- commit 90a65e1fb437a0276556266ccf990936bd618c8a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 8 10:43:27 2003 +0000
- * faad: fixed a segfault when faad initialisation failed.(anyway it
- doesn't solve the real problem).
- commit 20990b342e9d37b04a6bdabfe44d886aa47c42fa
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 8 10:41:57 2003 +0000
- * ffmpeg/video.c: in case of mpeg4 stream search in p_bitmapinfo for
- an vol header. (In fact reverse an prevous commit)
- commit 6a0bfbd679a79a8b19c2bc4c129a4ce07e355742
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 8 10:40:10 2003 +0000
- * file.c: removed an useless debug message.
- commit 02c03381b0a8a49363af641fe331e2cd3e5dcdc7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 8 10:38:32 2003 +0000
- * all: added a new function (sout_BufferChain) and allowed dummy
- stream input creation (with "null" fourcc).
- commit d170ec7c1847b7d8a75c67dc597d2bfd7fa34992
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 8 10:34:58 2003 +0000
- * pes.c, ps.c: a52 stream should now work.
- * ts.c: added support for libdvbpsi (like ts demux, two modules are
- generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt
- without libdvbpsi. More works to add mpeg4 support (now I generate IOD
- and SL descriptor).
- commit 1c332603ed6f326c80ac5ac872aa3000e3985aad
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jan 8 10:26:49 2003 +0000
- * mpeg4audio.c: new packetizer (but for now it don't support adts aac)
- * mpeg4video.c: I 've rewritten it
- commit 8c45a8411545c3fd9a565dd4c3458615ea949cb7
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed Jan 8 03:01:55 2003 +0000
- * ./modules/gui/win32/preferences.cpp: fixed a segfault when a module
- forgets to declare 'add_category_hint'
- * ./modules/demux/mpeg/ts.c: added a missing 'add_category_hint' :p
- commit 9430cc5903f38dbd6d78b9c27d1f4ede6b63a392
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jan 8 02:32:50 2003 +0000
- Minor GUI fixes in the prefs window.
- commit d9aff9ce2ec70b668d2341443bfad98efca5ea49
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Wed Jan 8 02:16:09 2003 +0000
- * Added sound volume management and changed a bit the menus
- * Added audio channels selection, but it's currently disabled since
- it's quite buggy :)
- commit 2d8e1a61809e9fc5be3294f9811aa99786ab9c18
- Author: Eric Petit <titer@videolan.org>
- Date: Wed Jan 8 02:09:15 2003 +0000
- Fixed language and subtitle selection.
- commit 5361fc7d3e9c3430c42dcb8a3bc49f158f565796
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Wed Jan 8 00:41:25 2003 +0000
- * New VLC brush-metal interface, courtesy of David Weber <david_weber@gmx.de>
- * Updated Japanese translation, courtesy of Fumio Nakayama <endymion@ca2.so-net.ne.jp>
- commit 81b7c54562bbdb33e649686e170ce281d48975f6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jan 7 21:49:01 2003 +0000
- * all: I have added two new variables in es_descriptor_t and
- decoder_fifo_t (p_waveformatex and p_bitmapinfoheader). It's
- a replacement of p_demux_data as this variable is used by
- some demuxers in another way. This way, I will be able to add
- preliminary support of mpeg4 in mpeg2TS... (I haven't tested ogm
- demuxer so if somebody wants ...)
- commit 4118695e4916cee3d34a3a67f14609e6bc67d6c7
- Author: Johan Bilien <jobi@videolan.org>
- Date: Tue Jan 7 15:12:48 2003 +0000
- * modules/demux/mpeg/ts.c: fixed ts_dvbpsi demux forcing (with
- file/ts_dvbpsi:) with TS streams that don't start with 0x47
- commit 768df457c20436ad760c04db1277fb6139bccda1
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jan 7 15:12:15 2003 +0000
- Fixed another very nasty localization bug.
- commit fd0afca1327adb8b85840068f6d1c5ca11d02034
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jan 7 14:58:33 2003 +0000
- New "spdif" setting, allowing to permanently disable S/PDIF detection.
- commit 02fff59c358f888e542114d4e62891face992c8a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Tue Jan 7 14:38:13 2003 +0000
- Removed unused options in the aout.
- commit a451a4deeaced0832852a1e70fc3e68471f5ffec
- Author: Sam Hocevar <sam@videolan.org>
- Date: Tue Jan 7 13:26:22 2003 +0000
- * minor updates to pofiles.
- commit bf66a55e059f6750a78b77195f3697520568559f
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Jan 6 22:57:47 2003 +0000
- Fixed a compilation issue.
- commit 1da4377704e907d5e20a7b6d1bf7a9ff439389e1
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Jan 6 22:07:47 2003 +0000
- * Bumped up revision number to 0.5.0-test2,
- * MacOS X port: new error dialog displaying error messages,
- * Updated localization files,
- * Comestic fixes.
- commit 33b136e3365f30cd52cce0078f3966219111ed6d
- Author: Yves Duret <yves@videolan.org>
- Date: Mon Jan 6 20:08:59 2003 +0000
- - Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
- - removed access/rtp plugin (merged in access/udp).
- - removed codec/imdct and codec/downmix plugins (deprecated).
- - libvlc0-devel provides libvlc-devel.
- - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
- ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
- commit c5197167925d2c2c748bb477f779b62385f7709f
- Author: Olivier Teulière <ipkiss@videolan.org>
- Date: Mon Jan 6 15:39:22 2003 +0000
- * modules/gui/win32/network.cpp: added support for ftp and mms
- * modules/gui/win32/disc.cpp: cosmetic
- commit ebc092f44953b993feb0c069cecf9bee7cd9eead
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Mon Jan 6 02:45:09 2003 +0000
- MacOS X port :
- * New "stream output" area in the open panel.
- commit 7f00f3bf4aff9ac5ccaa122c82cc747b2adf3cce
- Author: Simon Latapie <garf@videolan.org>
- Date: Mon Jan 6 00:37:30 2003 +0000
- * added a i_min, i_max, f_min and f_max in module_config_t structure
- * added a add_integer_with_range() and add_float_with_range()
- * gtk interface: now uses a slider when a min or a max is specified
- commit ba3ec85cef517ac81bedec458a13d218ac7fc562
- Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
- Date: Sun Jan 5 21:03:58 2003 +0000
- modules/demux/asf/*: added some file info code
- modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
- these cause to much trubble
- commit ba349cccc627f64996e2ce86168d5690573e30e4
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jan 5 20:45:29 2003 +0000
- Fixed the "stream has changed" bug.
- commit 3b0df15c5489fba4822310c2db858299e627517a
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jan 5 16:23:57 2003 +0000
- MacOS X port :
- * Fixed a segfault in the "Close Window" code,
- * Fullscreen state is now retained between files,
- * Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).
- commit 7c68013f9c4b5ed9983b1e9465c03b837b0005f9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sun Jan 5 13:39:32 2003 +0000
- * modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
- the audio output thread. That should make Win9x/Me happier.
- commit 8ca4334d746677cc4b3aa0ebdadc3f921994771f
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Sun Jan 5 03:21:50 2003 +0000
- MacOS X port:
- * replaced playlist panel with drawer.
- * implemented context menu for playlist tableview.
- commit 7bcedb5859d7ff7915b155b44468d63d56c4a8b2
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jan 5 02:39:48 2003 +0000
- * Added the possibility to select DVD menus with VIDEO_TS folder in the
- OS X open panel.
- commit a7eb9fc8c2ad92e6cbb0956ed0429ad294a57ab5
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Sun Jan 5 01:55:07 2003 +0000
- * Added a Close Window and a close box to our QuickTime video output.
- commit e1562106beb1bda8e7b009be869bb2c441fb3736
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jan 4 23:49:58 2003 +0000
- * configure.ac.in: fixed typo in wxWindows headers detection code.
- commit 0142fab0d5142dd0984e493ea56518d100d16aaa
- Author: Eric Petit <titer@videolan.org>
- Date: Sat Jan 4 17:14:22 2003 +0000
- We now check if the BSoundPlayer's buffer size is not the one we
- were expecting.
- commit 0bf3bdae6075234ef004a48b563bee07e10246ea
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Sat Jan 4 16:27:49 2003 +0000
- * src/audio_output/output.c: don't forget to free the audio buffer when
- we are trashing it.
- commit aef03ba65c8964167e190670cd958e6296335f32
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Jan 4 13:50:16 2003 +0000
- Cosmetic changes.
- commit 15b7c5832565705104c2b4094b8643b75d49e22b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Jan 4 13:30:02 2003 +0000
- Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.
- commit 5c15eb12988d7866bd5f2cb132701746eba56560
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Sat Jan 4 04:11:08 2003 +0000
- MacOS X port:
- * main window controls are back. based on suggestion by Dan Macpherson.
- commit 6d969890bda437572892ae66191c562006c01e39
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Jan 4 00:21:00 2003 +0000
- Updating slider status uses no longer FPU calculations when compiled for strongarm1100.
- commit dafc259dbe201955ad338e012ce81f34c7dc7287
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Jan 3 23:58:02 2003 +0000
- Updated package release number
- commit c8afb36b47711ab7143c619c8a0b1e233ce9c431
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Fri Jan 3 21:38:37 2003 +0000
- * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)
- commit 10c935ba3126129317d0e37e206038737890ee37
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Jan 3 20:55:01 2003 +0000
- Slider functionality for Familiar interface.
- commit 1be74338ad20fa67cd2620bc12a7cffb44e15268
- Author: Sam Hocevar <sam@videolan.org>
- Date: Fri Jan 3 14:44:46 2003 +0000
- * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
- support in the Gtk+ and GNOME interfaces.
- commit 7435437a6c2555d1ad1d794c8984fd657e324041
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Jan 3 13:07:17 2003 +0000
- * modules/access/file.c: we now regularly check the size of the file, in
- case it is being downloaded.
- commit 9c5a029bcba84dcdd64816e9b513aa309e278c62
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Jan 3 00:11:44 2003 +0000
- Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
- it).
- commit af9321009b3c2cfa7275485239fc480e38695ecf
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Fri Jan 3 00:03:13 2003 +0000
- * ./src/misc/darwin_specific.m:
- Fixed (really!) segfault. Don't release o_lang objects, they're managed
- by NSUserDefaults.
- commit 6da8c6037b8e4a2b262f9af155f6703b28f56273
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 2 23:50:55 2003 +0000
- Cosmetic.
- commit cba9544f68d93911fc0d345288e0129a3f92ac16
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Thu Jan 2 23:09:30 2003 +0000
- MacOS X port :
- * Fixed the Device submenu,
- * There is still a segfault in darwin_specific.m.
- commit 72610ffff48329a2ab269681e1e32f3b2ffa2423
- Author: Jon Lech Johansen <jlj@videolan.org>
- Date: Thu Jan 2 22:49:19 2003 +0000
- * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.
- commit 2216d29e1b0b2856c2db076cfbbeb14f58738310
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Thu Jan 2 20:48:28 2003 +0000
- * modules/codec/*: reverted my previous patch that explicitly set
- i_bytes_per_frame and i_frame_length in each audio decoder.
- * src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
- and i_frame_length.