| | 1 | 2003-06-22 Sunday 15:43 gbazin |
|---|
| | 2 | |
|---|
| | 3 | * modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer. |
|---|
| | 4 | * include/interface.h: updated comment. |
|---|
| | 5 | |
|---|
| | 6 | 2003-06-22 Sunday 15:30 hartman |
|---|
| | 7 | |
|---|
| | 8 | * Removed mp4 muxer support (temporarily) |
|---|
| | 9 | |
|---|
| | 10 | 2003-06-22 Sunday 15:07 asmax |
|---|
| | 11 | |
|---|
| | 12 | * x11/x11_dragdrop.cpp: unbelievable, Xdnd works !! |
|---|
| | 13 | |
|---|
| | 14 | 2003-06-22 Sunday 15:03 hartman |
|---|
| | 15 | |
|---|
| | 16 | * NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc. |
|---|
| | 17 | * vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots |
|---|
| | 18 | |
|---|
| | 19 | 2003-06-22 Sunday 14:36 fenrir |
|---|
| | 20 | |
|---|
| | 21 | * mkv: better seeking support. |
|---|
| | 22 | |
|---|
| | 23 | 2003-06-22 Sunday 14:06 gbazin |
|---|
| | 24 | |
|---|
| | 25 | * configure.ac: compile fix for sunos |
|---|
| | 26 | |
|---|
| | 27 | 2003-06-22 Sunday 13:31 gbazin |
|---|
| | 28 | |
|---|
| | 29 | * configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default). |
|---|
| | 30 | Due to the way matroska headers directly reference ebml headers, you'll have to configure like this: |
|---|
| | 31 | CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv |
|---|
| | 32 | |
|---|
| | 33 | 2003-06-22 Sunday 13:27 sigmunau |
|---|
| | 34 | |
|---|
| | 35 | turned a debug message into a comment |
|---|
| | 36 | |
|---|
| | 37 | 2003-06-22 Sunday 13:06 asmax |
|---|
| | 38 | |
|---|
| | 39 | * x11/x11_window.cpp: raise a window when clicking on it |
|---|
| | 40 | |
|---|
| | 41 | 2003-06-22 Sunday 12:54 asmax |
|---|
| | 42 | |
|---|
| | 43 | * at least it compiles now ;) |
|---|
| | 44 | |
|---|
| | 45 | 2003-06-22 Sunday 12:46 asmax |
|---|
| | 46 | |
|---|
| | 47 | * reverted my previous commit: cannot work as expected |
|---|
| | 48 | * src/theme.cpp: fixed a delete[] / free mismatch |
|---|
| | 49 | |
|---|
| | 50 | 2003-06-22 Sunday 12:27 fenrir |
|---|
| | 51 | |
|---|
| | 52 | * mkv: basic seek support (only with file with cues, it doesn't search key |
|---|
| | 53 | frame, ...) |
|---|
| | 54 | clean up. |
|---|
| | 55 | |
|---|
| | 56 | 2003-06-22 Sunday 08:49 fenrir |
|---|
| | 57 | |
|---|
| | 58 | * faad: can read stream with multiple frames per pes_packet_t (for mkv). |
|---|
| | 59 | |
|---|
| | 60 | 2003-06-22 Sunday 07:39 fenrir |
|---|
| | 61 | |
|---|
| | 62 | * mkv.cpp : begin of a matroska demuxer |
|---|
| | 63 | TODO: |
|---|
| | 64 | * seek support |
|---|
| | 65 | * vorbis support (it's a decoder problem, as matroska embded raw |
|---|
| | 66 | vorbis data) |
|---|
| | 67 | * utf8 subtitles handling (probably at the decoder stage too) |
|---|
| | 68 | * clean up. |
|---|
| | 69 | * support of stream other than files. |
|---|
| | 70 | * ... |
|---|
| | 71 | |
|---|
| | 72 | 2003-06-22 Sunday 01:08 sam |
|---|
| | 73 | |
|---|
| | 74 | * Makefile.dep: the file that would never die. |
|---|
| | 75 | |
|---|
| | 76 | 2003-06-22 Sunday 00:40 titer |
|---|
| | 77 | |
|---|
| | 78 | beos/* : - cleaned the way to mute/unmute |
|---|
| | 79 | - save the volume when exiting |
|---|
| | 80 | |
|---|
| | 81 | 2003-06-22 Sunday 00:00 asmax |
|---|
| | 82 | |
|---|
| | 83 | * src/theme.cpp, src/event.* : no more VLC_SHOW event |
|---|
| | 84 | * src/window.* : replaced p_intf->p_sys->WindowList by a singleton |
|---|
| | 85 | class SkinWindowList (to be tested under windows) |
|---|
| | 86 | * removed useless gtk2 files |
|---|
| | 87 | |
|---|
| | 88 | 2003-06-21 Saturday 22:30 hartman |
|---|
| | 89 | |
|---|
| | 90 | * added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY |
|---|
| | 91 | * only set prefs on safe, not earlier. |
|---|
| | 92 | |
|---|
| | 93 | 2003-06-21 Saturday 21:59 sam |
|---|
| | 94 | |
|---|
| | 95 | * src/libvlc.c: got rid of type-punning warnings. |
|---|
| | 96 | |
|---|
| | 97 | 2003-06-21 Saturday 20:45 sam |
|---|
| | 98 | |
|---|
| | 99 | * THANKS: spelling fixes. |
|---|
| | 100 | * configure.ac: |
|---|
| | 101 | + Added curly braces around variables. |
|---|
| | 102 | + Got rid of the "x$foo" constructs. |
|---|
| | 103 | + Renamed *_plugin conditionals into *_p. |
|---|
| | 104 | * debian/changelog: |
|---|
| | 105 | + Fixed a duplicate entry. |
|---|
| | 106 | + Added an entry for an old Debian upload that fixed #117180. |
|---|
| | 107 | * debian/control: |
|---|
| | 108 | + Added a build dependency on libimlib2-dev for skins. |
|---|
| | 109 | * debian/rules: |
|---|
| | 110 | + Activated support for skins. |
|---|
| | 111 | |
|---|
| | 112 | 2003-06-21 Saturday 17:26 sigmunau |
|---|
| | 113 | |
|---|
| | 114 | removed a duplicate entry from the NEWS file |
|---|
| | 115 | |
|---|
| | 116 | 2003-06-21 Saturday 17:05 sam |
|---|
| | 117 | |
|---|
| | 118 | * .cvsignore: |
|---|
| | 119 | + Removed configure.ac from the ignore list. |
|---|
| | 120 | |
|---|
| | 121 | 2003-06-21 Saturday 17:04 sam |
|---|
| | 122 | |
|---|
| | 123 | * configure.ac.in is no more, we can now use configure.ac like normal people, |
|---|
| | 124 | bootstrap generates the proper magic for us. |
|---|
| | 125 | |
|---|
| | 126 | 2003-06-21 Saturday 16:09 sam |
|---|
| | 127 | |
|---|
| | 128 | * debian/rules: |
|---|
| | 129 | + Use the -s flag instead of -a so that debhelper properly handles the |
|---|
| | 130 | i386-only plugin packages. |
|---|
| | 131 | + Split the build rule into configure and build. |
|---|
| | 132 | |
|---|
| | 133 | 2003-06-21 Saturday 14:24 gbazin |
|---|
| | 134 | |
|---|
| | 135 | * modules/access_output/file.c: make the output file writeable by the owner. |
|---|
| | 136 | |
|---|
| | 137 | 2003-06-20 Friday 23:13 hartman |
|---|
| | 138 | |
|---|
| | 139 | * added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs. |
|---|
| | 140 | |
|---|
| | 141 | 2003-06-20 Friday 21:34 ipkiss |
|---|
| | 142 | |
|---|
| | 143 | * ./doc/skins/events-howto.txt: added some events |
|---|
| | 144 | * ./modules/gui/skins/*: fixed my last commit |
|---|
| | 145 | |
|---|
| | 146 | 2003-06-20 Friday 19:50 ipkiss |
|---|
| | 147 | |
|---|
| | 148 | * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the |
|---|
| | 149 | "display" attribute of ControlText. It allows to show the title of |
|---|
| | 150 | the current stream, without the full path. |
|---|
| | 151 | * ./doc/skins/*: updated the doc |
|---|
| | 152 | |
|---|
| | 153 | 2003-06-20 Friday 15:34 hartman |
|---|
| | 154 | |
|---|
| | 155 | * Made the search path configuration options, directory instead of string options. |
|---|
| | 156 | |
|---|
| | 157 | 2003-06-20 Friday 11:42 alexis |
|---|
| | 158 | |
|---|
| | 159 | modules/misc/sap.c: fix for the default scope of the IPv6 announces. |
|---|
| | 160 | python/setup.py: a configuration that should work better. |
|---|
| | 161 | |
|---|
| | 162 | 2003-06-20 Friday 01:27 hartman |
|---|
| | 163 | |
|---|
| | 164 | * vlc.ebuild: added support for faad2 and skins. See the wiki page for info. |
|---|
| | 165 | * README.MacOSX.rtf: More updates because of new prefs dialog. |
|---|
| | 166 | |
|---|
| | 167 | 2003-06-19 Thursday 21:09 gbazin |
|---|
| | 168 | |
|---|
| | 169 | * modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is |
|---|
| | 170 | enabled. ffmpeg doesn't properly release old pictures when frames are skipped. |
|---|
| | 171 | |
|---|
| | 172 | 2003-06-19 Thursday 18:45 gbazin |
|---|
| | 173 | |
|---|
| | 174 | * modules/access_output/udp.c: removed unnecessary code. |
|---|
| | 175 | |
|---|
| | 176 | 2003-06-19 Thursday 18:44 titer |
|---|
| | 177 | |
|---|
| | 178 | beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with |
|---|
| | 179 | a few Dano/Zeta themes |
|---|
| | 180 | |
|---|
| | 181 | 2003-06-19 Thursday 18:22 gbazin |
|---|
| | 182 | |
|---|
| | 183 | * modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY == 300 milisec). |
|---|
| | 184 | |
|---|
| | 185 | 2003-06-19 Thursday 13:08 sam |
|---|
| | 186 | |
|---|
| | 187 | * ./modules/misc/screensaver.c: the screensaver was disabled way too often |
|---|
| | 188 | because I forgot to reinitialise an index. |
|---|
| | 189 | |
|---|
| | 190 | 2003-06-19 Thursday 12:21 gbazin |
|---|
| | 191 | |
|---|
| | 192 | * modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float values as spinctrls don't support floats. The advanced checkbox is only displayed if needed. Fixed the play/pause buttons tooltip. |
|---|
| | 193 | |
|---|
| | 194 | 2003-06-19 Thursday 02:14 sam |
|---|
| | 195 | |
|---|
| | 196 | * debian/rules: |
|---|
| | 197 | + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU` |
|---|
| | 198 | so that the rules can be called directly. |
|---|
| | 199 | * debian/control: |
|---|
| | 200 | + Removed leading "a"s from package descriptions. |
|---|
| | 201 | + Set policy to 3.5.10. |
|---|
| | 202 | * debian/copyright: |
|---|
| | 203 | + Removed debian/vlc.copyright. |
|---|
| | 204 | |
|---|
| | 205 | 2003-06-18 Wednesday 12:18 zorglub |
|---|
| | 206 | |
|---|
| | 207 | SAP can now listen for IPv6 announces |
|---|
| | 208 | |
|---|
| | 209 | To enable this, start vlc with --sap-ipv6 |
|---|
| | 210 | To disable IPv4 listening, use --no-sap-ipv4 |
|---|
| | 211 | |
|---|
| | 212 | You can also set the scope of the announces (default is 3) |
|---|
| | 213 | |
|---|
| | 214 | 2003-06-17 Tuesday 21:52 asmax |
|---|
| | 215 | |
|---|
| | 216 | * moved the ttl help in the right section |
|---|
| | 217 | |
|---|
| | 218 | 2003-06-17 Tuesday 21:07 gbazin |
|---|
| | 219 | |
|---|
| | 220 | * modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code. |
|---|
| | 221 | |
|---|
| | 222 | 2003-06-17 Tuesday 20:56 asmax |
|---|
| | 223 | |
|---|
| | 224 | * fixed another compilation issue of python module |
|---|
| | 225 | |
|---|
| | 226 | 2003-06-17 Tuesday 20:47 asmax |
|---|
| | 227 | |
|---|
| | 228 | * fixed a very old bug preventing the whole thing from working :( |
|---|
| | 229 | |
|---|
| | 230 | 2003-06-17 Tuesday 20:10 hartman |
|---|
| | 231 | |
|---|
| | 232 | * Fixes to the german translation |
|---|
| | 233 | |
|---|
| | 234 | 2003-06-17 Tuesday 20:03 hartman |
|---|
| | 235 | |
|---|
| | 236 | * moved the capability definition up one line. the config options follow the capability now. Circumvents a bug with OSX prefs dialog. |
|---|
| | 237 | |
|---|
| | 238 | 2003-06-17 Tuesday 18:13 asmax |
|---|
| | 239 | |
|---|
| | 240 | * tooltips are now updated during scrolling |
|---|
| | 241 | |
|---|
| | 242 | 2003-06-17 Tuesday 16:09 gbazin |
|---|
| | 243 | |
|---|
| | 244 | * modules/*: got rid of empty module objects. |
|---|
| | 245 | * modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules. |
|---|
| | 246 | |
|---|
| | 247 | 2003-06-17 Tuesday 14:43 hartman |
|---|
| | 248 | |
|---|
| | 249 | modules/codec/quicktime.c: Disabled all video codecs accept SVQ3 |
|---|
| | 250 | modules/gui/macosx/intf.m: Fixed an inconsistenty in the translation |
|---|
| | 251 | cvS: ---------------------------------------------------------------------- |
|---|
| | 252 | |
|---|
| | 253 | 2003-06-17 Tuesday 14:38 hartman |
|---|
| | 254 | |
|---|
| | 255 | * modules/gui/macosx/output.m: Fixed a bug in the transcoding dialog. |
|---|
| | 256 | * extras/MacOSX/Resources/English.lproj/MainMenu.nib: |
|---|
| | 257 | Fixed two cosmetic issues in the stream output dialog. |
|---|
| | 258 | * po/de.po: Update german translation courtesy of: Felix Kuhne <FK at aenneburghardt.de> |
|---|
| | 259 | |
|---|
| | 260 | 2003-06-16 Monday 21:55 gbazin |
|---|
| | 261 | |
|---|
| | 262 | * modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules. |
|---|
| | 263 | * include/modules_inner.h: removed unneeded initialization. |
|---|
| | 264 | |
|---|
| | 265 | 2003-06-16 Monday 20:49 gbazin |
|---|
| | 266 | |
|---|
| | 267 | * modules/codec/ffmpeg/video.c: fixed the last direct rendering bug. |
|---|
| | 268 | |
|---|
| | 269 | 2003-06-16 Monday 20:23 gbazin |
|---|
| | 270 | |
|---|
| | 271 | * configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code. |
|---|
| | 272 | |
|---|
| | 273 | 2003-06-16 Monday 15:39 zorglub |
|---|
| | 274 | |
|---|
| | 275 | * SAP can now handle SAP-announced IPv6 streams |
|---|
| | 276 | |
|---|
| | 277 | 2003-06-15 Sunday 22:32 hartman |
|---|
| | 278 | |
|---|
| | 279 | * NEWS: small corrections |
|---|
| | 280 | * modules/codec/ffmpeg: I had disabled IV31 support on intel instead of on ppc |
|---|
| | 281 | * modules/codec/quicktime.c: cosmetic fix |
|---|
| | 282 | |
|---|
| | 283 | 2003-06-15 Sunday 15:20 hartman |
|---|
| | 284 | |
|---|
| | 285 | * Fixed applescript Fullscreen command. |
|---|
| | 286 | |
|---|
| | 287 | 2003-06-15 Sunday 15:16 sigmunau |
|---|
| | 288 | |
|---|
| | 289 | id3tag.c: Do not try to seek on network streams even if they have b_seekable set to |
|---|
| | 290 | true, since this seems to break playback of some streams over http. It also |
|---|
| | 291 | takes to much time just to get some fancy metadata |
|---|
| | 292 | |
|---|
| | 293 | 2003-06-15 Sunday 14:00 hartman |
|---|
| | 294 | |
|---|
| | 295 | * ./po/it.po: Fresh Italien translation, courtesy of by Bruno <allevb at tin.it> |
|---|
| | 296 | * ./po/nl.po: New Dutch Translation by /me ;) |
|---|
| | 297 | * README.MacOSX.rtf: Updated instructions of Prefence usage. |
|---|
| | 298 | |
|---|
| | 299 | 2003-06-15 Sunday 01:23 massiot |
|---|
| | 300 | |
|---|
| | 301 | * Removed the ugly dependancy on glibc in the ipv6 module. |
|---|
| | 302 | * po/fr.po: French translation courtesy of Jean-Pierre Kuypers. |
|---|
| | 303 | * Miscellaneous clean-ups. |
|---|
| | 304 | |
|---|
| | 305 | 2003-06-14 Saturday 22:14 hartman |
|---|
| | 306 | |
|---|
| | 307 | * We should be compatible with older versions of faad again |
|---|
| | 308 | |
|---|
| | 309 | 2003-06-14 Saturday 22:12 gbazin |
|---|
| | 310 | |
|---|
| | 311 | * configure.ac.in: old faad2 detection. |
|---|
| | 312 | |
|---|
| | 313 | 2003-06-14 Saturday 21:18 gbazin |
|---|
| | 314 | |
|---|
| | 315 | * modules/gui/wxwindows/open.cpp: fixed a couple of bugs with the open dialog. |
|---|
| | 316 | |
|---|
| | 317 | 2003-06-14 Saturday 21:06 hartman |
|---|
| | 318 | |
|---|
| | 319 | * Dramatically improved the ebuild. |
|---|
| | 320 | - To be done before 0.6.0 release: insert correct contrib links for ffmpeg and libmpeg2 |
|---|
| | 321 | - fix faad2? currently disabled |
|---|
| | 322 | |
|---|
| | 323 | 2003-06-14 Saturday 18:49 gbazin |
|---|
| | 324 | |
|---|
| | 325 | * modules/gui/skins/x11/x11_window.cpp: small bugfix for icons support. |
|---|
| | 326 | |
|---|
| | 327 | 2003-06-14 Saturday 16:29 gbazin |
|---|
| | 328 | |
|---|
| | 329 | * src/misc/configuration.c: in config_SaveConfigFile() don't save options that |
|---|
| | 330 | kept their original value (thanks fenrir for the suggestion). |
|---|
| | 331 | |
|---|
| | 332 | 2003-06-14 Saturday 15:43 gbazin |
|---|
| | 333 | |
|---|
| | 334 | * modules/codec/ffmpeg/*: fix for ffmpeg direct rendering. Direct rendering is now |
|---|
| | 335 | enabled by default. |
|---|
| | 336 | |
|---|
| | 337 | 2003-06-14 Saturday 12:32 titer |
|---|
| | 338 | |
|---|
| | 339 | beos/VideoOutput.cpp : make the BPopUpMenu stickable |
|---|
| | 340 | |
|---|
| | 341 | 2003-06-14 Saturday 00:49 titer |
|---|
| | 342 | |
|---|
| | 343 | include/vlc_threads.h: more BeOS' priorities tuning. |
|---|
| | 344 | |
|---|
| | 345 | 2003-06-13 Friday 21:18 asmax |
|---|
| | 346 | |
|---|
| | 347 | * X11 skin windows should have an icon now |
|---|
| | 348 | |
|---|
| | 349 | 2003-06-13 Friday 15:54 gbazin |
|---|
| | 350 | |
|---|
| | 351 | modules/gui/wxwindows/*: fix for the volume control under win32. |
|---|
| | 352 | |
|---|
| | 353 | 2003-06-13 Friday 12:08 gbazin |
|---|
| | 354 | |
|---|
| | 355 | * modules/misc/network/ipv6.c: fixed multicast support on win32. Well, it is working on Win2k but might require run-time OS version checking to have it woking on XP as well. (you might have to add a multicast route: ipv6 rtu FF00::/8 #intfnum) |
|---|
| | 356 | |
|---|
| | 357 | 2003-06-13 Friday 03:21 sam |
|---|
| | 358 | |
|---|
| | 359 | * ./src/misc/messages.c: ouch. when the message queue was full, we were |
|---|
| | 360 | using our va_list twice, which caused crashes on architectures where |
|---|
| | 361 | va_list is a pointer; we now use va_copy whenever possible. |
|---|
| | 362 | |
|---|
| | 363 | 2003-06-13 Friday 00:15 titer |
|---|
| | 364 | |
|---|
| | 365 | modules/gui/beos/Interface.cpp : fixed a possible crash |
|---|
| | 366 | |
|---|
| | 367 | 2003-06-12 Thursday 23:03 gbazin |
|---|
| | 368 | |
|---|
| | 369 | * modules/misc/network/ipv6.c: gave a quick try to implementing ttl for ipv6. |
|---|
| | 370 | |
|---|
| | 371 | 2003-06-12 Thursday 22:27 massiot |
|---|
| | 372 | |
|---|
| | 373 | * modules/codec/spudec/spudec.c: Take small font by default |
|---|
| | 374 | |
|---|
| | 375 | 2003-06-12 Thursday 22:03 gbazin |
|---|
| | 376 | |
|---|
| | 377 | * modules/gui/wxwindows/interface.cpp: fixed compile issue. |
|---|
| | 378 | |
|---|
| | 379 | 2003-06-12 Thursday 21:28 gbazin |
|---|
| | 380 | |
|---|
| | 381 | * modules/gui/wxwindows/*: added a volume control. |
|---|
| | 382 | |
|---|
| | 383 | 2003-06-12 Thursday 15:56 gbazin |
|---|
| | 384 | |
|---|
| | 385 | * modules/access_output/file.c: win32 compilation fix. |
|---|
| | 386 | |
|---|
| | 387 | 2003-06-12 Thursday 11:37 zorglub |
|---|
| | 388 | |
|---|
| | 389 | Code cleanup |
|---|
| | 390 | |
|---|
| | 391 | 2003-06-12 Thursday 08:14 gbazin |
|---|
| | 392 | |
|---|
| | 393 | * share/Makefile.am: fixed my previous fix ;) |
|---|
| | 394 | |
|---|
| | 395 | 2003-06-12 Thursday 06:56 gbazin |
|---|
| | 396 | |
|---|
| | 397 | * Makefile.am: fixed inclusion of skins in make dist. |
|---|
| | 398 | |
|---|
| | 399 | 2003-06-11 Wednesday 22:46 gbazin |
|---|
| | 400 | |
|---|
| | 401 | * ALL: bumped version number to 0.6.0-test3 + po updates |
|---|
| | 402 | |
|---|
| | 403 | 2003-06-11 Wednesday 21:46 asmax |
|---|
| | 404 | |
|---|
| | 405 | * skin_main.cpp,x11_theme.cpp: better way to fix the "open skin bug" ! |
|---|
| | 406 | * share/Makefile.am: install skins at make install (closes bug #856) |
|---|
| | 407 | |
|---|
| | 408 | 2003-06-11 Wednesday 21:41 gbazin |
|---|
| | 409 | |
|---|
| | 410 | * modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32. |
|---|
| | 411 | |
|---|
| | 412 | 2003-06-11 Wednesday 20:36 gbazin |
|---|
| | 413 | |
|---|
| | 414 | * modules/video_filter/osd_text.c: small compile fix that seems to be needed on |
|---|
| | 415 | some platforms. |
|---|
| | 416 | |
|---|
| | 417 | 2003-06-11 Wednesday 18:45 gbazin |
|---|
| | 418 | |
|---|
| | 419 | * NEWS: updated. |
|---|
| | 420 | |
|---|
| | 421 | 2003-06-11 Wednesday 18:20 gbazin |
|---|
| | 422 | |
|---|
| | 423 | * modules/audio_output/directx.c: fixed mem leak in 5.1 audio. |
|---|
| | 424 | |
|---|
| | 425 | 2003-06-11 Wednesday 15:53 gbazin |
|---|
| | 426 | |
|---|
| | 427 | * modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release. |
|---|
| | 428 | |
|---|
| | 429 | 2003-06-11 Wednesday 10:42 gbazin |
|---|
| | 430 | |
|---|
| | 431 | * modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc. |
|---|
| | 432 | * msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old. |
|---|
| | 433 | * modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded. |
|---|
| | 434 | |
|---|
| | 435 | 2003-06-10 Tuesday 23:01 massiot |
|---|
| | 436 | |
|---|
| | 437 | * configure.ac.in: Renamed mpeg_video to mpeg_video_old, so that even |
|---|
| | 438 | people who explicitely set mpeg_video in the previous version will end |
|---|
| | 439 | up with libmpeg2 in 0.6.0. |
|---|
| | 440 | * modules/codec/libmpeg2.c: Fixed a potential segfault, especially |
|---|
| | 441 | with DVDs. |
|---|
| | 442 | * modules/codec/lpcm.c: Send two PES packets in one aout buffer, because |
|---|
| | 443 | some audio filters (read: coreaudio resampler) don't like too small |
|---|
| | 444 | packets (I know, this is ugly). |
|---|
| | 445 | |
|---|
| | 446 | 2003-06-10 Tuesday 22:42 gbazin |
|---|
| | 447 | |
|---|
| | 448 | * modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams. |
|---|
| | 449 | |
|---|
| | 450 | 2003-06-10 Tuesday 11:43 gbazin |
|---|
| | 451 | |
|---|
| | 452 | * configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins. |
|---|
| | 453 | * modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose). |
|---|
| | 454 | * modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files. |
|---|
| | 455 | |
|---|
| | 456 | 2003-06-10 Tuesday 11:12 massiot |
|---|
| | 457 | |
|---|
| | 458 | Fixed a potential segfault. |
|---|
| | 459 | |
|---|
| | 460 | 2003-06-09 Monday 22:02 asmax |
|---|
| | 461 | |
|---|
| | 462 | * x11_api.c: implemented OSAPI_GetNonTransparentColor (needed for fonts !) |
|---|
| | 463 | |
|---|
| | 464 | 2003-06-09 Monday 21:14 asmax |
|---|
| | 465 | |
|---|
| | 466 | * X11 skins are now loaded from home directory or if it fails, from |
|---|
| | 467 | the share directory |
|---|
| | 468 | |
|---|
| | 469 | 2003-06-09 Monday 19:56 jpsaman |
|---|
| | 470 | |
|---|
| | 471 | Run opie-vlc and zaurus-vlc as GuiServer. (Didn't I commit this before???). |
|---|
| | 472 | |
|---|
| | 473 | 2003-06-09 Monday 19:51 jpsaman |
|---|
| | 474 | |
|---|
| | 475 | Updated build packages for test2 release. |
|---|
| | 476 | |
|---|
| | 477 | 2003-06-09 Monday 19:08 asmax |
|---|
| | 478 | |
|---|
| | 479 | * fixed a segfault in FileInfo when p_info->psz_name == NULL |
|---|
| | 480 | but there are still other segfaults sometimes in FileInfo !! |
|---|
| | 481 | |
|---|
| | 482 | 2003-06-09 Monday 14:04 asmax |
|---|
| | 483 | |
|---|
| | 484 | * now selection method in the playlist depends on the state of the |
|---|
| | 485 | CTRL button (as expected in a normal playlist !) |
|---|
| | 486 | TODO: - do the same under windows |
|---|
| | 487 | - replace all button constants 1/2 by MOUSE_LEFT/MOUSE_RIGHT |
|---|
| | 488 | |
|---|
| | 489 | 2003-06-09 Monday 12:33 asmax |
|---|
| | 490 | |
|---|
| | 491 | * repaired basic_skins |
|---|
| | 492 | * removed all the compilation warnings |
|---|
| | 493 | * fixed LOTS of memory leaks in skins (gibalou, you should try valgrind |
|---|
| | 494 | on wxwindows plugin ;) |
|---|
| | 495 | |
|---|
| | 496 | 2003-06-09 Monday 09:29 massiot |
|---|
| | 497 | |
|---|
| | 498 | * modules/access/file.c: Fixed a compile issue (thanks michael.mauch at gmx.de) |
|---|
| | 499 | |
|---|
| | 500 | 2003-06-09 Monday 07:16 gbazin |
|---|
| | 501 | |
|---|
| | 502 | * modules/mux/mpeg/pes.c: allow cases where we don't write a pts. |
|---|
| | 503 | * modules/stream_out/display.c: handle cases where we don't have a pts/dts. |
|---|
| | 504 | |
|---|
| | 505 | 2003-06-09 Monday 06:52 gbazin |
|---|
| | 506 | |
|---|
| | 507 | * modules/gui/skins/src/vlcproc.cpp: the "play" action will trigger the open dialog if the playlist is empty. |
|---|
| | 508 | |
|---|
| | 509 | 2003-06-09 Monday 00:33 massiot |
|---|
| | 510 | |
|---|
| | 511 | * include/video.h include/video_output.h src/video_output/vout_pictures.c: |
|---|
| | 512 | In vout_CreatePicture() replace i_repeat_first_field by the more useful |
|---|
| | 513 | i_nb_fields |
|---|
| | 514 | * modules/gui/macosx/intf.m: Fixed a warning |
|---|
| | 515 | * modules/codec/libmpeg2.c include/vout_synchro.h src/video_output/vout_synchro.c: |
|---|
| | 516 | Re-added support for slice-I streams, plus miscellaneous tweakings |
|---|
| | 517 | |
|---|
| | 518 | 2003-06-09 Monday 00:32 asmax |
|---|
| | 519 | |
|---|
| | 520 | * drag & drop works with gnome file manager now |
|---|
| | 521 | |
|---|
| | 522 | 2003-06-09 Monday 00:07 asmax |
|---|
| | 523 | |
|---|
| | 524 | * drag & drop for X11 skins. Still mysterious problems but it's better |
|---|
| | 525 | than nothing |
|---|
| | 526 | |
|---|
| | 527 | 2003-06-08 Sunday 18:40 gbazin |
|---|
| | 528 | |
|---|
| | 529 | * modules/gui/skins/x11/x11_window.cpp: avoid flicker when mapping a window. |
|---|
| | 530 | * share/skins/default/theme.xml: playlist is hidden by default. |
|---|
| | 531 | |
|---|
| | 532 | 2003-06-08 Sunday 18:17 asmax |
|---|
| | 533 | |
|---|
| | 534 | * very beginning of drag and drop support in X11 skins |
|---|
| | 535 | |
|---|
| | 536 | 2003-06-08 Sunday 16:56 gbazin |
|---|
| | 537 | |
|---|
| | 538 | * modules/gui/skins/*: display the popupmenu when you right click on the interface. |
|---|
| | 539 | |
|---|
| | 540 | 2003-06-08 Sunday 16:04 titer |
|---|
| | 541 | |
|---|
| | 542 | Minor fix |
|---|
| | 543 | |
|---|
| | 544 | 2003-06-08 Sunday 15:22 asmax |
|---|
| | 545 | |
|---|
| | 546 | * share/skins/default/theme.xml: fixed playlist size |
|---|
| | 547 | * modules/gui/skins/controls/playlist.cpp: fixed a segfault when deleting |
|---|
| | 548 | items |
|---|
| | 549 | * modules/gui/skins/x11/x11_graphics.cpp: implemented DrawRect |
|---|
| | 550 | |
|---|
| | 551 | 2003-06-08 Sunday 12:45 gbazin |
|---|
| | 552 | |
|---|
| | 553 | * modules/gui/skins/x11/*: fixed transparency problem. XShapeCombineRegion() needs to be called before the window is mapped. |
|---|
| | 554 | |
|---|
| | 555 | 2003-06-08 Sunday 11:33 asmax |
|---|
| | 556 | |
|---|
| | 557 | * better implementation of timers for X11 skins |
|---|
| | 558 | |
|---|
| | 559 | 2003-06-08 Sunday 00:32 asmax |
|---|
| | 560 | |
|---|
| | 561 | * x11_font.cpp: fixed font placement |
|---|
| | 562 | * x11_window.*: real tooltip windows ! not perfect yet but it looks cool ! |
|---|
| | 563 | * removed compilation of gtk2 skins module. If you want it back, good luck ;) |
|---|
| | 564 | |
|---|
| | 565 | 2003-06-07 Saturday 19:19 gbazin |
|---|
| | 566 | |
|---|
| | 567 | * share/Makefile.ami, doc/Makefile.am: forgot to include some files in the "make dist". |
|---|
| | 568 | |
|---|
| | 569 | 2003-06-07 Saturday 19:05 gbazin |
|---|
| | 570 | |
|---|
| | 571 | * doc/subtitles/*, share/font-eutopiabold21.rle: new (smaller) font + scripts |
|---|
| | 572 | and instructions to generate new fonts. |
|---|
| | 573 | |
|---|
| | 574 | 2003-06-07 Saturday 12:19 asmax |
|---|
| | 575 | |
|---|
| | 576 | * beginning of tooltips (only in the console at the moment ;) |
|---|
| | 577 | |
|---|
| | 578 | 2003-06-07 Saturday 10:18 gbazin |
|---|
| | 579 | |
|---|
| | 580 | * modules/gui/skins/x11/x11_theme.cpp: removed unnecessary stuff. |
|---|
| | 581 | |
|---|
| | 582 | 2003-06-07 Saturday 03:45 titer |
|---|
| | 583 | |
|---|
| | 584 | modules/access/pvr/pvr.c : compile fix |
|---|
| | 585 | |
|---|
| | 586 | 2003-06-07 Saturday 03:25 titer |
|---|
| | 587 | |
|---|
| | 588 | missing cvsignore |
|---|
| | 589 | |
|---|
| | 590 | 2003-06-07 Saturday 00:36 asmax |
|---|
| | 591 | |
|---|
| | 592 | * implemented double click event for X11 skins. The delay is hard-coded |
|---|
| | 593 | (400ms) , maybe it could be stored in the vlc config file |
|---|
| | 594 | |
|---|
| | 595 | 2003-06-06 Friday 23:34 asmax |
|---|
| | 596 | |
|---|
| | 597 | * got rid of this useless error message |
|---|
| | 598 | |
|---|
| | 599 | 2003-06-06 Friday 21:47 asmax |
|---|
| | 600 | |
|---|
| | 601 | * x11/x11_window.cpp: fixed clipping and text attributes |
|---|
| | 602 | |
|---|
| | 603 | 2003-06-06 Friday 19:40 asmax |
|---|
| | 604 | |
|---|
| | 605 | * key shortcuts for X11 skins are now working |
|---|
| | 606 | |
|---|
| | 607 | 2003-06-06 Friday 14:50 gbazin |
|---|
| | 608 | |
|---|
| | 609 | * modules/gui/skins/src/themeloader.cpp: small fix for tgz skins. |
|---|
| | 610 | |
|---|
| | 611 | 2003-06-06 Friday 13:34 gbazin |
|---|
| | 612 | |
|---|
| | 613 | * modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown bug (not tested). |
|---|
| | 614 | |
|---|
| | 615 | 2003-06-06 Friday 11:09 gbazin |
|---|
| | 616 | |
|---|
| | 617 | * modules/misc/network/ipv6.c: oups, ipv6 multicast wasn't enabled on win32. Also fixed the interface name parsing in the MRL. |
|---|
| | 618 | |
|---|
| | 619 | 2003-06-06 Friday 02:48 hartman |
|---|
| | 620 | |
|---|
| | 621 | * Typo's by me. ( Cool i included a dutch sentence a while ago and noone noticed ?) |
|---|
| | 622 | |
|---|
| | 623 | 2003-06-06 Friday 02:23 hartman |
|---|
| | 624 | |
|---|
| | 625 | * All: some spelling corrections and description string clarifications. |
|---|
| | 626 | There is a lot of improvement left here. |
|---|
| | 627 | |
|---|
| | 628 | 2003-06-06 Friday 00:38 hartman |
|---|
| | 629 | |
|---|
| | 630 | * modules/gui/macosx/prefs.?: |
|---|
| | 631 | - Changed modules list to use Default instead of None. probably clearer to |
|---|
| | 632 | users. |
|---|
| | 633 | - Have a warning before resetting the prefs. |
|---|
| | 634 | |
|---|
| | 635 | 2003-06-05 Thursday 22:16 asmax |
|---|
| | 636 | |
|---|
| | 637 | * x11/x11_timer.* : classes to implement platform-independant timers |
|---|
| | 638 | * controls/text.cpp : text scrolling works ! (at least in the main window) |
|---|
| | 639 | |
|---|
| | 640 | 2003-06-05 Thursday 21:22 gbazin |
|---|
| | 641 | |
|---|
| | 642 | * modules/gui/skins/*, modules/gui/wxwindows/*: added the wxWin popup menu to the skins interface. |
|---|
| | 643 | |
|---|
| | 644 | 2003-06-05 Thursday 11:52 gbazin |
|---|
| | 645 | |
|---|
| | 646 | * include/vlc_common.h: fixed the I64C() macro for mingw. |
|---|
| | 647 | * src/misc/mtime.c: implemented the heuristic described in http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html to test whether the win32 performance counter is reliable. That should fix the clock problems that a few users reported on win32. |
|---|
| | 648 | |
|---|
| | 649 | 2003-06-04 Wednesday 23:17 massiot |
|---|
| | 650 | |
|---|
| | 651 | VLC 0.6 codename is Trevelyan. |
|---|
| | 652 | |
|---|
| | 653 | 2003-06-04 Wednesday 21:41 titer |
|---|
| | 654 | |
|---|
| | 655 | Added a special access module for PVR MPEG-2 encoding boards. |
|---|
| | 656 | It allows to change the frequency and such things quite easily, from VLC. |
|---|
| | 657 | You'll have to --enable-pvr to build it. |
|---|
| | 658 | |
|---|
| | 659 | 2003-06-04 Wednesday 18:47 asmax |
|---|
| | 660 | |
|---|
| | 661 | * added <unistd.h> or it doesn't compile ! |
|---|
| | 662 | |
|---|
| | 663 | 2003-06-04 Wednesday 17:44 gbazin |
|---|
| | 664 | |
|---|
| | 665 | * modules/gui/skins/x11/x11_api.cpp: implemented OSAPI_GetTime() and OSAPI_RmDir(). |
|---|
| | 666 | |
|---|
| | 667 | 2003-06-04 Wednesday 16:44 gbazin |
|---|
| | 668 | |
|---|
| | 669 | * modules/gui/skins/src/vlcproc.cpp: compilation fix. |
|---|
| | 670 | |
|---|
| | 671 | 2003-06-04 Wednesday 16:03 gbazin |
|---|
| | 672 | |
|---|
| | 673 | * modules/gui/skins/*: misc fixes and clean-up. There are still thread issues when passing messages between the skins thread and the wxWindows dialogs thread that will need to be fixed. |
|---|
| | 674 | * modules/gui/wxwindows/timer.cpp: fixed comment. |
|---|
| | 675 | |
|---|
| | 676 | 2003-06-03 Tuesday 23:17 massiot |
|---|
| | 677 | |
|---|
| | 678 | * OS X users can now browse the DVD menus with the arrow keys. |
|---|
| | 679 | |
|---|
| | 680 | 2003-06-03 Tuesday 22:21 hartman |
|---|
| | 681 | |
|---|
| | 682 | * When choosing a autogenerated menuitem, we now create a new thread to |
|---|
| | 683 | do the actual execution of this command. this is a (very ugly) workaround |
|---|
| | 684 | to the problem we were having with the deinterlace menu on osx. |
|---|
| | 685 | |
|---|
| | 686 | It works now, but now i'm running into the black screen and continous |
|---|
| | 687 | "late picture skipped (-218000)" again which is also plagueing us when you |
|---|
| | 688 | enter fullscreen with a filter enabled. This ought to be fixed before 0.6.0 |
|---|
| | 689 | as well. |
|---|
| | 690 | |
|---|
| | 691 | 2003-06-03 Tuesday 22:20 gbazin |
|---|
| | 692 | |
|---|
| | 693 | * modules/gui/skins/src/*: oops, forgot to add a bunch of files. |
|---|
| | 694 | |
|---|
| | 695 | 2003-06-03 Tuesday 22:18 gbazin |
|---|
| | 696 | |
|---|
| | 697 | * configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2. |
|---|
| | 698 | * modules/gui/wxwindows/*: fixed bug in sout dialog box. |
|---|
| | 699 | * modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins). |
|---|
| | 700 | |
|---|
| | 701 | 2003-06-03 Tuesday 12:06 titer |
|---|
| | 702 | |
|---|
| | 703 | modules/gui/beos/* : fixed the screenshot format selection I broke lately |
|---|
| | 704 | |
|---|
| | 705 | 2003-06-02 Monday 16:01 sigmunau |
|---|
| | 706 | |
|---|
| | 707 | http.c: if the webserver doesn't return 206 the stream is not seekable. |
|---|
| | 708 | |
|---|
| | 709 | 2003-06-02 Monday 12:42 hartman |
|---|
| | 710 | |
|---|
| | 711 | * modules/codec/libmpeg2.c: fixed a crasher with invalid pictures |
|---|
| | 712 | * modules/gui/macosx/playlist.m: better fix for playlists on 10.1 |
|---|
| | 713 | |
|---|
| | 714 | 2003-06-01 Sunday 23:48 hartman |
|---|
| | 715 | |
|---|
| | 716 | * ALL: |
|---|
| | 717 | - Changed the autogenerated menu's in a system working similar to wxWindows. |
|---|
| | 718 | - The deinterlace menu is autogenerated now. However it seems the problem |
|---|
| | 719 | with on the fly filter changes still exists. |
|---|
| | 720 | |
|---|
| | 721 | 2003-06-01 Sunday 22:11 asmax |
|---|
| | 722 | |
|---|
| | 723 | * modules/gui/skins/x11/x11_api.cpp: fixed OSAPI_GetScreenSize |
|---|
| | 724 | * all: added locks around X calls to make them thread safe (will be |
|---|
| | 725 | useful in the next commit ;-) |
|---|
| | 726 | |
|---|
| | 727 | 2003-06-01 Sunday 17:13 asmax |
|---|
| | 728 | |
|---|
| | 729 | * mouse wheel scroll for X11 skins |
|---|
| | 730 | |
|---|
| | 731 | 2003-06-01 Sunday 16:39 asmax |
|---|
| | 732 | |
|---|
| | 733 | * configure.ac.in : fixed linking of skins modules |
|---|
| | 734 | * modules/gui/skins/*: |
|---|
| | 735 | - fixed the wxwindows bug, due to a huge bug with broadcast events |
|---|
| | 736 | - beginning of fonts in X11 skins |
|---|
| | 737 | so, you can test the X11 skins module: it should work now ! |
|---|
| | 738 | |
|---|
| | 739 | 2003-06-01 Sunday 00:26 fenrir |
|---|
| | 740 | |
|---|
| | 741 | * ts: fix current_next value. |
|---|
| | 742 | |
|---|
| | 743 | 2003-05-31 Saturday 23:41 sam |
|---|
| | 744 | |
|---|
| | 745 | * ./debian/vlc.mime: the vlc packages registers with the Debian MIME system. |
|---|
| | 746 | |
|---|
| | 747 | 2003-05-31 Saturday 23:23 ipkiss |
|---|
| | 748 | |
|---|
| | 749 | * skins/controls/button.cpp: Fixed a nasty bug. |
|---|
| | 750 | * skins/controls/generic.h: Some public fields are now protected |
|---|
| | 751 | * skins/src/window.cpp: |
|---|
| | 752 | - Added a few debug messages |
|---|
| | 753 | - Invisible controls don't receive events anymore |
|---|
| | 754 | |
|---|
| | 755 | Note: There are still a few bugs in the code handling the controls and |
|---|
| | 756 | their different states, and I think they will be difficult to fix with |
|---|
| | 757 | the current code structure. A rewrite of this part of code could be a |
|---|
| | 758 | good idea (perhaps using states and transitions between states, like |
|---|
| | 759 | Zinf does?). |
|---|
| | 760 | |
|---|
| | 761 | 2003-05-31 Saturday 21:49 fenrir |
|---|
| | 762 | |
|---|
| | 763 | * ts: proper fix for both. |
|---|
| | 764 | |
|---|
| | 765 | 2003-05-31 Saturday 16:15 fenrir |
|---|
| | 766 | |
|---|
| | 767 | * ts: reverse my last commit (the proper way should be to modify also the |
|---|
| | 768 | muxer but this will break compatibility). |
|---|
| | 769 | |
|---|
| | 770 | 2003-05-31 Saturday 12:24 titer |
|---|
| | 771 | |
|---|
| | 772 | * src/input/input_ext-intf.c : added an input_SetRate function; it is |
|---|
| | 773 | quite more convenient than, e.g, calling input_SetStatus( STATUS_FASTER ) |
|---|
| | 774 | two times if you want to switch from 1:1 to 4:1 from the interface. |
|---|
| | 775 | Old functions still work. |
|---|
| | 776 | * modules/gui/beos/VlcWrapper.cpp : use it |
|---|
| | 777 | |
|---|
| | 778 | 2003-05-31 Saturday 01:23 fenrir |
|---|
| | 779 | |
|---|
| | 780 | * mjpeg grabbing added, thanks to Paul Forgey <paulf at aphrodite dot com> |
|---|
| | 781 | that had done all the work. |
|---|
| | 782 | |
|---|
| | 783 | Paul Forgey's notes: |
|---|
| | 784 | -------------------- |
|---|
| | 785 | |
|---|
| | 786 | Unfortunatley, the v4l interface shows how much it sucks here. I can't |
|---|
| | 787 | wait for v4l2 to become more common. Anyway, the mjpeg mechanism |
|---|
| | 788 | captures completely differently than the uncompressed frame capture |
|---|
| | 789 | mechanism. This means the code has to split off a bunch to do similar |
|---|
| | 790 | things depending on mjpeg being set or not. For some reason, I can't |
|---|
| | 791 | use non v4l2 calls to capture uncompressed frames from the lml33, |
|---|
| | 792 | however I do have another bttv card on my system to test that I didn't |
|---|
| | 793 | break the non-mjpeg stuff. |
|---|
| | 794 | |
|---|
| | 795 | The Zoran encoders don't use square pixels. So the 4:3 (or 16:9) |
|---|
| | 796 | picture is going to show up as 720x480. I don't know my way around the |
|---|
| | 797 | code well enough to know how to specify a non-square pixel aspect |
|---|
| | 798 | ratio. If there isn't a way to do it, it would be nice to be able to |
|---|
| | 799 | specify as an option the aspect ratio of the sourc. Either 4:3 or 16:9 |
|---|
| | 800 | in the case of anamorphic S-Video, which does occur. |
|---|
| | 801 | |
|---|
| | 802 | I stole the videodev_mjpeg.h header from the lavrec project. Despite |
|---|
| | 803 | the linux kernels having support for the Zoran cards, there doesn't seem |
|---|
| | 804 | to be a reliable way to pick up this header, which is probably why |
|---|
| | 805 | lavrec did it this way. Since it only defines ioctl definitions, I |
|---|
| | 806 | don't think using it is a legal problem. |
|---|
| | 807 | |
|---|
| | 808 | I also modified the audio handling a bit. If the card supports audio, |
|---|
| | 809 | great, we'll set the card's parameters as we did before. But if adev= |
|---|
| | 810 | is specified, use it regardless. The reason to do this is to capture |
|---|
| | 811 | audio from the sound card with video coming from, say, a web cam or in |
|---|
| | 812 | my case, an encoder card which doesn't have any audio capabilities at |
|---|
| | 813 | all. |
|---|
| | 814 | |
|---|
| | 815 | 2003-05-31 Saturday 00:10 fenrir |
|---|
| | 816 | |
|---|
| | 817 | * mux/ts.c : allowed sending mjpeg (who said that's ugly ?) |
|---|
| | 818 | * demux/ts.c : fixed an endian problem with such private stream. |
|---|
| | 819 | |
|---|
| | 820 | 2003-05-30 Friday 18:43 titer |
|---|
| | 821 | |
|---|
| | 822 | modules/gui/beos/* : fixed "Goto Menu" menuitem enabling |
|---|
| | 823 | |
|---|
| | 824 | 2003-05-30 Friday 17:30 titer |
|---|
| | 825 | |
|---|
| | 826 | modules/gui/beos/* : misc fixes & enhancements |
|---|
| | 827 | |
|---|
| | 828 | 2003-05-29 Thursday 21:40 asmax |
|---|
| | 829 | |
|---|
| | 830 | * X11 skins now use imlib2 -> you need to bootstrap |
|---|
| | 831 | wxwindows dialogs are not supposed to work yet, if they do you are |
|---|
| | 832 | lucky ;) |
|---|
| | 833 | |
|---|
| | 834 | 2003-05-29 Thursday 16:48 asmax |
|---|
| | 835 | |
|---|
| | 836 | * x11/x11_theme.cpp: better timing for SkinManage |
|---|
| | 837 | * src/vlcproc.cpp: hack to make OpenDialog work, but it MUST be |
|---|
| | 838 | changed ! |
|---|
| | 839 | |
|---|
| | 840 | 2003-05-28 Wednesday 23:56 asmax |
|---|
| | 841 | |
|---|
| | 842 | * AT LAST events work in X11 skins ! |
|---|
| | 843 | |
|---|
| | 844 | 2003-05-28 Wednesday 03:53 hartman |
|---|
| | 845 | |
|---|
| | 846 | * src/libvlc.h: |
|---|
| | 847 | - added "en" to the list of languages in the preferences. |
|---|
| | 848 | - added DIV1, DIV2, i263, WMV1 to video encoding options in prefs. |
|---|
| | 849 | FENRIR: is this correct this way? |
|---|
| | 850 | |
|---|
| | 851 | 2003-05-28 Wednesday 00:52 titer |
|---|
| | 852 | |
|---|
| | 853 | modules/video_output/x11/xcommon.c : compile fix for gcc != 3 |
|---|
| | 854 | |
|---|
| | 855 | 2003-05-27 Tuesday 22:57 gbazin |
|---|
| | 856 | |
|---|
| | 857 | * install-win32: fixed the nsi script to not include the FAQ. |
|---|
| | 858 | |
|---|
| | 859 | 2003-05-27 Tuesday 22:42 hartman |
|---|
| | 860 | |
|---|
| | 861 | * Turn mem leaks into warning's instead of errors. Users seem to think that |
|---|
| | 862 | mem leaks will kernel panic there machine or something ;)A |
|---|
| | 863 | This will generate less bugreports, yet keep them visible to those who |
|---|
| | 864 | should and will care. |
|---|
| | 865 | |
|---|
| | 866 | 2003-05-27 Tuesday 22:08 gbazin |
|---|
| | 867 | |
|---|
| | 868 | * modules/gui/win32/Modules.am: strings.cpp has been removed. |
|---|
| | 869 | |
|---|
| | 870 | 2003-05-27 Tuesday 21:48 gbazin |
|---|
| | 871 | |
|---|
| | 872 | * ALL: bumped version to 0.6.0-test2 |
|---|
| | 873 | * Makefile.am: got rid of the faq in the package-win32 target. |
|---|
| | 874 | |
|---|
| | 875 | 2003-05-27 Tuesday 20:43 gbazin |
|---|
| | 876 | |
|---|
| | 877 | * modules/access/vcd/cdrom.c: On winNT/2K/XP we set the track format to YellowMode2 when issuing raw read requests. Otherwise we can't read the SVCD DATA track which is in Mode2 Form1. |
|---|
| | 878 | |
|---|
| | 879 | 2003-05-27 Tuesday 13:22 titer |
|---|
| | 880 | |
|---|
| | 881 | * src/stream_output/announce.c : BeOS compile fix. |
|---|
| | 882 | setsockopt( IP_MULTICAST_TTL ) is done in network/ipvx.c (if supported), |
|---|
| | 883 | so there is no need to do it here again. |
|---|
| | 884 | * modules/gui/beos/* : minor fixes |
|---|
| | 885 | |
|---|
| | 886 | 2003-05-27 Tuesday 11:35 gbazin |
|---|
| | 887 | |
|---|
| | 888 | * modules/gui/wxwindows/*: fixed context menu problem on win32. |
|---|
| | 889 | |
|---|
| | 890 | 2003-05-27 Tuesday 01:48 hartman |
|---|
| | 891 | |
|---|
| | 892 | * removed vlc_wraptext |
|---|
| | 893 | |
|---|
| | 894 | 2003-05-26 Monday 19:26 gbazin |
|---|
| | 895 | |
|---|
| | 896 | * modules/video_output/directx/events.c: fixed breakage. |
|---|
| | 897 | |
|---|
| | 898 | 2003-05-26 Monday 19:06 gbazin |
|---|
| | 899 | |
|---|
| | 900 | * modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards. |
|---|
| | 901 | * modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut. |
|---|
| | 902 | * modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered. |
|---|
| | 903 | * modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts. |
|---|
| | 904 | |
|---|
| | 905 | 2003-05-26 Monday 16:06 gbazin |
|---|
| | 906 | |
|---|
| | 907 | * modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes. |
|---|
| | 908 | |
|---|
| | 909 | 2003-05-26 Monday 14:59 hartman |
|---|
| | 910 | |
|---|
| | 911 | * modules/codec/quicktime.c: i had accidently upgraded this plugin to 100 |
|---|
| | 912 | * modules/demux/avi/avi.c: fixed a spelling error reported by emulynx |
|---|
| | 913 | * modules/gui/macosx/intf.?: added a wrapString:toWidth function |
|---|
| | 914 | * modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it |
|---|
| | 915 | was ugly. now we use our own, osx method. This fixes tooltips in japanese |
|---|
| | 916 | I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused. |
|---|
| | 917 | |
|---|
| | 918 | 2003-05-26 Monday 13:45 zorglub |
|---|
| | 919 | |
|---|
| | 920 | * The VLC-integrated SAP server now sends compliant packets. They can |
|---|
| | 921 | only be viewed with the CVS version of VLC |
|---|
| | 922 | |
|---|
| | 923 | 2003-05-26 Monday 02:09 gbazin |
|---|
| | 924 | |
|---|
| | 925 | * modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready(). |
|---|
| | 926 | started to implement X11Region and integrated the wxWindows dialogs. |
|---|
| | 927 | * configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins. |
|---|
| | 928 | |
|---|
| | 929 | 2003-05-26 Monday 02:03 hartman |
|---|
| | 930 | |
|---|
| | 931 | * modules/gui/macosx/prefs.m: fixed the module selectors. |
|---|
| | 932 | * modules/video_filter/crop.c: clarified the use of crop. someone please |
|---|
| | 933 | check, i'm not entirely sure this is correct. Actually i think we should |
|---|
| | 934 | split this up in more then one config item, for GUI preferences clarity. |
|---|
| | 935 | Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or |
|---|
| | 936 | like ffmpeg has which uses left, right, top and bottom offsets. |
|---|
| | 937 | |
|---|
| | 938 | 2003-05-26 Monday 01:25 hartman |
|---|
| | 939 | |
|---|
| | 940 | * extras/MacOSX/Resources/English.lproj/MainMenu.nib |
|---|
| | 941 | * modules/gui/macosx/output.m: |
|---|
| | 942 | - changed the textfields for bitrate into comboboxes with suggested values |
|---|
| | 943 | identical to the ones in wxwindows intf. |
|---|
| | 944 | - changed "bitrate (bps)" into "bitrate (kb/s) |
|---|
| | 945 | * modules/gui/macosx/prefs.?: |
|---|
| | 946 | - update the current view when advanced is changed. |
|---|
| | 947 | - module_lists now use the description strings. |
|---|
| | 948 | - always wraptext on tooltips. Currently japanese language is breaking. |
|---|
| | 949 | - we now have sliders for int/float config options with ranges. |
|---|
| | 950 | - fixed a warning message about an un-init'ed module_t. |
|---|
| | 951 | * modules/video_filter/adjust.c: |
|---|
| | 952 | - added the ranges to the description strings of the config options. |
|---|
| | 953 | - blur-factor now uses a range as according to it's description string |
|---|
| | 954 | it already should have used this. |
|---|
| | 955 | |
|---|
| | 956 | 2003-05-25 Sunday 23:08 titer |
|---|
| | 957 | |
|---|
| | 958 | modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens |
|---|
| | 959 | since the gettext behaviour changed |
|---|
| | 960 | |
|---|
| | 961 | 2003-05-25 Sunday 22:36 titer |
|---|
| | 962 | |
|---|
| | 963 | * bootstrap: remove a -shared flag as ./configure already adds it for |
|---|
| | 964 | platforms which need it |
|---|
| | 965 | * configure.ac.in: don't use -shared on BeOS |
|---|
| | 966 | |
|---|
| | 967 | 2003-05-25 Sunday 20:16 gbazin |
|---|
| | 968 | |
|---|
| | 969 | * configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension. |
|---|
| | 970 | |
|---|
| | 971 | 2003-05-25 Sunday 19:24 gbazin |
|---|
| | 972 | |
|---|
| | 973 | * modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard. |
|---|
| | 974 | |
|---|
| | 975 | 2003-05-25 Sunday 18:32 sigmunau |
|---|
| | 976 | |
|---|
| | 977 | convert the strings in the id3tags to utf8 before storing them. |
|---|
| | 978 | |
|---|
| | 979 | 2003-05-25 Sunday 18:02 nitrox |
|---|
| | 980 | |
|---|
| | 981 | . SAP/SDP packets parsing: ability to parse RFC compliant packets |
|---|
| | 982 | parse_sap returns the SAP header length |
|---|
| | 983 | parse_sdp only parse the SDP payload |
|---|
| | 984 | note that VLC will discard messages from the old miniSAP-server |
|---|
| | 985 | (You have to use CVS version of miniSAP-server) |
|---|
| | 986 | (Messages from the new miniSAP-server will be discarded with old VLC) |
|---|
| | 987 | |
|---|
| | 988 | 2003-05-25 Sunday 17:27 massiot |
|---|
| | 989 | |
|---|
| | 990 | * We now use UTF-8 internally under Mac OS X. This requires a libiconv- |
|---|
| | 991 | enabled version of gettext. (patch courtesy of the DJ) |
|---|
| | 992 | |
|---|
| | 993 | 2003-05-25 Sunday 17:21 titer |
|---|
| | 994 | |
|---|
| | 995 | modules/gui/beos/PreferencesWindow.* : |
|---|
| | 996 | * added a BBox around each panel (looks nicer) |
|---|
| | 997 | * now use BSliders for {integer,float}_with_range |
|---|
| | 998 | |
|---|
| | 999 | 2003-05-25 Sunday 11:31 gbazin |
|---|
| | 1000 | |
|---|
| | 1001 | * src/video_output/video_output.c, modules/video_output/directx/*, modules/video_output/x11/xcommon.c: fullscreen state is now attached to the input, so it will be remembered even if the vout is restarted (switching filters, dvd menus, etc...). |
|---|
| | 1002 | * modules/video_filter/deinterlace/deinterlace.c: small change. |
|---|
| | 1003 | |
|---|
| | 1004 | 2003-05-25 Sunday 10:14 gbazin |
|---|
| | 1005 | |
|---|
| | 1006 | * modules/codec/ffmpeg/ffmpeg.c: fixed typo. |
|---|
| | 1007 | |
|---|
| | 1008 | 2003-05-25 Sunday 00:16 gbazin |
|---|
| | 1009 | |
|---|
| | 1010 | * modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options. |
|---|
| | 1011 | |
|---|
| | 1012 | 2003-05-24 Saturday 23:40 gbazin |
|---|
| | 1013 | |
|---|
| | 1014 | * src/misc/variables.c, include/variables.h: first pass at object var inheritance. |
|---|
| | 1015 | * rc/video_output/video_output.c, modules/video_filter/deinterlace/deinterlace.c: fixes to the deinterlace object var. |
|---|
| | 1016 | |
|---|
| | 1017 | 2003-05-24 Saturday 21:28 asmax |
|---|
| | 1018 | |
|---|
| | 1019 | * events aren't perfect yet, but it is better enough to commit |
|---|
| | 1020 | |
|---|
| | 1021 | 2003-05-24 Saturday 20:54 gbazin |
|---|
| | 1022 | |
|---|
| | 1023 | * src/video_output/video_output.c: new "deinterlace" object variable. |
|---|
| | 1024 | * modules/gui/macosx/prefs.m: compilation fix. |
|---|
| | 1025 | * modules/gui/wxwindows/menus.cpp: use the "deinterlace" object var. |
|---|
| | 1026 | * modules/gui/skins/*: couple of fixes. |
|---|
| | 1027 | |
|---|
| | 1028 | 2003-05-24 Saturday 17:52 gbazin |
|---|
| | 1029 | |
|---|
| | 1030 | * modules/gui/skins/*: compilation fixes. |
|---|
| | 1031 | * modules/gui/wxwindows/*: fixed the open dialog to switch to the requested file/disc/net section. |
|---|
| | 1032 | |
|---|
| | 1033 | 2003-05-24 Saturday 15:11 titer |
|---|
| | 1034 | |
|---|
| | 1035 | * Makefile.am: minor change in BeOS packages generation |
|---|
| | 1036 | * doc/release-howto.txt: remove outdated info about how to build BeOS |
|---|
| | 1037 | packages |
|---|
| | 1038 | |
|---|
| | 1039 | 2003-05-24 Saturday 13:14 gbazin |
|---|
| | 1040 | |
|---|
| | 1041 | * configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated. |
|---|
| | 1042 | |
|---|
| | 1043 | 2003-05-24 Saturday 13:05 massiot |
|---|
| | 1044 | |
|---|
| | 1045 | * modules/codec/libmpeg2.c: Fixed synchro with field pictures. |
|---|
| | 1046 | |
|---|
| | 1047 | 2003-05-24 Saturday 12:55 jpsaman |
|---|
| | 1048 | |
|---|
| | 1049 | Added option to run vlc as a Qt Embedded Gui Server. Use --qte-guiserver to enable this feature. The default is to run as a normal GuiClient. |
|---|
| | 1050 | |
|---|
| | 1051 | 2003-05-24 Saturday 12:53 sam |
|---|
| | 1052 | |
|---|
| | 1053 | * ./po/*: re-ran toolbox --update-po. |
|---|
| | 1054 | * ./po/en_GB.po: the British translation is up to date. |
|---|
| | 1055 | |
|---|
| | 1056 | 2003-05-24 Saturday 12:35 sam |
|---|
| | 1057 | |
|---|
| | 1058 | * ./Makefile.am: used $(srcdir) where necessary (Closes: #319). |
|---|
| | 1059 | |
|---|
| | 1060 | 2003-05-24 Saturday 12:34 sam |
|---|
| | 1061 | |
|---|
| | 1062 | * ./toolbox: we no longer translate the Borland plugin. |
|---|
| | 1063 | |
|---|
| | 1064 | 2003-05-24 Saturday 12:10 sam |
|---|
| | 1065 | |
|---|
| | 1066 | * ./configure.ac.in: the help message now says libmad is enabled by |
|---|
| | 1067 | default (Closes: #704). |
|---|
| | 1068 | |
|---|
| | 1069 | 2003-05-24 Saturday 11:53 sam |
|---|
| | 1070 | |
|---|
| | 1071 | * ./modules/access_output/udp.c: if the clock needs to be reset, we do not |
|---|
| | 1072 | wait |
|---|