Changeset cdc665c9f0baebccff35ba11caa4913ccf12d9da
- Timestamp:
- 12/05/03 10:28:45 (5 years ago)
- git-parent:
- Files:
-
- ChangeLog (modified) (79 diffs)
- doc/ChangeLog-1999 (modified) (2 diffs)
- doc/ChangeLog-2000 (modified) (46 diffs)
- doc/ChangeLog-2001 (modified) (145 diffs)
- doc/ChangeLog-2002 (modified) (178 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ChangeLog
rdecbe36 rcdc665c 1 2003-12-05 Friday 05:01 rocky 2 3 A little cleanup on wait timing. No bug fixes yet, though. 4 5 2003-12-05 Friday 04:24 rocky 6 7 Slightly better handling of stills and toggling pause by using the 8 different threads better. 9 10 Still has stream still/to MPEG bug and duplicate video window bug though. 11 (And could use lots of cleanup.) 12 13 2003-12-05 Friday 02:33 rocky 14 15 Remove interface thread. It was a crock anyway -- any good stuff 16 should be put into the visualization plugins instead. 17 18 Besides, there are bigger crocks that need fixing (like VCD navigation). 19 20 2003-12-05 Friday 02:12 rocky 21 22 Okay microseconds, then. 23 24 2003-12-05 Friday 01:56 rocky 25 26 Fix duration that input_AddInfo uses milliseconds. 27 Add some more meta debugging. 28 29 2003-12-05 Friday 01:52 rocky 30 31 Spelling. 32 33 2003-12-05 Friday 00:03 gbazin 34 35 * modules/stream_out/transcode.c: proper order for downmixed channels. 36 37 2003-12-04 Thursday 23:15 gbazin 38 39 * modules/codec/ffmpeg/encoder.c, modules/codec/speex.c: fixed stupid bug in audio encoding. 40 41 2003-12-04 Thursday 22:48 anil 42 43 regenerated from a clean tree 44 45 2003-12-04 Thursday 22:37 gbazin 46 47 * modules/codec/flac.c: several fixes to the flac decoder and encoder. 48 * modules/mux/ogg.c: fixed flac in ogg. 49 * modules/demux/ogg.c: fix for flac seeking. 50 51 2003-12-04 Thursday 18:26 gbazin 52 53 * modules/gui/wxwindows/playlist.cpp: unicode fix. 54 55 2003-12-04 Thursday 18:13 gbazin 56 57 * modules/demux/livedotcom.cpp: compilation fix. 58 59 2003-12-04 Thursday 17:15 gbazin 60 61 * ALL: another bunch of MSVC compilation fixes. 62 63 2003-12-04 Thursday 16:49 sam 64 65 * modules/misc/dummy/renderer.c: 66 + Removed evil ^Ms from the file. 67 * modules/video_output/caca.c: 68 + Support for new dithering modes (libcaca HEAD only). 69 * modules/* src/*: 70 + Grammar and spelling fixes. 71 + Coding style fixes. 72 * po/fr.po: 73 + Spelling fixes. 74 + Updated a few translations. 75 * po/en_GB.po: 76 + Updated a few translations. 77 78 2003-12-04 Thursday 16:02 sam 79 80 * include/vlc_common.h: 81 + Introduced intptr_t and uintptr_t. 82 * Fixed compilation warnings here and there. 83 84 2003-12-04 Thursday 15:54 sam 85 86 * configure.ac: Fixed an old bug that caused vlc-config to be sometimes 87 not set executable when regenerated. 88 89 2003-12-04 Thursday 14:48 gbazin 90 91 * modules/video_output/wingdi.c: fixed gdi output for 24 and 32 bits color depth. 92 93 2003-12-04 Thursday 12:33 gbazin 94 95 * toolbox: use the "Output_Dir" property when generating the msvc project files so we don't end-up with name conflicts when compiling. 96 * msvc/config.h.in, modules/access_output/file.c: MSVC fixes. 97 * modules/video_chroma/i420_rgb.c: don't use our RV24 conversion routine on win32 because it assumes 32 bits per pixel. 98 99 2003-12-04 Thursday 10:25 gbazin 100 101 * modules/gui/*: use MSTRTIME_MAX_SIZE instead of OFFSETTOTIME_MAX_SIZE. 102 103 2003-12-04 Thursday 05:14 rocky 104 105 Guard against invalid p_vcd in dbg_print. 106 107 2003-12-03 Wednesday 23:01 sigmunau 108 109 all: 110 * doxygenated parts of the messages system 111 112 2003-12-03 Wednesday 22:14 sigmunau 113 114 src/input/input.c: 115 * fill in the duration field of the playlist item when starting playback of 116 a file, if the demuxer supports it. 117 118 2003-12-03 Wednesday 21:58 sigmunau 119 120 all: 121 * in vlc, times are stored in microseconds. playlist_item_t::i_duration 122 shouldn't be an exception 123 modules/gui/wxwindows/playlist.cpp: 124 * fixed indentation 125 126 2003-12-03 Wednesday 21:55 rocky 127 128 Make more like the French translation which is more correct. :-\ 129 130 2003-12-03 Wednesday 21:50 sigmunau 131 132 src/misc/mtime.c: 133 * Coding style fixes 134 * Comment cleanups 135 * Doxygenization 136 include/vlc_common.h: 137 * doxygenized the comments for mtime_t and vlc_fourcc_t 138 139 2003-12-03 Wednesday 20:47 jpsaman 140 141 Syncing with current CVS. 142 143 2003-12-03 Wednesday 15:46 zorglub 144 145 Update of the french localization file 146 147 2003-12-03 Wednesday 13:52 anil 148 149 compilation fix 150 151 2003-12-03 Wednesday 13:49 rocky 152 153 Fixed-width 2-column track number. Should help in sorting titles. 154 155 2003-12-03 Wednesday 13:41 rocky 156 157 Update date. Remove boilerplate includes that I think are (or should 158 be) pulled in from one of the other includes. 159 160 2003-12-03 Wednesday 13:35 rocky 161 162 Reinstate Duration column - perhaps it's time to get more plugins 163 using it. 164 165 2003-12-03 Wednesday 13:27 rocky 166 167 Add more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE - 168 Use MSTRTIME_MAX_SIZE instead. 169 170 2003-12-03 Wednesday 12:33 sam 171 172 include/vlc_help.h: Grammar and spelling fixes. 173 174 2003-12-03 Wednesday 12:19 fenrir 175 176 * increase priority (the wrapper from ffmpeg is buggy). 177 178 2003-12-03 Wednesday 04:19 rocky 179 180 Fix bug in not updating playlist when hitting next/previous control 181 buttons (and simplify code at the same time). 182 183 2003-12-03 Wednesday 00:27 rocky 184 185 Add a few more fields in the stream info. 186 187 2003-12-03 Wednesday 00:24 rocky 188 189 "File Info" renamed "Stream/Media Info" 190 191 2003-12-02 Tuesday 23:03 gbazin 192 193 * modules/access/dshow/*: PVR support contributed by Marc Nolette. 194 I took the liberty to modify a few things so it might currently be broken (sorry Marc). 195 * THANKS: added Marc Nolette. 196 197 2003-12-02 Tuesday 18:47 gbazin 198 199 * msvc/config.h.in: cleaned-up and updated. 200 201 2003-12-02 Tuesday 16:01 geshp 202 203 - Added fribidi support 204 - Added configure-line options for mkv and fribidi 205 206 2003-12-02 Tuesday 13:31 gbazin 207 208 * ALL: more MSVC compilation fixes. 209 * msvc/vlc.dsw: removed non-existant plugins. 210 211 2003-12-02 Tuesday 12:57 gbazin 212 213 ALL: MSVC compilation fixes to libvlc. 214 215 2003-12-02 Tuesday 10:55 gbazin 216 217 * modules/demux/mp4/mp4.c: find out aspect ratio from display size. 218 * modules/codec/ffmpeg/video.c: respect aspect ratio given by demux if any. 219 220 2003-12-02 Tuesday 04:22 rocky 221 222 Populate VCD info in "File Info" window. 223 224 2003-12-02 Tuesday 04:16 rocky 225 226 Change some printf's to debugging-only output. 227 228 2003-12-02 Tuesday 03:33 rocky 229 230 Separate title format string into cases where CDDB is enabled and where 231 it is is not. Now have callback for CDDB enabled boolean. 232 233 2003-12-02 Tuesday 01:54 rocky 234 235 Add secstotimestr and msecstotimestr to convert (milli)seconds to a 236 time string. 237 238 2003-12-01 Monday 23:39 gbazin 239 240 * ALL: fixed DTS audio support. 241 * modules/demux/dts.c: added raw DTS audio demuxer. 242 243 2003-12-01 Monday 09:39 fenrir 244 245 * video: display "more than 5 seconds of late video..." only once. 246 247 2003-12-01 Monday 04:07 rocky 248 249 Make sure we distribute the CD-DA plugin info. 250 251 2003-12-01 Monday 04:05 rocky 252 253 Add a copyright. 254 255 2003-12-01 Monday 04:05 rocky 256 257 Add more verbiage. 258 259 2003-12-01 Monday 04:04 geshp 260 261 - Updated matroska/ebml fix 262 - Updated mozilla plugin fix 263 264 2003-12-01 Monday 03:57 rocky 265 266 Some basic CDDA plugin documentation. 267 268 2003-12-01 Monday 03:37 rocky 269 270 Another typo. 271 272 2003-12-01 Monday 03:34 rocky 273 274 Bugs in calculating duration. Thanks Sigmund for fixing the GTK+ 275 interface! 276 277 Some doc improvements. CDDARead: Let playlist now cycle through 278 entries rather than intercept. 279 280 2003-12-01 Monday 01:08 rocky 281 282 Add CDDB CD Info in File Info section (via input_AddInfo and 283 input_InfoCategory. 284 285 2003-11-30 Sunday 23:19 jpsaman 286 287 PDA Interface: 288 - Coding Style 289 - Added SAP/SLP to transcode tabpage 290 - Reworking transcoding options for playlist 291 292 2003-11-30 Sunday 23:07 rocky 293 294 Forgot to add demux.c here. 295 296 2003-11-30 Sunday 22:59 gbazin 297 298 * modules/packetizer/mpeg4video.c: oops 299 300 2003-11-30 Sunday 22:47 gbazin 301 302 * include/input_ext-plugins.h: export input_DecodeBlock(). 303 * modules/stream_out/display.c: simplifications. 304 * modules/stream_out/transcode.c: memset of sout_stream_sys_t. 305 * modules/packetizer/mpeg4video.c: not all containers provide a pts info, in which case we use the dts. 306 307 2003-11-30 Sunday 22:26 rocky 308 309 Customizable playlist title. 310 311 2003-11-30 Sunday 22:14 fenrir 312 313 * all: added dx50 fourcc (just mpeg4 video). 314 315 2003-11-30 Sunday 21:21 jpsaman 316 317 PDA Interface: 318 - Fixed resource leak with playlists 319 - VLC coding style cleanup 320 - Rework v4l and stream out interface code to use VLC playlists as it should be used. 321 - Remove dead wood 322 323 2003-11-30 Sunday 19:42 sigmunau 324 325 modules/gui/gtk/playlist.c: 326 * show duration in playlist window if available 327 328 2003-11-30 Sunday 18:14 rocky 329 330 Add CD-DA CDDB support via libcddb. 331 332 2003-11-30 Sunday 18:10 gbazin 333 334 * share/http/admin/browse.html: hmmm, the browse feature was reenabled by mistake. 335 336 2003-11-30 Sunday 17:29 fenrir 337 338 * es_out: implement ES_OUT_SET_PCR and reset but don't use them ! 339 * demux: added demux2_New/Delete. 340 341 2003-11-30 Sunday 17:29 fenrir 342 343 * all: added demux_t structure and some demux2_* functions. 344 Anyway, don't use them for now. 345 346 2003-11-30 Sunday 16:00 fenrir 347 348 *all: added a --minimize-thread options to make all decoders and 349 packetizers running in the input thread. (Usefull with sout) 350 351 2003-11-30 Sunday 14:49 fenrir 352 353 * ninput: added 2 ES_OUT* command (do nothing for now) 354 355 2003-11-30 Sunday 14:28 fenrir 356 357 * all: added a TCP access input module. 358 359 2003-11-30 Sunday 13:53 rocky 360 361 Go over options: Add hooks for internationalization, some typos, 362 display some of these even when not "advanced" 363 364 2003-11-30 Sunday 11:22 jpsaman 365 366 PDA Interface: 367 - Removing obsolete files. 368 - Remove debug messages. 369 370 2003-11-30 Sunday 11:19 jpsaman 371 372 Bumped up version number to 0.7.0 373 374 2003-11-30 Sunday 10:26 jpsaman 375 376 PDA Interface: 377 - Updating, removing and clearing playlist works. 378 379 2003-11-30 Sunday 02:41 rocky 380 381 Break out demux into its own thing. 382 383 2003-11-29 Saturday 18:36 massiot 384 385 * input: new cr-average option, allowing to configure the 386 CR_AVERAGE #define in input_clock.c (useful for PVR input) 387 * modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c : fixes 388 for older version of ffmpeg 389 * modules/stream_out/transrate/transrate.c : misc optimizations 390 391 2003-11-29 Saturday 18:06 fenrir 392 393 * all: - increased avcodec version needed to 4680 (latest release) 394 - open the codec after that p_context has been fully initialisated. 395 (fix ASV1) 396 397 2003-11-29 Saturday 17:14 fenrir 398 399 * mp4: another fix for another buggy file. 400 401 2003-11-29 Saturday 16:36 gbazin 402 403 * modules/gui/wxwindows/menus.cpp: moved audio/video track menu to the top. 404 405 2003-11-29 Saturday 16:29 gbazin 406 407 * modules/access/cdda.c: removed double ';' 408 409 2003-11-29 Saturday 13:39 gbazin 410 411 * modules/gui/wxwindows/*: got rid of the Misc menu and moved everything in the Settings one. 412 413 2003-11-29 Saturday 13:12 fenrir 414 415 * all: - fixed non I420 input 416 - added raw output support.(in a pure hack way but allow 417 transcode{vcodec=I420} ) 418 419 2003-11-29 Saturday 12:03 fenrir 420 421 * encoder: added a memset. 422 423 2003-11-29 Saturday 11:12 fenrir 424 425 * all: better handling of multiple (video) tracks. 426 - now vout are checked for release every 300ms 427 - when *-es are triggered, all same es are unselect not only the 428 last selected. (more intuitive) The only problems are that it's not 429 possible to select again all ES, and the checkbox can show only one 430 selected ES. 431 432 2003-11-29 Saturday 00:41 gbazin 433 434 * modules/codec/ffmpeg/encoder.c: fixed compilation problem with ffmpeg 0.4.8 435 436 2003-11-28 Friday 23:40 gbazin 437 438 * modules/codec/ffmpeg/*: fixed the code to disable cpu features. 439 440 2003-11-28 Friday 22:23 fenrir 441 442 * mkv: fixed a buffer overflow. 443 444 2003-11-28 Friday 22:16 gbazin 445 446 * modules/misc/dummy/input.c: use p_input->psz_demux = "vlc,none" to force the demux. 447 448 2003-11-28 Friday 18:19 geshp 449 450 - Update to 0.7.0-test1 451 - Updated version numbers on dependancies 452 - Removed ALSA support until RH/FC turns to kernel 2.6 453 - Added --enable-speex and --enable-pp 454 - Mozilla plugin now built for 1.4.1 455 - Currently broken (Matroska/EBML problems) 456 457 2003-11-28 Friday 17:30 hartman 458 459 * Fix text subtitles which were missing their last char since the API port. 460 * Track Name is now stored in fmt.psz_description 461 462 2003-11-28 Friday 17:04 fenrir 463 464 * input: avoid double free/release when InitStream fail. 465 466 2003-11-28 Friday 16:09 fenrir 467 468 * ffmpeg: added h264 codec. 469 470 2003-11-28 Friday 16:06 fenrir 471 472 * input_dec: does pass empty block to the decoder. 473 474 2003-11-28 Friday 13:24 fenrir 475 476 * avi: fix end of file... 477 478 2003-11-28 Friday 10:36 massiot 479 480 Forgot that yesterday... 481 482 2003-11-27 Thursday 22:44 massiot 483 484 * modules/stream_out/transcode.c: new options 485 - strict_rc : strict rate control mode for CBR streams 486 - pre_me : add a pre-motion estimation pass 487 - hurry_up : allow to discard the hq mode in real-time if we're late 488 * modules/mux/mpeg/ts.c: useful debug messages 489 * modules/packetizer/mpegvideo.c: useless debug message 490 491 2003-11-27 Thursday 21:24 fenrir 492 493 * item: lalalala... (remove a debug change -> psz_auther set to "Arg") 494 495 2003-11-27 Thursday 20:51 fenrir 496 497 * faad: drop packets with b_discontinuity set. 498 499 2003-11-27 Thursday 20:50 fenrir 500 501 * mp4: ported to stream_* 502 503 2003-11-27 Thursday 19:39 fenrir 504 505 copy: set pts to dts if pts <= 0. (Needed to make div3 streaming working 506 again) 507 ts: use one stream_id for mpeg video (and one for mpeg audio). 508 509 2003-11-27 Thursday 12:32 fenrir 510 511 * mp4: converted to es_out* and partialy to stream_* 512 513 2003-11-27 Thursday 12:32 fenrir 514 515 * all: drop block(s) with b_discontinuity set. 516 517 2003-11-27 Thursday 12:22 fenrir 518 519 * bug fixes. 520 521 2003-11-27 Thursday 10:34 gbazin 522 523 * modules/stream_out/transcode.c: don't crash when the user specifies a acodec/vcodec with more the 4 characters in length. 524 * modules/gui/wxwindows/streamout.cpp: grrr, thought I add committed this stuff. 525 526 2003-11-27 Thursday 10:13 hartman 527 528 * hu.po was missing here. 529 530 2003-11-27 Thursday 10:06 hartman 531 532 * updated translation 533 534 2003-11-27 Thursday 06:37 adn 535 536 * Fixes for MRL Updates 537 * SetToolTips 538 539 2003-11-27 Thursday 05:46 fenrir 540 541 * all: added an sout-all option to stream all es (does work only with 542 demuxer using es_out_* ie everyone but TS and PS). 543 544 2003-11-27 Thursday 05:41 fenrir 545 546 * livedotcom.cpp: added call to input_InitStream. 547 548 2003-11-27 Thursday 04:11 fenrir 549 550 * all: implement more es_out_* control, audio-channel and spu-channel are 551 implemented. 552 553 2003-11-27 Thursday 00:57 gbazin 554 555 * mozilla/Makefile.am: don't forget mozilla/npvlc_rc.rc in make dist. 556 557 2003-11-27 Thursday 00:05 sam 558 559 * toolbox: more cvs2cl fixes. 560 * ChangeLog: updated changelog. 561 1 562 2003-11-26 Wednesday 23:32 sam 2 563 … … 3405 3966 Removed useless stuff for icecast 3406 3967 3968 2003-09-10 Wednesday 15:03 hartman 3969 3970 * Fixed the subsdec variables 3971 3407 3972 2003-09-10 Wednesday 13:39 zorglub 3408 3973 … … 3436 4001 Fixed list of muxers. QT and mp4 might need to be disabled at a later point. 3437 4002 4003 2003-09-09 Tuesday 13:28 hartman 4004 4005 We no longer need this. 4006 3438 4007 2003-09-09 Tuesday 12:54 jpsaman 3439 4008 3440 4009 Fix detection of dvb headerfiles and fix GTK2_MAIN selection for PDA interface. 4010 4011 2003-09-09 Tuesday 12:36 hartman 4012 4013 Fix the condition for old faad. 4014 Incorrect placing of logical operator 3441 4015 3442 4016 2003-09-08 Monday 22:00 zorglub … … 3874 4448 http output as mmsh server (see next commits). 3875 4449 4450 2003-08-24 Sunday 23:22 gbazin 4451 4452 * modules/codec/faad/decoder.c: for some reason my libfaad the frame samplerate to 0. I guess I should update it but anyway a sanity check avoids a segfault in this case. 4453 3876 4454 2003-08-24 Sunday 22:20 fenrir 3877 4455 … … 3918 4496 3919 4497 * sub.c : fixed a warning. 4498 4499 2003-08-24 Sunday 00:34 hartman 4500 4501 * backwards compatibilty with older faad2 lib 3920 4502 3921 4503 2003-08-24 Sunday 00:29 lool … … 3962 4544 3963 4545 * goom: visual effects using goom. (Not yet enabled) 4546 4547 2003-08-23 Saturday 16:15 fenrir 4548 4549 * faad: fix SBR handling. 3964 4550 3965 4551 2003-08-23 Saturday 15:35 lool … … 4572 5158 4573 5159 Added glade2 project file. 5160 5161 2003-08-05 Tuesday 11:51 jpsaman 5162 5163 Removing file. 5164 5165 2003-08-05 Tuesday 11:49 jpsaman 5166 5167 Removing files for Familiar interface (Gtk+1.2 and GPE). 4574 5168 4575 5169 2003-08-05 Tuesday 10:39 jpsaman … … 4776 5370 + We now suggest fortune-mod. 4777 5371 5372 2003-08-01 Friday 00:55 fenrir 5373 5374 * wav: forgot this one. 5375 4778 5376 2003-08-01 Friday 00:40 fenrir 4779 5377 … … 4788 5386 4789 5387 * configure.ac: remove old wav and aac directories. 5388 5389 2003-08-01 Friday 00:18 fenrir 5390 5391 * wav: remove old wav demuxer. 5392 5393 2003-08-01 Friday 00:18 fenrir 5394 5395 * aac/* remove old aac demuxer. 4790 5396 4791 5397 2003-08-01 Friday 00:16 fenrir … … 4850 5456 - using new var_Create/var_Get method to get parametters. 4851 5457 5458 2003-07-31 Thursday 20:47 reno 5459 5460 * Make vlc compiling ! 5461 4852 5462 2003-07-31 Thursday 19:24 fenrir 4853 5463 … … 5141 5751 * modules/gui/wxwindows/*: a couple of compilation fixes for wxWindows cvs. 5142 5752 5753 2003-07-25 Friday 01:11 hartman 5754 5755 * subsdec now uses the new options code. 5756 5143 5757 2003-07-25 Friday 01:09 hartman 5144 5758 … … 5182 5796 A little better line spaceing, but I still don't understand what this is all 5183 5797 about. 5798 5799 2003-07-24 Thursday 19:07 sigmunau 5800 5801 fixed a nasty code duplication where the same function call was two places 5802 with just a few lines in between, but in separate #if cases. 5184 5803 5185 5804 2003-07-24 Thursday 18:30 bigben … … 6480 7099 include/vlc_playlist.h : Added the playlist_AddName function to add an item with its name without filling an item structure. 6481 7100 7101 2003-06-26 Thursday 19:36 gbazin 7102 7103 * modules/codec/mpeg_video/parser.c: fixed broken file. 7104 6482 7105 2003-06-26 Thursday 18:14 sam 6483 7106 … … 6778 7401 frame, ...) 6779 7402 clean up. 7403 7404 2003-06-22 Sunday 08:49 fenrir 7405 7406 * faad: can read stream with multiple frames per pes_packet_t (for mkv). 6780 7407 6781 7408 2003-06-22 Sunday 07:39 fenrir … … 7024 7651 * Miscellaneous clean-ups. 7025 7652 7653 2003-06-14 Saturday 22:14 hartman 7654 7655 * We should be compatible with older versions of faad again 7656 7026 7657 2003-06-14 Saturday 22:12 gbazin 7027 7658 … … 7580 8211 This will generate less bugreports, yet keep them visible to those who 7581 8212 should and will care. 8213 8214 2003-05-27 Tuesday 22:08 gbazin 8215 8216 * modules/gui/win32/Modules.am: strings.cpp has been removed. 7582 8217 7583 8218 2003-05-27 Tuesday 21:48 gbazin … … 7710 8345 * now use BSliders for {integer,float}_with_range 7711 8346 8347 2003-05-25 Sunday 15:05 alexis 8348 8349 ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS 8350 under www.videolan.org/doc/faq/ 8351 7712 8352 2003-05-25 Sunday 11:31 gbazin 7713 8353 … … 7928 8568 removed the --playlist option as it doesn't seem to be used 7929 8569 8570 2003-05-21 Wednesday 10:02 fenrir 8571 8572 * wav: fix a parsing bug. 8573 7930 8574 2003-05-20 Tuesday 23:17 gbazin 7931 8575 … … 8189 8833 * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in 8190 8834 the extras/ directory. 8835 8836 2003-05-14 Wednesday 14:58 fenrir 8837 8838 * aac: use extention based detection. 8191 8839 8192 8840 2003-05-14 Wednesday 14:57 hartman … … 8405 9053 France 1 - Italy 0 8406 9054 9055 2003-05-09 Friday 19:53 fenrir 9056 9057 * faad: better support of AAC without ESDS. 9058 8407 9059 2003-05-09 Friday 19:30 titer 8408 9060 … … 8514 9166 8515 9167 * changed "Gayscale video output" option back into "Grayscale video output" 9168 9169 2003-05-07 Wednesday 23:07 alexis 9170 9171 Makefile : Minor changes. 8516 9172 8517 9173 2003-05-07 Wednesday 19:20 titer … … 9111 9767 * mp4: select only first enabled track. 9112 9768 9769 2003-04-24 Thursday 14:38 asmax 9770 9771 * get screen size with gtk2 9772 9113 9773 2003-04-23 Wednesday 15:18 titer 9114 9774 … … 9214 9874 * added a preferences button in the default skin 9215 9875 9876 2003-04-21 Monday 03:37 asmax 9877 9878 * fixed the previous commit for linux 9879 9216 9880 2003-04-21 Monday 02:50 asmax 9217 9881 … … 9243 9907 * modules/codec/libmpeg2.c: fixed a problem with some frame rates (thx 9244 9908 gibalou) 9909 9910 2003-04-20 Sunday 23:09 asmax 9911 9912 * fixed a segfault at exit 9913 9914 2003-04-20 Sunday 22:52 asmax 9915 9916 * a few segfaults but wxwindows works under linux ! 9245 9917 9246 9918 2003-04-20 Sunday 22:52 gbazin … … 9290 9962 * Fixed mouse wheel 9291 9963 9964 2003-04-20 Sunday 16:16 asmax 9965 9966 * fixed the "always on top" bug 9967 9292 9968 2003-04-20 Sunday 15:06 karibu 9293 9969 … … 9326 10002 But it's coooooool. http://sidekick.student.utwente.nl/videolan/transparent.jpg 9327 10003 10004 2003-04-19 Saturday 12:39 karibu 10005 10006 * Font fixed 10007 9328 10008 2003-04-19 Saturday 12:33 hartman 9329 10009 9330 10010 * There was a problem where deinterlace could not be turned off via it's 9331 10011 corresponding menu. On thy fly filter changes are still not possible. 10012 10013 2003-04-19 Saturday 11:46 asmax 10014 10015 * fixed a segfault 10016 10017 2003-04-19 Saturday 11:16 asmax 10018 10019 * drag&drop works ! (at least with mozilla) 9332 10020 9333 10021 2003-04-19 Saturday 02:34 karibu … … 9383 10071 * Ask tooney to know ! (fix minor bug) 9384 10072 10073 2003-04-17 Thursday 17:45 asmax 10074 10075 * small fix 10076 9385 10077 2003-04-17 Thursday 16:34 karibu 9386 10078 … … 9391 10083 * Fixed kludge 9392 10084 10085 2003-04-17 Thursday 16:30 karibu 10086 10087 * Added AddEllipse: the slider now works ! :) 10088 10089 2003-04-17 Thursday 16:11 karibu 10090 10091 * Added clip region to graphics 10092 * Added functionnality to region 10093 9393 10094 2003-04-17 Thursday 15:43 karibu 9394 10095 … … 9402 10103 9403 10104 * We now use hide/show for the file info window 10105 10106 2003-04-17 Thursday 13:46 karibu 10107 10108 * Can get size of a text 9404 10109 9405 10110 2003-04-17 Thursday 13:08 karibu … … 9416 10121 9417 10122 * Fixed dewtructor 10123 10124 2003-04-17 Thursday 10:42 asmax 10125 10126 * beginning of font support ! 9418 10127 9419 10128 2003-04-16 Wednesday 21:50 karibu … … 9431 10140 9432 10141 * Removed debug calls 10142 10143 2003-04-16 Wednesday 21:30 karibu 10144 10145 * Can now quit the interface 9433 10146 9434 10147 2003-04-16 Wednesday 19:22 karibu … … 9478 10191 * tried to add transparency, but it doesn't work :( 9479 10192 10193 2003-04-15 Tuesday 20:54 karibu 10194 10195 * GTK2 events work even better 10196 10197 2003-04-15 Tuesday 20:42 karibu 10198 10199 * Fixed GTK2 events 10200 9480 10201 2003-04-15 Tuesday 20:33 karibu 9481 10202 9482 10203 * Events are even better, not yet perfect ! 10204 10205 2003-04-15 Tuesday 17:55 ipkiss 10206 10207 * event broadcasting should work 9483 10208 9484 10209 2003-04-15 Tuesday 16:49 karibu … … 9513 10238 * reselect current playlist item when reordering items. 9514 10239 10240 2003-04-15 Tuesday 11:46 ipkiss 10241 10242 * compilation fix 10243 9515 10244 2003-04-15 Tuesday 01:19 ipkiss 9516 10245 … … 9535 10264 (incomplete). 9536 10265 10266 2003-04-14 Monday 21:38 asmax 10267 10268 * implemented OSAPI_GetTime() with glib 10269 10270 2003-04-14 Monday 20:17 asmax 10271 10272 * it works event better !! 10273 9537 10274 2003-04-14 Monday 20:07 asmax 9538 10275 … … 9542 10279 9543 10280 * ./configure.ac.in: skins _disabled_ by default on [!win32]. 10281 10282 2003-04-14 Monday 18:05 asmax 10283 10284 * better window size 10285 10286 2003-04-14 Monday 17:56 karibu 10287 10288 * Controls coordinate are available 9544 10289 9545 10290 2003-04-14 Monday 17:16 sam … … 9550 10295 we don't need it on x86. 9551 10296 10297 2003-04-14 Monday 17:03 asmax 10298 10299 * get the size of a bitmap 10300 9552 10301 2003-04-14 Monday 10:18 asmax 9553 10302 … … 9576 10325 9577 10326 * at last an image !! 10327 10328 2003-04-13 Sunday 22:15 zorglub 10329 10330 * the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds. 10331 * /doc/faq/Makefile: now use "onehtml" output. 10332 * /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent 9578 10333 9579 10334 2003-04-13 Sunday 20:07 asmax … … 10610 11365 fixed up http redirects when there are other items in the playlist. 10611 11366 11367 2003-03-17 Monday 13:49 marcari 11368 11369 * familiar.c: added pixmap directory for linupy2 /usr/share/pixmaps/vlc 11370 10612 11371 2003-03-17 Monday 12:14 massiot 10613 11372 … … 10642 11401 10643 11402 Another attempt at fixing the soundstick issue (unconfirmed). 11403 11404 2003-03-15 Saturday 20:17 lool 11405 11406 * attempt at a docbook-xml version of the FAQ with XSL 11407 customizations, if people want to help or just have a look 11408 (use "xsltproc faq-alone.xsl faq-alone.xml" with the 11409 docbook-xml-simple package installed or saxon if you feel bored) 10644 11410 10645 11411 2003-03-15 Saturday 19:26 fenrir … … 10758 11524 - apply handling in preferences 10759 11525 11526 2003-03-13 Thursday 10:33 ipkiss 11527 11528 We don't segfault anymore when trying to go fullscreen with no input 11529 (closes #477) 11530 10760 11531 2003-03-12 Wednesday 23:59 marcari 10761 11532 … … 10884 11655 modules/misc/network/ipv4.c: BeOS compile fix 10885 11656 11657 2003-03-11 Tuesday 13:12 alexis 11658 11659 Added sout.* and subtitles.* 11660 10886 11661 2003-03-11 Tuesday 07:03 fenrir 10887 11662 … … 10897 11672 * ffmpeg.h: added missing fourcc. 10898 11673 * araw.c: fixed a warning. 11674 11675 2003-03-11 Tuesday 06:45 fenrir 11676 11677 * wav: Support for alaw/ulaw data. (untested) 10899 11678 10900 11679 2003-03-11 Tuesday 06:14 fenrir … … 11293 12072 implementation and fixed an initialization bug in libvlc. 11294 12073 12074 2003-03-01 Saturday 21:32 ipkiss 12075 12076 - about.dfm: the layout of the "About" dialog box is slightly different 12077 - misc.cpp: toolbar buttons are translated too 12078 - mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which 12079 were rather useless, and added an "Eject disc" menu entry 12080 Also hid the caption for all the toolbar buttons 12081 - win32.cpp: Added a config option to display or not these captions 12082 - preferences.cpp: small modification to support non-advanced mode 12083 11295 12084 2003-03-01 Saturday 19:25 gbazin 11296 12085 … … 11314 12103 strings, because it looks really awful... 11315 12104 12105 2003-02-27 Thursday 22:09 ipkiss 12106 12107 A few modifications to get closer to i18n in the win32 interface 12108 11316 12109 2003-02-27 Thursday 16:38 gbazin 11317 12110 … … 11350 12143 11351 12144 * Added sanity checks for PTS in the future. 12145 12146 2003-02-26 Wednesday 15:47 marcari 12147 12148 * implementation of the 'autoplay file' button callback 12149 * when clicking a link : follows the link and don't try to open it 12150 * yopy does not always sees the '.' and '..', so workaround : 12151 - all the hidden files are not displayed 12152 - the '..' directory is each time added by hand 12153 12154 2003-02-26 Wednesday 15:44 marcari 12155 12156 * small modification for linupy : 12157 - added a pixmpa directory 12158 - added a set_usize (how do we maximize cleanly a gtk-window ?) 12159 - chdir to '.' instead of '/mnt' (should it be '~' or '/' ?) 11352 12160 11353 12161 2003-02-26 Wednesday 13:51 gbazin … … 11439 12247 * asf: fix seek for http. 11440 12248 12249 2003-02-24 Monday 09:18 fenrir 12250 12251 * wav: proper seek handling. (wav file readable over http). 12252 11441 12253 2003-02-23 Sunday 22:35 fenrir 11442 12254 … … 11476 12288 * Destroy audio-device and audio-channels when no output plug-in is 11477 12289 available. 12290 12291 2003-02-22 Saturday 16:10 fenrir 12292 12293 * fix compilation. 11478 12294 11479 12295 2003-02-22 Saturday 14:11 sigmunau … … 11735 12551 /usr/share/doc/vlc/. 11736 12552 12553 2003-02-16 Sunday 16:58 ipkiss 12554 12555 * added an entry for the "subtitles don"t work on windows" problem 12556 11737 12557 2003-02-16 Sunday 16:22 jpsaman 11738 12558 … … 11921 12741 * demux/mpeg/ts.c: Fixed detection of PAT/PMT change. 11922 12742 12743 2003-02-12 Wednesday 02:11 ipkiss 12744 12745 * compilation fix 12746 * all files are stored in dos mode, or Borland won't compile some of 12747 them... 12748 11923 12749 2003-02-11 Tuesday 18:05 massiot 11924 12750 … … 12125 12951 12126 12952 Simplified volume functions 12953 12954 2003-02-09 Sunday 02:01 ipkiss 12955 12956 * modules/gui/win32/mainframe.cpp: simplifications using the new 12957 aout_Volume* API 12127 12958 12128 12959 2003-02-09 Sunday 01:56 massiot … … 12202 13033 - more efficient code 12203 13034 13035 2003-02-07 Friday 20:49 alexis 13036 13037 - FAQ : the first question of the "troubleshooting" section now tells the 13038 user to delete VLC's configuration file. 13039 12204 13040 2003-02-07 Friday 20:23 hartman 12205 13041 … … 12207 13043 there seems to be a bug though somewhere. you end up with black bars in 12208 13044 half and double size. 13045 13046 2003-02-07 Friday 18:43 ipkiss 13047 13048 * Fixed the "RichEdit line insertion error" bug (closes #246) 13049 * Added a popup menu to copy log messages to the clipboard 13050 13051 2003-02-07 Friday 16:51 massiot 13052 13053 Fixed a buffer leak with slice-I streams (thanks sam). 12209 13054 12210 13055 2003-02-07 Friday 09:17 yves … … 12289 13134 otherwise we fail with an error when they are not found. 12290 13135 13136 2003-02-06 Thursday 00:45 sam 13137 13138 * ./doc/faq/faq.sgml: updated config file location for OS X. 13139 12291 13140 2003-02-05 Wednesday 22:48 hartman 12292 13141 … … 12325 13174 12326 13175 * We released an array that was in a autorelease pool. That's not necesarry 13176 13177 2003-02-04 Tuesday 11:51 massiot 13178 13179 * modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh) 13180 streams. 12327 13181 12328 13182 2003-02-04 Tuesday 11:07 massiot … … 12378 13232 or only names in the list 12379 13233 13234 2003-02-03 Monday 16:07 alexis 13235 13236 Small fix. 13237 13238 2003-02-03 Monday 11:25 alexis 13239 13240 Article format, instead of book format. 13241 Few typos. 13242 12380 13243 2003-02-03 Monday 02:26 sam 12381 13244 … … 12566 13429 and install a library, he'd better not fiddle with VLC. 12567 13430 13431 2003-02-01 Saturday 22:21 ipkiss 13432 13433 * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155) 13434 * modules/gui/win32/menu.cpp: removed some ^M chars 13435 12568 13436 2003-02-01 Saturday 22:03 babal
