| 18 | | 2003-12-24 Wednesday 10:06 gbazin |
|---|
| 19 | | |
|---|
| 20 | | * src/libvlc.c: small fixes to Usage(). |
|---|
| 21 | | |
|---|
| 22 | | 2003-12-24 Wednesday 09:46 gbazin |
|---|
| 23 | | |
|---|
| 24 | | * include/vlc_block.h: added a temporary i_rate field to block_t. |
|---|
| 25 | | * modules/codec/libmpeg2.c: synchro uses p_block->i_rate again. |
|---|
| 26 | | * src/input/*: do not decode audio when i_rate != DEFAULT_RATE. |
|---|
| 27 | | |
|---|
| 28 | | 2003-12-23 Tuesday 17:10 gbazin |
|---|
| 29 | | |
|---|
| 30 | | * modules/video_output/directx/events.c: warning message into debug message. |
|---|
| 31 | | |
|---|
| 32 | | 2003-12-23 Tuesday 15:27 gbazin |
|---|
| 33 | | |
|---|
| 34 | | * modules/video_output/directx/events.c: fixed mouse coordinates for dvd navigation which got broken when we switched to using a child window for the video. |
|---|
| 35 | | |
|---|
| 36 | | 2003-12-23 Tuesday 02:11 gbazin |
|---|
| 37 | | |
|---|
| 38 | | * modules/video_output/directx/*: fixed strange race condition. |
|---|
| 39 | | |
|---|
| 40 | | 2003-12-23 Tuesday 00:23 hartman |
|---|
| 41 | | |
|---|
| 42 | | * Fixed and updated for a 00.7 'Bond' release. |
|---|
| 43 | | |
|---|
| 44 | | 2003-12-22 Monday 23:46 hartman |
|---|
| 45 | | |
|---|
| 46 | | * Fix a leak in goom module that caused all the pictures of a vout to be |
|---|
| 47 | | unavailable after several songs. |
|---|
| 48 | | |
|---|
| 49 | | 2003-12-22 Monday 22:37 hartman |
|---|
| 50 | | |
|---|
| 51 | | * stream_Size reports the size of a stream, not stream_Tell |
|---|
| 52 | | This fixes the ID3 detection of ID3v1. |
|---|
| 53 | | |
|---|
| 54 | | 2003-12-22 Monday 17:44 gbazin |
|---|
| 55 | | |
|---|
| 56 | | * modules/access/dshow/dshow.cpp: fixed previous fix. |
|---|
| 57 | | |
|---|
| 58 | | 2003-12-22 Monday 17:08 bigben |
|---|
| 59 | | |
|---|
| 60 | | back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item |
|---|
| 61 | | |
|---|
| 62 | | 2003-12-22 Monday 16:42 gbazin |
|---|
| 63 | | |
|---|
| 64 | | * modules/access/dshow/dshow.cpp: small fix for devices list. |
|---|
| 65 | | |
|---|
| 66 | | 2003-12-22 Monday 16:40 gbazin |
|---|
| 67 | | |
|---|
| 68 | | * modules/codec/libmpeg2.c: compiles with the latest libmpeg2 cvs. |
|---|
| 69 | | |
|---|
| 70 | | 2003-12-22 Monday 15:42 gbazin |
|---|
| 71 | | |
|---|
| 72 | | * modules/gui/wxwindows/*: use our new wxL2U() macro where needed. |
|---|
| 73 | | |
|---|
| 74 | | 2003-12-22 Monday 14:45 hartman |
|---|
| 75 | | |
|---|
| 76 | | * Fix the 'currently playing' field in the OSX intf. |
|---|
| 77 | | |
|---|
| 78 | | 2003-12-22 Monday 14:32 sam |
|---|
| 79 | | |
|---|
| 80 | | * Coding style cleanup: removed tabs and trailing spaces. |
|---|
| 81 | | |
|---|
| 82 | | 2003-12-22 Monday 14:31 gbazin |
|---|
| 83 | | |
|---|
| 84 | | * modules/gui/wxwindows/*: don't forget to convert the filename/author fields in the playlist to the encoding in use by the wxWindows interface. |
|---|
| 85 | | |
|---|
| 86 | | 2003-12-22 Monday 14:23 sam |
|---|
| 87 | | |
|---|
| 88 | | * src/misc/iso-639_def.h modules/demux/util/id3genres.h modules/gui/kde: |
|---|
| 89 | | + Added missing copyright information. |
|---|
| 90 | | + Added GPL header. |
|---|
| 91 | | * src/misc/iso-639_def.h: |
|---|
| 92 | | + Removed useless (and unprotected) macros. |
|---|
| 93 | | |
|---|
| 94 | | 2003-12-22 Monday 11:14 titer |
|---|
| 95 | | |
|---|
| 96 | | beos/Video*: fixed cursor hiding (int32_t != int32 bla bla bla) |
|---|
| 97 | | |
|---|
| 98 | | 2003-12-22 Monday 11:08 titer |
|---|
| 99 | | |
|---|
| 100 | | beos/*: fixed Alt+X shortcuts (BeOS doesn't let those hit BWindow::KeyDown |
|---|
| 101 | | because it's reserved for system shorcuts - added a workaround) |
|---|
| 102 | | |
|---|
| 103 | | 2003-12-22 Monday 02:24 sam |
|---|
| 104 | | |
|---|
| 105 | | * toolbox: |
|---|
| 106 | | + Added pda.glade to the list of Glade2 generated files. |
|---|
| 107 | | + Remove strings such as "http://" or "/dev/video0" from the list of |
|---|
| 108 | | translated strings in the PDA interface. |
|---|
| 109 | | * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing |
|---|
| 110 | | whitespaces and tabulations here and there. |
|---|
| 111 | | |
|---|
| 112 | | 2003-12-22 Monday 00:26 sam |
|---|
| 113 | | |
|---|
| 114 | | * modules/demux/asf/asf.c: Fixed a buffer overflow. |
|---|
| 115 | | |
|---|
| 116 | | 2003-12-22 Monday 00:13 sam |
|---|
| 117 | | |
|---|
| 118 | | * modules/access/vcdx/access.c: Fixed an obvious buffer overflow. This |
|---|
| 119 | | code is still unsafe, bounds need to be checked after each sprintf/strcat |
|---|
| 120 | | call. |
|---|
| 121 | | |
|---|
| 122 | | 2003-12-22 Monday 00:06 titer |
|---|
| 123 | | |
|---|
| 124 | | + beos/PreferencesWindow.cpp: esthetic change (use triangle thumb style |
|---|
| 125 | | for sliders) |
|---|
| 126 | | |
|---|
| 127 | | 2003-12-21 Sunday 23:32 sam |
|---|
| 128 | | |
|---|
| 129 | | * Fixed URLs here and there. |
|---|
| 130 | | |
|---|
| 131 | | 2003-12-21 Sunday 21:30 titer |
|---|
| 132 | | |
|---|
| 133 | | beos/PreferencesWindow*: |
|---|
| 134 | | + Cleaned a bit the way the prefs are created |
|---|
| 135 | | + Added missing CONFIG_ITEM_KEY implementation |
|---|
| 136 | | |
|---|
| 137 | | 2003-12-20 Saturday 22:57 babal |
|---|
| 138 | | |
|---|
| 139 | | * libvlc.h input.c headphone.c: |
|---|
| 140 | | fix support of audio channel mixers, like the headphone channel mixer |
|---|
| 141 | | for instance, which was broken since the introduction of user audio |
|---|
| 142 | | filters; if specified by the user and compatible with the audio |
|---|
| 143 | | pipeline, we add the channel mixer after the user filters. |
|---|
| 144 | | -> unfortunately, this fix removed two strings and introduced 4 new |
|---|
| 145 | | ones |
|---|
| 146 | | -> TODO: allow the user to choose only amongst channel mixers, not |
|---|
| 147 | | all available audio filters |
|---|
| 148 | | |
|---|
| 149 | | * vlc.exe.manifest Makefile.am install-win32 : |
|---|
| 150 | | add a manifest file to allow the win32 gui to use Windows XP visual |
|---|
| 151 | | styles when available. |
|---|
| 152 | | |
|---|
| 153 | | 2003-12-20 Saturday 16:22 gbazin |
|---|
| 154 | | |
|---|
| 155 | | * modules/demux/mp4/mp4.c: fixed problem with buggy files that don't set the audio sample rate properly. |
|---|
| 156 | | |
|---|
| 157 | | 2003-12-20 Saturday 16:11 gbazin |
|---|
| 158 | | |
|---|
| 159 | | * modules/codec/araw.c: added "mlaw" as a fourcc for ulaw audio. |
|---|
| 160 | | |
|---|
| 161 | | 2003-12-20 Saturday 15:25 rocky |
|---|
| 162 | | |
|---|
| 163 | | Remove unused variable. Artifact of old track/entry handling. |
|---|
| 164 | | |
|---|
| 165 | | 2003-12-20 Saturday 11:56 rocky |
|---|
| 166 | | |
|---|
| 167 | | Grammar correction. |
|---|
| 168 | | |
|---|
| 169 | | 2003-12-20 Saturday 11:55 rocky |
|---|
| 170 | | |
|---|
| 171 | | Spelling correction. |
|---|
| 172 | | |
|---|
| 173 | | 2003-12-18 Thursday 16:29 hartman |
|---|
| 174 | | |
|---|
| 175 | | * Fix broken http intf in macosx package. |
|---|
| 176 | | |
|---|
| 177 | | 2003-12-18 Thursday 12:35 rocky |
|---|
| 178 | | |
|---|
| 179 | | Go over for spelling and acurracy. |
|---|
| 180 | | |
|---|
| 181 | | 2003-12-17 Wednesday 23:21 hartman |
|---|
| 182 | | |
|---|
| 183 | | * Commented out the option 'goom' for the visualizer. It isn't working in |
|---|
| 184 | | this system yet and will not work before release. The visualizer system |
|---|
| 185 | | needs to be cleaned in 0.7.1 with one 'visual' audio filter which loads |
|---|
| 186 | | one or more 'visualization' true modules. |
|---|
| 187 | | |
|---|
| 188 | | 2003-12-17 Wednesday 23:09 hartman |
|---|
| 189 | | |
|---|
| 190 | | * second round of dutch translation update for 0.7.0-test2 |
|---|
| 191 | | |
|---|
| 192 | | 2003-12-17 Wednesday 21:29 hartman |
|---|
| 193 | | |
|---|
| 194 | | * Updated portuguese brazilian update |
|---|
| 195 | | |
|---|
| 196 | | 2003-12-17 Wednesday 11:42 hartman |
|---|
| 197 | | |
|---|
| 198 | | * First run of dutch translations. |
|---|
| 199 | | |
|---|
| 200 | | 2003-12-17 Wednesday 08:53 titer |
|---|
| 201 | | |
|---|
| 202 | | * Makefile.am: cleaned up package-beos |
|---|
| 203 | | * share/vlc_beos.rsrc: new icon based on Stephane's cone |
|---|
| 204 | | |
|---|
| 205 | | 2003-12-16 Tuesday 23:01 massiot |
|---|
| 206 | | |
|---|
| 207 | | Contrib build system : |
|---|
| 208 | | * Jumped to ogg-1.1 |
|---|
| 209 | | * Reverted to ffmpeg-0.4.8 |
|---|
| 210 | | |
|---|
| 211 | | 2003-12-16 Tuesday 22:14 gbazin |
|---|
| 212 | | |
|---|
| 213 | | * modules/access/cdda/access.c: need to include errno.h |
|---|
| 214 | | |
|---|
| 215 | | 2003-12-16 Tuesday 22:10 gbazin |
|---|
| 216 | | |
|---|
| 217 | | * modules/video_output/directx/events.c: the coordinates used to blit the video must be relative to the current primary surface (current display). |
|---|
| 218 | | |
|---|
| 219 | | 2003-12-16 Tuesday 21:56 geshp |
|---|
| 220 | | |
|---|
| 221 | | Just a release number update in the spec file. (It won't break anything I promise) |
|---|
| 222 | | |
|---|
| 223 | | 2003-12-16 Tuesday 19:02 gbazin |
|---|
| 224 | | |
|---|
| 225 | | * modules/gui/wxwindows/open.cpp: compilation fix. |
|---|
| 226 | | |
|---|
| 227 | | 2003-12-16 Tuesday 18:18 gbazin |
|---|
| 228 | | |
|---|
| 229 | | * modules/gui/skins/src/themeloader.cpp: the tar loader now checks the magic value in the tar header. |
|---|
| 230 | | |
|---|
| 231 | | 2003-12-16 Tuesday 16:51 gbazin |
|---|
| 232 | | |
|---|
| 233 | | * modules/codec/araw.c: small fix. |
|---|
| 234 | | |
|---|
| 235 | | 2003-12-16 Tuesday 13:35 gbazin |
|---|
| 236 | | |
|---|
| 237 | | * modules/gui/wxwindows/open.cpp: compilation fix. |
|---|
| 238 | | |
|---|
| 239 | | 2003-12-16 Tuesday 13:22 gbazin |
|---|
| 240 | | |
|---|
| 241 | | * modules/gui/wxwindows/interface.cpp: better heuristic for the interface size on win32. |
|---|
| 242 | | |
|---|
| 243 | | 2003-12-16 Tuesday 12:54 gbazin |
|---|
| 244 | | |
|---|
| 245 | | * modules/misc/dummy/input.c: fixed the vlc:quit command. |
|---|
| 246 | | |
|---|
| 247 | | 2003-12-16 Tuesday 12:38 gbazin |
|---|
| 248 | | |
|---|
| 249 | | * modules/codec/ffmpeg/ffmpeg.c, modules/demux/ogg.c: theora decoding support via ffmpeg (currently slower than libtheora). |
|---|
| 250 | | |
|---|
| 251 | | 2003-12-16 Tuesday 09:14 courmisch |
|---|
| 252 | | |
|---|
| 253 | | Added field for RTSP in Network Stream open tab |
|---|
| 254 | | |
|---|
| 255 | | 2003-12-16 Tuesday 03:21 rocky |
|---|
| 256 | | |
|---|
| 257 | | Remember the disc selection type (DVD, VCD, CD-DA) selected in "Open |
|---|
| 258 | | Disc" and use that as the default for next time. |
|---|
| 259 | | |
|---|
| 260 | | 2003-12-16 Tuesday 00:36 gbazin |
|---|
| 261 | | |
|---|
| 262 | | * doc/Makefile.am: added intf-cdda.txt to EXTRA_DIST. |
|---|
| 263 | | |
|---|
| 264 | | 2003-12-16 Tuesday 00:01 gbazin |
|---|
| 265 | | |
|---|
| 266 | | * ALL: preparing for 0.7.0-test2. |
|---|
| 267 | | |
|---|
| 268 | | 2003-12-15 Monday 23:31 gbazin |
|---|
| 269 | | |
|---|
| 270 | | * modules/demux/ogg.c: a couple of fixes for flac streaming. |
|---|
| 271 | | |
|---|
| 272 | | 2003-12-15 Monday 22:55 gbazin |
|---|
| 273 | | |
|---|
| 274 | | * modules/packetizer/mpeg4audio.c: fixed raw mpeg4 audio packetizer. |
|---|
| 275 | | * modules/demux/mp4/libmp4.c: fixed (again) parsing of wave tag. |
|---|
| 276 | | |
|---|
| 277 | | 2003-12-15 Monday 22:04 gbazin |
|---|
| 278 | | |
|---|
| 279 | | * modules/gui/skins/src/skin_main.cpp: bail out if we can't open an X11 display. |
|---|
| 280 | | |
|---|
| 281 | | 2003-12-15 Monday 21:54 gbazin |
|---|
| 282 | | |
|---|
| 283 | | * modules/codec/vorbis.c: added 5.1 channel configuration to the decoder. |
|---|
| 284 | | |
|---|
| 285 | | 2003-12-15 Monday 21:35 gbazin |
|---|
| 286 | | |
|---|
| 287 | | * modules/audio_output/directx.c: don't set the default audio output to mono even if the windows settings are set to mono. |
|---|
| 288 | | Too many people just don't know how to set the windows speakers configuration setting properly. |
|---|
| 289 | | |
|---|
| 290 | | 2003-12-15 Monday 21:07 jpsaman |
|---|
| 291 | | |
|---|
| 292 | | Fixing QT/Embedded header detection. |
|---|
| 293 | | |
|---|
| 294 | | 2003-12-15 Monday 20:21 gbazin |
|---|
| 295 | | |
|---|
| 296 | | * modules/video_output/directx/directx.c: debug message. |
|---|
| 297 | | |
|---|
| 298 | | 2003-12-15 Monday 20:20 gbazin |
|---|
| 299 | | |
|---|
| 300 | | * modules/gui/wxwindows/open.cpp: compilation fix. |
|---|
| 301 | | |
|---|
| 302 | | 2003-12-15 Monday 19:55 gbazin |
|---|
| 303 | | |
|---|
| 304 | | * share/http/admin/dboxfiles.html: html page used by the dbox. |
|---|
| 305 | | |
|---|
| 306 | | 2003-12-15 Monday 19:26 bigben |
|---|
| 307 | | |
|---|
| 308 | | Forgot this |
|---|
| 309 | | |
|---|
| 310 | | 2003-12-15 Monday 19:25 bigben |
|---|
| 311 | | |
|---|
| 312 | | Fix for the fullscreen button state (it is only enabled if a vout is present) |
|---|
| 313 | | |
|---|
| 314 | | 2003-12-15 Monday 15:38 hartman |
|---|
| 315 | | |
|---|
| 316 | | * fix the skip 10 seconds buttons availability. |
|---|
| 317 | | |
|---|
| 318 | | 2003-12-15 Monday 15:06 hartman |
|---|
| 319 | | |
|---|
| 320 | | * Fix the problem with OpenDVD crash. |
|---|
| 321 | | |
|---|
| 322 | | 2003-12-15 Monday 14:25 hartman |
|---|
| 323 | | |
|---|
| 324 | | * don't search the playlist when there is nothing in it. We will crash. |
|---|
| 325 | | |
|---|
| 326 | | 2003-12-15 Monday 14:05 hartman |
|---|
| 327 | | |
|---|
| 328 | | * compile before you commit |
|---|
| 329 | | |
|---|
| 330 | | 2003-12-15 Monday 13:38 hartman |
|---|
| 331 | | |
|---|
| 332 | | * added bookmark 9 and 10 but set their combo to KEY_UNSET |
|---|
| 333 | | |
|---|
| 334 | | 2003-12-15 Monday 13:10 zorglub |
|---|
| 335 | | |
|---|
| 336 | | Do not add http:// to MRL if the URI given in the HTTP field already contains it (Fixes bug #1510) |
|---|
| 337 | | |
|---|
| 338 | | 2003-12-15 Monday 01:11 yoann |
|---|
| 339 | | |
|---|
| 340 | | For OSX: |
|---|
| 341 | | * added hotkeys Fn and COMMAND+Fn, whith 2 <= n <= 8 |
|---|
| 342 | | * bookmark9 and 10 are not added since F9 and F10 are reserved keys |
|---|
| 343 | | |
|---|
| 344 | | 2003-12-15 Monday 00:47 gbazin |
|---|
| 345 | | |
|---|
| 346 | | * modules/access/dshow/*: fixed a problem when we would sometimes get stuck trying to stop the dshow graph. |
|---|
| 347 | | |
|---|
| 348 | | 2003-12-14 Sunday 23:40 rocky |
|---|
| 349 | | |
|---|
| 350 | | signed/unsigned mismatch fix. |
|---|
| 351 | | |
|---|
| 352 | | 2003-12-14 Sunday 23:14 hartman |
|---|
| 353 | | |
|---|
| 354 | | * Clarify the error when utf8 is set and the sub is actually not utf8. |
|---|
| 355 | | |
|---|
| 356 | | 2003-12-14 Sunday 22:49 gbazin |
|---|
| 357 | | |
|---|
| 358 | | * modules/gui/wxwindows/*: added raw encapsulation to the streamout dialog. |
|---|
| 359 | | * modules/mux/dummy.c: added "raw" shortcut. |
|---|
| 360 | | |
|---|
| 361 | | 2003-12-14 Sunday 21:03 gbazin |
|---|
| 362 | | |
|---|
| 363 | | * modules/gui/wxwindows/*: Added the video scale option to the streamout dialog box. |
|---|
| 364 | | Added a nasty hack to reset LC_NUMERIC to "C" because the stream output MRL parsing can't deal with "," in floating point numbers. |
|---|
| 365 | | * modules/codec/ffmpeg/encoder.c: sanity checks. |
|---|
| 366 | | * modules/stream_out/transcode.c: sanity checks. |
|---|
| 367 | | |
|---|
| 368 | | 2003-12-14 Sunday 19:18 gbazin |
|---|
| 369 | | |
|---|
| 370 | | * modules/codec/subsdec.c: default encoding is DEFAULT_NAME not UTF8. |
|---|
| 371 | | |
|---|
| 372 | | 2003-12-14 Sunday 18:44 gbazin |
|---|
| 373 | | |
|---|
| 374 | | * modules/mux/ogg.c: added support for WMV1/2 and MJPG. |
|---|
| 375 | | |
|---|
| 376 | | 2003-12-14 Sunday 17:58 gbazin |
|---|
| 377 | | |
|---|
| 378 | | * modules/stream_out/duplicate.c: removed unused variable. |
|---|
| 379 | | |
|---|
| 380 | | 2003-12-14 Sunday 17:56 gbazin |
|---|
| 381 | | |
|---|
| 382 | | * modules/stream_out/duplicate.c: don't forget to loop through the linked list of sout buffers when sending the data. |
|---|
| 383 | | |
|---|
| 384 | | 2003-12-14 Sunday 16:26 titer |
|---|
| 385 | | |
|---|
| 386 | | beos_specific.cpp: never let anyone but system_End terminate the |
|---|
| 387 | | BApplication (fixes crash for people who like scripting |
|---|
| 388 | | with BMessages) |
|---|
| 389 | | |
|---|
| 390 | | 2003-12-14 Sunday 16:08 titer |
|---|
| 391 | | |
|---|
| 392 | | BeOS & gcc 2.9x fixes |
|---|
| 393 | | |
|---|
| 394 | | 2003-12-14 Sunday 15:42 gbazin |
|---|
| 395 | | |
|---|
| 396 | | * modules/gui/wxwindows/interface.cpp: volume control has a fixed width of 20 pixels. |
|---|
| 397 | | Fixed sizer problem on win32 with wxWin cvs. |
|---|
| 398 | | |
|---|
| 399 | | 2003-12-13 Saturday 20:13 rocky |
|---|
| 400 | | |
|---|
| 401 | | More Open Disc range customizing/narrowing and some code cleanup. |
|---|
| 402 | | |
|---|
| 403 | | 2003-12-13 Saturday 17:46 asmax |
|---|
| 404 | | |
|---|
| 405 | | * src/playlist/sort.c: set "intf-change" after sorting the playlist |
|---|
| 406 | | |
|---|
| 407 | | 2003-12-13 Saturday 17:16 gbazin |
|---|
| 408 | | |
|---|
| 409 | | * src/playlist/*: when deleting the currently playing item, skip it instead of stopping the playlist. |
|---|
| 410 | | * include/modules_inner.h, include/configuration.h: don't use a static array anymore during the initialization of the plugins, malloc it instead. This fixes regular overflow problems we have when we increase the number of options in the main module. |
|---|
| 411 | | |
|---|
| 412 | | 2003-12-13 Saturday 15:28 rocky |
|---|
| 413 | | |
|---|
| 414 | | Updated. |
|---|
| 415 | | |
|---|
| 416 | | 2003-12-13 Saturday 14:01 gbazin |
|---|
| 417 | | |
|---|
| 418 | | * modules/video_output/directx/directx.c: compilation fix. |
|---|
| 419 | | |
|---|
| 420 | | 2003-12-13 Saturday 12:56 rocky |
|---|
| 421 | | |
|---|
| 422 | | Add customizable playlist "author" field and set in the playlist. |
|---|
| 423 | | |
|---|
| 424 | | 2003-12-13 Saturday 12:56 rocky |
|---|
| 425 | | |
|---|
| 426 | | If not in PBC, playlist fills in all entries. |
|---|
| 427 | | Fill in playlist info. Customizable "title" and "author" field. |
|---|
| 428 | | Still need to pick out and duration field. |
|---|
| 429 | | A couple of segfaults fixed. |
|---|
| 430 | | |
|---|
| 431 | | 2003-12-13 Saturday 11:56 gbazin |
|---|
| 432 | | |
|---|
| 433 | | * ALL: bumped version number to 0.7.0-test2 |
|---|
| 434 | | |
|---|
| 435 | | 2003-12-13 Saturday 11:22 gbazin |
|---|
| 436 | | |
|---|
| 437 | | * NEWS: updated. |
|---|
| 438 | | |
|---|
| 439 | | 2003-12-13 Saturday 00:55 rocky |
|---|
| 440 | | |
|---|
| 441 | | Range changes for Title/Track. Hopefully gtk_interface.c changes have |
|---|
| 442 | | been properly reflected back in gnome.glade now. |
|---|
| 443 | | |
|---|
| 444 | | 2003-12-13 Saturday 00:53 rocky |
|---|
| 445 | | |
|---|
| 446 | | A better fix for missing options when the satellite plugin is not |
|---|
| 447 | | configured. |
|---|
| 448 | | |
|---|
| 449 | | 2003-12-13 Saturday 00:45 rocky |
|---|
| 450 | | |
|---|
| 451 | | Add text field variables for changeable text fields. |
|---|
| 452 | | |
|---|
| 453 | | 2003-12-13 Saturday 00:45 rocky |
|---|
| 454 | | |
|---|
| 455 | | Disable Disc "Chapter" button when not appropriate - i.e. CD-DA or |
|---|
| 456 | | VCD. Customize "Title" field (e.g. CD-DA "Track" or VCD "Entry"). |
|---|
| 457 | | |
|---|
| 458 | | 2003-12-13 Saturday 00:00 rocky |
|---|
| 459 | | |
|---|
| 460 | | Some minor code cleanups. Non-existent satellite options #ifdef'd out. |
|---|
| 461 | | |
|---|
| 462 | | 2003-12-12 Friday 23:15 gbazin |
|---|
| 463 | | |
|---|
| 464 | | * modules/codec/faad.c: proper channels re-ordering for multi-channels audio. |
|---|
| 465 | | |
|---|
| 466 | | 2003-12-12 Friday 23:03 yoann |
|---|
| 467 | | |
|---|
| 468 | | * added hotkeys F1, F2, ..., F10 to switch between predefined medias |
|---|
| 469 | | (using CTRL+Fn) |
|---|
| 470 | | * only F1 and COMMAND+F1 are defined for OSX (I let those developpers |
|---|
| 471 | | chose their keys) |
|---|
| 472 | | * Currently the medias assigned to Fn are not saved in vlcrc if they |
|---|
| 473 | | have been assigned with Ctrl+Fn. But they are, if assigned via the |
|---|
| 474 | | preferences panel. |
|---|
| 475 | | |
|---|
| 476 | | 2003-12-12 Friday 22:46 rocky |
|---|
| 477 | | |
|---|
| 478 | | Compilation fix in conditional code. |
|---|
| 479 | | |
|---|
| 480 | | 2003-12-12 Friday 22:41 rocky |
|---|
| 481 | | |
|---|
| 482 | | Disable Chapter button for CD-DA. |
|---|
| 483 | | |
|---|
| 484 | | 2003-12-12 Friday 18:54 gbazin |
|---|
| 485 | | |
|---|
| 486 | | * modules/gui/gtk/*: fixed gtk/gnome.glade and re-run ./toolbox --update-glade. |
|---|
| 487 | | |
|---|
| 488 | | 2003-12-12 Friday 18:34 gbazin |
|---|
| 489 | | |
|---|
| 490 | | * modules/gui/gtk/open.c: compilation fix. |
|---|
| 491 | | |
|---|
| 492 | | 2003-12-12 Friday 15:37 zorglub |
|---|
| 493 | | |
|---|
| 494 | | * Fix segfault when we have two announces with the same URI but different names on the network |
|---|
| 495 | | |
|---|
| 496 | | 2003-12-12 Friday 03:06 rocky |
|---|
| 497 | | |
|---|
| 498 | | Add CDDA and make MRLs regular. Routine Eject is same as that in gtk |
|---|
| 499 | | and should be put in a more core location. |
|---|
| 500 | | |
|---|
| 501 | | 2003-12-12 Friday 03:01 rocky |
|---|
| 502 | | |
|---|
| 503 | | Make MRL's more regular across GUIs fix plugin names, and add CD-DA to list. |
|---|
| 504 | | |
|---|
| 505 | | 2003-12-11 Thursday 23:12 gbazin |
|---|
| 506 | | |
|---|
| 507 | | * modules/video_output/directx/*: first try at multimonitor support (untested). |
|---|
| 508 | | * src/video_output/video_output.c: small change to allow the directx plugin to destroy/recreate picture buffers on the fly. |
|---|
| 509 | | |
|---|
| 510 | | 2003-12-11 Thursday 20:40 zorglub |
|---|
| 511 | | |
|---|
| 512 | | free |
|---|
| 513 | | |
|---|
| 514 | | 2003-12-11 Thursday 20:21 bigben |
|---|
| 515 | | |
|---|
| 516 | | fix a typo |
|---|
| 517 | | |
|---|
| 518 | | 2003-12-11 Thursday 20:08 zorglub |
|---|
| 519 | | |
|---|
| 520 | | * Do not keep adding items when they have already been added. This allows removal of SAP items |
|---|
| 521 | | |
|---|
| 522 | | 2003-12-11 Thursday 19:34 hartman |
|---|
| 523 | | |
|---|
| 524 | | * Fix the state of the playlist and fullscreen button. |
|---|
| 525 | | |
|---|
| 526 | | 2003-12-11 Thursday 16:00 hartman |
|---|
| 527 | | |
|---|
| 528 | | * New icon for the playlist |
|---|
| 529 | | * Fixed the mute hotkey |
|---|
| 530 | | * Fixed the positioning of some elements and removed the stupid black box |
|---|
| 531 | | * Added speex and flac encoders to sout dialog |
|---|
| 532 | | |
|---|
| 533 | | 2003-12-11 Thursday 14:58 hartman |
|---|
| 534 | | |
|---|
| 535 | | * fix new hotkeys for osx. |
|---|
| 536 | | |
|---|
| 537 | | 2003-12-11 Thursday 13:21 rocky |
|---|
| 538 | | |
|---|
| 539 | | Let folks know that the no device string means to scan for one if |
|---|
| 540 | | cddax and vcdx. |
|---|
| 541 | | |
|---|
| 542 | | 2003-12-11 Thursday 13:20 rocky |
|---|
| 543 | | |
|---|
| 544 | | Long device text no longer used. |
|---|
| 545 | | |
|---|
| 546 | | 2003-12-11 Thursday 12:56 rocky |
|---|
| 547 | | |
|---|
| 548 | | Switch over to using "cd-audio" and "vcd" configuration variables. |
|---|
| 549 | | |
|---|
| 550 | | 2003-12-11 Thursday 12:52 rocky |
|---|
| 551 | | |
|---|
| 552 | | VCD or CD "title" 0 means adds entire contents (or possibly PBC for VCD). |
|---|
| 553 | | |
|---|
| 554 | | 2003-12-11 Thursday 11:30 zorglub |
|---|
| 555 | | |
|---|
| 556 | | * Fix segfault when creating a group twice without checking return value |
|---|
| 557 | | |
|---|
| 558 | | 2003-12-11 Thursday 10:44 gbazin |
|---|
| 559 | | |
|---|
| 560 | | * src/misc/mtime.c: actually tested and fixed my latest changes ;) |
|---|
| 561 | | |
|---|
| 562 | | 2003-12-11 Thursday 09:02 sam |
|---|
| 563 | | |
|---|
| 564 | | * doc/vlc.1: Fixed a minor typo (Debian bug #223605). |
|---|
| 565 | | |
|---|
| 566 | | 2003-12-11 Thursday 05:49 rocky |
|---|
| 567 | | |
|---|
| 568 | | Remove building OGT. |
|---|
| 569 | | |
|---|
| 570 | | 2003-12-11 Thursday 05:31 rocky |
|---|
| 571 | | |
|---|
| 572 | | Guard against dereferencing a NULL pointer. |
|---|
| 573 | | |
|---|
| 574 | | 2003-12-11 Thursday 05:30 rocky |
|---|
| 575 | | |
|---|
| 576 | | Use cd-audio variable not vcd variable. |
|---|
| 577 | | |
|---|
| 578 | | 2003-12-11 Thursday 05:28 rocky |
|---|
| 579 | | |
|---|
| 580 | | Set compilation flags so that code (e.g. frontends) can test presence |
|---|
| 581 | | or absense of vcdx/cddax. |
|---|
| 582 | | |
|---|
| 583 | | 2003-12-11 Thursday 05:27 rocky |
|---|
| 584 | | |
|---|
| 585 | | Improve MRL creation. |
|---|
| 586 | | |
|---|
| 587 | | 1. MRL's are of the form xxx:// |
|---|
| 588 | | 2. Customize depending on vcdx/vcd or cddax/cdd |
|---|
| 589 | | 3. cdda doesn't have any such notion of a "Chapter", so remove |
|---|
| 590 | | the misleading :x. |
|---|
| 591 | | |
|---|
| 592 | | For cddax/vcdx, I'm not sure though I think there is more to do. |
|---|
| 593 | | |
|---|
| 594 | | 2003-12-11 Thursday 05:12 rocky |
|---|
| 595 | | |
|---|
| 596 | | More general help tab name: "Media" covers DVD, (S)VCD, *or* CD-DA. |
|---|
| 597 | | |
|---|
| 598 | | 2003-12-11 Thursday 02:26 asmax |
|---|
| 599 | | |
|---|
| 600 | | * solved race conditions issues when the OpenSkin dialog is |
|---|
| 601 | | opened in blocking mode |
|---|
| 602 | | |
|---|
| 603 | | 2003-12-11 Thursday 01:36 yoann |
|---|
| 604 | | |
|---|
| 605 | | added a 'mute' hotkey ('m') |
|---|
| 606 | | |
|---|
| 607 | | 2003-12-10 Wednesday 23:51 gbazin |
|---|
| 608 | | |
|---|
| 609 | | * modules/stream_out/display.c: fixed segfault when switching audio/video track. |
|---|
| 610 | | |
|---|
| 611 | | 2003-12-10 Wednesday 23:27 gbazin |
|---|
| 612 | | |
|---|
| 613 | | * modules/codec/libmpeg2.c: hack for demuxers which only have DTS timestamps. |
|---|
| 614 | | |
|---|
| 615 | | 2003-12-10 Wednesday 23:16 gbazin |
|---|
| 616 | | |
|---|
| 617 | | * modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly. |
|---|
| 618 | | |
|---|
| 619 | | 2003-12-10 Wednesday 21:54 courmisch |
|---|
| 620 | | |
|---|
| 621 | | Added "Force IPv6" check box to UDP Unicast in open dialog |
|---|
| 622 | | |
|---|
| 623 | | 2003-12-10 Wednesday 20:56 yoann |
|---|
| 624 | | |
|---|
| 625 | | fixed a compilation error |
|---|
| 626 | | |
|---|
| 627 | | 2003-12-10 Wednesday 17:19 yoann |
|---|
| 628 | | |
|---|
| 629 | | added a hotkey ('t') which displays the position in the media |
|---|
| 630 | | |
|---|
| 631 | | 2003-12-10 Wednesday 12:57 bigben |
|---|
| 632 | | |
|---|
| 633 | | fixes a infinite loop in the search function. |
|---|
| 634 | | |
|---|
| 635 | | 2003-12-10 Wednesday 11:04 courmisch |
|---|
| 636 | | |
|---|
| 637 | | Automatically adds [ and ] around IPv6 addresses in Media Resource Locator. |
|---|
| 638 | | |
|---|
| 639 | | 2003-12-09 Tuesday 19:18 gbazin |
|---|
| 640 | | |
|---|
| 641 | | * src/misc/mtime.c: fixed an overflow in mdate() on win32. |
|---|
| 642 | | This overflow was only affecting the hardware configurations where we can't use the performance counter and thus have to use GetTickCount(). |
|---|
| 643 | | We now also check for the wrapping of the 32 bits value returned by GetTickCount() so mdate() doesn't wrap after 49.7 days. |
|---|
| 644 | | * src/misc/win32_specific.c: call mdate() once in system_Init() so as to avoid thread safety issues while initialising the static variables used in mdate(). |
|---|
| 645 | | |
|---|
| 646 | | 2003-12-09 Tuesday 19:15 yoann |
|---|
| 647 | | |
|---|
| 648 | | * fixed a compatibility problem with the CVS version of wxwindows |
|---|
| 649 | | * added a lock when changing p_vout->p_last_osd_message |
|---|
| 650 | | |
|---|
| 651 | | 2003-12-09 Tuesday 14:33 sam |
|---|
| 652 | | |
|---|
| 653 | | * toolbox: Do not include MOC files in the POTFILES.in generation. |
|---|
| 654 | | |
|---|
| 655 | | 2003-12-09 Tuesday 00:46 yoann |
|---|
| 656 | | |
|---|
| 657 | | This fixes bugs 1285 and 1343 |
|---|
| 658 | | * added a the default CD Audio device in General Settings -> Input |
|---|
| 659 | | * added OpenDialog::OnDiscPanelChange in wxwindows/open.cpp |
|---|
| 660 | | |
|---|
| 661 | | 2003-12-08 Monday 19:50 gbazin |
|---|
| 662 | | |
|---|
| 663 | | * ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.) |
|---|
| 664 | | * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now. |
|---|
| 665 | | |
|---|
| 666 | | 2003-12-08 Monday 18:42 gbazin |
|---|
| 667 | | |
|---|
| 668 | | * modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy |
|---|
| 669 | | decoder to save the raw codec data to a file. This is disabled by default (while |
|---|
| 670 | | it was always on before). |
|---|
| 671 | | * src/input/es_out.c: bug fix for ES autoselection. |
|---|
| 672 | | |
|---|
| 673 | | 2003-12-08 Monday 17:48 yoann |
|---|
| 674 | | |
|---|
| 675 | | improves OSD sytem |
|---|
| 676 | | The last OSD message is now deleted before printing new one. |
|---|
| 677 | | |
|---|
| 678 | | 2003-12-08 Monday 13:04 gbazin |
|---|
| 679 | | |
|---|
| 680 | | * modules/control/hotkeys.c: msvc compilation fix. |
|---|
| 681 | | |
|---|
| 682 | | 2003-12-08 Monday 13:02 gbazin |
|---|
| 683 | | |
|---|
| 684 | | * modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video. |
|---|
| 685 | | Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video. |
|---|
| 686 | | * modules/mux/ogg.c: fixed crash when removing streams. |
|---|
| 687 | | * modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16. |
|---|
| 688 | | |
|---|
| 689 | | 2003-12-08 Monday 11:00 hartman |
|---|
| 690 | | |
|---|
| 691 | | * Update Brazilian Portugese |
|---|
| 692 | | |
|---|
| 693 | | 2003-12-08 Monday 06:01 rocky |
|---|
| 694 | | |
|---|
| 695 | | Marginally better |
|---|
| 696 | | |
|---|
| 697 | | 2003-12-07 Sunday 22:23 hartman |
|---|
| 698 | | |
|---|
| 699 | | * fix livedotcom contrib |
|---|
| 700 | | * add libcaca contrib |
|---|
| 701 | | |
|---|
| 702 | | 2003-12-07 Sunday 22:14 rocky |
|---|
| 703 | | |
|---|
| 704 | | Towards Philips OGT (SVCD subtitle) handling. |
|---|
| 705 | | |
|---|
| 706 | | 2003-12-07 Sunday 20:48 hartman |
|---|
| 707 | | |
|---|
| 708 | | * Incorrect default value of align |
|---|
| 709 | | |
|---|
| 710 | | 2003-12-07 Sunday 20:47 hartman |
|---|
| 711 | | |
|---|
| 712 | | * added livedotcom and goom to contrib system |
|---|
| 713 | | goom sources currently located on my server. |
|---|
| 714 | | |
|---|
| 715 | | 2003-12-07 Sunday 19:09 jpsaman |
|---|
| 716 | | |
|---|
| 717 | | All AddText( vout_thread_t *p_vout, char *psz_string, .. ) calls have as second argument char * now, just like the function definition in include/video_output.h. All uses already passed a char * to the AddText() functions. |
|---|
| 718 | | |
|---|
| 719 | | 2003-12-07 Sunday 19:06 jpsaman |
|---|
| 720 | | |
|---|
| 721 | | Compilation warning fixes and if-deffed unused functions/variables. |
|---|
| 722 | | |
|---|
| 723 | | 2003-12-07 Sunday 19:01 jpsaman |
|---|
| 724 | | |
|---|
| 725 | | Remove unused variable |
|---|
| 726 | | |
|---|
| 727 | | 2003-12-07 Sunday 19:00 jpsaman |
|---|
| 728 | | |
|---|
| 729 | | Fix for iPAQ port. |
|---|
| 730 | | |
|---|
| 731 | | 2003-12-07 Sunday 18:58 jpsaman |
|---|
| 732 | | |
|---|
| 733 | | PDA Interface: |
|---|
| 734 | | - some cleanup |
|---|
| 735 | | - reinstated automatic lowering of interface when play button was pressed. |
|---|
| 736 | | - double click in playlist window play selected items. |
|---|
| 737 | | |
|---|
| 738 | | 2003-12-07 Sunday 18:55 jpsaman |
|---|
| 739 | | |
|---|
| 740 | | if-deffed a unused variable. |
|---|
| 741 | | |
|---|
| 742 | | 2003-12-07 Sunday 18:52 jpsaman |
|---|
| 743 | | |
|---|
| 744 | | Updating makefiles and package scripts. |
|---|
| 745 | | |
|---|
| 746 | | 2003-12-07 Sunday 18:15 gbazin |
|---|
| 747 | | |
|---|
| 748 | | * modules/codec/theora.c: bug fix with aspect ratio. |
|---|
| 749 | | |
|---|
| 750 | | 2003-12-07 Sunday 17:53 gbazin |
|---|
| 751 | | |
|---|
| 752 | | * modules/codec/theora.c: encoder now respects the aspect ratio. |
|---|
| 753 | | |
|---|
| 754 | | 2003-12-07 Sunday 17:17 gbazin |
|---|
| 755 | | |
|---|
| 756 | | * src/input/es_out.c: cosmetic changes. |
|---|
| 757 | | |
|---|
| 758 | | 2003-12-07 Sunday 17:09 gbazin |
|---|
| 759 | | |
|---|
| 760 | | * include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing. |
|---|
| 761 | | * modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT. |
|---|
| 762 | | * modules/stream_out/transcode.c: fix for video stream header generation (theora). |
|---|
| 763 | | * modules/codec/theora.c: don't overwrite headers. |
|---|
| 764 | | |
|---|
| 765 | | 2003-12-07 Sunday 12:11 gbazin |
|---|
| 766 | | |
|---|
| 767 | | * include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset(). |
|---|
| 768 | | * modules/packetizer/mpegvideo.c: get aspect ratio for MPEG2 video streams (still needs to be done for MPEG1). |
|---|
| 769 | | * modules/codec/libmpeg2.c: use p_dec->fmt_in.video.i_aspect if available. |
|---|
| 770 | | * modules/stream_out/transcode.c, modules/codec/ffmpeg/encoder.c: respect aspect ratio during transcoding. |
|---|
| 771 | | |
|---|
| 772 | | 2003-12-07 Sunday 01:02 rocky |
|---|
| 773 | | |
|---|
| 774 | | Marginally better. |
|---|
| 775 | | |
|---|
| 776 | | 2003-12-06 Saturday 23:25 gbazin |
|---|
| 777 | | |
|---|
| 778 | | * include/vlc_block_helper.h: new block_FindStartcodeFromOffset() function. |
|---|
| 779 | | * modules/packetizer/mpegvideo.c: rewrote the packetizer to use the block helper functions. |
|---|
| 780 | | |
|---|
| 781 | | 2003-12-06 Saturday 22:58 jpsaman |
|---|
| 782 | | |
|---|
| 783 | | Removing last files of previous Familiar interface. Porting to Gtk+2 widget set of this interface is now finished. Policing and improving remains. |
|---|
| 784 | | |
|---|
| 785 | | 2003-12-06 Saturday 22:53 jpsaman |
|---|
| 786 | | |
|---|
| 787 | | Always use correct datatypes. |
|---|
| 788 | | |
|---|
| 789 | | 2003-12-06 Saturday 22:50 jpsaman |
|---|
| 790 | | |
|---|
| 791 | | Fixed compiler waring about signed - unsigned comparision. It is always safer to use the same datatype when comparing values. |
|---|
| 792 | | |
|---|
| 793 | | 2003-12-06 Saturday 22:47 jpsaman |
|---|
| 794 | | |
|---|
| 795 | | Updating with info for upcoming Opie interface. |
|---|
| 796 | | |
|---|
| 797 | | 2003-12-06 Saturday 22:45 jpsaman |
|---|
| 798 | | |
|---|
| 799 | | Added PDA interface. |
|---|
| 800 | | |
|---|
| 801 | | 2003-12-06 Saturday 22:45 jpsaman |
|---|
| 802 | | |
|---|
| 803 | | Make sure Gtk+2 main module gets build with PDA interface. |
|---|
| 804 | | |
|---|
| 805 | | 2003-12-06 Saturday 22:42 jpsaman |
|---|
| 806 | | |
|---|
| 807 | | Updating AUTHORS list for me. |
|---|
| 808 | | |
|---|
| 809 | | 2003-12-06 Saturday 22:41 jpsaman |
|---|
| 810 | | |
|---|
| 811 | | PDA Interface: |
|---|
| 812 | | - Fixed last segmentation fault. |
|---|
| 813 | | - Slider and time progress updating. |
|---|
| 814 | | |
|---|
| 815 | | This makes the new PDA interface almost complete. It misses the following items still: |
|---|
| 816 | | - preference panel |
|---|
| 817 | | - changing postion in stream with slider widget. |
|---|
| 818 | | |
|---|
| 819 | | The missing items above will move to the next release of VLC. Now testing and package building for iPAQ will begin. I expect to have a package at the end of the week. |
|---|
| 820 | | |
|---|
| 821 | | 2003-12-06 Saturday 20:00 gbazin |
|---|
| 822 | | |
|---|
| 823 | | * msvc/vlc.dsw: updated the list of plugins. |
|---|
| 824 | | |
|---|
| 825 | | 2003-12-06 Saturday 05:15 rocky |
|---|
| 826 | | |
|---|
| 827 | | Recognize Philips Overlay Graphics (OGT) and Chaoji VCD (CVD) subtitle |
|---|
| 828 | | streams. Still need to be able to do something with them though. |
|---|
| 829 | | |
|---|
| 830 | | 2003-12-05 Friday 14:58 gbazin |
|---|
| 831 | | |
|---|
| 832 | | * modules/codec/libmpeg2.c: fixed a couple of crashes on bad files. |
|---|
| 833 | | |
|---|
| 834 | | 2003-12-05 Friday 14:48 asmax |
|---|
| 835 | | |
|---|
| 836 | | * modules/gui/wxwindows/preferences_widget.cpp: replaced two ( ? : ) by |
|---|
| 837 | | if / else to avoid compilation problems when wxwindows is not built |
|---|
| 838 | | with unicode support |
|---|
| 839 | | |
|---|
| 840 | | 2003-12-05 Friday 09:28 sam |
|---|
| 841 | | |
|---|
| 842 | | * Updated current changelog and regenerated previous ones as to include |
|---|
| 843 | | changes to removed directories. |
|---|
| 844 | | |
|---|
| 845 | | 2003-12-05 Friday 05:01 rocky |
|---|
| 846 | | |
|---|
| 847 | | A little cleanup on wait timing. No bug fixes yet, though. |
|---|
| 848 | | |
|---|
| 849 | | 2003-12-05 Friday 04:24 rocky |
|---|
| 850 | | |
|---|
| 851 | | Slightly better handling of stills and toggling pause by using the |
|---|
| 852 | | different threads better. |
|---|
| 853 | | |
|---|
| 854 | | Still has stream still/to MPEG bug and duplicate video window bug though. |
|---|
| 855 | | (And could use lots of cleanup.) |
|---|
| 856 | | |
|---|
| 857 | | 2003-12-05 Friday 02:33 rocky |
|---|
| 858 | | |
|---|
| 859 | | Remove interface thread. It was a crock anyway -- any good stuff |
|---|
| 860 | | should be put into the visualization plugins instead. |
|---|
| 861 | | |
|---|
| 862 | | Besides, there are bigger crocks that need fixing (like VCD navigation). |
|---|
| 863 | | |
|---|
| 864 | | 2003-12-05 Friday 02:12 rocky |
|---|
| 865 | | |
|---|
| 866 | | Okay microseconds, then. |
|---|
| 867 | | |
|---|
| 868 | | 2003-12-05 Friday 01:56 rocky |
|---|
| 869 | | |
|---|
| 870 | | Fix duration that input_AddInfo uses milliseconds. |
|---|
| 871 | | Add some more meta debugging. |
|---|
| 872 | | |
|---|
| 873 | | 2003-12-05 Friday 01:52 rocky |
|---|
| 874 | | |
|---|
| 875 | | Spelling. |
|---|
| 876 | | |
|---|
| 877 | | 2003-12-05 Friday 00:03 gbazin |
|---|
| 878 | | |
|---|
| 879 | | * modules/stream_out/transcode.c: proper order for downmixed channels. |
|---|
| 880 | | |
|---|
| 881 | | 2003-12-04 Thursday 23:15 gbazin |
|---|
| 882 | | |
|---|
| 883 | | * modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio encoding. |
|---|
| 884 | | |
|---|
| 885 | | 2003-12-04 Thursday 22:48 anil |
|---|
| 886 | | |
|---|
| 887 | | regenerated from a clean tree |
|---|
| 888 | | |
|---|
| 889 | | 2003-12-04 Thursday 22:37 gbazin |
|---|
| 890 | | |
|---|
| 891 | | * modules/codec/flac.c: several fixes to the flac decoder and encoder. |
|---|
| 892 | | * modules/mux/ogg.c: fixed flac in ogg. |
|---|
| 893 | | * modules/demux/ogg.c: fix for flac seeking. |
|---|
| 894 | | |
|---|
| 895 | | 2003-12-04 Thursday 18:26 gbazin |
|---|
| 896 | | |
|---|
| 897 | | * modules/gui/wxwindows/playlist.cpp: unicode fix. |
|---|
| 898 | | |
|---|
| 899 | | 2003-12-04 Thursday 18:13 gbazin |
|---|
| 900 | | |
|---|
| 901 | | * modules/demux/livedotcom.cpp: compilation fix. |
|---|
| 902 | | |
|---|
| 903 | | 2003-12-04 Thursday 17:15 gbazin |
|---|
| 904 | | |
|---|
| 905 | | * ALL: another bunch of MSVC compilation fixes. |
|---|
| 906 | | |
|---|
| 907 | | 2003-12-04 Thursday 16:49 sam |
|---|
| 908 | | |
|---|
| 909 | | * modules/misc/dummy/renderer.c: |
|---|
| 910 | | + Removed evil ^Ms from the file. |
|---|
| 911 | | * modules/video_output/caca.c: |
|---|
| 912 | | + Support for new dithering modes (libcaca HEAD only). |
|---|
| 913 | | * modules/* src/*: |
|---|
| 914 | | + Grammar and spelling fixes. |
|---|
| 915 | | + Coding style fixes. |
|---|
| 916 | | * po/fr.po: |
|---|
| 917 | | + Spelling fixes. |
|---|
| 918 | | + Updated a few translations. |
|---|
| 919 | | * po/en_GB.po: |
|---|
| 920 | | + Updated a few translations. |
|---|
| 921 | | |
|---|
| 922 | | 2003-12-04 Thursday 16:02 sam |
|---|
| 923 | | |
|---|
| 924 | | * include/vlc_common.h: |
|---|
| 925 | | + Introduced intptr_t and uintptr_t. |
|---|
| 926 | | * Fixed compilation warnings here and there. |
|---|
| 927 | | |
|---|
| 928 | | 2003-12-04 Thursday 15:54 sam |
|---|
| 929 | | |
|---|
| 930 | | * configure.ac: Fixed an old bug that caused vlc-config to be sometimes |
|---|
| 931 | | not set executable when regenerated. |
|---|
| 932 | | |
|---|
| 933 | | 2003-12-04 Thursday 14:48 gbazin |
|---|
| 934 | | |
|---|
| 935 | | * modules/video_output/wingdi.c: fixed gdi output for 24 and 32 bits color depth. |
|---|
| 936 | | |
|---|
| 937 | | 2003-12-04 Thursday 12:33 gbazin |
|---|
| 938 | | |
|---|
| 939 | | * toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling. |
|---|
| 940 | | * msvc/config.h.in, modules/access_output/file.c: MSVC fixes. |
|---|
| 941 | | * modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel. |
|---|
| 942 | | |
|---|
| 943 | | 2003-12-04 Thursday 10:25 gbazin |
|---|
| 944 | | |
|---|
| 945 | | * modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE. |
|---|
| 946 | | |
|---|
| 947 | | 2003-12-04 Thursday 05:14 rocky |
|---|
| 948 | | |
|---|
| 949 | | Guard against invalid p_vcd in dbg_print. |
|---|
| 950 | | |
|---|
| 951 | | 2003-12-03 Wednesday 23:01 sigmunau |
|---|
| 952 | | |
|---|
| 953 | | all: |
|---|
| 954 | | * doxygenated parts of the messages system |
|---|
| 955 | | |
|---|
| 956 | | 2003-12-03 Wednesday 22:14 sigmunau |
|---|
| 957 | | |
|---|
| 958 | | src/input/input.c: |
|---|
| 959 | | * fill in the duration field of the playlist item when starting playback of |
|---|
| 960 | | a file, if the demuxer supports it. |
|---|
| 961 | | |
|---|
| 962 | | 2003-12-03 Wednesday 21:58 sigmunau |
|---|
| 963 | | |
|---|
| 964 | | all: |
|---|
| 965 | | * in vlc, times are stored in microseconds. playlist_item_t::i_duration |
|---|
| 966 | | shouldn't be an exception |
|---|
| 967 | | modules/gui/wxwindows/playlist.cpp: |
|---|
| 968 | | * fixed indentation |
|---|
| 969 | | |
|---|
| 970 | | 2003-12-03 Wednesday 21:55 rocky |
|---|
| 971 | | |
|---|
| 972 | | Make more like the French translation which is more correct. :-\ |
|---|
| 973 | | |
|---|
| 974 | | 2003-12-03 Wednesday 21:50 sigmunau |
|---|
| 975 | | |
|---|
| 976 | | src/misc/mtime.c: |
|---|
| 977 | | * Coding style fixes |
|---|
| 978 | | * Comment cleanups |
|---|
| 979 | | * Doxygenization |
|---|
| 980 | | include/vlc_common.h: |
|---|
| 981 | | * doxygenized the comments for mtime_t and vlc_fourcc_t |
|---|
| 982 | | |
|---|
| 983 | | 2003-12-03 Wednesday 20:47 jpsaman |
|---|
| 984 | | |
|---|
| 985 | | Syncing with current CVS. |
|---|
| 986 | | |
|---|
| 987 | | 2003-12-03 Wednesday 15:46 zorglub |
|---|
| 988 | | |
|---|
| 989 | | Update of the french localization file |
|---|
| 990 | | |
|---|
| 991 | | 2003-12-03 Wednesday 13:52 anil |
|---|
| 992 | | |
|---|
| 993 | | compilation fix |
|---|
| 994 | | |
|---|
| 995 | | 2003-12-03 Wednesday 13:49 rocky |
|---|
| 996 | | |
|---|
| 997 | | Fixed-width 2-column track number. Should help in sorting titles. |
|---|
| 998 | | |
|---|
| 999 | | 2003-12-03 Wednesday 13:41 rocky |
|---|
| 1000 | | |
|---|
| 1001 | | Update date. Remove boilerplate includes that I think are (or should |
|---|
| 1002 | | be) pulled in from one of the other includes. |
|---|
| 1003 | | |
|---|
| 1004 | | 2003-12-03 Wednesday 13:35 rocky |
|---|
| 1005 | | |
|---|
| 1006 | | Reinstate Duration column - perhaps it's time to get more plugins |
|---|
| 1007 | | using it. |
|---|
| 1008 | | |
|---|
| 1009 | | 2003-12-03 Wednesday 13:27 rocky |
|---|
| 1010 | | |
|---|
| 1011 | | Add more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE - |
|---|
| 1012 | | Use MSTRTIME_MAX_SIZE instead. |
|---|
| 1013 | | |
|---|
| 1014 | | 2003-12-03 Wednesday 12:33 sam |
|---|
| 1015 | | |
|---|
| 1016 | | include/vlc_help.h: Grammar and spelling fixes. |
|---|
| 1017 | | |
|---|
| 1018 | | 2003-12-03 Wednesday 12:19 fenrir |
|---|
| 1019 | | |
|---|
| 1020 | | * increase priority (the wrapper from ffmpeg is buggy). |
|---|
| 1021 | | |
|---|
| 1022 | | 2003-12-03 Wednesday 04:19 rocky |
|---|
| 1023 | | |
|---|
| 1024 | | Fix bug in not updating playlist when hitting next/previous control |
|---|
| 1025 | | buttons (and simplify code at the same time). |
|---|
| 1026 | | |
|---|
| 1027 | | 2003-12-03 Wednesday 00:27 rocky |
|---|
| 1028 | | |
|---|
| 1029 | | Add a few more fields in the stream info. |
|---|
| 1030 | | |
|---|
| 1031 | | 2003-12-03 Wednesday 00:24 rocky |
|---|
| 1032 | | |
|---|
| 1033 | | "File Info" renamed "Stream/Media Info" |
|---|
| 1034 | | |
|---|
| 1035 | | 2003-12-02 Tuesday 23:03 gbazin |
|---|
| 1036 | | |
|---|
| 1037 | | * modules/access/dshow/*: PVR support contributed by Marc Nolette. |
|---|
| 1038 | | I took the liberty to modify a few things so it might currently be broken (sorry Marc). |
|---|
| 1039 | | * THANKS: added Marc Nolette. |
|---|
| 1040 | | |
|---|
| 1041 | | 2003-12-02 Tuesday 18:47 gbazin |
|---|
| 1042 | | |
|---|
| 1043 | | * msvc/config.h.in: cleaned-up and updated. |
|---|
| 1044 | | |
|---|
| 1045 | | 2003-12-02 Tuesday 16:01 geshp |
|---|
| 1046 | | |
|---|
| 1047 | | - Added fribidi support |
|---|
| 1048 | | - Added configure-line options for mkv and fribidi |
|---|
| 1049 | | |
|---|
| 1050 | | 2003-12-02 Tuesday 13:31 gbazin |
|---|
| 1051 | | |
|---|
| 1052 | | * ALL: more MSVC compilation fixes. |
|---|
| 1053 | | * msvc/vlc.dsw: removed non-existant plugins. |
|---|
| 1054 | | |
|---|
| 1055 | | 2003-12-02 Tuesday 12:57 gbazin |
|---|
| 1056 | | |
|---|
| 1057 | | ALL: MSVC compilation fixes to libvlc. |
|---|
| 1058 | | |
|---|
| 1059 | | 2003-12-02 Tuesday 10:55 gbazin |
|---|
| 1060 | | |
|---|
| 1061 | | * modules/demux/mp4/mp4.c: find out aspect ratio from display size. |
|---|
| 1062 | | * modules/codec/ffmpeg/video.c: respect aspect ratio given by demux if any. |
|---|
| 1063 | | |
|---|
| 1064 | | 2003-12-02 Tuesday 04:22 rocky |
|---|
| 1065 | | |
|---|
| 1066 | | Populate VCD info in "File Info" window. |
|---|
| 1067 | | |
|---|
| 1068 | | 2003-12-02 Tuesday 04:16 rocky |
|---|
| 1069 | | |
|---|
| 1070 | | Change some printf's to debugging-only output. |
|---|
| 1071 | | |
|---|
| 1072 | | 2003-12-02 Tuesday 03:33 rocky |
|---|
| 1073 | | |
|---|
| 1074 | | Separate title format string into cases where CDDB is enabled and where |
|---|
| 1075 | | it is is not. Now have callback for CDDB enabled boolean. |
|---|
| 1076 | | |
|---|
| 1077 | | 2003-12-02 Tuesday 01:54 rocky |
|---|
| 1078 | | |
|---|
| 1079 | | Add secstotimestr and msecstotimestr to convert (milli)seconds to a |
|---|
| 1080 | | time string. |
|---|
| 1081 | | |
|---|
| 1082 | | 2003-12-01 Monday 23:39 gbazin |
|---|
| 1083 | | |
|---|
| 1084 | | * ALL: fixed DTS audio support. |
|---|
| 1085 | | * modules/demux/dts.c: added raw DTS audio demuxer. |
|---|
| 1086 | | |
|---|
| 1087 | | 2003-12-01 Monday 09:39 fenrir |
|---|
| 1088 | | |
|---|
| 1089 | | * video: display "more than 5 seconds of late video..." only once. |
|---|
| 1090 | | |
|---|
| 1091 | | 2003-12-01 Monday 04:07 rocky |
|---|
| 1092 | | |
|---|
| 1093 | | Make sure we distribute the CD-DA plugin info. |
|---|
| 1094 | | |
|---|
| 1095 | | 2003-12-01 Monday 04:05 rocky |
|---|
| 1096 | | |
|---|
| 1097 | | Add a copyright. |
|---|
| 1098 | | |
|---|
| 1099 | | 2003-12-01 Monday 04:05 rocky |
|---|
| 1100 | | |
|---|
| 1101 | | Add more verbiage. |
|---|
| 1102 | | |
|---|
| 1103 | | 2003-12-01 Monday 04:04 geshp |
|---|
| 1104 | | |
|---|
| 1105 | | - Updated matroska/ebml fix |
|---|
| 1106 | | - Updated mozilla plugin fix |
|---|
| 1107 | | |
|---|
| 1108 | | 2003-12-01 Monday 03:57 rocky |
|---|
| 1109 | | |
|---|
| 1110 | | Some basic CDDA plugin documentation. |
|---|
| 1111 | | |
|---|
| 1112 | | 2003-12-01 Monday 03:37 rocky |
|---|
| 1113 | | |
|---|
| 1114 | | Another typo. |
|---|
| 1115 | | |
|---|
| 1116 | | 2003-12-01 Monday 03:34 rocky |
|---|
| 1117 | | |
|---|
| 1118 | | Bugs in calculating duration. Thanks Sigmund for fixing the GTK+ |
|---|
| 1119 | | interface! |
|---|
| 1120 | | |
|---|
| 1121 | | Some doc improvements. CDDARead: Let playlist now cycle through |
|---|
| 1122 | | entries rather than intercept. |
|---|
| 1123 | | |
|---|
| 1124 | | 2003-12-01 Monday 01:08 rocky |
|---|
| 1125 | | |
|---|
| 1126 | | Add CDDB CD Info in File Info section (via input_AddInfo and |
|---|
| 1127 | | input_InfoCategory. |
|---|
| 1128 | | |
|---|
| 1129 | | 2003-11-30 Sunday 23:19 jpsaman |
|---|
| 1130 | | |
|---|
| 1131 | | PDA Interface: |
|---|
| 1132 | | - Coding Style |
|---|
| 1133 | | - Added SAP/SLP to transcode tabpage |
|---|
| 1134 | | - Reworking transcoding options for playlist |
|---|
| 1135 | | |
|---|
| 1136 | | 2003-11-30 Sunday 23:07 rocky |
|---|
| 1137 | | |
|---|
| 1138 | | Forgot to add demux.c here. |
|---|
| 1139 | | |
|---|
| 1140 | | 2003-11-30 Sunday 22:59 gbazin |
|---|
| 1141 | | |
|---|
| 1142 | | * modules/packetizer/mpeg4video.c: oops |
|---|
| 1143 | | |
|---|
| 1144 | | 2003-11-30 Sunday 22:47 gbazin |
|---|
| 1145 | | |
|---|
| 1146 | | * include/input_ext-plugins.h: export input_DecodeBlock(). |
|---|
| 1147 | | * modules/stream_out/display.c: simplifications. |
|---|
| 1148 | | * modules/stream_out/transcode.c: memset of sout_stream_sys_t. |
|---|
| 1149 | | * modules/packetizer/mpeg4video.c: not all containers provide a pts info, in which case we use the dts. |
|---|
| 1150 | | |
|---|
| 1151 | | 2003-11-30 Sunday 22:26 rocky |
|---|
| 1152< |
|---|