ChangeLog-2003
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:801k
源码类别:
midi
开发平台:
Unix_Linux
- commit 50f7bdc9745a95caee1121e52f0fb670df8056ce
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Sep 20 13:50:14 2003 +0000
- * input: added position-offset and time-offset for relative seeking.
- (Untested)
- commit 47d57d6db23a6bd693dfba2abaec210b1cdb15c3
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Sep 20 13:46:00 2003 +0000
- * modules/gui/macosx/*:
- - implemented the new input variables for control.
- - reevaltuated the locking mechanisms in the osx intf.
- a lot of this can now be removed, because of the new input structures,
- and the vout garbage collector of playlist.
- commit 92b1b630f65ead2270fa4557d94f6e326def03ec
- Author: Sam Hocevar <sam@videolan.org>
- Date: Sat Sep 20 03:38:52 2003 +0000
- * modules/list.sh:
- + "==" is not valid shell test, use "=" instead.
- + Set LANG for consistency of sort output.
- (NB: this really belongs to the toolbox script).
- commit c4c3e73700b318f0d5b0300d3a715a0ef6eacac4
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Sep 20 02:47:41 2003 +0000
- * NEWS: updated some entries
- * po/pt_BR.po: Updated by Andr� de Barros Martins Ribeiro <andrerib at_ajato.com.br>
- * src/libvlc.h: Added es (Spanish) to the list of choices.
- commit 457b8d3568df26e9e430eb01090bbc1225e8c459
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Sep 20 01:36:57 2003 +0000
- * LIBAVCODEC_BUILD_STR has disappeared from ffmpeg. We now use LIBAVCODEC_BUILD
- ( Yes it's backwards compatible ).
- commit 3bc30b81efad39a38c77c76c1ab0a66b7fd0f55a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Sep 20 00:37:53 2003 +0000
- * all: clean up.
- use vout_Request to release the vout (so vout isn't closed when
- changing playlist item).
- commit 07d406a6dedcdce9f248880b48ff7fd42fde8627
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Sep 19 23:03:27 2003 +0000
- * extras/MacOSX/vlc.pbproj/project.pbxproj: Added a slew of file extensions
- recognized by VLC
- * modules/code/quicktime.c: Added samr (AMR) to the quicktime decoder.
- Although it runs on OS X, it only plays back silence for some reason.
- Might be a problem with one of the converters?
- * modules/gui/macosx/*:
- - 'fixed' several compiler warnings
- - removed some old no longer necesarry stuff
- commit 2bd94a6ca420385fa09301076f1eafc9b77fdd48
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Sep 19 21:53:48 2003 +0000
- * playlist.c : unlock playlist before calling vout_Destroy (for osx)
- * mp4: send complete atom for amr to the decoder.
- commit 904ba46e9ced0ddee32b057ae6bbe07ab0d56d7b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Fri Sep 19 21:53:32 2003 +0000
- Fix a crasher with strcasecmp and empty strings
- commit b1fa329227b0e66680f087781155a1ce3e6e1837
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Sep 19 15:33:58 2003 +0000
- * src/misc/objects.c: change the way that FIND_ANYWHERE work. Now we
- first search the root of the object using p_parent and not directly
- using p_vlc. If this first search failed then we search using p_vlc if
- it wasn't the case. (I'm not sure it's harmless but I think it's the
- correct behavour for FIND_ANYWHERE)
- * src/video_output/video_output.c : we could now use FIND_ANYWHERE to
- catch the playlist (even when the vlc is exiting. (Hehe, now visual
- effects won't reopen the vout every playlist item.)
- commit 9befbcb96a75d3c70d156c766f8e82951d632cb6
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Sep 19 15:24:28 2003 +0000
- New dvb and old satellite modules now use the *correct* order of unit for tuning to a satellite channel. All information must be supplied in KHz not in MHz !!!
- commit 3fe82e4e2aba2d557d51dd9a5294e5f453838ded
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Sep 19 13:09:57 2003 +0000
- Frequency et al is really specified in KHz and not in Hz. I got an order of magnitude wrong. The same mistake is in the old satellite plugin's and user interface for specifying the frequency. It is specified in MHz instead of the KHz it should be.
- commit c731da377d9c1f2a34c2ed6d78c01bf0b5fefc7a
- Author: Simon Latapie <garf@videolan.org>
- Date: Thu Sep 18 21:42:54 2003 +0000
- * fixed some bugs in logo filter
- commit 402252afb6ed22e64ca80ba6625a3635ad6fddb2
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Thu Sep 18 17:54:02 2003 +0000
- Added some Doxygen doc
- commit a5a7097d622bf2ff2b561ded4bc9149beba52d04
- Author: Loïc Minier <lool@videolan.org>
- Date: Thu Sep 18 17:40:22 2003 +0000
- * doc/Makefile.am: removed references to deleted files "subtitles/*"
- commit ee7ffc2308fc92f865c8aa4cd409c3f67ee48466
- Author: Loïc Minier <lool@videolan.org>
- Date: Thu Sep 18 17:27:26 2003 +0000
- * po/*: ran "./toolbox --update-po" to get rid of missing files
- listed in POTFILES.in
- commit d617c8a68b7ba4d91206d1d75f70f678981dd5a9
- Author: Loïc Minier <lool@videolan.org>
- Date: Thu Sep 18 17:12:07 2003 +0000
- * po/POTFILES.in: removed reference to deleted file "rtsp.c"
- commit 48cd28d2a351f5185f6faf85cebfe7122b82e352
- Author: Loïc Minier <lool@videolan.org>
- Date: Thu Sep 18 17:04:01 2003 +0000
- * po/POTFILES.in: removed reference to deleted file "encoder.h"
- commit 2c8eb4055b364e22237ac022aef2a307a22e6cd7
- Author: Loïc Minier <lool@videolan.org>
- Date: Thu Sep 18 16:46:02 2003 +0000
- * modules/LIST, modules/video_output/Modules.am: removed references to
- deleted file encoder.c
- commit 30550aa6972fcb07880d1c9d441cb7c28f2c5671
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Sep 15 19:31:28 2003 +0000
- * debian/changelog: 0.6.2-3 upload.
- commit dff64134909c8273d2563148c00533ab4f473b6f
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Sep 15 19:20:26 2003 +0000
- * Updated long descriptions.
- commit 348389a102f6c6e486657ae09ff782355966eaeb
- Author: Sam Hocevar <sam@videolan.org>
- Date: Mon Sep 15 18:28:47 2003 +0000
- * debian/control: Updated the libxosd build dependency to fix a build
- issue on Debian s390.
- commit cc9bc6f27447267be0a02eee1f644d8caea5312c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Sep 15 18:05:13 2003 +0000
- * input: one lock issue.
- commit 986116e27a25c1a60fc8707791cb0ca4e459639e
- Author: Clément Stenac <zorglub@videolan.org>
- Date: Mon Sep 15 08:33:29 2003 +0000
- Fix for bad SAP packets with no