| | 1 | 2003-03-10 Monday 20:30 sam |
|---|
| | 2 | |
|---|
| | 3 | * ./toolbox: added --update-changelog flag. |
|---|
| | 4 | |
|---|
| | 5 | 2003-03-10 Monday 19:26 gbazin |
|---|
| | 6 | |
|---|
| | 7 | * src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert. |
|---|
| | 8 | |
|---|
| | 9 | 2003-03-10 Monday 19:17 gbazin |
|---|
| | 10 | |
|---|
| | 11 | * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour. |
|---|
| | 12 | |
|---|
| | 13 | 2003-03-10 Monday 18:12 sam |
|---|
| | 14 | |
|---|
| | 15 | * ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case. |
|---|
| | 16 | |
|---|
| | 17 | 2003-03-10 Monday 11:41 massiot |
|---|
| | 18 | |
|---|
| | 19 | Fixed a major bug with 5.1 output and the OSS plug-in. |
|---|
| | 20 | |
|---|
| | 21 | 2003-03-10 Monday 09:23 jlj |
|---|
| | 22 | |
|---|
| | 23 | * ./modules/codec/dts.c: minor fix. |
|---|
| | 24 | |
|---|
| | 25 | 2003-03-10 Monday 02:07 fenrir |
|---|
| | 26 | |
|---|
| | 27 | * improved seeking and fixed play back when reading from stdin (when |
|---|
| | 28 | reported size is null). |
|---|
| | 29 | |
|---|
| | 30 | 2003-03-10 Monday 01:12 gbazin |
|---|
| | 31 | |
|---|
| | 32 | * modules/access/vcd/cdrom.c: small win32 bugfix. |
|---|
| | 33 | * configure.ac.in: on win32 we link ws2_32 with the slp plugin. |
|---|
| | 34 | |
|---|
| | 35 | 2003-03-10 Monday 01:04 massiot |
|---|
| | 36 | |
|---|
| | 37 | * Bumped up version number to 0.5.2 |
|---|
| | 38 | * Fix for the "lock-up" problem under MacOS X. Removed the rt-priority |
|---|
| | 39 | configuration variable. |
|---|
| | 40 | |
|---|
| | 41 | 2003-03-10 Monday 00:39 jlj |
|---|
| | 42 | |
|---|
| | 43 | * ./modules/demux/mpeg: DTS support. |
|---|
| | 44 | |
|---|
| | 45 | 2003-03-09 Sunday 21:07 jlj |
|---|
| | 46 | |
|---|
| | 47 | * DTS S/PDIF support. |
|---|
| | 48 | |
|---|
| | 49 | 2003-03-09 Sunday 20:44 gbazin |
|---|
| | 50 | |
|---|
| | 51 | * configure.ac.in: fixed my previous commit. |
|---|
| | 52 | * NEWS: added an entry about fixes in the dvd menu support. |
|---|
| | 53 | |
|---|
| | 54 | 2003-03-09 Sunday 20:25 gbazin |
|---|
| | 55 | |
|---|
| | 56 | * configure.ac.in: don't include the screensaver plugin on win32. |
|---|
| | 57 | * src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback(). |
|---|
| | 58 | * modules/codec/spudec/parse.c: removed unnessecary code. |
|---|
| | 59 | * modules/access/dvdplay/access.c: fixed some navigation problems. |
|---|
| | 60 | |
|---|
| | 61 | 2003-03-09 Sunday 17:22 fenrir |
|---|
| | 62 | |
|---|
| | 63 | * fixed a really stupid bug with compressed header, improved parsing |
|---|
| | 64 | of audio stsd box. (handle qt3+ audio box) |
|---|
| | 65 | (I still need to fix mp4.c to read audio track that aren't mp4a) |
|---|
| | 66 | |
|---|
| | 67 | 2003-03-08 Saturday 02:55 sigmunau |
|---|
| | 68 | |
|---|
| | 69 | added a down, right gesture to quit vlc and an up, right gesture that swaps |
|---|
| | 70 | fullscreen on/off, removed the down gesture as it is now covered by the up, |
|---|
| | 71 | right gesture |
|---|
| | 72 | |
|---|
| | 73 | 2003-03-07 Friday 01:53 gbazin |
|---|
| | 74 | |
|---|
| | 75 | * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome |
|---|
| | 76 | messages window regularly. |
|---|
| | 77 | |
|---|
| | 78 | 2003-03-07 Friday 00:52 sigmunau |
|---|
| | 79 | |
|---|
| | 80 | NEWS: added note about .pls handeling and the http audio fix |
|---|
| | 81 | |
|---|
| | 82 | 2003-03-07 Friday 00:10 gbazin |
|---|
| | 83 | |
|---|
| | 84 | * src/audio_output/dec.c, include/aout_internal.h: the aout core was |
|---|
| | 85 | automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME |
|---|
| | 86 | in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We |
|---|
| | 87 | now fetch this value from the input thread when we create an aout_instance_t. |
|---|
| | 88 | This solves problems with the http access plugin. |
|---|
| | 89 | |
|---|
| | 90 | 2003-03-06 Thursday 23:17 hartman |
|---|
| | 91 | |
|---|
| | 92 | * Updated README on Mac OS X issues. |
|---|
| | 93 | |
|---|
| | 94 | 2003-03-06 Thursday 16:30 sigmunau |
|---|
| | 95 | |
|---|
| | 96 | the m3u demux now reads the pls files shoutcast uses. |
|---|
| | 97 | |
|---|
| | 98 | 2003-03-06 Thursday 16:24 hartman |
|---|
| | 99 | |
|---|
| | 100 | * the close window command was reacting irratic because of my meddling |
|---|
| | 101 | with the responder chain. HANDS OFF you little devil ;) |
|---|
| | 102 | |
|---|
| | 103 | 2003-03-06 Thursday 15:40 hartman |
|---|
| | 104 | |
|---|
| | 105 | * not < but > ;) |
|---|
| | 106 | time to stop for today |
|---|
| | 107 | |
|---|
| | 108 | 2003-03-06 Thursday 13:52 hartman |
|---|
| | 109 | |
|---|
| | 110 | * fixed an issue with blackbars at certain aspect ratios when you resize |
|---|
| | 111 | the video window. (half, double) |
|---|
| | 112 | |
|---|
| | 113 | 2003-03-06 Thursday 13:05 hartman |
|---|
| | 114 | |
|---|
| | 115 | ALL: fixed: http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425 |
|---|
| | 116 | having two close buttons in one window goes against Apple's UIG. |
|---|
| | 117 | |
|---|
| | 118 | 2003-03-06 Thursday 12:43 hartman |
|---|
| | 119 | |
|---|
| | 120 | * modules/gui/macosx/applescript.? |
|---|
| | 121 | * extras/MacOSX/Resources/vlc.scriptSuite |
|---|
| | 122 | * extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology |
|---|
| | 123 | - moved existing applescript commands to these files |
|---|
| | 124 | - added several control commands. supported are: play/pause, stop, |
|---|
| | 125 | previous, next, fullscreen, mute, volumeUp and volumeDown. |
|---|
| | 126 | These correspond to the existing menuitems. This still requires work |
|---|
| | 127 | in the future to make it more correct AppleScript, but it works for now. |
|---|
| | 128 | |
|---|
| | 129 | * modules/gui/macosx/controls.? |
|---|
| | 130 | - split up the controls.m into a .m and a .h |
|---|
| | 131 | |
|---|
| | 132 | * modules/gui/macosx/intf.? |
|---|
| | 133 | - added a getControls method to gain access to the controller object from |
|---|
| | 134 | the AppleScript commands. |
|---|
| | 135 | |
|---|
| | 136 | * modules/gui/macosx/open.? |
|---|
| | 137 | - removed the applescript support existing here and moved it to applescript.? |
|---|
| | 138 | |
|---|
| | 139 | * modules/gui/macosx/playlist.m |
|---|
| | 140 | - made the tooltips for the add and remove buttons localizable. |
|---|
| | 141 | |
|---|
| | 142 | * modules/gui/macosx/vout.m |
|---|
| | 143 | - added a comment on the meaning of otherMouse events. |
|---|
| | 144 | |
|---|
| | 145 | * ALL: |
|---|
| | 146 | - updated copyright information to include the current year ;) |
|---|
| | 147 | |
|---|
| | 148 | 2003-03-06 Thursday 12:15 fenrir |
|---|
| | 149 | |
|---|
| | 150 | * http: lalala, forgot one line :) |
|---|
| | 151 | |
|---|
| | 152 | 2003-03-06 Thursday 12:09 fenrir |
|---|
| | 153 | |
|---|
| | 154 | * http: fixed a segfault while using it more than once. |
|---|
| | 155 | |
|---|
| | 156 | 2003-03-06 Thursday 11:15 hartman |
|---|
| | 157 | |
|---|
| | 158 | * If labels are nil, then it shouldn't disable the entire preference panel. |
|---|
| | 159 | fixes #428 more permenantly. the cause was a missing rt-priority desc. |
|---|
| | 160 | |
|---|
| | 161 | 2003-03-06 Thursday 11:11 jpsaman |
|---|
| | 162 | |
|---|
| | 163 | More sizing stuff. |
|---|
| | 164 | |
|---|
| | 165 | 2003-03-06 Thursday 10:58 massiot |
|---|
| | 166 | |
|---|
| | 167 | Fixed a segfault in the OS X preferences panel. |
|---|
| | 168 | |
|---|
| | 169 | 2003-03-06 Thursday 10:27 jpsaman |
|---|
| | 170 | |
|---|
| | 171 | Updated version number. |
|---|
| | 172 | |
|---|
| | 173 | 2003-03-06 Thursday 01:10 sigmunau |
|---|
| | 174 | |
|---|
| | 175 | we now insert playlist entries right after the playlist file, and not at the |
|---|
| | 176 | end of playlist. Should close bug reported on mailing list by Stepan Roh |
|---|
| | 177 | about "redirection". |
|---|
| | 178 | |
|---|
| | 179 | 2003-03-05 Wednesday 23:37 gbazin |
|---|
| | 180 | |
|---|
| | 181 | * modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;) |
|---|
| | 182 | * install-win32: the FAQ wasn't being included in the package. |
|---|
| | 183 | |
|---|
| | 184 | 2003-03-05 Wednesday 20:58 gbazin |
|---|
| | 185 | |
|---|
| | 186 | * Makefile.am: make package-win32 creates FAQ.htm not faq.htm. |
|---|
| | 187 | |
|---|
| | 188 | 2003-03-05 Wednesday 20:31 gbazin |
|---|
| | 189 | |
|---|
| | 190 | * modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks. |
|---|
| | 191 | |
|---|
| | 192 | 2003-03-05 Wednesday 20:16 hartman |
|---|
| | 193 | |
|---|
| | 194 | * updated italian translation by Bruno <allevb@tin.it> |
|---|
| | 195 | i had to merge it by hand, because it was pretty outdated. |
|---|
| | 196 | |
|---|
| | 197 | 2003-03-05 Wednesday 18:55 gbazin |
|---|
| | 198 | |
|---|
| | 199 | * src/input/input_ext-plugins.c: added an msleep() call in case we fail to |
|---|
| | 200 | allocate a new buffer in input_FillBuffer(). This is necessary because |
|---|
| | 201 | the input thread has an high priority and we don't want it to loop |
|---|
| | 202 | without any interruption. |
|---|
| | 203 | |
|---|
| | 204 | 2003-03-05 Wednesday 01:11 massiot |
|---|
| | 205 | |
|---|
| | 206 | * Fixed LDFLAGS_mp4 variable. |
|---|
| | 207 | |
|---|
| | 208 | 2003-03-05 Wednesday 01:05 sigmunau |
|---|
| | 209 | |
|---|
| | 210 | added not that gestures are now supported on osx and windows, with a comment |
|---|
| | 211 | telling that this isn't really useful yet. |
|---|
| | 212 | |
|---|
| | 213 | 2003-03-05 Wednesday 00:37 massiot |
|---|
| | 214 | |
|---|
| | 215 | Bumped up to 0.5.2-test3 |
|---|
| | 216 | |
|---|
| | 217 | 2003-03-05 Wednesday 00:36 massiot |
|---|
| | 218 | |
|---|
| | 219 | * Made rt-priority a real-time variable (shut-up sam) and misc attempts |
|---|
| | 220 | to improve responsiveness under OS X |
|---|
| | 221 | |
|---|
| | 222 | 2003-03-05 Wednesday 00:32 hartman |
|---|
| | 223 | |
|---|
| | 224 | * this code should allow for the use of gestures under OS X. |
|---|
| | 225 | |
|---|
| | 226 | 2003-03-04 Tuesday 23:48 gbazin |
|---|
| | 227 | |
|---|
| | 228 | * modules/video_output/directx: added support for the mouse gestures interface. |
|---|
| | 229 | |
|---|
| | 230 | 2003-03-04 Tuesday 23:36 hartman |
|---|
| | 231 | |
|---|
| | 232 | * grrr debug message in the wild. |
|---|
| | 233 | |
|---|
| | 234 | 2003-03-04 Tuesday 23:08 gbazin |
|---|
| | 235 | |
|---|
| | 236 | * modules/audio_filter/resampler/bandlimited.c: small bug-fixes. |
|---|
| | 237 | * NEWS: added a note for the fixed MSVC project files. |
|---|
| | 238 | |
|---|
| | 239 | 2003-03-04 Tuesday 22:54 hartman |
|---|
| | 240 | |
|---|
| | 241 | * NEWS: |
|---|
| | 242 | - added item on fix of 'clicking' sound between stream changes. |
|---|
| | 243 | - added item on new bandlimited resampler |
|---|
| | 244 | * ALL: |
|---|
| | 245 | - bumped up revision number to 0.5.2-test3 |
|---|
| | 246 | |
|---|
| | 247 | 2003-03-04 Tuesday 22:12 gbazin |
|---|
| | 248 | |
|---|
| | 249 | * include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is |
|---|
| | 250 | not declared). |
|---|
| | 251 | * modules/access/file.c: use _lseeki64 instead of lseek on win32. This |
|---|
| | 252 | should allow seeking on files > 1.2Gb (Hopefully closes #168). |
|---|
| | 253 | |
|---|
| | 254 | 2003-03-04 Tuesday 20:28 gbazin |
|---|
| | 255 | |
|---|
| | 256 | * modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting |
|---|
| | 257 | quality badly + some clean-up. |
|---|
| | 258 | Changed the module priority so it is now the default resampler. |
|---|
| | 259 | |
|---|
| | 260 | 2003-03-04 Tuesday 18:31 hartman |
|---|
| | 261 | |
|---|
| | 262 | ALL: |
|---|
| | 263 | - the german translation requires two different translations of the word |
|---|
| | 264 | File. I added a _ANS() function to the macosx version that gets the |
|---|
| | 265 | translation of 1:File and strips the first two characters of this |
|---|
| | 266 | alternate translation. |
|---|
| | 267 | - updated all .po files to make sure we don't break anything |
|---|
| | 268 | - committed the March 1 version of the german translation by Felix |
|---|
| | 269 | Kuhne <FK@aenneburghardt.de> |
|---|
| | 270 | |
|---|
| | 271 | 2003-03-04 Tuesday 14:21 massiot |
|---|
| | 272 | |
|---|
| | 273 | * Fixed a major bug in the LPCM codec. |
|---|
| | 274 | * Moved input_ExtractPES to where it belongs, input_ext-dec.c. |
|---|
| | 275 | |
|---|
| | 276 | 2003-03-04 Tuesday 04:27 gbazin |
|---|
| | 277 | |
|---|
| | 278 | * modules/audio_filter/resampler/bandlimited.[ch]: new high-quality |
|---|
| | 279 | bandlimited interpolation resampler. |
|---|
| | 280 | It is not yet enabled by default because it requires a bit more works |
|---|
| | 281 | (not fully stable yet because of buffer overflows under certain conditions). |
|---|
| | 282 | |
|---|
| | 283 | * src/audio_output/input.c: the resamplers are now always active (expcept |
|---|
| | 284 | in spdif mode). |
|---|
| | 285 | |
|---|
| | 286 | * modules/audio_filter/resampler/*: modified the resampler to return the |
|---|
| | 287 | input buffer when no resampling is needed. |
|---|
| | 288 | |
|---|
| | 289 | 2003-03-04 Tuesday 00:58 hartman |
|---|
| | 290 | |
|---|
| | 291 | * updated dutch strings. |
|---|
| | 292 | |
|---|
| | 293 | 2003-03-04 Tuesday 00:48 massiot |
|---|
| | 294 | |
|---|
| | 295 | * mpeg_video is back as a built-in because it is reproduceably faster than |
|---|
| | 296 | as a plug-in, |
|---|
| | 297 | * Another desperate attempt at fixing OS X lock-ups. |
|---|
| | 298 | |
|---|
| | 299 | 2003-03-03 Monday 20:39 hartman |
|---|
| | 300 | |
|---|
| | 301 | * NEWS: |
|---|
| | 302 | - added remarks on m-audio fixes and other OSX specific fixes. |
|---|
| | 303 | - added improved ID3 detection item |
|---|
| | 304 | * README.MacOSX.rtf |
|---|
| | 305 | - updated to reflect M-Audio fixes. |
|---|
| | 306 | * ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*: |
|---|
| | 307 | - widened the Browse.. button to allow for the german word: durchsuchen. |
|---|
| | 308 | |
|---|
| | 309 | 2003-03-03 Monday 17:49 gbazin |
|---|
| | 310 | |
|---|
| | 311 | * ALL: another bunch of fixes for the MSVC build. |
|---|
| | 312 | |
|---|
| | 313 | 2003-03-03 Monday 15:21 gbazin |
|---|
| | 314 | |
|---|
| | 315 | * ALL: Finally fixed the MSVC project files. |
|---|
| | 316 | Don't include io.h on win32 when not necessary. |
|---|
| | 317 | A few build fixes for MSVC. |
|---|
| | 318 | |
|---|
| | 319 | * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when |
|---|
| | 320 | present. |
|---|
| | 321 | |
|---|
| | 322 | 2003-03-03 Monday 15:19 massiot |
|---|
| | 323 | |
|---|
| | 324 | * Fixed a bug in LPCM codec. |
|---|
| | 325 | * Changed an error into a warning. |
|---|
| | 326 | |
|---|
| | 327 | 2003-03-03 Monday 02:38 fenrir |
|---|
| | 328 | |
|---|
| | 329 | * fixed play back of mms://viptvr.yacast.fr/encoderfranceinfo (asf |
|---|
| | 330 | header send over multiples packets). |
|---|
| | 331 | |
|---|
| | 332 | 2003-03-02 Sunday 20:07 gbazin |
|---|
| | 333 | |
|---|
| | 334 | * configure.ac.in: fixed libid3tag detection. |
|---|
| | 335 | |
|---|
| | 336 | 2003-03-02 Sunday 19:17 fenrir |
|---|
| | 337 | |
|---|
| | 338 | * fixed seek flag with broadcasted data. |
|---|
| | 339 | |
|---|
| | 340 | 2003-03-02 Sunday 18:13 fenrir |
|---|
| | 341 | |
|---|
| | 342 | * forgot to initialize a variable. |
|---|
| | 343 | |
|---|
| | 344 | 2003-03-02 Sunday 18:12 fenrir |
|---|
| | 345 | |
|---|
| | 346 | * fixed a bug. |
|---|
| | 347 | |
|---|
| | 348 | 2003-03-02 Sunday 13:10 gbazin |
|---|
| | 349 | |
|---|
| | 350 | * NEWS: started filling in the NEWS file for the 0.5.2 release. |
|---|
| | 351 | |
|---|
| | 352 | 2003-03-02 Sunday 03:47 gbazin |
|---|
| | 353 | |
|---|
| | 354 | * configure.ac.in: Removed unused options. |
|---|
| | 355 | We also don't link with lrt anymore when using GNU-pth (lrt depends on |
|---|
| | 356 | lpthread). |
|---|
| | 357 | |
|---|
| | 358 | 2003-03-02 Sunday 02:35 gbazin |
|---|
| | 359 | |
|---|
| | 360 | * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes |
|---|
| | 361 | for the GNU-pth implementation. |
|---|
| | 362 | |
|---|
| | 363 | 2003-03-02 Sunday 00:26 gbazin |
|---|
| | 364 | |
|---|
| | 365 | * src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread |
|---|
| | 366 | implementation and fixed an initialization bug in libvlc. |
|---|
| | 367 | |
|---|
| | 368 | 2003-03-01 Saturday 22:32 ipkiss |
|---|
| | 369 | |
|---|
| | 370 | - about.dfm: the layout of the "About" dialog box is slightly different |
|---|
| | 371 | - misc.cpp: toolbar buttons are translated too |
|---|
| | 372 | - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which |
|---|
| | 373 | were rather useless, and added an "Eject disc" menu entry |
|---|
| | 374 | Also hid the caption for all the toolbar buttons |
|---|
| | 375 | - win32.cpp: Added a config option to display or not these captions |
|---|
| | 376 | - preferences.cpp: small modification to support non-advanced mode |
|---|
| | 377 | |
|---|
| | 378 | 2003-03-01 Saturday 20:25 gbazin |
|---|
| | 379 | |
|---|
| | 380 | * install-win32, Makefile.am: added the html faq to the win32 package. |
|---|
| | 381 | * toolbox, msvc/*: few fixes to the msvc project files generation. |
|---|
| | 382 | (compiling plugins won't work yet because there are a few hacks that |
|---|
| | 383 | need to be done in order to compile dlls that use the c-runtime) |
|---|
| | 384 | |
|---|
| | 385 | 2003-02-28 Friday 18:23 fenrir |
|---|
| | 386 | |
|---|
| | 387 | * try a workaround for BeOS MediaKit files. |
|---|
| | 388 | |
|---|
| | 389 | 2003-02-28 Friday 11:19 massiot |
|---|
| | 390 | |
|---|
| | 391 | German translation, courtesy of Felix K�FK@aenneburghardt.de>. |
|---|
| | 392 | |
|---|
| | 393 | 2003-02-28 Friday 05:31 ipkiss |
|---|
| | 394 | |
|---|
| | 395 | Internationalization now works for the win32 interface (thanks Gildas). |
|---|
| | 396 | I've voluntarily disabled the translation of the toolbar buttons |
|---|
| | 397 | strings, because it looks really awful... |
|---|
| | 398 | |
|---|
| | 399 | 2003-02-27 Thursday 23:09 ipkiss |
|---|
| | 400 | |
|---|
| | 401 | A few modifications to get closer to i18n in the win32 interface |
|---|
| | 402 | |
|---|
| | 403 | 2003-02-27 Thursday 17:38 gbazin |
|---|
| | 404 | |
|---|
| | 405 | * modules/demux/avi/avi.c: compilation fix. |
|---|
| | 406 | |
|---|
| | 407 | 2003-02-27 Thursday 16:07 fenrir |
|---|
| | 408 | |
|---|
| | 409 | * httpd: clean up, kick up unused connection (it waits 10s), use select |
|---|
| | 410 | to way (instead of a hard coded sleep ;) |
|---|
| | 411 | |
|---|
| | 412 | 2003-02-27 Thursday 14:19 gbazin |
|---|
| | 413 | |
|---|
| | 414 | * ALL: i18n updates and fixes. |
|---|
| | 415 | |
|---|
| | 416 | 2003-02-27 Thursday 13:44 marcari |
|---|
| | 417 | |
|---|
| | 418 | * updates for the YOPY ports (thx to Sebastien Chaumat !) |
|---|
| | 419 | |
|---|
| | 420 | 2003-02-27 Thursday 09:19 massiot |
|---|
| | 421 | |
|---|
| | 422 | * Bumped up revision number to 0.5.2-test2 |
|---|
| | 423 | * Another attempt at fixing the "VLC is locking up OS X" problem |
|---|
| | 424 | * Updated po files |
|---|
| | 425 | |
|---|
| | 426 | 2003-02-26 Wednesday 22:00 asmax |
|---|
| | 427 | |
|---|
| | 428 | * compilation fixes... |
|---|
| | 429 | |
|---|
| | 430 | 2003-02-26 Wednesday 20:39 gbazin |
|---|
| | 431 | |
|---|
| | 432 | * configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make |
|---|
| | 433 | target, and included the locales in the installer script. |
|---|
| | 434 | * src/libvlc.c: on win32 we look for the locales in vlc's directory. |
|---|
| | 435 | |
|---|
| | 436 | 2003-02-26 Wednesday 19:15 massiot |
|---|
| | 437 | |
|---|
| | 438 | * Added sanity checks for PTS in the future. |
|---|
| | 439 | |
|---|
| | 440 | 2003-02-26 Wednesday 16:47 marcari |
|---|
| | 441 | |
|---|
| | 442 | * implementation of the 'autoplay file' button callback |
|---|
| | 443 | * when clicking a link : follows the link and don't try to open it |
|---|
| | 444 | * yopy does not always sees the '.' and '..', so workaround : |
|---|
| | 445 | - all the hidden files are not displayed |
|---|
| | 446 | - the '..' directory is each time added by hand |
|---|
| | 447 | |
|---|
| | 448 | 2003-02-26 Wednesday 16:44 marcari |
|---|
| | 449 | |
|---|
| | 450 | * small modification for linupy : |
|---|
| | 451 | - added a pixmpa directory |
|---|
| | 452 | - added a set_usize (how do we maximize cleanly a gtk-window ?) |
|---|
| | 453 | - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?) |
|---|
| | 454 | |
|---|
| | 455 | 2003-02-26 Wednesday 14:51 gbazin |
|---|
| | 456 | |
|---|
| | 457 | * src/input/input_ext-dec.c: added a few sanity checks that avoid crashing |
|---|
| | 458 | badly when we reach the end of the stream (decoder stream). |
|---|
| | 459 | * modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite |
|---|
| | 460 | loop when the end of the stream was reached. |
|---|
| | 461 | |
|---|
| | 462 | 2003-02-26 Wednesday 13:38 fenrir |
|---|
| | 463 | |
|---|
| | 464 | * ts.c: added "ts" shorcut for ts_dvbpsi. |
|---|
| | 465 | |
|---|
| | 466 | 2003-02-26 Wednesday 05:23 babal |
|---|
| | 467 | |
|---|
| | 468 | - link the headphone channel mixer with the math library |
|---|
| | 469 | |
|---|
| | 470 | 2003-02-25 Tuesday 22:09 gbazin |
|---|
| | 471 | |
|---|
| | 472 | * modules/codec/libmpeg2.c: fixed pts handling. |
|---|
| | 473 | |
|---|
| | 474 | 2003-02-25 Tuesday 19:26 gbazin |
|---|
| | 475 | |
|---|
| | 476 | * configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in |
|---|
| | 477 | my last commit. |
|---|
| | 478 | * po/Makevars: file needed by newer versions of gettext. |
|---|
| | 479 | |
|---|
| | 480 | 2003-02-25 Tuesday 18:17 fenrir |
|---|
| | 481 | |
|---|
| | 482 | * stream_output.* : added a flags variable to sout_buffer_t, allowing to |
|---|
| | 483 | mark headers. |
|---|
| | 484 | * httpd : added a way to use stream header, and changed the way that |
|---|
| | 485 | stream data are stored (allow better client handling). |
|---|
| | 486 | * http : use stream header, and add mime type detection by looking |
|---|
| | 487 | at file extention (could be improved). |
|---|
| | 488 | * ogg: fixed a segfault when removing a stream, mark header. |
|---|
| | 489 | |
|---|
| | 490 | 2003-02-25 Tuesday 18:15 gbazin |
|---|
| | 491 | |
|---|
| | 492 | * configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c: |
|---|
| | 493 | Added a simple mpeg video decoder based on libmpeg2. It is mainly useful |
|---|
| | 494 | for comparing the performance against our custom decoder as it is currently |
|---|
| | 495 | missing some important features like the synchro stuff. |
|---|
| | 496 | |
|---|
| | 497 | 2003-02-25 Tuesday 00:28 fenrir |
|---|
| | 498 | |
|---|
| | 499 | * stream_output.c : added a sanity check. |
|---|
| | 500 | |
|---|
| | 501 | 2003-02-25 Tuesday 00:27 fenrir |
|---|
| | 502 | |
|---|
| | 503 | * all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio |
|---|
| | 504 | and mpeg4/divx3 video streams. (Created files seem to work only with vlc). |
|---|
| | 505 | |
|---|
| | 506 | 2003-02-24 Monday 18:06 jlj |
|---|
| | 507 | |
|---|
| | 508 | * a52tofloat32.c: changed an error into warning. |
|---|
| | 509 | |
|---|
| | 510 | 2003-02-24 Monday 15:40 sigmunau |
|---|
| | 511 | |
|---|
| | 512 | updated documentation to reflect that input_AccessReinit should be called |
|---|
| | 513 | before, and not after a random seek |
|---|
| | 514 | |
|---|
| | 515 | 2003-02-24 Monday 15:14 fenrir |
|---|
| | 516 | |
|---|
| | 517 | * all : fix compilation. |
|---|
| | 518 | |
|---|
| | 519 | 2003-02-24 Monday 13:34 fenrir |
|---|
| | 520 | |
|---|
| | 521 | * stream_output.c : fixed compilation. |
|---|
| | 522 | * mux/* implemented pf_mux_capacity. |
|---|
| | 523 | |
|---|
| | 524 | 2003-02-24 Monday 12:14 gbazin |
|---|
| | 525 | |
|---|
| | 526 | * configure.ac.in, modules/misc/httpd.c: compilation fixes for win32. |
|---|
| | 527 | |
|---|
| | 528 | 2003-02-24 Monday 12:00 fenrir |
|---|
| | 529 | |
|---|
| | 530 | * stream_output.h : add a private parameter to sout_instance_t only used |
|---|
| | 531 | by src/stream_output.c (avoid changing every time stream_output.h...) |
|---|
| | 532 | |
|---|
| | 533 | 2003-02-24 Monday 11:45 fenrir |
|---|
| | 534 | |
|---|
| | 535 | * stream output: fixed name inconsistency, added a new exported |
|---|
| | 536 | functions by muxer. |
|---|
| | 537 | * wav: fixed a warning. |
|---|
| | 538 | |
|---|
| | 539 | 2003-02-24 Monday 10:26 fenrir |
|---|
| | 540 | |
|---|
| | 541 | * asf: fix seek for http. |
|---|
| | 542 | |
|---|
| | 543 | 2003-02-24 Monday 10:18 fenrir |
|---|
| | 544 | |
|---|
| | 545 | * wav: proper seek handling. (wav file readable over http). |
|---|
| | 546 | |
|---|
| | 547 | 2003-02-23 Sunday 23:35 fenrir |
|---|
| | 548 | |
|---|
| | 549 | * enable httpd(by default) and http. |
|---|
| | 550 | |
|---|
| | 551 | 2003-02-23 Sunday 20:07 fenrir |
|---|
| | 552 | |
|---|
| | 553 | * all : declaration of http and httpd. |
|---|
| | 554 | |
|---|
| | 555 | 2003-02-23 Sunday 20:05 fenrir |
|---|
| | 556 | |
|---|
| | 557 | * modules/access_output/http : http output. |
|---|
| | 558 | * httpd : mini http server (be carefull about security issue...) |
|---|
| | 559 | |
|---|
| | 560 | 2003-02-23 Sunday 19:07 fenrir |
|---|
| | 561 | |
|---|
| | 562 | * all : added streaming support for crappy ms video codec into TS. |
|---|
| | 563 | - Only vlc is able to read such TS. |
|---|
| | 564 | - I use stream id 0xa0 and descriptor 0xa0, I hope there aren't used. |
|---|
| | 565 | - DivX1/2/3, wmv1/2, h/i263 should be supported, others could be |
|---|
| | 566 | quickly added. |
|---|
| | 567 | - Please test. |
|---|
| | 568 | |
|---|
| | 569 | 2003-02-23 Sunday 17:31 sigmunau |
|---|
| | 570 | |
|---|
| | 571 | added a demux and decoder for flac files (disabled by default). Works for |
|---|
| | 572 | 16bit per sample streams, only tested with stereo |
|---|
| | 573 | |
|---|
| | 574 | 2003-02-23 Sunday 06:53 jlj |
|---|
| | 575 | |
|---|
| | 576 | * ./modules/gui/macosx/aout.m: M-Audio Revolution fixes. |
|---|
| | 577 | Dynamic device support. |
|---|
| | 578 | * ./modules/gui/macosx: Minor fixes and cosmetic changes. |
|---|
| | 579 | |
|---|
| | 580 | 2003-02-23 Sunday 02:25 massiot |
|---|
| | 581 | |
|---|
| | 582 | * Destroy audio-device and audio-channels when no output plug-in is |
|---|
| | 583 | available. |
|---|
| | 584 | |
|---|
| | 585 | 2003-02-22 Saturday 17:10 fenrir |
|---|
| | 586 | |
|---|
| | 587 | * fix compilation. |
|---|
| | 588 | |
|---|
| | 589 | 2003-02-22 Saturday 15:11 sigmunau |
|---|
| | 590 | |
|---|
| | 591 | Fixed seme seeking issues with http access module, fixed an error that |
|---|
| | 592 | caused id3v2.4 tags at the end of the file to not work. Added checks to |
|---|
| | 593 | avoid seeking off the ends of the file. Should close #325, please confirm |
|---|
| | 594 | |
|---|
| | 595 | 2003-02-21 Friday 23:59 gbazin |
|---|
| | 596 | |
|---|
| | 597 | * src/audio_output/input.c: fixed buffer allocation bug that was triggered |
|---|
| | 598 | when using "in place" resamplers. |
|---|
| | 599 | |
|---|
| | 600 | 2003-02-21 Friday 17:31 hartman |
|---|
| | 601 | |
|---|
| | 602 | DJ's first steps in C and vlc decoders ;) |
|---|
| | 603 | * modules/audio_filter/converter/mpgatofixed32.c: |
|---|
| | 604 | - fixed an issue that could cause glitches when switching from one stream |
|---|
| | 605 | to another. the buffer wasn't entirely getting 0000 because multiple |
|---|
| | 606 | channels were not taken into account when doing this. |
|---|
| | 607 | * ALL: |
|---|
| | 608 | - if float32 then clear the buffer with (float)0 |
|---|
| | 609 | |
|---|
| | 610 | 2003-02-21 Friday 16:16 hartman |
|---|
| | 611 | |
|---|
| | 612 | * previous commit seems to break some things. reverting. |
|---|
| | 613 | |
|---|
| | 614 | 2003-02-21 Friday 15:17 hartman |
|---|
| | 615 | |
|---|
| | 616 | * (float) 0 the buffer if it cannot be decoded and fixed32. |
|---|
| | 617 | right Meuuh ??? ;) |
|---|
| | 618 | |
|---|
| | 619 | 2003-02-21 Friday 04:49 hartman |
|---|
| | 620 | |
|---|
| | 621 | * VLC.app should show its version in the Finder now |
|---|
| | 622 | Meeuh, one more place that needs version string updated before a release. |
|---|
| | 623 | might be made automated ? |
|---|
| | 624 | |
|---|
| | 625 | 2003-02-21 Friday 04:22 hartman |
|---|
| | 626 | |
|---|
| | 627 | * ignore project Builder user files and backup .nib files. |
|---|
| | 628 | * vlc.app changed to VLC.app. cvsignore changed to reflect this. |
|---|
| | 629 | |
|---|
| | 630 | 2003-02-21 Friday 03:45 hartman |
|---|
| | 631 | |
|---|
| | 632 | * If the "show advanced" option has been changed and you press the Apply |
|---|
| | 633 | button, the preferences window is destroyed and created. |
|---|
| | 634 | |
|---|
| | 635 | 2003-02-20 Thursday 19:10 hartman |
|---|
| | 636 | |
|---|
| | 637 | * prefs obey the advanced option. Apply does not as of yet. |
|---|
| | 638 | |
|---|
| | 639 | 2003-02-20 Thursday 17:07 gbazin |
|---|
| | 640 | |
|---|
| | 641 | * src/libvlc.h, modules/audio_output: added a global --spdif config option |
|---|
| | 642 | to allow using the spdif output by default if available. |
|---|
| | 643 | * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display |
|---|
| | 644 | a dos command box. |
|---|
| | 645 | * modules/control/rc/rc.c: on win32 enabled the echo mode and the |
|---|
| | 646 | backspace key. |
|---|
| | 647 | * modules/codec/mpeg_audio.c: fixed a sync bug. |
|---|
| | 648 | |
|---|
| | 649 | 2003-02-20 Thursday 02:52 sigmunau |
|---|
| | 650 | |
|---|
| | 651 | * include/configuration.h: added a new flag to the configuration stucture to |
|---|
| | 652 | indicate wether it is an "advanced" option or not. The goal with this is to |
|---|
| | 653 | hide the user from all the strange options that very seldom needs to be |
|---|
| | 654 | changed. added an extra argument to all the add_* macros to indicate wether |
|---|
| | 655 | the item is advanced or not. |
|---|
| | 656 | * src/libvlc.h: added an "show advanced options" config option default |
|---|
| | 657 | disabled |
|---|
| | 658 | * src/libvlc.c: the advanced options are not listed by vlc --help and |
|---|
| | 659 | friends unless --advanced is used |
|---|
| | 660 | * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show |
|---|
| | 661 | advanced options unless advanced is set |
|---|
| | 662 | all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by |
|---|
| | 663 | using some common sense. Please check and correct |
|---|
| | 664 | |
|---|
| | 665 | note: All interfaces should still work like they used to, see the change in |
|---|
| | 666 | modules/gtk/preferences.c to find out how to "hide" options. |
|---|
| | 667 | |
|---|
| | 668 | second note: I think I've changed all the modules, but I could not test |
|---|
| | 669 | everyone for compilation, expect some broken modules (the fix is to add ", |
|---|
| | 670 | VLC_TRUE" as last argument to the add_* I forgot) |
|---|
| | 671 | |
|---|
| | 672 | 2003-02-19 Wednesday 23:08 gbazin |
|---|
| | 673 | |
|---|
| | 674 | * modules/audio_output/directx.c: forgot to enable channel re-ordering. |
|---|
| | 675 | * modules/audio_output/waveout.c: fixed a crash that happened when probing |
|---|
| | 676 | devices supporting S/PDIF. (Should fix 354) |
|---|
| | 677 | |
|---|
| | 678 | 2003-02-19 Wednesday 15:49 hartman |
|---|
| | 679 | |
|---|
| | 680 | * increased accuracy of positionslider in OSX. although this will not solve |
|---|
| | 681 | all problems this will improve results a bit (by my own experience). |
|---|
| | 682 | |
|---|
| | 683 | 2003-02-19 Wednesday 11:02 gbazin |
|---|
| | 684 | |
|---|
| | 685 | * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth() |
|---|
| | 686 | always return 80. |
|---|
| | 687 | |
|---|
| | 688 | 2003-02-19 Wednesday 00:34 gbazin |
|---|
| | 689 | |
|---|
| | 690 | * modules/demux/mp4/*: added FOURCC_dvc (DV - NTSC), FOURCC_dvp (DV - PAL) |
|---|
| | 691 | and FOURCC_twos (PCM audio). |
|---|
| | 692 | |
|---|
| | 693 | 2003-02-18 Tuesday 23:40 ipkiss |
|---|
| | 694 | |
|---|
| | 695 | * src/misc/modules.c: on Windows, we look for the plugins in vlc's root |
|---|
| | 696 | directory when there is no 'plugins' nor 'modules' subdirectory |
|---|
| | 697 | (may close #306) |
|---|
| | 698 | |
|---|
| | 699 | 2003-02-18 Tuesday 23:33 gbazin |
|---|
| | 700 | |
|---|
| | 701 | * modules/codec/ffmpeg/video.c: got rid of ffmpeg_ConvertPictureI410toI420() |
|---|
| | 702 | and use img_convert() from ffmpeg instead. Also added support for the |
|---|
| | 703 | PIX_FMT_YUV411P pixel format so we can now decode the DV Quicktime videos |
|---|
| | 704 | from media.xiph.org. |
|---|
| | 705 | |
|---|
| | 706 | 2003-02-18 Tuesday 21:54 hartman |
|---|
| | 707 | |
|---|
| | 708 | * Only update the info window if it is visible |
|---|
| | 709 | |
|---|
| | 710 | 2003-02-18 Tuesday 20:42 gbazin |
|---|
| | 711 | |
|---|
| | 712 | * modules/demux/rawdv.c: added support for DV audio now that ffmpeg can |
|---|
| | 713 | decode this. |
|---|
| | 714 | * modules/codec/ffmpeg/ffmpeg.h, modules/codec/ffmpeg/ffmpeg.c: added the |
|---|
| | 715 | necessary fourcc for DV audio. |
|---|
| | 716 | |
|---|
| | 717 | 2003-02-18 Tuesday 19:49 fenrir |
|---|
| | 718 | |
|---|
| | 719 | * mpeg_audio.c: removed some fprintf... |
|---|
| | 720 | |
|---|
| | 721 | 2003-02-18 Tuesday 19:33 titer |
|---|
| | 722 | |
|---|
| | 723 | * ipv4.c, libvlc.h: add a --ttl option to set time-to-live when |
|---|
| | 724 | multicasting with the stream output |
|---|
| | 725 | * modules/control/: missing cvsignore |
|---|
| | 726 | |
|---|
| | 727 | 2003-02-18 Tuesday 14:13 sam |
|---|
| | 728 | |
|---|
| | 729 | * ./mozilla/*: s/VideoLAN Client/VLC/g. |
|---|
| | 730 | |
|---|
| | 731 | 2003-02-18 Tuesday 01:51 fenrir |
|---|
| | 732 | |
|---|
| | 733 | * raah, corrected mpeg2-layer3 playback (and streaming). (that my last |
|---|
| | 734 | fix had broken :p ) |
|---|
| | 735 | |
|---|
| | 736 | 2003-02-18 Tuesday 01:20 hartman |
|---|
| | 737 | |
|---|
| | 738 | * Changed an Error message. Many people did not understand: |
|---|
| | 739 | no suitable decoder module for fourcc `IV31' |
|---|
| | 740 | I have appended: |
|---|
| | 741 | VLC probably does not support this sound or video format. |
|---|
| | 742 | |
|---|
| | 743 | 2003-02-18 Tuesday 01:17 massiot |
|---|
| | 744 | |
|---|
| | 745 | * Fixed a segfault in the Japanese preferences panel. |
|---|
| | 746 | |
|---|
| | 747 | 2003-02-18 Tuesday 00:47 hartman |
|---|
| | 748 | |
|---|
| | 749 | * Fixed the localization issue on MacOSX. |
|---|
| | 750 | |
|---|
| | 751 | 2003-02-18 Tuesday 00:10 jpsaman |
|---|
| | 752 | |
|---|
| | 753 | Juglin with dependencies. |
|---|
| | 754 | |
|---|
| | 755 | 2003-02-17 Monday 23:19 gbazin |
|---|
| | 756 | |
|---|
| | 757 | * modules/audio_output/directx.c: added multichannel support to the |
|---|
| | 758 | directx plugin. |
|---|
| | 759 | * modules/audio_output/waveout.c: fixed quad audio channels detection and |
|---|
| | 760 | a few misplaced debug messages. |
|---|
| | 761 | * configure.ac.in: don't link anymore the rc plugin with the winsock lib. |
|---|
| | 762 | |
|---|
| | 763 | 2003-02-17 Monday 23:03 asmax |
|---|
| | 764 | |
|---|
| | 765 | * added a SAP server, with some kludges because the SAP client in vlc |
|---|
| | 766 | is not RFC-compliant... |
|---|
| | 767 | |
|---|
| | 768 | 2003-02-17 Monday 19:58 hartman |
|---|
| | 769 | |
|---|
| | 770 | * NEWS: added info about the new 0.5.1a release for OSX. |
|---|
| | 771 | * extras/MacOSX/vlc.pbproj/project.pbxproj: bumped revision # |
|---|
| | 772 | |
|---|
| | 773 | 2003-02-17 Monday 18:06 massiot |
|---|
| | 774 | |
|---|
| | 775 | Fixed the "everything is in Japanese" bug. :p |
|---|
| | 776 | |
|---|
| | 777 | 2003-02-17 Monday 17:56 gbazin |
|---|
| | 778 | |
|---|
| | 779 | * modules/control/rc/rc.c: finally fixed the rc interface under win32 by |
|---|
| | 780 | using WaitForSingleObject() on the console handle and ReadConsoleInput(). |
|---|
| | 781 | (Closes #59) |
|---|
| | 782 | |
|---|
| | 783 | 2003-02-17 Monday 15:43 massiot |
|---|
| | 784 | |
|---|
| | 785 | Now 0.5.2-cvs (estimated release date in two weeks from now). |
|---|
| | 786 | |
|---|
| | 787 | 2003-02-17 Monday 11:52 hartman |
|---|
| | 788 | |
|---|
| | 789 | * Whoops. i forgot to add these files. sorry everyone. |
|---|
| | 790 | |
|---|
| | 791 | 2003-02-17 Monday 10:47 gbazin |
|---|
| | 792 | |
|---|
| | 793 | * modules/audio_filter/resampler/linear.c: lowered the priority of the linear |
|---|
| | 794 | resampler so the ugly resampler is once again the default. The quality of |
|---|
| | 795 | the ugly resampler is currently better than the linear one because of a |
|---|
| | 796 | design defect. |
|---|
| | 797 | |
|---|
| | 798 | 2003-02-17 Monday 08:22 sam |
|---|
| | 799 | |
|---|
| | 800 | * ./debian/woody-buildpackage: Debian package creation fixes. |
|---|
| | 801 | |
|---|
| | 802 | 2003-02-17 Monday 07:31 sam |
|---|
| | 803 | |
|---|
| | 804 | * ./modules/gui/macosx/Modules.am: removed %#$@#!#@ non-existent file! |
|---|
| | 805 | |
|---|
| | 806 | 2003-02-17 Monday 07:15 sam |
|---|
| | 807 | |
|---|
| | 808 | * Updated NEWS and ChangeLog. |
|---|
| | 809 | |
|---|