Changeset cf8bbfcd1e2869fafc7d1c420f19d4859831218c

Show
Ignore:
Timestamp:
12/27/03 11:36:42 (5 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1072521402 +0000
git-parent:

[bc3260752bde13ef0b2a3533a4e11aa17115ea7f]

git-author:
Gildas Bazin <gbazin@videolan.org> 1072521402 +0000
Message:

* ALL: bumped version number to 0.7.0-test3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    r52a32fc rcf8bbfc  
     12003-12-27 Saturday 01:49  rocky 
     2 
     3 Scale bitmaps for 4:3 output 
     4 
     52003-12-26 Friday 02:47  rocky 
     6 
     7 Keep in synch with rest of source. Should also have no effect on upcoming release 
     8 
     92003-12-26 Friday 01:39  rocky 
     10 
     11 Check in a stable copy for reference against future changes. Should 
     12 not affect or be seen in upcoming release. 
     13 
     142003-12-24 Wednesday 12:38  gbazin 
     15 
     16 * src/libvlc.h: on win9x --win9x-cv-method=0 was problematic (eg. vlc could get stuck during video startup) so --win9x-cv-method=1 is now the default. 
     17 
     182003-12-24 Wednesday 10:06  gbazin 
     19 
     20 * src/libvlc.c: small fixes to Usage(). 
     21 
     222003-12-24 Wednesday 09:46  gbazin 
     23 
     24 * include/vlc_block.h: added a temporary i_rate field to block_t. 
     25 * modules/codec/libmpeg2.c: synchro uses p_block->i_rate again. 
     26 * src/input/*: do not decode audio when i_rate != DEFAULT_RATE. 
     27 
     282003-12-23 Tuesday 17:10  gbazin 
     29 
     30 * modules/video_output/directx/events.c: warning message into debug message. 
     31 
     322003-12-23 Tuesday 15:27  gbazin 
     33 
     34 * modules/video_output/directx/events.c: fixed mouse coordinates for dvd navigation which got broken when we switched to using a child window for the video. 
     35 
     362003-12-23 Tuesday 02:11  gbazin 
     37 
     38 * modules/video_output/directx/*: fixed strange race condition. 
     39 
     402003-12-23 Tuesday 00:23  hartman 
     41 
     42 * Fixed and updated for a 00.7 'Bond' release. 
     43 
     442003-12-22 Monday 23:46  hartman 
     45 
     46 * Fix a leak in goom module that caused all the pictures of a vout to be 
     47   unavailable after several songs. 
     48 
     492003-12-22 Monday 22:37  hartman 
     50 
     51 * stream_Size reports the size of a stream, not stream_Tell 
     52   This fixes the ID3 detection of ID3v1. 
     53 
     542003-12-22 Monday 17:44  gbazin 
     55 
     56 * modules/access/dshow/dshow.cpp: fixed previous fix. 
     57 
     582003-12-22 Monday 17:08  bigben 
     59 
     60 back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item 
     61 
     622003-12-22 Monday 16:42  gbazin 
     63 
     64 * modules/access/dshow/dshow.cpp: small fix for devices list. 
     65 
     662003-12-22 Monday 16:40  gbazin 
     67 
     68 * modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs. 
     69 
     702003-12-22 Monday 15:42  gbazin 
     71 
     72 * modules/gui/wxwindows/*: use our new wxL2U() macro where needed. 
     73 
     742003-12-22 Monday 14:45  hartman 
     75 
     76 * Fix the 'currently playing' field in the OSX intf. 
     77 
     782003-12-22 Monday 14:32  sam 
     79 
     80   * Coding style cleanup: removed tabs and trailing spaces. 
     81 
     822003-12-22 Monday 14:31  gbazin 
     83 
     84 * modules/gui/wxwindows/*: don't forget to convert the filename/author fields in the playlist to the encoding in use by the wxWindows interface. 
     85 
     862003-12-22 Monday 14:23  sam 
     87 
     88   * src/misc/iso-639_def.h modules/demux/util/id3genres.h modules/gui/kde: 
     89     + Added missing copyright information. 
     90     + Added GPL header. 
     91   * src/misc/iso-639_def.h: 
     92     + Removed useless (and unprotected) macros. 
     93 
     942003-12-22 Monday 11:14  titer 
     95 
     96  beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla) 
     97 
     982003-12-22 Monday 11:08  titer 
     99 
     100  beos/*: fixed Alt+X shortcuts (BeOS doesn't let those hit BWindow::KeyDown 
     101          because it's reserved for system shorcuts - added a workaround) 
     102 
     1032003-12-22 Monday 02:24  sam 
     104 
     105   * toolbox: 
     106     + Added pda.glade to the list of Glade2 generated files. 
     107     + Remove strings such as "http://" or "/dev/video0" from the list of 
     108       translated strings in the PDA interface. 
     109   * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing 
     110     whitespaces and tabulations here and there. 
     111 
     1122003-12-22 Monday 00:26  sam 
     113 
     114   * modules/demux/asf/asf.c: Fixed a buffer overflow. 
     115 
     1162003-12-22 Monday 00:13  sam 
     117 
     118   * modules/access/vcdx/access.c: Fixed an obvious buffer overflow. This 
     119     code is still unsafe, bounds need to be checked after each sprintf/strcat 
     120     call. 
     121 
     1222003-12-22 Monday 00:06  titer 
     123 
     124  + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style 
     125    for sliders) 
     126 
     1272003-12-21 Sunday 23:32  sam 
     128 
     129   * Fixed URLs here and there. 
     130 
     1312003-12-21 Sunday 21:30  titer 
     132 
     133  beos/PreferencesWindow*: 
     134   + Cleaned a bit the way the prefs are created 
     135   + Added missing CONFIG_ITEM_KEY implementation 
     136 
     1372003-12-20 Saturday 22:57  babal 
     138 
     139 * libvlc.h input.c headphone.c: 
     140     fix support of audio channel mixers, like the headphone channel mixer 
     141     for instance, which was broken since the introduction of user audio 
     142     filters; if specified by the user and compatible with the audio 
     143     pipeline, we add the channel mixer after the user filters. 
     144     -> unfortunately, this fix removed two strings and introduced 4 new 
     145        ones 
     146     -> TODO: allow the user to choose only amongst channel mixers, not 
     147        all available audio filters 
     148 
     149 * vlc.exe.manifest Makefile.am install-win32 : 
     150     add a manifest file to allow the win32 gui to use Windows XP visual 
     151     styles when available. 
     152 
     1532003-12-20 Saturday 16:22  gbazin 
     154 
     155 * modules/demux/mp4/mp4.c: fixed problem with buggy files that don't set the audio sample rate properly. 
     156 
     1572003-12-20 Saturday 16:11  gbazin 
     158 
     159 * modules/codec/araw.c: added "mlaw" as a fourcc for ulaw audio. 
     160 
     1612003-12-20 Saturday 15:25  rocky 
     162 
     163 Remove unused variable. Artifact of old track/entry handling. 
     164 
     1652003-12-20 Saturday 11:56  rocky 
     166 
     167 Grammar correction. 
     168 
     1692003-12-20 Saturday 11:55  rocky 
     170 
     171 Spelling correction. 
     172 
     1732003-12-18 Thursday 16:29  hartman 
     174 
     175 * Fix broken http intf in macosx package. 
     176 
     1772003-12-18 Thursday 12:35  rocky 
     178 
     179 Go over for spelling and acurracy. 
     180 
     1812003-12-17 Wednesday 23:21  hartman 
     182 
     183 * Commented out the option 'goom' for the visualizer. It isn't working in 
     184   this system yet and will not work before release. The visualizer system 
     185   needs to be cleaned in 0.7.1 with one 'visual' audio filter which loads 
     186   one or more 'visualization' true modules. 
     187 
     1882003-12-17 Wednesday 23:09  hartman 
     189 
     190 * second round of dutch translation update for 0.7.0-test2 
     191 
     1922003-12-17 Wednesday 21:29  hartman 
     193 
     194 * Updated portuguese brazilian update 
     195 
     1962003-12-17 Wednesday 11:42  hartman 
     197 
     198 * First run of dutch translations. 
     199 
     2002003-12-17 Wednesday 08:53  titer 
     201 
     202  * Makefile.am: cleaned up package-beos 
     203  * share/vlc_beos.rsrc: new icon based on Stephane's cone 
     204 
     2052003-12-16 Tuesday 23:01  massiot 
     206 
     207 Contrib build system : 
     208 * Jumped to ogg-1.1 
     209 * Reverted to ffmpeg-0.4.8 
     210 
     2112003-12-16 Tuesday 22:14  gbazin 
     212 
     213 * modules/access/cdda/access.c: need to include errno.h 
     214 
     2152003-12-16 Tuesday 22:10  gbazin 
     216 
     217 * modules/video_output/directx/events.c: the coordinates used to blit the video must be relative to the current primary surface (current display). 
     218 
     2192003-12-16 Tuesday 21:56  geshp 
     220 
     221 Just a release number update in the spec file.  (It won't break anything I promise) 
     222 
     2232003-12-16 Tuesday 19:02  gbazin 
     224 
     225 * modules/gui/wxwindows/open.cpp: compilation fix. 
     226 
     2272003-12-16 Tuesday 18:18  gbazin 
     228 
     229 * modules/gui/skins/src/themeloader.cpp: the tar loader now checks the magic value in the tar header. 
     230 
     2312003-12-16 Tuesday 16:51  gbazin 
     232 
     233 * modules/codec/araw.c: small fix. 
     234 
     2352003-12-16 Tuesday 13:35  gbazin 
     236 
     237 * modules/gui/wxwindows/open.cpp: compilation fix. 
     238 
     2392003-12-16 Tuesday 13:22  gbazin 
     240 
     241 * modules/gui/wxwindows/interface.cpp: better heuristic for the interface size on win32. 
     242 
     2432003-12-16 Tuesday 12:54  gbazin 
     244 
     245 * modules/misc/dummy/input.c: fixed the vlc:quit command. 
     246 
     2472003-12-16 Tuesday 12:38  gbazin 
     248 
     249 * modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg.c: theora decoding support via ffmpeg (currently slower than libtheora). 
     250 
     2512003-12-16 Tuesday 09:14  courmisch 
     252 
     253 Added field for RTSP in Network Stream open tab 
     254 
     2552003-12-16 Tuesday 03:21  rocky 
     256 
     257 Remember the disc selection type (DVD, VCD, CD-DA) selected in "Open 
     258 Disc" and use that as the default for next time. 
     259 
     2602003-12-16 Tuesday 00:36  gbazin 
     261 
     262 * doc/Makefile.am: added intf-cdda.txt to EXTRA_DIST. 
     263 
     2642003-12-16 Tuesday 00:01  gbazin 
     265 
     266 * ALL: preparing for 0.7.0-test2. 
     267 
    12682003-12-15 Monday 23:31  gbazin 
    2269 
  • configure.ac

    r5ba6859 rcf8bbfc  
    11dnl Autoconf settings for vlc 
    2 dnl $Id: configure.ac,v 1.135 2003/12/15 21:07:55 jpsaman Exp $ 
    3  
    4 AC_INIT(vlc,0.7.0-test2
     2dnl $Id: configure.ac,v 1.136 2003/12/27 10:36:42 gbazin Exp $ 
     3 
     4AC_INIT(vlc,0.7.0-test3
    55 
    66CONFIGURE_LINE="$0 $*" 
     
    1414dnl XXX: we don't put any flags here, because automake 1.5 doesn't support 
    1515dnl them. And we need the comma otherwize automake will choke on it. 
    16 AM_INIT_AUTOMAKE(vlc,0.7.0-test2
     16AM_INIT_AUTOMAKE(vlc,0.7.0-test3
    1717AM_CONFIG_HEADER(config.h) 
    1818 
  • extras/MacOSX/Resources/English.lproj/InfoPlist.strings

    r3d11590 rcf8bbfc  
    22 
    33CFBundleName = "VLC"; 
    4 CFBundleShortVersionString = "0.7.0-test2"; 
    5 CFBundleGetInfoString = "VLC media player 0.7.0-test2, Copyright (c) 1996-2003 VideoLAN."; 
     4CFBundleShortVersionString = "0.7.0-test3"; 
     5CFBundleGetInfoString = "VLC media player 0.7.0-test3, Copyright (c) 1996-2003 VideoLAN."; 
    66NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN."; 
  • extras/MacOSX/vlc.pbproj/project.pbxproj

    r3d11590 rcf8bbfc  
    526526    <string>VLC</string> 
    527527    <key>CFBundleGetInfoString</key> 
    528     <string>VLC media player 0.7.0-test2, Copyright (c) 1996-2003 VideoLAN.</string> 
     528    <string>VLC media player 0.7.0-test3, Copyright (c) 1996-2003 VideoLAN.</string> 
    529529    <key>CFBundleIconFile</key> 
    530530    <string>vlc.icns</string> 
     
    538538    <string>APPL</string> 
    539539    <key>CFBundleShortVersionString</key> 
    540     <string>0.7.0-test2</string> 
     540    <string>0.7.0-test3</string> 
    541541    <key>CFBundleSignature</key> 
    542542    <string>VLC#</string> 
     
    585585    </array> 
    586586    <key>CFBundleVersion</key> 
    587     <string>0.7.0-test2</string> 
     587    <string>0.7.0-test3</string> 
    588588    <key>NSAppleScriptEnabled</key> 
    589589    <string>YES</string>