Changeset ab3260f055c911276a5bfc76ad2d1ca01fda235e

Show
Ignore:
Timestamp:
03/01/04 22:23:09 (4 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1078176189 +0000
git-parent:

[f5916b645edd8509c73ee8f998bd5506c886772d]

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

* ChangeLog?: updated for 0.7.1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ChangeLog

    rf982997 rab3260f  
     12004-03-01 Monday 20:36  gbazin 
     2 
     3 * modules/gui/skins2/Modules.am: oops, 1 file too much. 
     4 
     52004-03-01 Monday 20:04  gbazin 
     6 
     7 * po/*: ./toolbox --update-po in preparation for the release. 
     8 
     92004-03-01 Monday 19:58  gbazin 
     10 
     11 * modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml. 
     12 
     132004-03-01 Monday 19:41  gbazin 
     14 
     15 * modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule. 
     16 * install-win32, Makefile.am: include the default skins2 theme in the win32 package. 
     17 
     182004-03-01 Monday 19:36  asmax 
     19 
     20 * all: changed dtd version to 1.99 before the final dtd freeze 
     21 
     222004-03-01 Monday 18:33  asmax 
     23 
     24 * parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated 
     25  in the xml parser instead of the builder: fixes nasty bugs related 
     26  to layout IDs 
     27 * theme/skin.dtd: "id" attribute is no longer required for window 
     28 
     292004-03-01 Monday 18:31  gbazin 
     30 
     31 * modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened. 
     32 
     332004-03-01 Monday 17:36  gbazin 
     34 
     35 * modules/demux/mkv.cpp: fixed copy&paste bug. 
     36 
     372004-03-01 Monday 12:50  gbazin 
     38 
     39 * include/vlc_threads.h: 
     40    + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now). 
     41 * modules/access/file.c: 
     42    + s/config_GetInt()/var_Get() for file-caching. 
     43 * modules/access_output/udp.c: 
     44    + less verbose debug messages. 
     45    + increase thread priority on win32. 
     46 
     472004-03-01 Monday 11:55  massiot 
     48 
     49 * Added two files in Modules.am 
     50 
     512004-02-29 Sunday 23:08  murray 
     52 
     53 Shit, forgot to :wq before committing :) sorry guys 
     54 
     552004-02-29 Sunday 22:59  jpsaman 
     56 
     57 Updated PDA interface. 
     58 
     592004-02-29 Sunday 22:56  murray 
     60 
     61 Minor changes to the italian translation (thanks to Paolo Caravello) 
     62 
     63 Actually, we still got some (huge) untranslated strings in libvlc.h, 
     64 I'll care about them after the release. 
     65 
     662004-02-29 Sunday 21:10  jpsaman 
     67 
     68 Updated version strings to 0.7.1 for upcoming release. 
     69 
     702004-02-29 Sunday 21:09  jpsaman 
     71 
     72 Updated Dutch translation. 
     73 
     742004-02-29 Sunday 19:28  gbazin 
     75 
     76 * configure.ac: fixed --with-dts-tree. 
     77 
     782004-02-29 Sunday 19:12  gbazin 
     79 
     80 * NEWS: updated. 
     81 
     822004-02-29 Sunday 19:01  gbazin 
     83 
     84 * modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here. 
     85 
     862004-02-29 Sunday 17:36  asmax 
     87 
     88 * src/skin_main.cpp: do not delete the input a second time ! 
     89 
     902004-02-29 Sunday 16:49  asmax 
     91 
     92 * controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy 
     93 variable is now owned by CtrlGeneric, and handled directly by the layout 
     94 and the window (at the moment only the slider control uses it) 
     95 * theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added 
     96 the "color" attribute for control text 
     97 
     982004-02-29 Sunday 14:35  gbazin 
     99 
     100 * INSTALL.win32: updated win32 build instructions. 
     101 
     1022004-02-29 Sunday 14:05  zorglub 
     103 
     104 Sanity check 
     105 
     1062004-02-29 Sunday 14:05  asmax 
     107 
     108 * src/skin_main.cpp: fixed a bug related to the destruction order ;) 
     109 
     1102004-02-29 Sunday 13:55  kuehne 
     111 
     112 Fixed breakage which has been introduced in the last commit 
     113 
     1142004-02-29 Sunday 13:49  kuehne 
     115 
     116 spelling fixes 
     117 
     1182004-02-29 Sunday 13:33  gbazin 
     119 
     120 * ipkg/Makefile.am: don't try to package files which have been removed. 
     121 
     1222004-02-29 Sunday 13:08  gbazin 
     123 
     124 * src/misc/variables.c: fixed memleak. 
     125 * include/vlc_common.h: use pragma to disable useless MSVC warnings. 
     126 
     1272004-02-29 Sunday 13:05  gbazin 
     128 
     129 * ALL: bumped revision number to 0.7.1 
     130 * modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2 
     131 
     1322004-02-29 Sunday 13:03  gbazin 
     133 
     134 * src/packages.mak: updated for libdts-0.0.2 
     135 
     1362004-02-28 Saturday 19:40  zorglub 
     137 
     138 Search on the author field too 
     139 
     1402004-02-28 Saturday 19:31  zorglub 
     141 
     142 Fix loop on end of search 
     143 
     1442004-02-28 Saturday 19:30  gbazin 
     145 
     146 * modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders. 
     147 
     1482004-02-28 Saturday 17:10  gbazin 
     149 
     150 * src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c. 
     151 
     1522004-02-28 Saturday 13:53  titer 
     153 
     154  macosx/vout* : don't forget to exit fullscreen mode at EOF, 
     155                 fixed a segfault 
     156 
     1572004-02-27 Friday 22:33  kuehne 
     158 
     159 Updated german translation 
     160 
     1612004-02-27 Friday 15:07  gbazin 
     162 
     163 * src/skin_main.cpp: fixed bug related to the destruction order. 
     164 * parser/xmlparser.hpp: removed useless change. 
     165 
     1662004-02-27 Friday 14:22  fenrir 
     167 
     168  * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok). 
     169 
     1702004-02-27 Friday 14:05  fenrir 
     171 
     172  * avi.c: added support for rgb 32 (24 won't work under linux as the vout 
     173  handle 24 and 32 the same way :( 
     174 
     1752004-02-27 Friday 14:02  fenrir 
     176 
     177  * rawvideo.c, ffmpeg/chroma.c: added YVU9. 
     178 
     1792004-02-27 Friday 14:01  fenrir 
     180 
     181  * vout_pictures.*: added YVU9. 
     182 
     1832004-02-27 Friday 13:24  gbazin 
     184 
     185 * modules/gui/skins2/*: portability fixes. 
     186 
     1872004-02-26 Thursday 19:11  murray 
     188 
     189 it.po: italian localization for VLC 0.7.1 
     190 fr.po: minor fixes 
     191 
     1922004-02-26 Thursday 17:07  hartman 
     193 
     194 * Don't crash during my demo to the university computer labs. 
     195   - don't crash when i_output < 0 
     196 
     1972004-02-26 Thursday 17:02  gbazin 
     198 
     199 * modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels. 
     200    A few users have been reporting problems with the directx audio output and it might very well be the cause of their problems (ie. with buggy drivers). 
     201 
     2022004-02-26 Thursday 14:40  hartman 
     203 
     204 * another thing that wasn't committed yet. 
     205   - Fix Playlist Save. Can only do m3u atm. 
     206 
     2072004-02-26 Thursday 13:58  gbazin 
     208 
     209 * modules/video_output/directx/*: fixes uninitialized variables and memleaks. 
     210 
     2112004-02-26 Thursday 13:24  hartman 
     212 
     213 * don't break things... 
     214 
     2152004-02-26 Thursday 13:04  hartman 
     216 
     217 * Something I forgot 
     218   --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window. 
     219 
     2202004-02-26 Thursday 12:04  gbazin 
     221 
     222 * modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers. 
     223 * modules/gui/wxwindows/menus.cpp: fixed memory leaks. 
     224 * modules/gui/wxwindows/playlist.cpp: fixed deadlock. 
     225 
     2262004-02-26 Thursday 08:24  gbazin 
     227 
     228 * modules/gui/wxwindows/playlist.cpp: removed useless lock. 
     229 
     2302004-02-26 Thursday 00:23  gbazin 
     231 
     232 * modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows. 
     233 
     2342004-02-25 Wednesday 23:28  hartman 
     235 
     236 * Disable libmad on OS X 
     237 
     2382004-02-25 Wednesday 22:42  ipkiss 
     239 
     240 Fixed an incorrect string 
     241 
     2422004-02-25 Wednesday 22:16  jpsaman 
     243 
     244 Added configuration for h3600 iPAQ PDA with small Flash sizes. 
     245 Removed unused files. 
     246 
     2472004-02-25 Wednesday 22:01  zorglub 
     248 
     249 Update of the french translation. 
     250 
     251 This file need reviewing, please help 
     252 
     2532004-02-25 Wednesday 19:27  titer 
     254 
     255  macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning) 
     256 
     2572004-02-25 Wednesday 18:47  gbazin 
     258 
     259 * src/input/input_dec.c: compilation fix. 
     260 
     2612004-02-25 Wednesday 18:43  gbazin 
     262 
     263 * modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix. 
     264 
     2652004-02-25 Wednesday 18:42  gbazin 
     266 
     267 * modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions. 
     268 
     2692004-02-25 Wednesday 18:22  fenrir 
     270 
     271  * libmpeg2.c: lalala, compilation fix... 
     272 
     2732004-02-25 Wednesday 17:48  fenrir 
     274 
     275  * all: removed block_t->b_discontinuity,b_frame_* and added i_flags 
     276  field and a few BLOCK_FLAG_*. 
     277 
     2782004-02-25 Wednesday 14:02  zorglub 
     279 
     280 Update of the brazilian portuguese translation, thanks to 
     281 Andr�e Barros Martins Ribeiro 
     282 
     2832004-02-25 Wednesday 12:38  fenrir 
     284 
     285  * all: fixed sout-audio/video options. 
     286 
     2872004-02-24 Tuesday 22:15  gbazin 
     288 
     289 * modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus). 
     290 
     2912004-02-24 Tuesday 19:23  gbazin 
     292 
     293 * modules/demux/dts.c: improved detection of wav dts files. 
     294 
     2952004-02-24 Tuesday 18:19  zorglub 
     296 
     297 Fix problem in playlist update code. 
     298 
     299 Strangely, the "AddPendingEvent" wxwindows call seems to hang, so 
     300 replace it bhy "ProcessEvent" (the playlist update is processed 
     301 immediately in the callback, but it is only the update of one item, so 
     302 it should not be a problem) 
     303 
     3042004-02-24 Tuesday 17:43  gbazin 
     305 
     306 * modules/access/cdda.c: added "cddasimple" shortcut. 
     307 
     3082004-02-24 Tuesday 17:42  gbazin 
     309 
     310 * modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8. 
     311 
     3122004-02-24 Tuesday 17:16  bigben 
     313 
     314 Do not send an event when clicking out of the search box 
     315 
     3162004-02-24 Tuesday 16:31  fenrir 
     317 
     318  * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL). 
     319 
     3202004-02-23 Monday 23:01  gbazin 
     321 
     322 * modules/demux/wav.c: more fixes for multichannel wav files support. 
     323 * include/codecs.h: ms speakers definitions. 
     324 * modules/codec/araw.c: added support for fl64 fourcc. 
     325 
     3262004-02-23 Monday 21:57  gbazin 
     327 
     328 * src/playlist/playlist.c: who said testing was useful ? 
     329 
     3302004-02-23 Monday 21:50  gbazin 
     331 
     332 * src/playlist/playlist.c: bug fix. 
     333 
     3342004-02-23 Monday 21:00  sigmunau 
     335 
     336 modules/misc/sap.c: 
     337  * fixed two memleaks, one of them rather large 
     338  * fix for http announces that don't start the filename part with '/' 
     339 
     3402004-02-23 Monday 20:55  kuehne 
     341 
     342 Enlarged some fields in the OpenTarget-Window to display the entire localizations 
     343 
     3442004-02-23 Monday 20:45  fenrir 
     345 
     346  * livedotcom.cpp: nULL -> UI64C(n). 
     347 
     3482004-02-23 Monday 20:35  fenrir 
     349 
     350  * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams 
     351  using weird value after a synch with RTCP. 
     352 
     3532004-02-23 Monday 20:34  gbazin 
     354 
     355 * include/vlc_common.h: added the UI64C() macro for unsinged long long constants. 
     356 
     3572004-02-23 Monday 12:17  gbazin 
     358 
     359 *  modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads! 
     360 * src/playlist/playlist.c: vout/sout garbage collection improvements. 
     361 
     3622004-02-23 Monday 00:10  rocky 
     363 
     364 Change error reporting on memory error to be memory error. 
     365 
     3662004-02-22 Sunday 23:09  titer 
     367 
     368 ipv4.c : BeOS compile fix 
     369 
     3702004-02-22 Sunday 21:32  gbazin 
     371 
     372 * modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track. 
     373 
     3742004-02-22 Sunday 16:40  fenrir 
     375 
     376  * input_programs.c: a little memleak. 
     377 
     3782004-02-22 Sunday 16:08  fenrir 
     379 
     380  * all: changed the prototype of sout_InputNew. 
     381 
     3822004-02-22 Sunday 16:01  fenrir 
     383 
     384  * livedotcom.cpp: bug fix. (a bad memory allocation). 
     385 
     3862004-02-22 Sunday 15:59  fenrir 
     387 
     388  * sub.c: VobSub fix. 
     389 
     3902004-02-22 Sunday 15:57  fenrir 
     391 
     392  * all: compilation warning fixes (mainly missings headers). 
     393 
     3942004-02-22 Sunday 15:52  zorglub 
     395 
     396 Fix compilation warnings 
     397 
     3982004-02-22 Sunday 15:41  massiot 
     399 
     400 * Updated contrib build system 
     401 * src/misc/threads.c: fixed a Darwin-specific bug introduced recently 
     402 
     4032004-02-22 Sunday 15:03  gbazin 
     404 
     405 * configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32). 
     406 * src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8 
     407 
     4082004-02-22 Sunday 10:52  rocky 
     409 
     410 Fix valgrind-caught memory leak. 
     411 
     4122004-02-22 Sunday 10:30  rocky 
     413 
     414 Fix mem leak caught by valgrind. 
     415 
     4162004-02-22 Sunday 10:30  rocky 
     417 
     418 fix mem leak. (Caught by valgrind.) 
     419 
     4202004-02-22 Sunday 09:35  rocky 
     421 
     422 Make sure a couple of variables are initialized before 
     423 reading. (caught by valgrind). 
     424 
     4252004-02-22 Sunday 00:55  gbazin 
     426 
     427 * po/*: ./toolbox --update-po. 
     428 
     4292004-02-22 Sunday 00:33  gbazin 
     430 
     431 * modules/demux/playlist/Modules.am: don't forget playlist.h. 
     432 
     4332004-02-22 Sunday 00:15  gbazin 
     434 
     435 * ALL: preparation for 0.7.1-test2. 
     436 
    14372004-02-21 Saturday 23:50  gbazin 
    2438