1commit 38490622300316a1f02246c39363bf9900d86848
2Author: Antoine Cellerier <dionoea@videolan.org>
3Date:   Sun Dec 31 15:48:15 2006 +0000
4
5    Add quicktime in24 and in32 support (basically s24/32l from what i understand)
6    Some testing might be needed
7
8    I tried on samples:
9     ftp://ftp.funcom.com/media/Dreamfall/final_dreamfall_trailer_funcom_qtmp4.mov
10     http://www.movie-update.com/download/11372/sm3_sneak_peek.mov
11
12    According to the Mplayer mailing list, there might be endianess issues (i couldn't find s24b equivalent samples ... so i couldn't test). See http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-March/041206.html
13
14commit 804ba31bc8eaefe786ad3a4241091ac6a214a324
15Author: Felix Paul Kühne <fkuehne@videolan.org>
16Date:   Sun Dec 31 14:27:10 2006 +0000
17
18    * simplified the xcodebuild part, since VLC doesn't support Darwin 6 aka OSX 10.2 anymore and we therefore don't need to support pbxbuild either
19
20commit 40f6fbfa313d91405a1db832cfdb1942227967a7
21Author: Felix Paul Kühne <fkuehne@videolan.org>
22Date:   Sun Dec 31 13:45:50 2006 +0000
23
24    * some GUI improvements, which need further work once the vout-filter-rework is completed. this commit needs compatibility checking with current IB releases, especially for the folks interested in compiling on 10.3.
25
26commit bce30eb166ef17b5ca44c40808ee67666e9cd168
27Author: Felix Paul Kühne <fkuehne@videolan.org>
28Date:   Sun Dec 31 11:44:13 2006 +0000
29
30    * don't add an 'empty folder' if the user hit cancel when asked to enter a name for it
31
32commit a610989cf400aaa7f21ece5512ecef78d5d7091b
33Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
34Date:   Sun Dec 31 01:21:08 2006 +0000
35
36    transcode.c: reset pointer and size info for extradata when freeing
37    the pointer. Fixes #940
38
39commit a454e8931a11ca7c965fe7fe5807e12abe5390dc
40Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
41Date:   Sat Dec 30 18:42:15 2006 +0000
42
43    live555.cpp: Add support for quicktime specific audio
44    doesn't work for the sample stream I tested, but I think that stream
45    is bad
46
47commit 3253ef6e96686dfe83c399432dd51f262830a07a
48Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
49Date:   Sat Dec 30 18:39:45 2006 +0000
50
51    b4s.c: Create meta before using them
52
53commit 4a44b3ab9eaeec688f2997d99f31af3391a63558
54Author: Felix Paul Kühne <fkuehne@videolan.org>
55Date:   Sat Dec 30 17:39:26 2006 +0000
56
57    * don't apply enable-pic twice. x264 is still broken on future darwin releases though.
58
59commit 600555d4a716984f0572c29f4f65211a8c458b9f
60Author: Jean-Paul Saman <jpsaman@videolan.org>
61Date:   Sat Dec 30 11:48:53 2006 +0000
62
63    Test for the pointer iso for the pointer to the pointer. Fixes bug with get_aspectRatio().
64
65commit eec7c30f538022a01ec95570a46ee21b99f03b8c
66Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
67Date:   Sat Dec 30 01:51:23 2006 +0000
68
69    mkv.cpp: Added support for theora in mkv. Fixes #925
70    (not particularly beautiful code, but it works)
71
72commit dd400e157bbc2713742214d7a887ade5969b90e5
73Author: Damien Fouilleul <damienf@videolan.org>
74Date:   Fri Dec 29 19:24:46 2006 +0000
75
76    - make pthreads-win32 build on MinGW/cygwin
77
78commit a79208b6dcdd445e2900c37d57225588439d6df4
79Author: Felix Paul Kühne <fkuehne@videolan.org>
80Date:   Thu Dec 28 19:36:57 2006 +0000
81
82    * very first step to support future darwin releases
83
84commit e4fbdca535fbec5d48ea99980590efb124f68bcc
85Author: Rémi Denis-Courmont <rem@videolan.org>
86Date:   Thu Dec 28 11:50:15 2006 +0000
87
88    Use RFC4648 test vectors
89
90commit 93fc205217e742345bca680a0a3d057c8306abd1
91Author: Jean-Paul Saman <jpsaman@videolan.org>
92Date:   Wed Dec 27 10:27:09 2006 +0000
93
94    Forget to set a default
95
96commit 8afa1caa4fb8922e320e51f2c59985e9c9694cc9
97Author: Jean-Paul Saman <jpsaman@videolan.org>
98Date:   Wed Dec 27 10:23:05 2006 +0000
99
100    Add Id svn:keywords
101
102commit 1e89271e8fd2f1fa9541c4468f20caefe027d225
103Author: Jean-Paul Saman <jpsaman@videolan.org>
104Date:   Wed Dec 27 10:21:13 2006 +0000
105
106    Make gnome-vlc-default.sh script work on FC4/5/6 too.
107
108commit 1bc5e07bc39a380f8b4648009820f33887938c62
109Author: Jean-Paul Saman <jpsaman@videolan.org>
110Date:   Wed Dec 27 10:07:24 2006 +0000
111
112    Add Torsten's Spindler contribution to the THANKS file.
113
114commit 0eecb210eb8fd91592847fad7592e0cccacaeff1
115Author: Jean-Paul Saman <jpsaman@videolan.org>
116Date:   Wed Dec 27 10:06:08 2006 +0000
117
118    Script to set vlc as default player on GNOME desktops. Patch by Torsten Spindler <spindler _at_ tspindler _dot_ de>
119
120commit 43bff21b9c68b3b05d64ee280e48a20dd38a9fd4
121Author: Filippo Carone <littlejohn@videolan.org>
122Date:   Tue Dec 26 16:41:21 2006 +0000
123
124    Make audio functions compliant with current libvlc
125
126commit c17c4753356adfca64a01c2e7ad0dad2f9c32ed7
127Author: Felix Paul Kühne <fkuehne@videolan.org>
128Date:   Tue Dec 26 13:22:37 2006 +0000
129
130    * be more accurate when fading in and out (refs #913 and hopefully fixes it)
131
132commit adfd51f8dc80704169b47d8e1c1507c595960a28
133Author: Antoine Cellerier <dionoea@videolan.org>
134Date:   Mon Dec 25 23:49:07 2006 +0000
135
136    Add missing *
137
138commit 7d185504c6bc671904ff8a8bcbbb6e8066a3ee1b
139Author: Antoine Cellerier <dionoea@videolan.org>
140Date:   Mon Dec 25 22:28:45 2006 +0000
141
142    * add some locking the the video filter2 handling code in video output core. Fix #945 (untested)
143
144commit f0fbcbd59a9d6e7382f0c5e9f7782965c7fe9aea
145Author: Dennis van Amerongen <trax@videolan.org>
146Date:   Sun Dec 24 22:03:02 2006 +0000
147
148    * modules/access/dshow/dshow.cpp: Typo specfic -> specific.
149
150commit 80fde19dfe7b9e5875e0f891fe29aa0f6c0ec82e
151Author: Clément Stenac <zorglub@videolan.org>
152Date:   Sun Dec 24 14:18:21 2006 +0000
153
154    More cleanup
155
156commit eedba76b51be5583dabed93222b570a8bc05cabe
157Author: Clément Stenac <zorglub@videolan.org>
158Date:   Sun Dec 24 13:50:47 2006 +0000
159
160    A bit of cleanup here and there
161
162commit 8e315515cc6ed2e55399ccfe57650f3b6822b279
163Author: Clément Stenac <zorglub@videolan.org>
164Date:   Sat Dec 23 15:40:20 2006 +0000
165
166    Hopefully correct tokenization of open strings
167
168commit aeb39123d4939d680f63c0c81f8bd1afbf526f19
169Author: Christophe Mutricy <xtophe@videolan.org>
170Date:   Sat Dec 23 15:12:01 2006 +0000
171
172    Don't transform tavs to 4 spaces in Makefiles.
173
174commit cb4a2b8048646712a3e5d3279fffe6e097116222
175Author: Clément Stenac <zorglub@videolan.org>
176Date:   Sat Dec 23 14:18:49 2006 +0000
177
178    Unlock the playlist while waiting for input to finish so that input can freely use signal on the playlist whatever the context is (Closes:#937)
179
180commit 11a1940be86bf0edc1d99ff4234c8c768e091623
181Author: Clément Stenac <zorglub@videolan.org>
182Date:   Sat Dec 23 12:20:23 2006 +0000
183
184    Add extra debug to chase #934
185
186commit 253460107b425df38ae34d3e3e401955adaa972a
187Author: Clément Stenac <zorglub@videolan.org>
188Date:   Sat Dec 23 11:53:20 2006 +0000
189
190    * Ensure garbage collector is called when disabling a video track (Closes:#935)
191    * Possible (not probable) fix for 934. Can't fix as building vlc on win32 is almost impossible
192
193commit 514e325d50ea0f061dbcd7779a722bf50f95f50d
194Author: Rémi Denis-Courmont <rem@videolan.org>
195Date:   Sat Dec 23 10:37:03 2006 +0000
196
197    Fix "File already exists" failure with moc (closes #941)
198
199commit 1ceb9aa1a870cebc7ea738e894eb657b7e9545f8
200Author: Clément Stenac <zorglub@videolan.org>
201Date:   Sat Dec 23 10:36:47 2006 +0000
202
203    Wtf ?
204
205commit 1be77d50ab47b8e4b17522a12266e935fce04a21
206Author: Clément Stenac <zorglub@videolan.org>
207Date:   Sat Dec 23 10:36:24 2006 +0000
208
209    * Only allow playlist files in open playlist (Refs:#940)
210    * For the time being, hide simple open. Better three clicks than confusing
211      things :)
212
213commit 952f1805c2994ef0e18288013b698fd950ed7191
214Author: Dennis van Amerongen <trax@videolan.org>
215Date:   Sat Dec 23 00:32:58 2006 +0000
216
217    * modules/gui/qt4/dialogs/extended.cpp: Typo Eqqualizer -> Equalizer.
218
219commit a1066b72e4bc3cdd3edcecc2e2482de378a11b7c
220Author: Clément Stenac <zorglub@videolan.org>
221Date:   Fri Dec 22 21:34:23 2006 +0000
222
223    Cleanup control and parser threads handling. Might fix #917
224
225commit 65d2183365ccbd6321ecb8fcbf8bbf42362ca1ba
226Author: Clément Stenac <zorglub@videolan.org>
227Date:   Fri Dec 22 21:14:11 2006 +0000
228
229    Add facilities to report and enrich error messages.
230
231    The idea is that a given error should be reported only once to the user.
232    At the moment, for example, we can get:
233    - "no suitable access module" (printed by module_Need)
234     - "unable to create access" (printed by input/access)
235     - "unable to open stream" (printed by input/input)
236     - ...
237
238    The facilities provided here are:
239    * msg_StackSet( code, message ) : "throw" a new error
240    * msg_StackAdd( message ) : Append a message allowing to trace the message
241    * msg_StackMsg() : Retrieve the message
242
243    So, in the previous example, module_Need would msg_StackSet( code, "no
244    suitable access module"), then input/input would add "unable to create
245    access" and finally, input/input can print the "unable to open stream:
246    unable to create access: no suitable module" message.
247
248    The three functions are context-free, you don't need a vlc_object, so
249    that we can add verbose error reporting everywhere.
250
251commit 7e5c6ea5492fb3167fee4670c323601e06661c24
252Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
253Date:   Fri Dec 22 16:24:21 2006 +0000
254
255    AUTHORS: e-mail address fix
256
257commit 4ec5943cb3cc86dc97d84213ad121710e6196a0e
258Author: Rémi Denis-Courmont <rem@videolan.org>
259Date:   Thu Dec 21 18:18:08 2006 +0000
260
261    Take program-transform-name into account when creating vlc symlinks
262
263commit 9891939276a25c0e41b988ccd23e8b35de91e83c
264Author: Rémi Denis-Courmont <rem@videolan.org>
265Date:   Thu Dec 21 18:05:54 2006 +0000
266
267    Escape antislash in CONFIGURE_LINE properly (I hope you like antislashes).
268                                       ^^^^^^^^
269                       As far as I checked (sed guru required).
270
271commit c9958ed21646465252d2d196e24beac4d1e91d02
272Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
273Date:   Thu Dec 21 15:00:04 2006 +0000
274
275    python bindings: svn propset svn:keywords
276
277commit a315f6348f5932244c9b395cd0330652faa9baeb
278Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
279Date:   Thu Dec 21 11:02:31 2006 +0000
280
281    python bindings: completed libvlc bindings
282
283commit a77fdc28e0573179dd369475bb1cb58ce403b641
284Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
285Date:   Thu Dec 21 09:58:22 2006 +0000
286
287    include/vlc/libvlc.h: comment fixes
288
289commit b9390c0206380db64183d2cabca004e6b8a79214
290Author: Jean-Baptiste Kempf <jb@videolan.org>
291Date:   Thu Dec 21 09:20:26 2006 +0000
292
293    * Updating NEWS for VP60/VP61 . Ref [18408]
294
295commit acafac958ca53fccdde8770c6c07ad021daa397d
296Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
297Date:   Thu Dec 21 01:22:05 2006 +0000
298
299    src/video_output/video_output.c: Fixed double free in filter removal
300    code
301    qt4/components/extended_panels.cpp: Improved some dagerous string
302    parsing code. This whole function looks very ad hoc to me at the
303    moment and should be rewritten in a more robust way. In particular
304    this function will misbehave if a video filter exists whose name is a
305    substring of another video filter. This change here just makes it less
306    likely to crash...
307
308commit bf4ae068b451c5c86bc2ca402b1e023caa107ea5
309Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
310Date:   Thu Dec 21 00:07:11 2006 +0000
311
312    fix out of buffer read in equalizer code
313
314commit 2dfa55bd53357dc8bfcb6c94ec9a204dc9d3fe65
315Author: Jean-Paul Saman <jpsaman@videolan.org>
316Date:   Wed Dec 20 22:11:54 2006 +0000
317
318    Audio track and channel support for JavaScript API. The ActiveX vlc.audio.channel interface still has a bug left.
319
320commit b2009aee6f2c6892c3c48bd85a147ae1c1ba8ac0
321Author: Christophe Mutricy <xtophe@videolan.org>
322Date:   Wed Dec 20 17:22:53 2006 +0000
323
324    Add a plugins/bindings line to the summary
325
326commit e249f6a3d98f18cd9a167853f58427d99ac90046
327Author: Christophe Mutricy <xtophe@videolan.org>
328Date:   Wed Dec 20 17:01:34 2006 +0000
329
330    Fix a small bug in header detection for Activex
331
332commit 9b499eae7bce2d3554ad82ff66838278e5b13fe7
333Author: Jean-Baptiste Kempf <jb@videolan.org>
334Date:   Wed Dec 20 14:58:33 2006 +0000
335
336    Adding Open Menu entries.
337
338commit bf38fbd08fe8f79d5bca1231545834b3fabc5102
339Author: Clément Stenac <zorglub@videolan.org>
340Date:   Tue Dec 19 22:23:59 2006 +0000
341
342    Make static a bunch of functions
343
344commit 4eb9b935f8b18d1bfe780aa3b09202d7e3a06667
345Author: Christophe Mutricy <xtophe@videolan.org>
346Date:   Tue Dec 19 22:01:34 2006 +0000
347
348    make update-po
349
350commit 93202a752b903d92c30c3f2bd2897ca9eaef5d22
351Author: Rémi Denis-Courmont <rem@videolan.org>
352Date:   Tue Dec 19 21:27:57 2006 +0000
353
354    Do not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does
355
356commit a58c71cce7596127e7a57997f1900f5e8ec79603
357Author: Rémi Denis-Courmont <rem@videolan.org>
358Date:   Tue Dec 19 21:26:46 2006 +0000
359
360    Fix implicit declaration problem
361
362commit f6773c993f008bf31855ffffc2bac50e08e008f4
363Author: Christophe Mutricy <xtophe@videolan.org>
364Date:   Tue Dec 19 20:18:55 2006 +0000
365
366    Don't use pic on win32. it confuses nasm
367
368commit 2e4b79c9a2c5c6ae8a4c82685a17b3692faff320
369Author: Christophe Mutricy <xtophe@videolan.org>
370Date:   Tue Dec 19 19:58:54 2006 +0000
371
372    Manual install for pthread
373
374commit d586a8d0070036d19259d0259f5822e89785869f
375Author: Christophe Mutricy <xtophe@videolan.org>
376Date:   Tue Dec 19 19:45:35 2006 +0000
377
378    Refresh x264 patch and use pthread for x264 in win32
379
380commit f81e64f1499acc9382a6993644101369f84ab4d0
381Author: Christophe Mutricy <xtophe@videolan.org>
382Date:   Tue Dec 19 17:42:01 2006 +0000
383
384    pthread for win
385
386commit 7297e3b228500c2217948ce3c7513ce008bfe172
387Author: Felix Paul Kühne <fkuehne@videolan.org>
388Date:   Tue Dec 19 17:34:26 2006 +0000
389
390    * gui behaviour change: the textfields are no longer disabled if another protocol is enabled through the knobs. the user can click the fields now to switch the protocol. I'm unsure whether this could and should be done in the disc tab as well. closes #914
391
392commit 10a72995eef2e2db8343f346fc3ba48af3701ca1
393Author: Christophe Mutricy <xtophe@videolan.org>
394Date:   Tue Dec 19 14:16:37 2006 +0000
395
396    Fix win32 compilation
397
398commit 55c10e2ca8a3c7fffc7ac0b1e8e3562b22bed32c
399Author: Jean-Baptiste Kempf <jb@videolan.org>
400Date:   Tue Dec 19 10:53:09 2006 +0000
401
402    Dionoea's commit :D
403
404commit 9203b45213836283e87089ca72ead34a637d52e6
405Author: Felix Paul Kühne <fkuehne@videolan.org>
406Date:   Mon Dec 18 23:22:55 2006 +0000
407
408    * hide the fspanel if VLC looses its front app state in fullscreen mode (by using the app switcher, etc.)
409
410commit b28e41253458f84e5003ad62ae0feb12083d0e3e
411Author: Clément Stenac <zorglub@videolan.org>
412Date:   Mon Dec 18 22:03:30 2006 +0000
413
414    A bit of cleanup in libvlc playlist API. Preliminary work for: Refs:#457
415
416commit 49a7dec5d6f8f2ca73b937badc50a8a3b6146666
417Author: Clément Stenac <zorglub@videolan.org>
418Date:   Mon Dec 18 21:53:26 2006 +0000
419
420    Untested states thread and gnu portable threads implementation of tls
421    Fix Win32 implementation
422
423commit 651078ecf9be6d0bb9c2323023ebb7fbd7f0d145
424Author: Clément Stenac <zorglub@videolan.org>
425Date:   Mon Dec 18 21:40:12 2006 +0000
426
427    Added initial support for TLS (Thread Local Storage) variables
428
429commit 965e95ec654de6c1f1067086e0f1e7da74a6ecad
430Author: Antoine Cellerier <dionoea@videolan.org>
431Date:   Mon Dec 18 21:14:53 2006 +0000
432
433    * extract now uses sqrt.
434
435commit fa9ca79b19e5989640666113483c015a89b2ae48
436Author: Antoine Cellerier <dionoea@videolan.org>
437Date:   Mon Dec 18 21:13:07 2006 +0000
438
439    * Remove comments left in cut & paste.
440
441commit 0d895d8ecd05dd4290cae5781671599812f5e421
442Author: Antoine Cellerier <dionoea@videolan.org>
443Date:   Mon Dec 18 21:08:11 2006 +0000
444
445    * Make it possible to extract any color component from the video. (Red, Green and Blue are still hardcoded) Example: ./vlc ~/media/Muse-Concert.mpg --video-filter "extract{component=0xFFFF00}" will get you the yellow stuff.
446
447commit 54b8b0121a13e9b38c0e51e253a3440e71212f45
448Author: Jean-Baptiste Kempf <jb@videolan.org>
449Date:   Mon Dec 18 20:44:07 2006 +0000
450
451    SuSE spec file thanks to DimStar, Dominique Leuenberger
452
453commit 98924203a6b0607fd995b8165fbb52cbdef18f90
454Author: Felix Paul Kühne <fkuehne@videolan.org>
455Date:   Mon Dec 18 11:34:46 2006 +0000
456
457    * added an option to disable the fspanel
458
459commit b77357693ca23d0682f0c2d436eb238f4003ecea
460Author: Dennis van Amerongen <trax@videolan.org>
461Date:   Sun Dec 17 23:53:49 2006 +0000
462
463    * modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv.c: Add support for decoding VP60 and VP61
464
465commit 2ac1e59908bc1ff2885d6ed3f0c6960501738e2c
466Author: Pavlov Konstantin <thresh@videolan.org>
467Date:   Sun Dec 17 23:32:24 2006 +0000
468
469    Default disable gnomevfs access plugin as it doesn't work anyway
470
471commit 03f9f5fec66fb1a0dc1c5f924793bd939d3358d0
472Author: Antoine Cellerier <dionoea@videolan.org>
473Date:   Sun Dec 17 20:42:32 2006 +0000
474
475     * New color extraction video filter. Can be used to extract the Red, Green or Blue component from a video.
476     * Add stuff about motiondetect and extract in the News (even though motiondetect isn't finished)
477
478commit dfc8b3df2513b8400383e3eb0539532f2c18c718
479Author: Antoine Cellerier <dionoea@videolan.org>
480Date:   Sun Dec 17 17:58:21 2006 +0000
481
482    Rewrite motion detect filter. It currently draws a white rectangle arround moving objects (on fixed backgrounds). I still need to add code to make it possible to trigger an action when movement is detected (i.e. a VLM command to start recording).
483
484commit 52fbb24bf70ffc9629cbd0382d4663e7ec710d75
485Author: Philippe Morin <phmo95@videolan.org>
486Date:   Sun Dec 17 16:09:00 2006 +0000
487
488    Fix include for WIN32 version.
489
490commit 116f3a23ac8209172ad78363ebd7aeff0c83a231
491Author: Clément Stenac <zorglub@videolan.org>
492Date:   Sat Dec 16 14:54:54 2006 +0000
493
494    Add video filters panel
495    Fix size of preference tree items
496
497commit f17ac07e8f7702ae86748852cf2df18c9ea45920
498Author: Filippo Carone <littlejohn@videolan.org>
499Date:   Sat Dec 16 11:05:17 2006 +0000
500
501    bindings for new audio functions, thanks to Philippe Morin
502
503commit 24977cae04bfbff8d685dfb6cc7e660afcfd71c3
504Author: Jean-Baptiste Kempf <jb@videolan.org>
505Date:   Sat Dec 16 00:20:42 2006 +0000
506
507    Include fixing for snapshot.c
508
509commit 3103bc6257da7d832544945ecacb6d8d26c078bf
510Author: Jean-Baptiste Kempf <jb@videolan.org>
511Date:   Fri Dec 15 23:50:28 2006 +0000
512
513    Include repairing for dc1394
514
515commit 0fd5011bae51389f0100b8a0f665704b4d1b0648
516Author: Clément Stenac <zorglub@videolan.org>
517Date:   Fri Dec 15 23:38:33 2006 +0000
518
519    2nd argument of playlist_Viewplay is not a boolean
520
521commit acf462d72a4c5ecf73aa9f70e6b6df569f6548e1
522Author: Clément Stenac <zorglub@videolan.org>
523Date:   Fri Dec 15 23:21:27 2006 +0000
524
525    Rework dicts as macros for type-independance
526
527commit 9a55e8384d5115113f5623b98d66660ae2a89972
528Author: Rémi Denis-Courmont <rem@videolan.org>
529Date:   Fri Dec 15 14:16:08 2006 +0000
530
531    Simpler UTF-8 check functions + rudimentary unit test
532
533commit d2dff4466b7e125a3734a3e83f3f0e476dc623e8
534Author: Derk-Jan Hartman <hartman@videolan.org>
535Date:   Thu Dec 14 20:56:18 2006 +0000
536
537    * More compiler warning fixes (const mostly)
538
539commit fe12c564e835d961d197216fc2e0c08cc8636353
540Author: Damien Fouilleul <damienf@videolan.org>
541Date:   Thu Dec 14 13:53:31 2006 +0000
542
543    - bootstrap: patch libtool on cygwin to prevent linking shared library as '.dll.exe' files
544
545commit 71c0c5cbf613d616d4c45bc1a3fce31d740d5823
546Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
547Date:   Thu Dec 14 13:18:53 2006 +0000
548
549    src/controler/mediacontrol_audio_video.c: make mediacontrol_showtext static
550
551commit f05d228de8d867731ce8ffff5146021c82725e0e
552Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
553Date:   Thu Dec 14 13:18:27 2006 +0000
554
555    include/vlc/mediacontrol.h: define mediacontrol_playlist_next_item prototype
556
557commit f386482a47893c15e4e63fb257256ef26976bdad
558Author: Damien Fouilleul <damienf@videolan.org>
559Date:   Thu Dec 14 11:57:03 2006 +0000
560
561    - activex: few fixes, generate latest tlb
562
563commit 1e4db902f9abb4157e4a5b26643b01fd66c950ed
564Author: Derk-Jan Hartman <hartman@videolan.org>
565Date:   Thu Dec 14 00:14:37 2006 +0000
566
567    * Fix a couple of const, static and other warnings
568
569commit d9d80e10fbf2cd2406c62f980f06e1f5e0dc853a
570Author: Jean-Paul Saman <jpsaman@videolan.org>
571Date:   Wed Dec 13 14:43:57 2006 +0000
572
573    Use more sensible error message that says: settting audio track failed.
574
575commit 0459ac1dfb23f64a228fc0631e6ed54c36f604d7
576Author: Christophe Mutricy <xtophe@videolan.org>
577Date:   Wed Dec 13 11:41:15 2006 +0000
578
579    .h and .cpp are not executable files
580
581commit 05040562fe014b36a474c572e77bdf8ac0c6560d
582Author: Derk-Jan Hartman <hartman@videolan.org>
583Date:   Wed Dec 13 01:11:55 2006 +0000
584
585    * Add support for HD DVBsub closes #896
586    * Added some comments
587    * Set the b_pausable flage and remove the b_fade/b_stop flags from the dvbsubs.
588      They are ephemer and if you need these options set, then figure out another way.
589
590commit 442219bea0a03df2e2947e437652f336c5916f48
591Author: Philippe Morin <phmo95@videolan.org>
592Date:   Tue Dec 12 21:08:50 2006 +0000
593
594    Fix typos for WIN32 compilation of Java bindings.
595
596commit 3a38faa2fc71582db79c9f9441e7cfc4831d7b1b
597Author: Filippo Carone <littlejohn@videolan.org>
598Date:   Tue Dec 12 21:05:53 2006 +0000
599
600    eclipse project creation script updated.
601
602commit 84a89ef4abb5c9b46fa58a74e414b9e3db2f4b82
603Author: Felix Paul Kühne <fkuehne@videolan.org>
604Date:   Tue Dec 12 19:46:17 2006 +0000
605
606    * switched the middle arrow buttons from faster/slower to backward/forward to reflect the same functionality as the usual controller window, thus a more consistent GUI. Thanks to the6thReplicant from the forum for the hint.
607
608commit dc1ce7981b386493dbcfff474ab747c7d977b3fb
609Author: Jean-Paul Saman <jpsaman@videolan.org>
610Date:   Tue Dec 12 11:18:38 2006 +0000
611
612    Add support to the activex, mozilla, firefox, safari plugin for changing audio track and audio output channel (reverse, stereo, left, right, dolby).
613
614commit 53a76832ce6af9cd1680e6b6f06a718586aa7fce
615Author: Jean-Paul Saman <jpsaman@videolan.org>
616Date:   Tue Dec 12 09:26:26 2006 +0000
617
618    Fix compilation warnings
619
620commit 7acc0ba62d6ba4a18d8c3f068f1d1bf11e1ab193
621Author: Jean-Paul Saman <jpsaman@videolan.org>
622Date:   Tue Dec 12 09:23:58 2006 +0000
623
624    Small readability enhancement
625
626commit e0a738e5829868ff3c7c622f33ef5aa572b11cea
627Author: Jean-Paul Saman <jpsaman@videolan.org>
628Date:   Tue Dec 12 09:23:10 2006 +0000
629
630    Don't use register keyword, leave it up to compiler to optimize this.
631
632commit 3a409569e7b8387ade34f6bee815d859f3a95bae
633Author: Olivier Teulière <ipkiss@videolan.org>
634Date:   Mon Dec 11 22:19:56 2006 +0000
635
636     * skins2/vars/equalizer.cpp: Fixed an invalid memory read, potential crasher
637     * skins2/src/generic_layout.cpp: Fixed an old memory leak
638    This is a forwardport of [18282]
639
640commit 402d93f759a306d16e62cd2d5d4e1f6735596f3f
641Author: Christophe Mutricy <xtophe@videolan.org>
642Date:   Mon Dec 11 21:06:55 2006 +0000
643
644    Makefile.am: tweack win32 packaging rules
645
646commit 075b16473cfe41bcf7135f7c93b96e5f2afd528b
647Author: Derk-Jan Hartman <hartman@videolan.org>
648Date:   Mon Dec 11 20:55:22 2006 +0000
649
650    * Some more const warning fixes
651
652commit 18f3b1e3d9ccdaab0c3757d871fb7c5e59d58024
653Author: Filippo Carone <littlejohn@videolan.org>
654Date:   Mon Dec 11 20:22:47 2006 +0000
655
656    helper script to ease jvlc development with eclipse
657
658commit d90bffc9b952f607dcb7359c86028524db2a0e4e
659Author: Derk-Jan Hartman <hartman@videolan.org>
660Date:   Mon Dec 11 20:04:55 2006 +0000
661
662    * grah one more compile issue
663
664commit 60eb0b52cf5aac64c1411c480e1b54091b8f5393
665Author: Derk-Jan Hartman <hartman@videolan.org>
666Date:   Mon Dec 11 17:34:07 2006 +0000
667
668    * one more closedir fix
669
670commit 4d5ae9ec5a38da20673076d9ca12c71ab520abb0
671Author: Derk-Jan Hartman <hartman@videolan.org>
672Date:   Mon Dec 11 17:29:49 2006 +0000
673
674    * another closedir fix
675
676commit ae6af36087215d55b3b05313d04e3b12ec5ccb4f
677Author: Derk-Jan Hartman <hartman@videolan.org>
678Date:   Mon Dec 11 17:22:20 2006 +0000
679
680    * motion_detect: use playlist_Control's "lock" argument
681    * const string fixes
682    * make a couple of functions static
683
684commit 94a01b369b1e70d554d87d29a09939aca1082a38
685Author: Christophe Mutricy <xtophe@videolan.org>
686Date:   Mon Dec 11 17:04:56 2006 +0000
687
688    Don't call removed target.
689
690commit 911511bda6deff7ae9c42c7b0931461170820f15
691Author: Rémi Denis-Courmont <rem@videolan.org>
692Date:   Mon Dec 11 16:56:21 2006 +0000
693
694    - WTF?! Do not use non-existant vlc_closedir_wrapper
695    - Do not leak result from utf8_readdir (ALWAYS strdup'ed).
696
697commit 65c24e0dcf322793ca3a4817554225a461599da0
698Author: Rémi Denis-Courmont <rem@videolan.org>
699Date:   Mon Dec 11 16:53:08 2006 +0000
700
701    Fix compilation
702
703commit 83a754136e96b512efa13fd5a6d4dbc4464b8d70
704Author: Derk-Jan Hartman <hartman@videolan.org>
705Date:   Mon Dec 11 16:25:29 2006 +0000
706
707    * Fix utf8_scandir (wasn't using vlc_closedir_wrapper)
708    * Add some doxygen comments to some of these functions that warn about vlc_closedir_wrapper and LocaleFree
709
710commit d59f9b354c873e267857dc53dd737cf08dc9eacb
711Author: Derk-Jan Hartman <hartman@videolan.org>
712Date:   Mon Dec 11 16:22:45 2006 +0000
713
714    * forwardport: [18328]-[18330]
715      * utf8_fopen for: galaktos and snapshots
716      * vlc_closedir_wrapper for: webintf, mkv, ncurses and gnutls
717
718commit 8ef2385833c0c327407d61ef28f641c72063ce68
719Author: Derk-Jan Hartman <hartman@videolan.org>
720Date:   Mon Dec 11 16:17:44 2006 +0000
721
722    * forwardport [18332]:
723      - don't compile pngtest, it's not SDK compatible
724      - enable sdk on contrib again
725
726commit 55da3392db2e955ceb230b6ba354463c3854bc47
727Author: Derk-Jan Hartman <hartman@videolan.org>
728Date:   Mon Dec 11 16:16:33 2006 +0000
729
730    * forwardport [18335]: Compile x264 with --enable-pic
731
732commit 74cbdba8dc2482bf88cba3326a8ddb47cee532ee
733Author: Derk-Jan Hartman <hartman@videolan.org>
734Date:   Mon Dec 11 16:13:24 2006 +0000
735
736    * forwardport [18336]:
737     - Only try Real RTSP in case of rtsp:// realrtsp:// or pnm://
738     - Don't use fprintf
739
740commit 9822f1942cb8e8aa6fe498900052bc35ff95d7fb
741Author: Derk-Jan Hartman <hartman@videolan.org>
742Date:   Mon Dec 11 16:04:32 2006 +0000
743
744    * forwardport the 0.8.6 NEWS
745
746commit 48c1a9f20fe4721dc7fa482ef96daad1b62e2808
747Author: Derk-Jan Hartman <hartman@videolan.org>
748Date:   Mon Dec 11 16:03:34 2006 +0000
749
750    * forwardport [18346]: LocaleFree() a utf8_readdir entry instead of using free()
751
752commit 45d22a77854809ab0293310d86b94e2ac5ef5809
753Author: Derk-Jan Hartman <hartman@videolan.org>
754Date:   Mon Dec 11 15:32:01 2006 +0000
755
756    * forwardport [18350] libtiff linking in VLC OS X
757
758commit dba4eb43527ff90639108bb338ac3a04e4f6fcbb
759Author: Derk-Jan Hartman <hartman@videolan.org>
760Date:   Mon Dec 11 15:30:46 2006 +0000
761
762    * marq.c: const strings
763
764commit f6c86f7a08dcd0f397cf1a2be052268b993d2fe2
765Author: Rémi Denis-Courmont <rem@videolan.org>
766Date:   Mon Dec 11 12:16:39 2006 +0000
767
768    Remove -z defs to fix FreeBSD linking.
769    Someone (I?) ought to work on a better solution
770
771commit 96249f8f98879a156c7577a66f32ada36fae98fe
772Author: Rémi Denis-Courmont <rem@videolan.org>
773Date:   Sun Dec 10 20:02:03 2006 +0000
774
775    Do not redefine vlc_wclosedir (Close #893)
776
777commit a7a199e30770d5f3d3aa56105320a4af5a85d1fe
778Author: Rémi Denis-Courmont <rem@videolan.org>
779Date:   Sun Dec 10 19:57:01 2006 +0000
780
781    Forgot this file
782
783commit 6ed527e81716d8d7dea81f26ccfa7771ad67f6a6
784Author: Rémi Denis-Courmont <rem@videolan.org>
785Date:   Sun Dec 10 19:56:13 2006 +0000
786
787    Use shared libvlc on Win32
788
789commit 98b71c2564df05348d4615870caf2b147530dc3f
790Author: Clément Stenac <zorglub@videolan.org>
791Date:   Sun Dec 10 15:28:12 2006 +0000
792
793    Simplify a bit strings handling
794
795commit f986994e6aafcaad63780958d7ba3c39229ffbc3
796Author: Clément Stenac <zorglub@videolan.org>
797Date:   Sun Dec 10 15:24:01 2006 +0000
798
799    Fix wrong object release
800
801commit 1f8c859dbed5ac385ae176519a141903edcf8bd0
802Author: Clément Stenac <zorglub@videolan.org>
803Date:   Sun Dec 10 15:20:26 2006 +0000
804
805    Don't attach playlist twice
806
807commit 1ab643d4ee141f485344f6b949bba42fb5332ed9
808Author: Clément Stenac <zorglub@videolan.org>
809Date:   Sun Dec 10 15:15:50 2006 +0000
810
811    Fix corruption in SD parser (Closes:#889)
812
813commit 496a54201d383dc056767a10b79e2a0354512e53
814Author: Clément Stenac <zorglub@videolan.org>
815Date:   Sun Dec 10 14:00:54 2006 +0000
816
817    * Do not take and release the structure lock for each element of the list while
818      releasing it. mutex locks /= 20 on a standard preparse run
819    * Only create absolutely necessary variables while preparsing
820    --> Preparse speed *= 4 (with item in disk cache of course)
821
822    * Do not rebuild playlist too much while adding a directory. Add a new flag
823      to NodeCreate and Add to control this behaviour
824
825commit dbcaeb30c2a9ec5ab42c7a708d873b8e9a2228de
826Author: Marian Durkovic <md@videolan.org>
827Date:   Sat Dec 9 20:24:50 2006 +0000
828
829    Fix for non-working DELETE key in Playlist on Win32
830    For some unknown reason, wxwidgets 2.6.3 always return WXK_NUMPAD_DELETE
831    even in case normal Delete key was pressed
832
833    Please consider backporting just for Win32 binaries.
834
835commit 26b332584348ab9ed62ca0e629e538204051fe90
836Author: Felix Paul Kühne <fkuehne@videolan.org>
837Date:   Sat Dec 9 20:19:20 2006 +0000
838
839    * prevent the preferences from crashing. they aren't shown again yet, though
840
841commit 41e68d846d07df2195f2629f8bc63643897e2082
842Author: Clément Stenac <zorglub@videolan.org>
843Date:   Sat Dec 9 20:10:28 2006 +0000
844
845    Fix
846
847commit afb4a0fd73533d0de63696de29225d56167984a5
848Author: Felix Paul Kühne <fkuehne@videolan.org>
849Date:   Sat Dec 9 19:59:45 2006 +0000
850
851    * improved previous b_autoplay implementation
852
853commit a7d57cdf5742cb68908cad3d3ee349a479f7dbc8
854Author: Felix Paul Kühne <fkuehne@videolan.org>
855Date:   Sat Dec 9 19:57:48 2006 +0000
856
857    * make sure that the opened media is always enqueueded, if macosx-autoplay is false
858
859commit a94647f04b28484b49f16ce252523b38343b6b58
860Author: Clément Stenac <zorglub@videolan.org>
861Date:   Sat Dec 9 18:12:05 2006 +0000
862
863    Misc cleanups in Qt4. (Closes:#736)
864    Fix m3u export
865
866commit ff5e7fa774f237f3a8d1204cd9a5b61c1df93079
867Author: Derk-Jan Hartman <hartman@videolan.org>
868Date:   Thu Dec 7 22:46:45 2006 +0000
869
870    * Don't redraw the window when going to fullscreen. refs #668 and refs #751
871    This might not fix it, but it surely should eleviate the problem.
872    forwardport of [18324]
873
874commit 85812c06725e6a21a206b844fa89e251a7f4fef4
875Author: Derk-Jan Hartman <hartman@videolan.org>
876Date:   Thu Dec 7 22:38:20 2006 +0000
877
878    * forwardport: [18319], [18320]
879      - fspanel centering on right screen
880      - fspanel don't hide if mousepointer is over fspanel
881
882commit b99b38eb831f1247b95d987a0d80505fa107994e
883Author: Christophe Mutricy <xtophe@videolan.org>
884Date:   Thu Dec 7 20:19:52 2006 +0000
885
886    Forward port [18313] and [18314]. compile fix
887
888commit e8da76c97ff90125ef5637045408fc2b81e27839
889Author: Benjamin Pracht <bigben@videolan.org>
890Date:   Thu Dec 7 20:10:55 2006 +0000
891
892    * Cleanup that file a bit
893
894commit 718c752ff05d5bb9f8f499e18e7f5c9c869c6cf8
895Author: Filippo Carone <littlejohn@videolan.org>
896Date:   Thu Dec 7 13:35:25 2006 +0000
897
898    fix for libvlc_input_get_fps. maybe there's a better way to do it.
899
900commit 8186a95af8f99e0716c7c3bda5a6e902b605ead1
901Author: Rémi Denis-Courmont <rem@videolan.org>
902Date:   Thu Dec 7 11:25:09 2006 +0000
903
904    Remove redumdant function call
905
906commit f2cf7af4b4bc46b43b652971a289310aa88e9c92
907Author: Rémi Denis-Courmont <rem@videolan.org>
908Date:   Thu Dec 7 09:29:45 2006 +0000
909
910    Remove old TODO
911
912commit aaaea383ca9188d7b138f7bb81d26859b7196234
913Author: Rémi Denis-Courmont <rem@videolan.org>
914Date:   Thu Dec 7 08:46:01 2006 +0000
915
916    Prefer EDH-RSA over plain RSA
917
918commit d645efe275622d10c519095fc6bfb302f4daab5f
919Author: Rémi Denis-Courmont <rem@videolan.org>
920Date:   Thu Dec 7 08:39:45 2006 +0000
921
922    Handle fatal errors properly past TLS handshake (close #887)
923
924commit 454b19b86a8dd610a3b6f20e0b81dab8afb4ba39
925Author: Damien Fouilleul <damienf@videolan.org>
926Date:   Thu Dec 7 00:31:14 2006 +0000
927
928    - mozilla, activex, directx: more backporting from 0.8.6
929
930commit ec077666e9ff20ecc6f9f626a28bf243bcd59ceb
931Author: Damien Fouilleul <damienf@videolan.org>
932Date:   Thu Dec 7 00:29:57 2006 +0000
933
934    mozilla: backporting from 0.8.6
935
936commit fc9b8e56966b81ebe9852b1e8a1cd4b4842135ee
937Author: Damien Fouilleul <damienf@videolan.org>
938Date:   Thu Dec 7 00:29:02 2006 +0000
939
940    - activex: backporting from 0.8.6
941
942commit 344289ceca2caa3ede3dbc0c443907c265d0c2b2
943Author: Damien Fouilleul <damienf@videolan.org>
944Date:   Wed Dec 6 23:39:18 2006 +0000
945
946    - dshow: backporting from 0.8.6
947
948commit 4b482440894c591c8c3c4ddbdf9fac212280102e
949Author: Damien Fouilleul <damienf@videolan.org>
950Date:   Wed Dec 6 23:38:27 2006 +0000
951
952    - backporting from 0.8.6
953
954commit 3b44fa8c182bfeae208bacc16c4195b88fcb6c12
955Author: Christophe Mutricy <xtophe@videolan.org>
956Date:   Wed Dec 6 22:57:37 2006 +0000
957
958    sub_fps is a float and need to be a float. Don't loose precision if the subtitles dialog is opened.
959
960commit 1ce34fd00faf71b85242237cb775970df9d64433
961Author: Damien Fouilleul <damienf@videolan.org>
962Date:   Wed Dec 6 22:26:23 2006 +0000
963
964    - removed commented out lines in [18277], not really necessary to keep them
965
966commit ddbcb2f208c12dce8514ff5ace181e046441bbe0
967Author: Damien Fouilleul <damienf@videolan.org>
968Date:   Wed Dec 6 22:22:36 2006 +0000
969
970    - vlc.win32.nsi.in: backporting from [18288]
971
972commit b1738c8d8d53b11ec1c0fae05a10f4120116274c
973Author: Rémi Denis-Courmont <rem@videolan.org>
974Date:   Wed Dec 6 21:59:39 2006 +0000
975
976    Enable AES 256 with TLS.
977
978    DISCLAIMER: libgcrypt includes various strong cryptographic ciphers.
979    VLC now has 256-bits ciphers, and already had 128-bits ciphers for some
980    time. Please check with your lawyer and country-specific homeland
981    security bureau. In France, *usage* is completely free. Supply, import
982    and export are not.
983
984commit 839bc0fb62b46c3fcd2d7ccc4201b2a3771062d7
985Author: Christophe Mutricy <xtophe@videolan.org>
986Date:   Wed Dec 6 21:27:32 2006 +0000
987
988    Fix path.
989
990commit 1e5190c13885c64800d02075e310f30845a602b3
991Author: Rémi Denis-Courmont <rem@videolan.org>
992Date:   Wed Dec 6 21:12:53 2006 +0000
993
994    Do not try to distribute non-existant kludges
995
996commit d36cc944ca82b247b580d0488934287a7fb9293a
997Author: Rémi Denis-Courmont <rem@videolan.org>
998Date:   Wed Dec 6 20:48:09 2006 +0000
999
1000    Support for TLSv1.1 deflate compression
1001
1002commit 82f9a191bb09d12425b3e3d1a2ac087f43587136
1003Author: Rémi Denis-Courmont <rem@videolan.org>
1004Date:   Wed Dec 6 20:22:56 2006 +0000
1005
1006     - support for TLSv1.1
1007     - rationalize var_CreateGet*() and config_Get*() usage
1008
1009commit b80738a23869a83e9d8a9618642fe2e0e116cfdd
1010Author: Rémi Denis-Courmont <rem@videolan.org>
1011Date:   Wed Dec 6 18:44:19 2006 +0000
1012
1013    Do not retry to HTTP connection with version 1.0 instead of 1.1...
1014    ...when the lower layer failed (ie TCP or SSL errors)
1015
1016commit c16fe33f620415da6e98d0eaeff9395ba0351aaf
1017Author: Rémi Denis-Courmont <rem@videolan.org>
1018Date:   Wed Dec 6 18:31:53 2006 +0000
1019
1020    Make some constant data table static
1021
1022commit c53808689f7ea5a02905d7baba3a9660ae39c3ba
1023Author: Rémi Denis-Courmont <rem@videolan.org>
1024Date:   Wed Dec 6 16:47:10 2006 +0000
1025
1026    Work-around window-on-top + fullscreen deadlock (refs #882)
1027
1028    FIXME FIXME FIXME FIXME: EXPLICIT HACK.
1029    On the one hand, we cannot hold the lock while triggering a callback, as
1030    it causes a deadlock with video-on-top handling. On the other hand, we
1031    have to lock while triggering the callback to:
1032     1/ make sure video-on-top remains in sync with fullscreen (i.e.
1033        unlocking creates a race condition if fullscreen is switched on and
1034        off VERY FAST).
1035     2/ avoid possible corruption bugs if another thread gets the mutex and
1036        modifies our data in-between (though it does not seem like it could really
1037        do much harm in this particular case).
1038
1039    This is obviously contradictory. Correct solutions may include:
1040     - putting the fullscreen NAND video-on-top logic out of libvlc,
1041       back into the video output plugins (ugly code duplication...),
1042     - serializing fullscreen and video-on-top handling properly instead of
1043       using the fullscreen callback. That's got to be the correct one.
1044
1045commit 4b8daf879c576d7d49762f06cd2b5c362e87aade
1046Author: Rémi Denis-Courmont <rem@videolan.org>
1047Date:   Wed Dec 6 16:41:19 2006 +0000
1048
1049    Provides libvlc.sym
1050
1051commit 449a9c760e853e8424f6b39a8126b5dd3824963a
1052Author: Rémi Denis-Courmont <rem@videolan.org>
1053Date:   Wed Dec 6 16:29:20 2006 +0000
1054
1055    Minor code simplification
1056
1057commit 6c464c3ce2e3cf54eb47fd6679d3ad7d1ba0af67
1058Author: Rafaël Carré <funman@videolan.org>
1059Date:   Wed Dec 6 15:02:37 2006 +0000
1060
1061    Simplification of one-instance mode
1062    It now checks if a capable "Media Player" is running, not only VLC.
1063
1064commit 9dc29b4fa1e75c0fb0066f540f0ec4210e62335b
1065Author: Marian Durkovic <md@videolan.org>
1066Date:   Wed Dec 6 09:55:17 2006 +0000
1067
1068    Remove duplicate code. The new Unescape() is already doing this.
1069
1070commit 461fd44cfe7e3892bec1af9a5575ff46037a4928
1071Author: Rafaël Carré <funman@videolan.org>
1072Date:   Wed Dec 6 00:52:04 2006 +0000
1073
1074    D-Bus module now uses new specification
1075    TODO: playlist management
1076
1077commit 33d29c3eb02ca07e9bece4cf3c1efa0d73aed23e
1078Author: Christophe Mutricy <xtophe@videolan.org>
1079Date:   Wed Dec 6 00:31:08 2006 +0000
1080
1081    make update-po
1082
1083commit 85d419a39e03f6f67402f32a8241403936bc49c4
1084Author: Filippo Carone <littlejohn@videolan.org>
1085Date:   Tue Dec 5 23:45:36 2006 +0000
1086
1087    Java bindings update: various enhancements; paint system changed; reparenting works again.
1088
1089commit a10792f2b6e2d7a4184d2a3a48454ccfc2693a99
1090Author: Filippo Carone <littlejohn@videolan.org>
1091Date:   Tue Dec 5 23:42:58 2006 +0000
1092
1093    libvlc_input_has_vout more consistent with function aim
1094
1095commit 7a6f4c91aae3e6cc1d15ce61261b84734989eba7
1096Author: Damien Fouilleul <damienf@videolan.org>
1097Date:   Tue Dec 5 23:20:18 2006 +0000
1098
1099    - libvlc target, removed uneeded libs target previously for for external libvlc compilation
1100
1101commit aa70c0cf8976fb6f5ec294f71f0d1c119e5bcd81
1102Author: Damien Fouilleul <damienf@videolan.org>
1103Date:   Tue Dec 5 17:29:07 2006 +0000
1104
1105     activex: when linking against the shared lib DLL, it looks like the linker is picking the DLL name from inside the file, rather than the filename itself. in most cases, this is not a problem, as both are usually the same. Unfortunately, since libtool has a bug on cygwin, whereby the ouput name is libvlc.dll.exe rather than libvlc.dll, the wrong name 'libvlc.dll.exe' is used by the linker rather than the corrected filename. Using the import lib libvlc.dll.a instead fixes that problem. the proper fix should probably a patch to libtool
1106
1107commit f0f2eefeb04463f52d6ec23c3abae41f06041ccb
1108Author: Derk-Jan Hartman <hartman@videolan.org>
1109Date:   Tue Dec 5 17:05:20 2006 +0000
1110
1111    * Expand the ugly hack to also let automake define OBJCLINK and friends
1112
1113commit 9e687edccedf1c11f74922eac5a0d6b5cbb5456e
1114Author: Damien Fouilleul <damienf@videolan.org>
1115Date:   Tue Dec 5 10:22:25 2006 +0000
1116
1117    - mozilla, activex: vlc-config vlc -> libvlc changes
1118
1119commit 04773a76777492eb48a8a1cfc05835ff70279fa3
1120Author: Gildas Bazin <gbazin@videolan.org>
1121Date:   Mon Dec 4 21:17:32 2006 +0000
1122
1123    configure.ac: fix build when libtool is disabled.
1124
1125commit 11f445090a95fce4fdeb380e23b524f7ac814050
1126Author: Antoine Cellerier <dionoea@videolan.org>
1127Date:   Mon Dec 4 21:12:19 2006 +0000
1128
1129    Don't install mozilla plugin in recommended/default settings on windows. The NSIS stuff needs to be backported to 0.8.6 before we release (and tested). Could someone do that please?
1130
1131commit c59b99775c8c9c8f1c9b76773b16fdc7ba2c45b4
1132Author: Damien Fouilleul <damienf@videolan.org>
1133Date:   Mon Dec 4 19:08:31 2006 +0000
1134
1135    - vlc -> libvlc for linking shared libvlc.dll
1136
1137commit e5d47d29ef9860e47156adc13877a788632dfec8
1138Author: Marian Durkovic <md@videolan.org>
1139Date:   Mon Dec 4 14:02:14 2006 +0000
1140
1141    Don't escape single quotes since it's not needed anymore
1142
1143commit f88bf2c190ee358defaea7d81d6fc415098ad11b
1144Author: Marian Durkovic <md@videolan.org>
1145Date:   Mon Dec 4 10:14:26 2006 +0000
1146
1147    Add quotes to all VLM commands requested by VLM wx panel
1148
1149commit 85e000fa79ec7631d06fbf99fbc737ac27672b8c
1150Author: Marian Durkovic <md@videolan.org>
1151Date:   Mon Dec 4 10:06:23 2006 +0000
1152
1153    VLM quoting magic for partially quoted strings
1154
1155commit a658df6d37a988362c30ff574abbd2053482d3fd
1156Author: Antoine Cellerier <dionoea@videolan.org>
1157Date:   Sun Dec 3 21:00:42 2006 +0000
1158
1159    Fix searching in tree playlists (doesn't hide a node's children if the children match but the node doesn't). Thanks to zorglub for the fix.
1160
1161commit 1839dc50111af13ef537c7904b45c0ee837b95da
1162Author: Antoine Cellerier <dionoea@videolan.org>
1163Date:   Sun Dec 3 20:56:28 2006 +0000
1164
1165    Don't duplicate backslashes in VLM HTTP interface anymore. Could someone confirm that this works?
1166
1167commit 8a55a20ac3649f0976210eeee7d8c432a74bac6a
1168Author: Antoine Cellerier <dionoea@videolan.org>
1169Date:   Sun Dec 3 20:44:10 2006 +0000
1170
1171    * vlc_variables.h: remove unused VLC_VAR_ISLIST define
1172
1173commit 696f7c1d5b3d9b331540be75047d2488f237b30b
1174Author: Antoine Cellerier <dionoea@videolan.org>
1175Date:   Sun Dec 3 20:36:24 2006 +0000
1176
1177    * vlc_variables.h: remove unused VLC_VAR_ISCONFIG define
1178    * objects.c: some more vars command stuff
1179
1180commit 459565334a754804162c1580c2aad0414bc840be
1181Author: Clément Stenac <zorglub@videolan.org>
1182Date:   Sun Dec 3 20:33:02 2006 +0000
1183
1184    * Made open and sout QDialogs
1185    * Added a minimal streaming feature
1186
1187commit 0f36081763e7d533de58dd4172dfc62d675bec83
1188Author: Antoine Cellerier <dionoea@videolan.org>
1189Date:   Sun Dec 3 20:05:54 2006 +0000
1190
1191    Tweaks vars command a bit.
1192
1193commit 64339830bce50f49b15b365d27ee4c709cb0c106
1194Author: Antoine Cellerier <dionoea@videolan.org>
1195Date:   Sun Dec 3 19:49:26 2006 +0000
1196
1197    Add "vars" command to display the list of variables owned by an object. (ex: vars 1)
1198
1199commit 044050423418803fc9765b6b19656b78d1f455cf
1200Author: Marian Durkovic <md@videolan.org>
1201Date:   Sun Dec 3 19:44:54 2006 +0000
1202
1203    Implement shell-style escaping also for double quotes and fix bugs.
1204
1205commit c1acae62b49a0ee0df2eb563700a6383a71468cb
1206Author: Antoine Cellerier <dionoea@videolan.org>
1207Date:   Sun Dec 3 19:07:22 2006 +0000
1208
1209    Also show telnet specific commands when using "help" command in the telnet interface.
1210
1211commit 82fd7dc7b390598ce2e3767eaf403649b834cd9e
1212Author: Antoine Cellerier <dionoea@videolan.org>
1213Date:   Sun Dec 3 19:04:31 2006 +0000
1214
1215    Looks like we need to add function exports here too now.
1216
1217commit d7ea734063980b8231d4db1613abd83b84a326d4
1218Author: Antoine Cellerier <dionoea@videolan.org>
1219Date:   Sun Dec 3 19:00:59 2006 +0000
1220
1221    Export vlm_MessageNew and vlm_MessageAdd.
1222
1223commit ba5411566d5b9ad63075f31d0422b8a3bc7d684f
1224Author: Rémi Denis-Courmont <rem@videolan.org>
1225Date:   Sun Dec 3 18:54:03 2006 +0000
1226
1227    Fix memleaks
1228
1229commit be18bca0c5d3afe281028776d1a75ac3bffffbe6
1230Author: Antoine Cellerier <dionoea@videolan.org>
1231Date:   Sun Dec 3 18:37:22 2006 +0000
1232
1233    Also print the object's parent id (makes it easier to "climb" the object tree)
1234
1235commit d158d8926195d8f6a417c2b2a47405d8d041c175
1236Author: Rémi Denis-Courmont <rem@videolan.org>
1237Date:   Sun Dec 3 18:15:03 2006 +0000
1238
1239    Make module_LoadMain static
1240
1241commit 567cf942d9e107530d4378746184c48586eaafc8
1242Author: Antoine Cellerier <dionoea@videolan.org>
1243Date:   Sun Dec 3 18:14:37 2006 +0000
1244
1245    Buffer was too small.
1246
1247commit 271fcd86a5ca6639be10bdc0909f9f5f4b7c414f
1248Author: Antoine Cellerier <dionoea@videolan.org>
1249Date:   Sun Dec 3 18:05:23 2006 +0000
1250
1251    Sync default options in NSIS installer with recommended preset. I still don't like installing the activex and mozilla plugins by default as they often override other plugins and make it impossible to view videos on some/many websites.
1252
1253commit 4475aeda1a449436710c3b4548bad06a77410afe
1254Author: Rémi Denis-Courmont <rem@videolan.org>
1255Date:   Sun Dec 3 18:02:03 2006 +0000
1256
1257    Be a little less pessimistic
1258
1259commit e954457bf4c81f2ac87e948b4ad9eca7dec8e4f7
1260Author: Christophe Mutricy <xtophe@videolan.org>
1261Date:   Sun Dec 3 18:01:13 2006 +0000
1262
1263    use program-prefix="" all the times
1264
1265commit d47063eabbe6ce08a87bbbaaefd286360e522813
1266Author: Rémi Denis-Courmont <rem@videolan.org>
1267Date:   Sun Dec 3 17:57:54 2006 +0000
1268
1269    Fix memleak (oups)
1270
1271commit 4ab1c77190c0c8a4ada68309e2bc39b9bd27839f
1272Author: Antoine Cellerier <dionoea@videolan.org>
1273Date:   Sun Dec 3 17:53:51 2006 +0000
1274
1275    Oops (at least it wasn't a regression ;) )
1276
1277commit a1d07250a11a0f872bba679ad620ff86792ea9d2
1278Author: Rémi Denis-Courmont <rem@videolan.org>
1279Date:   Sun Dec 3 17:30:48 2006 +0000
1280
1281    Same as previous commit, for invalid MMS URLs
1282
1283commit 866583cd50152cbcd181faada2d8d6339bcbc8b8
1284Author: Antoine Cellerier <dionoea@videolan.org>
1285Date:   Sun Dec 3 17:30:31 2006 +0000
1286
1287    Don't display "Unknown command!" when the command is known.
1288
1289commit de163952203896af7cf89bf498b170ce9d525eb1
1290Author: Rémi Denis-Courmont <rem@videolan.org>
1291Date:   Sun Dec 3 17:29:25 2006 +0000
1292
1293    Fix über memleak when falling back to MMS/HTTP
1294
1295commit 712038209a4358a0be3a88c836799f8f6fa15eff
1296Author: Antoine Cellerier <dionoea@videolan.org>
1297Date:   Sun Dec 3 17:27:13 2006 +0000
1298
1299    Cosmetics and small fix
1300
1301commit be06db8e7f11249b5baa20dc86681dadf0153c2c
1302Author: Antoine Cellerier <dionoea@videolan.org>
1303Date:   Sun Dec 3 17:19:24 2006 +0000
1304
1305    Simplify callback registration.
1306
1307commit 8ac0d5a75507f8c8eede20eb99add590b3b72076
1308Author: Antoine Cellerier <dionoea@videolan.org>
1309Date:   Sun Dec 3 17:09:48 2006 +0000
1310
1311    Fix [17577]. Removing 200 lines of code is nice. Replacing them with lines that does the same thing as before is better.
1312
1313commit 58891156aa047ba821a8b0a5e51d8d00eb9ea452
1314Author: Christophe Mutricy <xtophe@videolan.org>
1315Date:   Sun Dec 3 17:03:22 2006 +0000
1316
1317    Don't prefix the binaries and config scripts with $HOST.
1318
1319commit de90c15151187e74ce4d2e89a34d68fd64b8735f
1320Author: Rémi Denis-Courmont <rem@videolan.org>
1321Date:   Sun Dec 3 17:02:02 2006 +0000
1322
1323    Fix small memleak
1324
1325commit 346350ee6036a43f482cdd3088d75010f30052ed
1326Author: Rémi Denis-Courmont <rem@videolan.org>
1327Date:   Sun Dec 3 16:34:00 2006 +0000
1328
1329    M3U: fallback to local code page if UTF-8 fails (close #862)
1330
1331commit 27bf7df312256c6d879cea4e521cfd321502af6b
1332Author: Clément Stenac <zorglub@videolan.org>
1333Date:   Sun Dec 3 16:31:08 2006 +0000
1334
1335    Release notes
1336
1337commit bc32a19e72326154fdf8267d8ad4c909f5aa707e
1338Author: Clément Stenac <zorglub@videolan.org>
1339Date:   Sun Dec 3 16:13:40 2006 +0000
1340
1341    * Fix preparse of directories
1342    * Add right-click "info" item in qt4 playlist
1343
1344commit bb97f8e0620e612353d9555d05db6ae300a8ec9c
1345Author: Rémi Denis-Courmont <rem@videolan.org>
1346Date:   Sun Dec 3 16:03:40 2006 +0000
1347
1348    Undo unintended changeset
1349
1350commit a4d1fdfc024b594a26d1d83386893aa2b6dae8ce
1351Author: Clément Stenac <zorglub@videolan.org>
1352Date:   Sun Dec 3 15:57:27 2006 +0000
1353
1354    Unbreak a bit windows
1355
1356commit 4ee2908cb34bd854efc2d2b530d0ecce33cc3366
1357Author: Clément Stenac <zorglub@videolan.org>
1358Date:   Sun Dec 3 15:03:14 2006 +0000
1359
1360    Missing libvlc flags on win32
1361
1362commit c13f9fc955acf4504a5336752feebea388773702
1363Author: Rémi Denis-Courmont <rem@videolan.org>
1364Date:   Sun Dec 3 14:52:21 2006 +0000
1365
1366    Fix libtool and shared builds
1367
1368commit 5af47d3b1cc46b624e013cc0968fd0d6ad5fa201
1369Author: Rémi Denis-Courmont <rem@videolan.org>
1370Date:   Sun Dec 3 14:35:17 2006 +0000
1371
1372    Do not autogenerate libvlc.sym.
1373    The scheme I used sucked big times.
1374
1375commit 03c8a66bfe90b8bb9ca90eeceaacc110ce77853a
1376Author: Rémi Denis-Courmont <rem@videolan.org>
1377Date:   Sun Dec 3 14:23:52 2006 +0000
1378
1379    Forgot this file
1380
1381commit 7c8c88f6a5306ffd385384491419b2cb72ab6305
1382Author: Rémi Denis-Courmont <rem@videolan.org>
1383Date:   Sun Dec 3 14:23:40 2006 +0000
1384
1385    - fix input memleak
1386    - move vlm to input/
1387    - remove unused libvlc export
1388
1389commit 6aabccecf83b251bdf0a2dfdb647603c0e70f5c3
1390Author: Rafaël Carré <funman@videolan.org>
1391Date:   Sun Dec 3 14:06:06 2006 +0000
1392
1393    forward port [18125]
1394    Compile glx plugin only if all required headers are present
1395
1396commit 133d57fe883de115e7d10ce29411a3f7097f79ad
1397Author: Rémi Denis-Courmont <rem@videolan.org>
1398Date:   Sun Dec 3 13:52:04 2006 +0000
1399
1400    Don't write R/O memory + clean up
1401
1402commit fbf4c8060d35617e39b50ae739307152d02ed951
1403Author: Clément Stenac <zorglub@videolan.org>
1404Date:   Sun Dec 3 13:48:21 2006 +0000
1405
1406    A bit of vlc/libvlc cleanup:
1407    * libvlc sources and plugins now define __LIBVLC__ and headers exported to
1408      plugins (ie, include/vlc_*.h) check for this
1409    * libvlc sources use the value of the "libvlc" component in vlc-config instead
1410      of vlc
1411    * Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
1412
1413commit d64b61183029647e41f0a6fa4ea66de5d04eb716
1414Author: Rémi Denis-Courmont <rem@videolan.org>
1415Date:   Sun Dec 3 13:32:55 2006 +0000
1416
1417    Use a MEANINGFUL (hopefully) debug message
1418
1419commit 8e938c63b75fe1b54fda27ff3975e1214abdd3b9
1420Author: Felix Paul Kühne <fkuehne@videolan.org>
1421Date:   Sun Dec 3 13:16:03 2006 +0000
1422
1423    * use the current x264 revisions and Xcode's native nasm on x86-OSX. This requires Xcode 2.4.1 or later. Patch by Brian Raymond <braymond --a-t- echostorm net>
1424
1425    I second his request to include this in 0.8.6 as well, since this update improves the performance on PowerPC-based Macs by 20% without breaking compatibility with our module.
1426
1427commit 8fdb157ff5004fdf1f2947b63b420b638cfba347
1428Author: Rémi Denis-Courmont <rem@videolan.org>
1429Date:   Sun Dec 3 11:45:57 2006 +0000
1430
1431    - Only unescape VLM parameter when quoted with " ", do not unescape with ' '
1432    - Remove opening and closing quote when unescaping
1433
1434commit 9040f4ed0657bfe365af82a4dcf8044c7a33e290
1435Author: Clément Stenac <zorglub@videolan.org>
1436Date:   Sun Dec 3 09:56:46 2006 +0000
1437
1438    Qt4 open:
1439    * Implement MRL handling for file, disc and network
1440    * Moved input slave option to the global dialog (not file specific and
1441      avoid cluttering the file subpanel)
1442    * Initial implementation of the network panel based on ideas and work by
1443      Leo Spalteholz. Thanks !
1444    * Improve layouting and handling of the advanced options subpanel
1445
1446    --This line, and those below, will beignored--
1447
1448    M    modules/gui/qt4/dialogs/open.cpp
1449    M    modules/gui/qt4/dialogs/open.hpp
1450    M    modules/gui/qt4/components/open.cpp
1451    M    modules/gui/qt4/components/open.hpp
1452    M    modules/gui/qt4/ui/open_net.ui
1453    M    modules/gui/qt4/ui/open_disk.ui
1454    M    modules/gui/qt4/ui/open_file.ui
1455    M    modules/gui/qt4/ui/open.ui
1456
1457commit c256165fe408cbc2f515ace7e8c02ba93c24aa6e
1458Author: Rémi Denis-Courmont <rem@videolan.org>
1459Date:   Sun Dec 3 08:07:53 2006 +0000
1460
1461    Save a few allocations
1462
1463commit d1930468299584c23b34d8e56d755610d7019b0f
1464Author: Rémi Denis-Courmont <rem@videolan.org>
1465Date:   Sun Dec 3 07:28:41 2006 +0000
1466
1467    ACL: remove potentially harmful macro conditional definition
1468
1469commit e0bebcefb451c4f2f4b593ce1f3e49171ca3a1f7
1470Author: Rémi Denis-Courmont <rem@videolan.org>
1471Date:   Sun Dec 3 07:05:21 2006 +0000
1472
1473    New VLM quoting and escaping logic that is more like the usual C one[1]
1474    - Do not validate quotes recursively (there is no reason to do that)
1475      and it is really unlike anything else.
1476    - Do not allow escaping non-ASCII (to avoid UTF-8 breakages)
1477      or non-printable characters.
1478    [1] we don't support every features of C escaping though
1479
1480commit d3cd1b4db0be7fd42126e77ad4163bc64b83f292
1481Author: Rémi Denis-Courmont <rem@videolan.org>
1482Date:   Sat Dec 2 18:40:40 2006 +0000
1483
1484    Rewrite comment.
1485    It reads like some sort of English now, though it could be further improved.
1486
1487commit 5445c74648ab7cba2d73689eae47afdd7150712b
1488Author: Rémi Denis-Courmont <rem@videolan.org>
1489Date:   Sat Dec 2 18:34:06 2006 +0000
1490
1491    Safe default for HTTP .hosts file
1492
1493commit 8a26156e24f953bb7abed914d8e0363a9a6eaf47
1494Author: Derk-Jan Hartman <hartman@videolan.org>
1495Date:   Sat Dec 2 15:02:36 2006 +0000
1496
1497    * forwardport [18201]
1498      fixes a big crasher in the DestroyFilter of the logo video filter
1499
1500commit c638a67c52980404d2aa6f6851b455743a898820
1501Author: Clément Stenac <zorglub@videolan.org>
1502Date:   Sat Dec 2 10:58:51 2006 +0000
1503
1504    Improved autocropping by Cedric Cocquebert
1505
1506commit 53dee835ddd1eb45f488fe7de2e06b0829d1f9c9
1507Author: Dennis van Amerongen <trax@videolan.org>
1508Date:   Fri Dec 1 23:18:11 2006 +0000
1509
1510    NEWS: Sync with the 0.8.6-rc1 NEWS so that the link on the developers site is uptodate as well.
1511
1512commit 2fac2b1d070cdb9dd9f6ba5fa4977c148cf12600
1513Author: Rémi Denis-Courmont <rem@videolan.org>
1514Date:   Fri Dec 1 20:26:05 2006 +0000
1515
1516    Hide httpd_t and httpd_host_t within httpd.c
1517
1518commit 17853c532cf3f3aebd4eb454b7d5f50dde889f03
1519Author: Rémi Denis-Courmont <rem@videolan.org>
1520Date:   Fri Dec 1 20:13:46 2006 +0000
1521
1522    Rename libvlc.h to libvlc-module.c
1523    It made little sense to have an header that can only be included
1524    in a single file.
1525    Re-use libvlc.h for generic libvlc internal declarations.
1526
1527commit a5ed35c9b0d7588e63e41e05c938f31a96277b9e
1528Author: Rémi Denis-Courmont <rem@videolan.org>
1529Date:   Fri Dec 1 20:04:13 2006 +0000
1530
1531    Remove unused variable
1532
1533commit f7115564ce2bf24dfe480a5b7fc0cf37b0d794a2
1534Author: Rémi Denis-Courmont <rem@videolan.org>
1535Date:   Fri Dec 1 19:48:43 2006 +0000
1536
1537    Support for creating object with custom type name and size.
1538    This help suppress dependency of src/misc/modules.c
1539    upon some structs typedefs just for the sake of sizeof.
1540
1541commit 5d10806a802531229498178360ca122984f3857c
1542Author: Rémi Denis-Courmont <rem@videolan.org>
1543Date:   Fri Dec 1 18:54:34 2006 +0000
1544
1545    Hide some httpd structures from modules
1546
1547commit bc73810b6215db6710cb6ee39a01422b5535a8ba
1548Author: Rémi Denis-Courmont <rem@videolan.org>
1549Date:   Fri Dec 1 18:38:59 2006 +0000
1550
1551    Don't initialize a variable twice
1552
1553commit e9c68c47d18ae45fa79f480cbf779dec27df3161
1554Author: Marian Durkovic <md@videolan.org>
1555Date:   Fri Dec 1 16:09:45 2006 +0000
1556
1557    Add a FIXME
1558
1559commit 5364ae678b8ee94b65921ea51ab8b3b1e181191e
1560Author: Rafaël Carré <funman@videolan.org>
1561Date:   Fri Dec 1 09:45:24 2006 +0000
1562
1563    Simplification of Advanced Open
1564    Control & Playback buttons have the same size
1565
1566commit 326164980192a146cfbf444afd4e6ff2de81d580
1567Author: Christophe Mutricy <xtophe@videolan.org>
1568Date:   Thu Nov 30 22:41:48 2006 +0000
1569
1570    Apply the alignment patch on BeOS also.
1571
1572commit 63bd1abd4772e00a175fa965312bfea18b62586d
1573Author: Derk-Jan Hartman <hartman@videolan.org>
1574Date:   Thu Nov 30 22:18:36 2006 +0000
1575
1576    * fix commit [18178]
1577
1578commit 3ea46905da32046b18395e884a8d34ab010f0a22
1579Author: Derk-Jan Hartman <hartman@videolan.org>
1580Date:   Thu Nov 30 21:52:58 2006 +0000
1581
1582    * Fix YUV422, YUY2, YUYV mappings in V4L.
1583    * Don't immediatly overwrite our driver retrieved video palette value with 0.
1584
1585commit 4d1f3123b77f081ab7a964c8d89b7cbb8cb783e8
1586Author: Derk-Jan Hartman <hartman@videolan.org>
1587Date:   Thu Nov 30 20:46:23 2006 +0000
1588
1589    forwardport [18177]
1590    * microDVD should use the framerate of the movie if that is known, before falling back to 25fps
1591
1592commit 7f75b3a346a86cd6c00ec34021b30465f73a1125
1593Author: Rafaël Carré <funman@videolan.org>
1594Date:   Thu Nov 30 14:39:52 2006 +0000
1595
1596    Uses correct buffer size with OSS output
1597
1598commit 7e40556bc3fc852a68f8c3378b5d52ad59739776
1599Author: Christophe Mutricy <xtophe@videolan.org>
1600Date:   Thu Nov 30 14:27:36 2006 +0000
1601
1602    Link with libebml_pic if avaivable
1603
1604commit d9f60cd7287eff119b4531327e3e9cb05992f32e
1605Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
1606Date:   Thu Nov 30 08:15:23 2006 +0000
1607
1608    modules/video_output/snapshot.c: remove ref. to snapshot.h, whose data has been moved to vlc_vout.h
1609
1610commit 71abca728d56bd80220bea148ac664158c4b63e0
1611Author: Dennis van Amerongen <trax@videolan.org>
1612Date:   Wed Nov 29 23:48:24 2006 +0000
1613
1614    vlc.win32.nsi.in: Add shortcut for Direct3D with no hardware acceleration. YUV->RGB hardware accelaration should normally be enabled except on some buggy NVidia cards/drivers?
1615
1616commit 7aec98e903533bd9fdf6517656a9c69e795ac729
1617Author: Dennis van Amerongen <trax@videolan.org>
1618Date:   Wed Nov 29 23:24:44 2006 +0000
1619
1620    vlc.win32.nsi.in: Make sure hardware acceleration is always set in certain DirectX shortcuts.
1621
1622commit e979fa23d09574d9b27c9c43f2638b15c3c4b854
1623Author: Dennis van Amerongen <trax@videolan.org>
1624Date:   Wed Nov 29 22:55:24 2006 +0000
1625
1626    vlc.win32.nsi.in: Renamed Utilities to Quick Settings. Added separate shortcuts for no overlay and no hardware accelleration and seperate folders for Audio, Video and Interface.
1627
1628commit b71fdec3e886d080214779e374bb98aec8fc1f91
1629Author: Derk-Jan Hartman <hartman@videolan.org>
1630Date:   Wed Nov 29 21:13:07 2006 +0000
1631
1632    * const and a few other casting fixes
1633
1634commit 0ed4ebdf4c3bae3f2ef2be410a9f68ab63983734
1635Author: Derk-Jan Hartman <hartman@videolan.org>
1636Date:   Wed Nov 29 21:11:57 2006 +0000
1637
1638    * cdda: update due to input_GetItem
1639
1640commit d32ac4687b5fb89fc75271b80628753772cda927
1641Author: Jean-Baptiste Kempf <jb@videolan.org>
1642Date:   Wed Nov 29 20:37:57 2006 +0000
1643
1644    Qt4: Small corrections on previous commit.
1645
1646commit e9735ab2e5770cac554623dfba0e623d7e2f0911
1647Author: Jean-Baptiste Kempf <jb@videolan.org>
1648Date:   Wed Nov 29 20:17:08 2006 +0000
1649
1650    Qt4: Please help...
1651    Adds an help menu with help and about.
1652    Dialogs are still empty.
1653
1654commit 3501cab9fb4fc12d0adb27e97110bd240e467488
1655Author: Rafaël Carré <funman@videolan.org>
1656Date:   Wed Nov 29 13:35:23 2006 +0000
1657
1658    Disable D-Bus if installed version is < 1.0.0 and warns the user.
1659    Adds an option to force D-Bus support to be enabled anyway.
1660
1661commit 7cf5fbe82cc18155433046cde85e01cf218e17cd
1662Author: Marian Durkovic <md@videolan.org>
1663Date:   Wed Nov 29 10:02:42 2006 +0000
1664
1665    Forwardport [18136]: Fixed RecursiveDeleteSelection() to prevent destroying the
1666    whole playlist
1667
1668commit 979719c9b4019ce515b6ffb938b8445721be5722
1669Author: Jean-Baptiste Kempf <jb@videolan.org>
1670Date:   Wed Nov 29 03:35:26 2006 +0000
1671
1672    Qt4 : Some work on OpenDialog. Does not work with files with spaces... More work to do.
1673
1674commit 016036ccbff45302515f9dc62091260f05ecb1b2
1675Author: Christophe Mutricy <xtophe@videolan.org>
1676Date:   Tue Nov 28 23:07:54 2006 +0000
1677
1678    do not show started-from-file in the prefs
1679
1680commit 8ea0368184910732fa49a8802abec249736fcc22
1681Author: Rafaël Carré <funman@videolan.org>
1682Date:   Tue Nov 28 23:04:54 2006 +0000
1683
1684    Detects too old automake version using 1.X-pY versioning
1685
1686commit 06e7c958298d05805f80cde1b35257db194d7dd4
1687Author: Philippe Morin <phmo95@videolan.org>
1688Date:   Tue Nov 28 21:49:28 2006 +0000
1689
1690    Fix missing output directory in JNI header generation in win32 part.
1691
1692commit 60672abc1c666289ee98f13f3b5ef9ee22c1e05e
1693Author: Rémi Denis-Courmont <rem@videolan.org>
1694Date:   Tue Nov 28 20:27:33 2006 +0000
1695
1696    Avoid duplicate memory allocation
1697
1698commit a9ac3e9e17a136f4114f27f99dae976a81bac7e2
1699Author: Rafaël Carré <funman@videolan.org>
1700Date:   Tue Nov 28 17:05:31 2006 +0000
1701
1702    Uses file:// MRL only files, don't bug when recursively adding directories
1703
1704commit 8d433f3dfe45d73ff5344173563d596ec8b54758
1705Author: Rafaël Carré <funman@videolan.org>
1706Date:   Tue Nov 28 15:34:08 2006 +0000
1707
1708    Add a method to export playlists
1709
1710commit c5543363e67c7c4504ce9f1b45ee2bec549cb395
1711Author: Rafaël Carré <funman@videolan.org>
1712Date:   Tue Nov 28 14:53:50 2006 +0000
1713
1714    Fixes buffer overflow introduced in [18129]
1715
1716commit a167893085215026aa50f6c65e6a74566fdf145d
1717Author: Rafaël Carré <funman@videolan.org>
1718Date:   Tue Nov 28 13:20:13 2006 +0000
1719
1720    Uses file:// MRLs for items added by directory access
1721
1722commit f0975acb533d12e19e429b9fd8fd8f4521e9e978
1723Author: Derk-Jan Hartman <hartman@videolan.org>
1724Date:   Tue Nov 28 03:29:43 2006 +0000
1725
1726    * const warning fixes. formatting fixes (squash them tabs)
1727
1728commit b087885b82938dd1eb06542968f45749a877e502
1729Author: Derk-Jan Hartman <hartman@videolan.org>
1730Date:   Tue Nov 28 02:18:48 2006 +0000
1731
1732    * Some cast magic to get around a gazillion of warnings during the OSX build. If your OS has similiar warnings, feel free to add yourself to the define list :D. Solution thanks to Sam.
1733
1734    ../include/vlc_threads_funcs.h:501: warning: cast from function call of type 'pthread_t' to non-matching type 'int'
1735
1736commit 7bcd728f1d30933b7e658ad8d700015325e12f5a
1737Author: Derk-Jan Hartman <hartman@videolan.org>
1738Date:   Tue Nov 28 01:26:46 2006 +0000
1739
1740    * playlist/* When telling the playlist to play the node, don't check for i_children. The playlist might still have to process the request of the add and i_children may not be accurate yet. (this fixes a bug where 1 item playlists would not start playing).
1741
1742commit 67c7c31e1d2a3c2b1c4cdd8c77643b356770891c
1743Author: Christophe Mutricy <xtophe@videolan.org>
1744Date:   Mon Nov 27 22:36:14 2006 +0000
1745
1746    Make update-po
1747
1748commit c2ec5e5fcec0e222a411c1b311509fd40b6b0315
1749Author: Derk-Jan Hartman <hartman@videolan.org>
1750Date:   Mon Nov 27 21:30:13 2006 +0000
1751
1752    * mp4: fix memleak in mov ref. files handling
1753
1754commit 639a14dc07fefaea6d1a1b07845d712185a8daba
1755Author: Felix Paul Kühne <fkuehne@videolan.org>
1756Date:   Mon Nov 27 21:23:29 2006 +0000
1757
1758    * more info about the applescript addition:
1759
1760    you can also do the following now:
1761
1762    <tell app "VLC" to set fullscreen mode to true>, thus you also got write access ;)
1763
1764
1765    Sorry, I just forgot to commit these obvious files in [18115].
1766
1767commit 92c362106fb9166bfa16f79ec0b16a7de5b8b086
1768Author: Felix Paul Kühne <fkuehne@videolan.org>
1769Date:   Mon Nov 27 21:20:23 2006 +0000
1770
1771    * various improvements to the AppleRemote support by Martin Kahr <martin -attt-> martinkahr com> feat. the following changes:
1772        - holding +/- continuously increases/decreases volume
1773        - pressing Play twice toggles fullscreen mode
1774        -  a press on Menu shows the "Position" overlay (like pressing the key
1775    't')
1776
1777    This updates our copy of Martin's unofficial framework to the latest version released.
1778
1779commit b8e3c1eaad02b695b6e5bbebef41de21ae623c04
1780Author: Felix Paul Kühne <fkuehne@videolan.org>
1781Date:   Mon Nov 27 21:11:47 2006 +0000
1782
1783    * added an option to the apple script binding to check for windowed or fullscreen mode. Patch by Martin Kahr <martin --att-- martinkahr com>
1784
1785commit ca2dd2749742a26cad59e4f23ff9eca05904505a
1786Author: Felix Paul Kühne <fkuehne@videolan.org>
1787Date:   Mon Nov 27 18:46:44 2006 +0000
1788
1789    * dc1394 cosmetics (forward-porting [18096])
1790
1791commit bd894c1b4dd21303ce56c5858338c4e853a171ea
1792Author: Jean-Baptiste Kempf <jb@videolan.org>
1793Date:   Mon Nov 27 17:44:00 2006 +0000
1794
1795    Qt4: Some cosmetic work and design by Leo Spalteholz
1796
1797commit f01e2a91944574598b8235a34f334270e77a23e8
1798Author: Marian Durkovic <md@videolan.org>
1799Date:   Mon Nov 27 09:59:45 2006 +0000
1800
1801    Comment on IPv6 SSM
1802
1803commit 97b3335a04da42b56fc81439a4f057a311dc37fa
1804Author: Jean-Paul Saman <jpsaman@videolan.org>
1805Date:   Mon Nov 27 09:01:09 2006 +0000
1806
1807    Digital Cameras (firewire/1394) support by Andreas Guzzo (xant at xant dot net). I left out the rotation code, because in vlc-trunk there is already a rotation video filter2.
1808
1809commit faaec5e9b1449eb8d9c3b4f083d3fab4eecf4033
1810Author: Clément Stenac <zorglub@videolan.org>
1811Date:   Mon Nov 27 07:23:25 2006 +0000
1812
1813    Fix for missing resizing in sout dialog.
1814    Patch by Leo Spalteholz, thanks.
1815
1816commit adb1e8730507bfe650c5834216846c0cbb14b31d
1817Author: Rafaël Carré <funman@videolan.org>
1818Date:   Mon Nov 27 01:54:50 2006 +0000
1819
1820    Enables audioscrobbler by default as it should be bugs free
1821
1822commit cde6146fc6c110ee42e2686c3c82617b098b4d51
1823Author: Derk-Jan Hartman <hartman@videolan.org>
1824Date:   Mon Nov 27 01:44:14 2006 +0000
1825
1826    * Correct and probably also faster EOL detection in UTF16 or UTF32 files
1827
1828commit c2ec30b423d074da6feb53c9c01e800ef9bcb286
1829Author: Rafaël Carré <funman@videolan.org>
1830Date:   Mon Nov 27 01:42:48 2006 +0000
1831
1832    Merge 2 functions for reading meta data
1833    Simplify interval checking
1834    Sleeps 10 seconds more
1835    Releases input 1 time instead of 2
1836
1837commit 7ac42ed10d35c37ecf2e3dbde47fa904df608200
1838Author: Derk-Jan Hartman <hartman@videolan.org>
1839Date:   Mon Nov 27 00:57:42 2006 +0000
1840
1841    * Remove duplicate mutex_destroy added in [18009]
1842
1843commit a232e032fc0952531bbb8d417c0783501ffae98f
1844Author: Clément Stenac <zorglub@videolan.org>
1845Date:   Sun Nov 26 23:28:05 2006 +0000
1846
1847    Don't ask me why this fixes the java binding compilation
1848
1849commit 4e0282a7fa28a5bb8273bc37b2604a65bc3f10fa
1850Author: Antoine Cellerier <dionoea@videolan.org>
1851Date:   Sun Nov 26 23:25:40 2006 +0000
1852
1853    Revert messup while doing the video filter2 port.
1854
1855commit 3f92a6295b6a36188ee79091e1be04d57467c5f7
1856Author: Antoine Cellerier <dionoea@videolan.org>
1857Date:   Sun Nov 26 23:09:09 2006 +0000
1858
1859    Fix small mixup between artist and title in MSN plugin.
1860
1861commit 6266986274cf2d8ff847c2e5751172a9f567fdd6
1862Author: Rémi Denis-Courmont <rem@videolan.org>
1863Date:   Sun Nov 26 22:29:33 2006 +0000
1864
1865    Pick IPv6 scope ID from group address, instead of source address
1866    Fix possible segfault as a side-effect
1867
1868commit 30b350355b2253baf8d5bafb250ac57b580888f1
1869Author: Rémi Denis-Courmont <rem@videolan.org>
1870Date:   Sun Nov 26 22:17:41 2006 +0000
1871
1872    Fix unitialized interface for old-style IPv4 joins
1873
1874commit 30f4531b43954821a0beb408bcf2438f9b477eac
1875Author: Felix Paul Kühne <fkuehne@videolan.org>
1876Date:   Sun Nov 26 22:16:00 2006 +0000
1877
1878    * centre fspanel in the lower third of the screen. additionally, switched style mask to allow dragging in the entire window area (forward-porting [18092])
1879
1880commit aa59948dfe8d25bf9fe378c45e2c0dd3276aaec6
1881Author: Clément Stenac <zorglub@videolan.org>
1882Date:   Sun Nov 26 21:35:08 2006 +0000
1883
1884    Implement disc chapter selection widget
1885
1886commit 496b1f5fc878edde8e21bb749c76495ca5cfa4ab
1887Author: Felix Paul Kühne <fkuehne@videolan.org>
1888Date:   Sun Nov 26 19:48:39 2006 +0000
1889
1890    * missing file in previous commit
1891
1892commit 21445d780fe5e8a1ed786bdb15aaebca46b6841d
1893Author: Felix Paul Kühne <fkuehne@videolan.org>
1894Date:   Sun Nov 26 19:43:20 2006 +0000
1895
1896    * fspanel usability fixes (forward-port of [18077]) plus some further clean up
1897
1898commit 7614e4ee8618c05d37b1612d2d01741c250d49f5
1899Author: Felix Paul Kühne <fkuehne@videolan.org>
1900Date:   Sun Nov 26 19:21:54 2006 +0000
1901
1902    * the remaining compilation fixes plus a bit of clean up here and there. vout.m needs further fixing and everything needs quite some testing
1903
1904commit 45e123dca9f69067060a562d6293c8c49cfdca7e
1905Author: Clément Stenac <zorglub@videolan.org>
1906Date:   Sun Nov 26 19:07:37 2006 +0000
1907
1908    Should fix win32
1909
1910commit d81d5e5fcee94d98880b89ca9c539070af0a6150
1911Author: Clément Stenac <zorglub@videolan.org>
1912Date:   Sun Nov 26 18:59:52 2006 +0000
1913
1914    Merge all fixed-point and floating-point audio format converters
1915
1916commit 1c808907903f9539e0469c1289dd50fae5885f5d
1917Author: Felix Paul Kühne <fkuehne@videolan.org>
1918Date:   Sun Nov 26 18:08:23 2006 +0000
1919
1920    * first round of compilation fixes, more to come
1921
1922commit 4e26c57f6f737fa61036f08d7e5818dcad01cfcf
1923Author: Antoine Cellerier <dionoea@videolan.org>
1924Date:   Sun Nov 26 17:49:17 2006 +0000
1925
1926    Remove trailing spaces.
1927
1928commit 9ce72981b5df1177e9e1b701698e992ca4437b0e
1929Author: Antoine Cellerier <dionoea@videolan.org>
1930Date:   Sun Nov 26 17:29:57 2006 +0000
1931
1932    use pf_mem{set,cpy} when possible
1933
1934commit 3fada58d1eddf3a17434acf0e106bac0a7ac9372
1935Author: Clément Stenac <zorglub@videolan.org>
1936Date:   Sun Nov 26 17:27:16 2006 +0000
1937
1938    Make the global b_can_pace_control flag public
1939
1940commit ea6f725b4132d9ee338513d1cbd50d26890ce10b
1941Author: Clément Stenac <zorglub@videolan.org>
1942Date:   Sun Nov 26 17:22:54 2006 +0000
1943
1944    Ah Ah
1945
1946commit 93236cd63cf1c8dde138281bef097aee8976f2db
1947Author: Antoine Cellerier <dionoea@videolan.org>
1948Date:   Sun Nov 26 17:18:09 2006 +0000
1949
1950    Remove printf
1951
1952commit cf525b7194767acb09727d2007b4a1a0085cd4a7
1953Author: Clément Stenac <zorglub@videolan.org>
1954Date:   Sun Nov 26 16:37:06 2006 +0000
1955
1956    First and probably only attempt at fixing os x interface :)
1957
1958commit d1947759256e9a3b46c685663525ebf5270f81fb
1959Author: Antoine Cellerier <dionoea@videolan.org>
1960Date:   Sun Nov 26 16:28:50 2006 +0000
1961
1962    svn:ignore
1963
1964commit 42b8c573fecc5748cee38272327f5658c689c797
1965Author: Clément Stenac <zorglub@videolan.org>
1966Date:   Sun Nov 26 16:26:44 2006 +0000
1967
1968    Pwet pwet
1969
1970commit 1afa10099843ddfe068ee747047442849c8d6ffa
1971Author: Antoine Cellerier <dionoea@videolan.org>
1972Date:   Sun Nov 26 16:26:34 2006 +0000
1973
1974    svn:ignore
1975
1976commit 047df8f7f4c0dad6656aedfa191cabd6dce83151
1977Author: Antoine Cellerier <dionoea@videolan.org>
1978Date:   Sun Nov 26 16:26:09 2006 +0000
1979
1980    svn:ignore
1981
1982commit d61447f8e3faeae6c1b19b5e3b1a57db92efdfac
1983Author: Antoine Cellerier <dionoea@videolan.org>
1984Date:   Sun Nov 26 16:25:07 2006 +0000
1985
1986    svn:ignore
1987
1988commit 50459be7c8d97e3afb3df8236f5f9ac84be2d418
1989Author: Antoine Cellerier <dionoea@videolan.org>
1990Date:   Sun Nov 26 16:11:28 2006 +0000
1991
1992    Fix dbus compilation
1993
1994commit ea82a404e991564ff7eb41929b2c1d912d347d1a
1995Author: Clément Stenac <zorglub@videolan.org>
1996Date:   Sun Nov 26 16:01:31 2006 +0000
1997
1998    Nicer commits, faster breaking time and better-looking headers
1999    That's not just the vlc service, thats *your* vlc service !
2000    So remember the new number ! 0118 999 881 999 119 725...3
2001
2002commit a29a4e2e57c454027d791cdd8c69948ed03643e0
2003Author: Clément Stenac <zorglub@videolan.org>
2004Date:   Sun Nov 26 15:36:01 2006 +0000
2005
2006    Did I loose the count ?
2007
2008commit 105e1851a7e7ead3e3fc89a084c222aa65437612
2009Author: Antoine Cellerier <dionoea@videolan.org>
2010Date:   Sun Nov 26 15:21:04 2006 +0000
2011
2012    * Port motion blur to "video filter2".
2013    * Add "blur-persistant" option to use previous result instead of previous clean image for next iteration.
2014
2015commit 89daefdd88a57df39cb071e4cb16046b92afa8d0
2016Author: Clément Stenac <zorglub@videolan.org>
2017Date:   Sun Nov 26 15:11:16 2006 +0000
2018
2019    « En essayant continuellement on finit par réussir. Donc : plus ça rate, plus on a de chances que ça marche. »
2020
2021commit 05f57ec95e1535df282146c9d0964913d1a2f6d9
2022Author: Clément Stenac <zorglub@videolan.org>
2023Date:   Sun Nov 26 14:59:36 2006 +0000
2024
2025    Round 3 :)
2026
2027commit ae32c1462a95890624827bd0b191046895b6526c
2028Author: Clément Stenac <zorglub@videolan.org>
2029Date:   Sun Nov 26 14:49:31 2006 +0000
2030
2031    Round 2
2032
2033commit 3a6b3918c3b8c2ef6b0bc0c2a8216f846b2dc176
2034Author: Clément Stenac <zorglub@videolan.org>
2035Date:   Sun Nov 26 14:39:39 2006 +0000
2036
2037    Compile fixes, round 1
2038
2039commit d3fe7f28797d4dba65ffcdd60bf932e758a48a9e
2040Author: Clément Stenac <zorglub@videolan.org>
2041Date:   Sun Nov 26 14:20:34 2006 +0000
2042
2043    A bit of headers cleanup
2044
2045    * Headers in include must contain the structures and prototypes needed
2046      by the plugins and should be named vlc_*.
2047    * Headers in include/vlc must contain the structures and prototypes
2048      needed by external libvlc clients
2049
2050    * Moved and renamed some things in headers.
2051       - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common)
2052       - Removed snapshot.h (merged in vlc_vout.h)
2053       - Removed vlc_spu.h (merged in vlc_osd.h)
2054       - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface)
2055       - Moved all internal headers to src
2056       - Merged vlc_video.h and video_output.h and move private things to src
2057       - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h
2058         (meta headers for use in modules, and often implying too large
2059         dependencies)
2060    * Removed some useless dependencies
2061    * Unexported a bunch of functions and structures used only in src/
2062      (--> Still some work here)
2063    * Finally made input_thread_t and input_source_t (mostly) private.
2064      Added input_GetItem to fetch the input_item of an input_thread
2065    * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol
2066      prefix
2067
2068    This commit has a 99% probability of breaking the build, 0.1% of killing
2069    your cat and 0% of getting you hot chicks.
2070
2071commit 720fac7f5abf939fa7d1eb7c5ec816ec523ac10a
2072Author: Rafaël Carré <funman@videolan.org>
2073Date:   Sun Nov 26 06:18:25 2006 +0000
2074
2075    Fixes order of operands in a substraction.
2076    courmisch, you make too much, it's time to have a rest
2077
2078commit 33cae44285f2b67f366bb45df46f50a5063a3114
2079Author: Rafaël Carré <funman@videolan.org>
2080Date:   Sat Nov 25 22:38:49 2006 +0000
2081
2082    Fixes cross compilation of libgcrypt on MacOSX
2083
2084commit 7237e4e4a92018e22078ede81cb157c72de0eae7
2085Author: Rémi Denis-Courmont <rem@videolan.org>
2086Date:   Sat Nov 25 18:51:11 2006 +0000
2087
2088    Remove leftover FIXME
2089
2090commit f05163dc9723d8dfb1c86c7fb178914ff86110b0
2091Author: Rémi Denis-Courmont <rem@videolan.org>
2092Date:   Sat Nov 25 16:19:30 2006 +0000
2093
2094    Split Win32 performance timer frequency adjustment division carefully
2095    in two halves to avoid integer overflows after 29 days.
2096
2097commit 0d2e22a5410b19b3206b575359cbe56c54a1d3fb
2098Author: Rémi Denis-Courmont <rem@videolan.org>
2099Date:   Sat Nov 25 16:06:33 2006 +0000
2100
2101    Compile fix
2102
2103commit 03bccb3e4d7d53f6d83c3ad942760321822a8166
2104Author: Rémi Denis-Courmont <rem@videolan.org>
2105Date:   Sat Nov 25 15:42:36 2006 +0000
2106
2107    Fix very unlikely race condition
2108
2109commit 2f7f70b37fe512a140cdeb6237ca242942fd8448
2110Author: Rémi Denis-Courmont <rem@videolan.org>
2111Date:   Sat Nov 25 15:38:10 2006 +0000
2112
2113    Factorize mwait() code,
2114    except for POSIX timers case, which is currently the only natively absolute
2115    timers implementation on LibVLC.
2116
2117commit 61d872f559ebffc1a4e0768a77d3631523c60d71
2118Author: Rémi Denis-Courmont <rem@videolan.org>
2119Date:   Sat Nov 25 15:07:40 2006 +0000
2120
2121    Add note for FreeBSD 4
2122
2123commit 9ca47af17d757cb69c87cd1dece56db2c65732b1
2124Author: Rémi Denis-Courmont <rem@videolan.org>
2125Date:   Sat Nov 25 14:49:31 2006 +0000
2126
2127    update-po again (cheap one!)
2128
2129commit 4dfdeb4a1a2929b6db5d740f9184b4f7b0306f6a
2130Author: Rémi Denis-Courmont <rem@videolan.org>
2131Date:   Sat Nov 25 14:38:54 2006 +0000
2132
2133    Use utf8 directory wrappers
2134
2135commit 9f30d0acf049cccdc34b7992f6b3298f5fd0ba1d
2136Author: Rémi Denis-Courmont <rem@videolan.org>
2137Date:   Sat Nov 25 14:19:50 2006 +0000
2138
2139    Non-libtool fix attempt
2140
2141commit 424681e5dc7cf19bde9ed5512e4e3a1e51799610
2142Author: Rémi Denis-Courmont <rem@videolan.org>
2143Date:   Sat Nov 25 14:10:59 2006 +0000
2144
2145    Skins2 theme loader:
2146     - use utf8_(read|open)dir
2147     - do not assume that stat() succeeds (tiny race condition)
2148
2149commit 6491b05b4e09cdc01ce32402f4ea91e4057b766b
2150Author: Rémi Denis-Courmont <rem@videolan.org>
2151Date:   Sat Nov 25 13:38:09 2006 +0000
2152
2153    Fix a few warnings and remove extra white spaces
2154
2155commit 03e6fec230ec47add31cc2483434a1dee377c3aa
2156Author: Rémi Denis-Courmont <rem@videolan.org>
2157Date:   Sat Nov 25 13:25:03 2006 +0000
2158
2159    mkv: use (open|read)dir wrappers
2160
2161commit 9abfe146a198130fd925be47bcd7e84c98ac82d3
2162Author: Rémi Denis-Courmont <rem@videolan.org>
2163Date:   Sat Nov 25 13:24:40 2006 +0000
2164
2165    Fix precompiler warning
2166
2167commit 4d49ad699140c0059fd8104a4d966f48fa84bb14
2168Author: Felix Paul Kühne <fkuehne@videolan.org>
2169Date:   Sat Nov 25 12:56:51 2006 +0000
2170
2171    * added numerous casts to silence compilation warnings introduced with const chars in module_config_t. still needs severe testing on other Macs.
2172
2173commit 721f2cb11ea8b7865267b139aa6bb3ea6ae6d93e
2174Author: Rémi Denis-Courmont <rem@videolan.org>
2175Date:   Sat Nov 25 11:25:45 2006 +0000
2176
2177    Try to fix linking
2178
2179commit 9917621417b2f17a504f0bb1b567d965d95b8732
2180Author: Antoine Cellerier <dionoea@videolan.org>
2181Date:   Sat Nov 25 11:15:25 2006 +0000
2182
2183    Add puzzle to the news
2184
2185commit 2f68055094e8d77611774e5c2ec1bcfadc9c592e
2186Author: Rémi Denis-Courmont <rem@videolan.org>
2187Date:   Sat Nov 25 09:59:49 2006 +0000
2188
2189    Attempt to use wide directory indexing on Win32
2190    Might break stuff, but I cannot test much because of DBus vs Win32 breakage(!)
2191
2192commit 63883f0c2f583996e34845345c3f536e5912627c
2193Author: Rémi Denis-Courmont <rem@videolan.org>
2194Date:   Sat Nov 25 09:50:25 2006 +0000
2195
2196    Temporarily fix Win32 at the expense of IPv6 SSM
2197
2198commit f6771081b8cebbe095fb3125d9d56d10213d9ad0
2199Author: Rémi Denis-Courmont <rem@videolan.org>
2200Date:   Sat Nov 25 09:47:40 2006 +0000
2201
2202    Fix Win32 compilation warning
2203
2204commit 853edfd0ea8f134b390028892f96f82da58de60d
2205Author: Rémi Denis-Courmont <rem@videolan.org>
2206Date:   Sat Nov 25 09:11:20 2006 +0000
2207
2208    Don't export externally unused symbols
2209
2210commit 4df95cf6ca743087556c6dc14ede5b46ccd8f53a
2211Author: Rémi Denis-Courmont <rem@videolan.org>
2212Date:   Sat Nov 25 09:06:54 2006 +0000
2213
2214    Continuation of previous commit
2215
2216commit 9583fbe0872045afbadf4e822ab8881932e7c057
2217Author: Rémi Denis-Courmont <rem@videolan.org>
2218Date:   Sat Nov 25 09:03:44 2006 +0000
2219
2220    Fix invalid mix of closedir and free on Win32.
2221
2222commit 4466cc4ffaa424dd4b6c19e70d7a6e886253aa5f
2223Author: Derk-Jan Hartman <hartman@videolan.org>
2224Date:   Sat Nov 25 02:22:38 2006 +0000
2225
2226    * Fix an accidental change from [18009] and add a mutex destroy I forgot to commit
2227
2228commit 2ff5876f175757849e55e27a09307da677d97c6c
2229Author: Derk-Jan Hartman <hartman@videolan.org>
2230Date:   Sat Nov 25 02:11:57 2006 +0000
2231
2232    * Fix the gnutls win32 patch
2233      if !defined _WIN32 should be either ifndef _WIN32 or if !defined(_WIN32)
2234
2235commit 7c449e47d4e9ecf1054ad4ee18e52e065909f30d
2236Author: Derk-Jan Hartman <hartman@videolan.org>
2237Date:   Sat Nov 25 02:06:52 2006 +0000
2238
2239    * gnutls win32 patch breaks on non win32 builds
2240
2241commit 00ba59b08b3b34f6b2d5fdf39c9cdc49cac79e07
2242Author: Rémi Denis-Courmont <rem@videolan.org>
2243Date:   Fri Nov 24 20:43:18 2006 +0000
2244
2245    We have a problem here.
2246
2247commit 28c2a1ce8b600bb8423d0b1f1016bb3f168935a4
2248Author: Rémi Denis-Courmont <rem@videolan.org>
2249Date:   Fri Nov 24 20:42:44 2006 +0000
2250
2251    Remove some dead code
2252
2253commit 7a689266b2bd7c332a36a95c6125102b4e1f1fa3
2254Author: Rémi Denis-Courmont <rem@videolan.org>
2255Date:   Fri Nov 24 20:33:26 2006 +0000
2256
2257    Darwin compile fix
2258
2259commit b7110f8e4912bb8934a4e66a72a6fcedb3383a94
2260Author: Rémi Denis-Courmont <rem@videolan.org>
2261Date:   Fri Nov 24 20:10:36 2006 +0000
2262
2263    - Port net_OpenUDP to the agnostic network core
2264    - and merge some ASM/SSM code
2265
2266commit ef705615765e78bedf97dcdedc22858ef1bab96f
2267Author: Christophe Mutricy <xtophe@videolan.org>
2268Date:   Fri Nov 24 19:50:37 2006 +0000
2269
2270    Use LOW_DELAY only with MPEG1/2. Closes #864
2271
2272commit 6aa2db7869be21144bde77387c2c2a9d48fc7c3a
2273Author: Christophe Mutricy <xtophe@videolan.org>
2274Date:   Fri Nov 24 18:26:34 2006 +0000
2275
2276    swscale is modern so with a .pc. so only test for swscale.h inside the pkg-config block.
2277
2278commit 1533f6878493f79211a7efb8309e6369e944f830
2279Author: Rémi Denis-Courmont <rem@videolan.org>
2280Date:   Fri Nov 24 17:27:39 2006 +0000
2281
2282    Sync PO files to fix distcheck
2283
2284commit 2cad86262f6f3c1e7d2aec08a1aa8f1a1015f413
2285Author: Rémi Denis-Courmont <rem@videolan.org>
2286Date:   Fri Nov 24 16:35:23 2006 +0000
2287
2288    platform check -> feature check
2289
2290commit f4d4898c075b1f65e8f91dcb827d06f385262e2d
2291Author: Rémi Denis-Courmont <rem@videolan.org>
2292Date:   Fri Nov 24 15:46:43 2006 +0000
2293
2294    Factorize HTTPd error messages
2295
2296commit 9ad4af7c881e8ebbc5d6127a48e54c9514b133df
2297Author: Rémi Denis-Courmont <rem@videolan.org>
2298Date:   Fri Nov 24 15:16:18 2006 +0000
2299
2300    Const fixes
2301
2302commit 6f1095eb49a731f39aa89856815ba06745af6210
2303Author: Derk-Jan Hartman <hartman@videolan.org>
2304Date:   Thu Nov 23 16:06:13 2006 +0000
2305
2306    * destroy some mutex'es once in a while to prevent memleaks. Suggested by a forumuser, name pending.
2307
2308commit 19bd050ae72ccda43b47464278136c3163e29068
2309Author: Damien Fouilleul <damienf@videolan.org>
2310Date:   Thu Nov 23 15:25:35 2006 +0000
2311
2312    - compile fix
2313
2314commit 6cecc60ac189cb7ec6726320908851413f27f7e6
2315Author: Derk-Jan Hartman <hartman@videolan.org>
2316Date:   Thu Nov 23 15:20:06 2006 +0000
2317
2318    * Fix playlist play of mp4 ref files.
2319
2320commit fbe63757e1d860824f643b78bdb67f235073a0d3
2321Author: Rémi Denis-Courmont <rem@videolan.org>
2322Date:   Thu Nov 23 14:57:19 2006 +0000
2323
2324    Remove extra annoying deps
2325
2326commit eee67efd0325fe48bb4b082cb27a69a887e4a36b
2327Author: Rafaël Carré <funman@videolan.org>
2328Date:   Thu Nov 23 14:01:56 2006 +0000
2329
2330    Don't clean contribs
2331
2332commit f15e3d7d656dbea29926b7c72092c1c84f0eb212
2333Author: Jean-Baptiste Kempf <jb@videolan.org>
2334Date:   Thu Nov 23 13:37:45 2006 +0000
2335
2336    Qt4: This would be better. And should now be fine.
2337
2338commit f7166b8bd7a46cdd8175fbe4169f5162f287f74d
2339Author: Jean-Baptiste Kempf <jb@videolan.org>
2340Date:   Thu Nov 23 13:33:05 2006 +0000
2341
2342    Qt4: forgotten files in parent directory. Sorry!
2343
2344commit acd82620b3ccd68388239e108e32a159b25d5974
2345Author: Jean-Baptiste Kempf <jb@videolan.org>
2346Date:   Thu Nov 23 13:12:31 2006 +0000
2347
2348    Qt4 : Rename streaminfo => mediainfo
2349
2350commit 06b826ba7f0406f3126dec0bddfbbbd7dfc56dc4
2351Author: Damien Fouilleul <damienf@videolan.org>
2352Date:   Thu Nov 23 12:32:57 2006 +0000
2353
2354    activex: make CATID redefinitions static & private to avoid symbol conflicts
2355
2356commit 14c730976ce1784e0c3504242b5362ed7f8ce5e9
2357Author: Rémi Denis-Courmont <rem@videolan.org>
2358Date:   Thu Nov 23 12:07:54 2006 +0000
2359
2360    Remove dead code
2361
2362commit a1fe3a136a419d8fc99c4f7439a879d2e9e081a1
2363Author: Jean-Baptiste Kempf <jb@videolan.org>
2364Date:   Thu Nov 23 11:59:39 2006 +0000
2365
2366    Qt4 : Various changes especially about StreamInfo => MediaInfo
2367
2368commit 2ddfa868b5c8cdc1a5ef9396b8577ad0523cb7b3
2369Author: Rémi Denis-Courmont <rem@videolan.org>
2370Date:   Thu Nov 23 11:52:11 2006 +0000
2371
2372    Check for error (not that I expect one)
2373
2374commit e106ff309866ceb88017f49df0a362afce55db65
2375Author: Rémi Denis-Courmont <rem@videolan.org>
2376Date:   Thu Nov 23 11:48:32 2006 +0000
2377
2378    Try to use dual-stack when needed, and warn user if it failed.
2379
2380commit d17cf7bf4f491aae769bed12c0efa9308108252d
2381Author: Rémi Denis-Courmont <rem@videolan.org>
2382Date:   Thu Nov 23 11:22:15 2006 +0000
2383
2384    If there is no local neither remote endpoint, default to listening
2385
2386commit b0dafd61f7f865155bde7d518a9349453181b119
2387Author: Rémi Denis-Courmont <rem@videolan.org>
2388Date:   Thu Nov 23 11:21:29 2006 +0000
2389
2390    Suppress the v6only kludge
2391
2392commit aa49a989d1957f5b198886c5a7ce0b617d5eca99
2393Author: Rémi Denis-Courmont <rem@videolan.org>
2394Date:   Thu Nov 23 11:12:49 2006 +0000
2395
2396    Use net_ListenUDP1 and net_ConnectUDP when possible
2397
2398commit 3c0cdc7975790622cde033ca81b7ca9508c70fc6
2399Author: Damien Fouilleul <damienf@videolan.org>
2400Date:   Thu Nov 23 11:10:15 2006 +0000
2401
2402    - latest mingw headers removed some category definitions
2403
2404commit 0c32d8532c713f1029af37f265fa0c66d9ec2f34
2405Author: Rémi Denis-Courmont <rem@videolan.org>
2406Date:   Thu Nov 23 10:04:48 2006 +0000
2407
2408    Fix plugin cache - close #860
2409
2410commit 94a2201cb2627bf677d341333af20dab540c3b38
2411Author: Marian Durkovic <md@videolan.org>
2412Date:   Thu Nov 23 09:44:39 2006 +0000
2413
2414    Compile fix
2415
2416commit bea071185469b6536ae344df06f18cd6584bf68d
2417Author: Marian Durkovic <md@videolan.org>
2418Date:   Thu Nov 23 09:21:16 2006 +0000
2419
2420    Completely replace all ANSI CP dependend mb_str()
2421    with mb_str(wxConvUTF8)
2422
2423commit d8674c50bfc543608b99b76ec910b5fb489b337d
2424Author: Rafaël Carré <funman@videolan.org>
2425Date:   Wed Nov 22 23:25:15 2006 +0000
2426
2427    Ignore gai_strerror check on win32.
2428    Should be fixed at configure stage
2429
2430commit 04d2e753785590249713ef9f6a45326a06c020cb
2431Author: Rafaël Carré <funman@videolan.org>
2432Date:   Wed Nov 22 22:57:07 2006 +0000
2433
2434    add a check to lrintf for systems that define it in libm
2435
2436commit c2725e1ee4c63cd2f186ccf10f0c002b25090095
2437Author: Christophe Mutricy <xtophe@videolan.org>
2438Date:   Wed Nov 22 22:51:54 2006 +0000
2439
2440    Adapt to the new config_item_t.
2441
2442commit c22b45294c9ffdd2ba2965e95c298e87b0502b7a
2443Author: Rémi Denis-Courmont <rem@videolan.org>
2444Date:   Wed Nov 22 22:09:59 2006 +0000
2445
2446    SONAME change. Muahahahahahahahahahahahahahahahahahahahahahahahahahahahahahah!
2447    (vlc 0.9.0 is definitely not going to be ABI-compatible with 0.8.6).
2448
2449commit 6b836bf7b57f23d260c4c8904c346878c247642c
2450Author: Rafaël Carré <funman@videolan.org>
2451Date:   Wed Nov 22 22:06:26 2006 +0000
2452
2453    Updates tremor patch
2454
2455commit b2b33745bffcff9c16aa8c1dd55fa3809fe41a01
2456Author: Rémi Denis-Courmont <rem@videolan.org>
2457Date:   Wed Nov 22 22:05:58 2006 +0000
2458
2459    Increase ABI revision
2460
2461commit 72fd0ad449240aaadcede9c9a810d4d72d567f7d
2462Author: Rémi Denis-Courmont <rem@videolan.org>
2463Date:   Wed Nov 22 22:00:21 2006 +0000
2464
2465    Don't try IPv6 SSM if not defined
2466
2467commit e9d7d37ca0a9c62ad5998d2ce12a02438bcc3a2b
2468Author: Rémi Denis-Courmont <rem@videolan.org>
2469Date:   Wed Nov 22 21:58:42 2006 +0000
2470
2471    Read configuration file in a single pass (instead of one per module).
2472    (I get about hundred time faster config load here, but right, there are
2473     much slower operations in libvlc startup anyway
2474     -- and the plugin cache breakage is not going to help).
2475
2476commit 0737693098b2f1deda50703dfb0b1636def758e4
2477Author: Felix Paul Kühne <fkuehne@videolan.org>
2478Date:   Wed Nov 22 21:27:50 2006 +0000
2479
2480    * enable GCC99 compatiblity for ObjC code
2481
2482commit 909cfe7cc64e598fc06c235fa06eb46ce101f61d
2483Author: Felix Paul Kühne <fkuehne@videolan.org>
2484Date:   Wed Nov 22 21:26:21 2006 +0000
2485
2486    * compilation fixes to address courmisch's API changes. need massive testing and more fixes to handle various strings
2487
2488commit 1affc74d28708348e3aaa466f0fd6b62310bc7a2
2489Author: Jean-Paul Saman <jpsaman@videolan.org>
2490Date:   Wed Nov 22 21:02:28 2006 +0000
2491
2492    Add libraw1394 and libcd1394 to the contrib build system. The libraries are needed for DV support.
2493
2494commit c0c771beeaac57f82ca1bb0d2a91b82a4b98a9fb
2495Author: Rémi Denis-Courmont <rem@videolan.org>
2496Date:   Wed Nov 22 20:42:25 2006 +0000
2497
2498    Factorize code to open configuration file
2499
2500commit e219a0855762a9c0f6f28532d8c60ee2095142a9
2501Author: Rémi Denis-Courmont <rem@videolan.org>
2502Date:   Wed Nov 22 20:00:19 2006 +0000
2503
2504    Move encoding and language stuff to their own directory
2505
2506commit 218990780ed565d4f2ccf5a424e3abce11a84db0
2507Author: Rémi Denis-Courmont <rem@videolan.org>
2508Date:   Wed Nov 22 19:50:58 2006 +0000
2509
2510    int16_t needs <inttypes.h>. Should fix FreeBSD unhapiness with addPCM().
2511
2512commit cd8a7d210eb8c1073bf6cd6a91df990cceed1013
2513Author: Rémi Denis-Courmont <rem@videolan.org>
2514Date:   Wed Nov 22 19:38:16 2006 +0000
2515
2516    Never use empty help text for plugin variable - close #859
2517
2518commit e7bbecabddc51d1bfa61d34ca5ba0a2f1244e4a4
2519Author: Rafaël Carré <funman@videolan.org>
2520Date:   Wed Nov 22 18:56:16 2006 +0000
2521
2522    Use correct patch syntax
2523
2524commit 7616ec41f68eb0e06aa176772dc4c35976c41dee
2525Author: Rémi Denis-Courmont <rem@videolan.org>
2526Date:   Wed Nov 22 18:56:13 2006 +0000
2527
2528    Fix warning
2529
2530commit 56e063c9066ba8b5f5fd25fb9483d4119c36cd2f
2531Author: Rémi Denis-Courmont <rem@videolan.org>
2532Date:   Wed Nov 22 18:53:17 2006 +0000
2533
2534    Qt4 compilation fix
2535
2536commit 93ec3e577095aee012432b84cb1ee11163b1050c
2537Author: Rémi Denis-Courmont <rem@videolan.org>
2538Date:   Wed Nov 22 18:42:57 2006 +0000
2539
2540    Partial compilation fix
2541
2542commit fcf496027b7cdcf975e8d4fe98acae2663d7a587
2543Author: Rémi Denis-Courmont <rem@videolan.org>
2544Date:   Wed Nov 22 18:15:56 2006 +0000
2545
2546    - Fix today's regression in plugin cache
2547    - Fix one more old crasher in the plugin cache loader
2548
2549commit a053437da963d1dd9fe2ee640e42d1b5130c27b3
2550Author: Rémi Denis-Courmont <rem@videolan.org>
2551Date:   Wed Nov 22 18:11:07 2006 +0000
2552
2553    Work around for core target
2554
2555commit 45a65d46267b0bd074044e67d86a91c314b7223a
2556Author: Dennis van Amerongen <trax@videolan.org>
2557Date:   Wed Nov 22 17:45:58 2006 +0000
2558
2559    vlc.win32.nsi.in: Remove whitespace.
2560
2561commit 00b8684e7d9f9401cf1fdc73062626f47ffb0f83
2562Author: Rémi Denis-Courmont <rem@videolan.org>
2563Date:   Wed Nov 22 17:40:47 2006 +0000
2564
2565    Fix module entry error handling
2566
2567commit 8dcd943c03cf3c621aaa22cff4c7b24f39249f4d
2568Author: Rémi Denis-Courmont <rem@videolan.org>
2569Date:   Wed Nov 22 17:35:08 2006 +0000
2570
2571    Fix warning
2572
2573commit 92290c9d7485934444efcfbb61c27f3bc94a61d3
2574Author: Rémi Denis-Courmont <rem@videolan.org>
2575Date:   Wed Nov 22 17:13:24 2006 +0000
2576
2577    Attempt to fix C++ compilation
2578
2579commit 51ae5f27fa4722e50d6d2ce15e50944261e1cfc2
2580Author: Rémi Denis-Courmont <rem@videolan.org>
2581Date:   Wed Nov 22 16:06:15 2006 +0000
2582
2583    Fix a bunch of old crashers in the plugin cache
2584
2585commit b66d681ac20f49f2ed4c52a7c35fac83f7114406
2586Author: Rémi Denis-Courmont <rem@videolan.org>
2587Date:   Wed Nov 22 15:50:29 2006 +0000
2588
2589    A more space conservative module_config_t
2590
2591commit 879312dbed4417ed5e08d20178f1ade68475e453
2592Author: Rémi Denis-Courmont <rem@videolan.org>
2593Date:   Wed Nov 22 15:49:35 2006 +0000
2594
2595    svn:ignore
2596
2597commit 4bdc0be290317560ef4733521805cc3031eb5bef
2598Author: Rémi Denis-Courmont <rem@videolan.org>
2599Date:   Wed Nov 22 13:28:40 2006 +0000
2600
2601    Code simplification
2602
2603commit 9ff4e8e74ec27bc2434c7b0b8b2641839ca92d2c
2604Author: Rémi Denis-Courmont <rem@videolan.org>
2605Date:   Wed Nov 22 13:14:17 2006 +0000
2606
2607    - Fix compiler warning
2608    - Fix directory separator on Windows
2609    - Some cleanup
2610
2611commit d5caf653096b7864a1298f82119572b397ebb8a1
2612Author: Damien Fouilleul <damienf@videolan.org>
2613Date:   Wed Nov 22 13:10:57 2006 +0000
2614
2615    - fix for locale SUBLANG definitions which conflicts with mingw headers
2616
2617commit ec12def87344b1712c263974a9978d5ea8246d39
2618Author: Rémi Denis-Courmont <rem@videolan.org>
2619Date:   Wed Nov 22 13:04:00 2006 +0000
2620
2621    Fix libvlc.la dependencies
2622
2623commit 04d60a3e9038967d6580f1962ff8e61d407d6169
2624Author: Rémi Denis-Courmont <rem@videolan.org>
2625Date:   Wed Nov 22 12:57:04 2006 +0000
2626
2627    Generate libvlc.sym separately from vlc_symbols.h
2628
2629commit 3ebd0d5b746998045e4651822c7bbe78e66967cc
2630Author: Damien Fouilleul <damienf@videolan.org>
2631Date:   Wed Nov 22 12:48:17 2006 +0000
2632
2633    - better fix for DIR typedef error
2634
2635commit acaff8c82f059724ddbbcd29a9a61c097211abdc
2636Author: Damien Fouilleul <damienf@videolan.org>
2637Date:   Wed Nov 22 11:41:59 2006 +0000
2638
2639    it is good pratice to specify headers that define custom types
2640
2641commit af91d7b522d2119f0aa9ebb198d626ee668a1fe3
2642Author: Christophe Mutricy <xtophe@videolan.org>
2643Date:   Wed Nov 22 11:30:30 2006 +0000
2644
2645    io.h on mingw contains a bunch of old functions *for compatibility* which break with the way we deine close at closesocket. So disable all those old stuff.
2646
2647commit 3cff68a4f1fb8e75fdffac74b3d43e13bd108843
2648Author: Jean-Paul Saman <jpsaman@videolan.org>
2649Date:   Tue Nov 21 23:08:31 2006 +0000
2650
2651    Disable building rtcp stream output module for now.
2652
2653commit 59c76196d7a4189c3a5cc837871dff538ba8f715
2654Author: Dennis van Amerongen <trax@videolan.org>
2655Date:   Tue Nov 21 22:38:11 2006 +0000
2656
2657    NEWS: Add note that Windows 9x/ME is no longer supported and include info on MSLU.
2658
2659commit 300b9f27fa7ab92f11edfd709d49d381d05eeb82
2660Author: Rémi Denis-Courmont <rem@videolan.org>
2661Date:   Tue Nov 21 22:07:45 2006 +0000
2662
2663    - Save config file as UTF-8, starting with Byte-Order-Mark.
2664    - Leverage fputc().
2665
2666commit b01009b85443c6a59cd62b567ee808b970e7669b
2667Author: Rémi Denis-Courmont <rem@videolan.org>
2668Date:   Tue Nov 21 21:59:08 2006 +0000
2669
2670    Look for Byte Order Mark (UTF-8 only) while loading config file.
2671    If present, assume everything is UTF-8 (obviously);
2672    if not, assume locale charset.
2673
2674commit f45f15735b928fca485b34426ffb7b06edc7cd56
2675Author: Rémi Denis-Courmont <rem@videolan.org>
2676Date:   Tue Nov 21 21:55:59 2006 +0000
2677
2678    Some code cleanup
2679
2680commit 0f7dd9f908badfd128cdcd4c83de7e395b6e86a1
2681Author: Rafaël Carré <funman@videolan.org>
2682Date:   Tue Nov 21 21:13:42 2006 +0000
2683
2684    Reenables D-Bus one instance code, without needing to modify libvlc structs
2685    Outputs an error and continue if D-Bus control isn't enabled on the first instance
2686    Removes unneeded NewInstance signal
2687    Closes #505
2688
2689commit b12d3db747ff6444a91dfab14ed137d58b4f9577
2690Author: Rémi Denis-Courmont <rem@videolan.org>
2691Date:   Tue Nov 21 21:05:50 2006 +0000
2692
2693    Cosmetic fixes
2694
2695commit 8e2481d34e8f823682ce68e222f37ce2f346c1de
2696Author: Jean-Baptiste Kempf <jb@videolan.org>
2697Date:   Tue Nov 21 20:43:47 2006 +0000
2698
2699    Qt4: Small change in order to not have Sout and Stream Info open when you click on Info...
2700
2701commit b8ddca0134e007d0947a090a5070d00c53e66f90
2702Author: Rémi Denis-Courmont <rem@videolan.org>
2703Date:   Tue Nov 21 20:42:33 2006 +0000
2704
2705    Return DIR from utf8_open to avoid casting bugs
2706
2707commit a46cc88f28f7853368ca68841a865d55a73aa520
2708Author: Rémi Denis-Courmont <rem@videolan.org>
2709Date:   Tue Nov 21 20:37:44 2006 +0000
2710
2711    Some more cleanup
2712
2713commit 9c8fe7aafd073ab50b9e708dbcfdb0278a68829a
2714Author: Rémi Denis-Courmont <rem@videolan.org>
2715Date:   Tue Nov 21 20:34:51 2006 +0000
2716
2717    Do not define constant manually without platform check!
2718    (and even, it pretty much sucks as we have seen already)
2719    Should fix compilation on FreeBSD+glibc.
2720
2721commit 1e8c1d91d227c0b3e8d167318c534ccb62406d96
2722Author: Rémi Denis-Courmont <rem@videolan.org>
2723Date:   Tue Nov 21 18:44:12 2006 +0000
2724
2725    Suppress duplicated msleep() code
2726
2727commit edb8e5098aff9a24ab8c52f9e6c875ecb582a097
2728Author: Rémi Denis-Courmont <rem@videolan.org>
2729Date:   Tue Nov 21 18:40:42 2006 +0000
2730
2731    Fix the absolute POSIX timer and use it
2732
2733commit c7357344d7e75632d9461e9ddfd42621a38bebbb
2734Author: Rémi Denis-Courmont <rem@videolan.org>
2735Date:   Tue Nov 21 18:23:55 2006 +0000
2736
2737    Fix segmentation fault at ffmpeg startup (fixes #858)
2738
2739commit 90e3a296a118d0f76959cb9c7256ee04379094f7
2740Author: Rémi Denis-Courmont <rem@videolan.org>
2741Date:   Tue Nov 21 17:08:45 2006 +0000
2742
2743    Add missing header
2744
2745commit 05a1f4d7b373e3743be03e4cbd21d98e787b199a
2746Author: Rafaël Carré <funman@videolan.org>
2747Date:   Tue Nov 21 17:05:38 2006 +0000
2748
2749    Don't use an infinite number of timers
2750    Fixes dialog size, add tooltip
2751
2752commit 9bdc7906d6e862d65f2267ae8feab80d31745c32
2753Author: Rémi Denis-Courmont <rem@videolan.org>
2754Date:   Tue Nov 21 17:04:07 2006 +0000
2755
2756    Fix typo
2757
2758commit 0a5bd1230338866cfb154dda20425d046f205a67
2759Author: Rémi Denis-Courmont <rem@videolan.org>
2760Date:   Tue Nov 21 16:55:36 2006 +0000
2761
2762    Fix warning, and make config_end constant
2763
2764commit 5593777b3f5a3fbf9c710870646d35bf3d543cc1
2765Author: Rafaël Carré <funman@videolan.org>
2766Date:   Tue Nov 21 16:47:14 2006 +0000
2767
2768    Revert [17878], that must not be made in libvlc, but rather in vlc
2769    Need to get command line options in vlc.c (ref #505)
2770
2771commit a3f3ad4635058ca4c8367219d9aa3fcf9ff64838
2772Author: Rémi Denis-Courmont <rem@videolan.org>
2773Date:   Tue Nov 21 16:46:49 2006 +0000
2774
2775    Fix abusive redefinition of implicit make rules
2776
2777commit 957b3e9d0daf0f1c287bb6178c5e5851fd447780
2778Author: Rémi Denis-Courmont <rem@videolan.org>
2779Date:   Tue Nov 21 16:42:07 2006 +0000
2780
2781    Fix automake directory variable (actually remove superfluous definition).
2782    You cannot create directory variable that way and expect it to work;
2783    if you *actually* need a directory variable, it would have to be fooexecdir
2784    rather than foodir otherwise automake thinks it's a data directory.
2785
2786commit b0774bb9b16e05ac60cd80ad42d2a2ff9034e92c
2787Author: Rémi Denis-Courmont <rem@videolan.org>
2788Date:   Tue Nov 21 16:39:59 2006 +0000
2789
2790    Cleanup
2791
2792commit 720f8276dd97fe570234958772669febc47dabba
2793Author: Rafaël Carré <funman@videolan.org>
2794Date:   Tue Nov 21 16:34:02 2006 +0000
2795
2796    Unref D-Bus connections when not using them anymore
2797
2798commit 05c276b04d8ed08e049d84586afe92c557a1d4f7
2799Author: Rafaël Carré <funman@videolan.org>
2800Date:   Tue Nov 21 15:59:50 2006 +0000
2801
2802    Fixes input position display
2803
2804commit 79aedbd56409f7a664f8fb4fb122fbda29bd6cfc
2805Author: Rafaël Carré <funman@videolan.org>
2806Date:   Tue Nov 21 15:58:36 2006 +0000
2807
2808    Revert [17900] as it doesn't harm to specify --target
2809
2810commit 84e8490d4ac6056ce1e7172bc4cd4c2a4ce76c62
2811Author: Rafaël Carré <funman@videolan.org>
2812Date:   Tue Nov 21 15:54:38 2006 +0000
2813
2814    Fixes, kill, and bury #857
2815
2816commit 482eca7cb90fe618e451075cdf603a0dc823dd20
2817Author: Rafaël Carré <funman@videolan.org>
2818Date:   Tue Nov 21 14:33:31 2006 +0000
2819
2820    Uses dbus flags to build libvlc (fixes #857)
2821
2822commit 7930c1b31a196cad6faca4f4e5d0dd18838073ea
2823Author: Rafaël Carré <funman@videolan.org>
2824Date:   Tue Nov 21 14:31:01 2006 +0000
2825
2826    Implement input position control
2827
2828commit e7bcc6803fe92f02df716b748ba0d766366e7352
2829Author: Rémi Denis-Courmont <rem@videolan.org>
2830Date:   Tue Nov 21 12:46:06 2006 +0000
2831
2832    Revert broken [17908:17910]
2833
2834commit 8808f2f00382381aee410f4b6af310920fe3f217
2835Author: Rafaël Carré <funman@videolan.org>
2836Date:   Tue Nov 21 12:06:37 2006 +0000
2837
2838    Implement Volume control
2839
2840commit 4d243c1d7853c7021befe5edd0ac4e051193ae8a
2841Author: Jean-Paul Saman <jpsaman@videolan.org>
2842Date:   Tue Nov 21 10:46:12 2006 +0000
2843
2844    Rewrote internal RTCP to support multiple client connections. TODO: rtcp scheduling function, server socket, hooking it up with RTP stream_out connections.
2845
2846commit cec120d523341b08cdc3cba2674fb014f9e99a49
2847Author: Rafaël Carré <funman@videolan.org>
2848Date:   Tue Nov 21 10:26:29 2006 +0000
2849
2850    Use only wide char functions, on win9x too
2851    win9x testers, raise your hand
2852
2853commit 3d1a131f61ce2c52997128178a55f708e10ca793
2854Author: Rafaël Carré <funman@videolan.org>
2855Date:   Tue Nov 21 06:26:41 2006 +0000
2856
2857    Use non wide char functions on windows 9x
2858
2859commit 08936b3bbeae3b93615fa665683c540de4eb8d23
2860Author: Rafaël Carré <funman@videolan.org>
2861Date:   Tue Nov 21 05:58:55 2006 +0000
2862
2863    Unicode support in directory access on windows. Patch by xxcv. Untested.
2864
2865commit e77b5163a51dde46815bea3ae41537525498d4c4
2866Author: Rafaël Carré <funman@videolan.org>
2867Date:   Tue Nov 21 05:40:58 2006 +0000
2868
2869    Correct method signature
2870
2871commit 2d6d64d40eaed29224bead936f613e8461977c04
2872Author: Rafaël Carré <funman@videolan.org>
2873Date:   Tue Nov 21 03:53:22 2006 +0000
2874
2875    Debug messages shouldn't be shown with printf
2876
2877commit 4eb6e55cb2fa3828da9bc5d6b3ac2dbea15099bf
2878Author: Jean-Baptiste Kempf <jb@videolan.org>
2879Date:   Tue Nov 21 02:20:46 2006 +0000
2880
2881    *Qt4-Open: Hide by defaults.
2882
2883commit f709d3f8ce4069ecd23b10b1275de6041b4856f8
2884Author: Rafaël Carré <funman@videolan.org>
2885Date:   Tue Nov 21 02:15:09 2006 +0000
2886
2887    Removes vorbis header since taglib isn't used to parse ogg vorbis meta data at the moment
2888
2889commit f68dfa08da0e45f39656ddaeb92cc7df95c4854d
2890Author: Jean-Baptiste Kempf <jb@videolan.org>
2891Date:   Tue Nov 21 02:15:04 2006 +0000
2892
2893    Qt4: ExtraAudioToggle
2894
2895commit a4d92cb2e25036d610a9513b9265d33828e5092a
2896Author: Rafaël Carré <funman@videolan.org>
2897Date:   Tue Nov 21 02:13:48 2006 +0000
2898
2899    Corrects indentation
2900
2901commit d96a4490ce83b79abd9d4cce9bfb471c0d585bfb
2902Author: Rafaël Carré <funman@videolan.org>
2903Date:   Tue Nov 21 01:57:47 2006 +0000
2904
2905    Artist, Album and Track musicbrainz IDs detection
2906
2907commit 81ace57188169791269a0378b1b1a64ec761295f
2908Author: Rafaël Carré <funman@videolan.org>
2909Date:   Tue Nov 21 01:00:38 2006 +0000
2910
2911    --target is only used when building a compiler
2912
2913commit 8d7b5884edb1fe5d02e914ebda06a1adca19e09a
2914Author: Christophe Mutricy <xtophe@videolan.org>
2915Date:   Mon Nov 20 22:16:35 2006 +0000
2916
2917    Add a flag for config option to mark it as unsaveable. Refs #856 (Still need to test on a win box).
2918
2919commit c059148cac128999e0bda54c98f78aa1e6a39bb0
2920Author: Jean-Baptiste Kempf <jb@videolan.org>
2921Date:   Mon Nov 20 19:38:21 2006 +0000
2922
2923    Qt4: Just a toggle test for the advanced Panel.
2924
2925commit 24c3c1a33ff534b42d9030d3d50a33a83253dfa7
2926Author: Damien Fouilleul <damienf@videolan.org>
2927Date:   Mon Nov 20 15:22:37 2006 +0000
2928
2929    oops, tab expansion is a bad thing on Makefile
2930
2931commit 25b118dd94795c8e28e03ac88da3662c5e66692a
2932Author: Damien Fouilleul <damienf@videolan.org>
2933Date:   Mon Nov 20 15:16:54 2006 +0000
2934
2935    contribs: force --target, --build and --host whether cross compiling or not to get around some configure script bugs
2936
2937commit 3251bacd0f9346db8e8940514e77e92c08d3f433
2938Author: Rafaël Carré <funman@videolan.org>
2939Date:   Mon Nov 20 10:34:33 2006 +0000
2940
2941    Add dbus-vlc.py to dist
2942
2943commit 133e47d14379c2be5de4812d85e847967fbde303
2944Author: Rafaël Carré <funman@videolan.org>
2945Date:   Mon Nov 20 10:22:50 2006 +0000
2946
2947    Include sample D-Bus controller
2948
2949commit 12225395399fe67fffe642fb23993ac13bbb9bc6
2950Author: Christophe Mutricy <xtophe@videolan.org>
2951Date:   Mon Nov 20 10:03:22 2006 +0000
2952
2953    Include xvmc plugin in the build system
2954
2955commit b0845c6ea2ad40bf7f469f70cb81997de14534c9
2956Author: Rafaël Carré <funman@videolan.org>
2957Date:   Mon Nov 20 09:21:33 2006 +0000
2958
2959    Uses playlist facilities
2960    Doesn't lock the playlist if unneeded
2961
2962commit 9a6ee7237a4b15cbe9809d7e3be8f9f6e225da41
2963Author: Rafaël Carré <funman@videolan.org>
2964Date:   Mon Nov 20 06:41:52 2006 +0000
2965
2966    Filters '/' characters in tags, to create valid filenames
2967
2968commit d223913f0ab1f9408ddb9e84f2ba2c240e6d49fd
2969Author: Rafaël Carré <funman@videolan.org>
2970Date:   Mon Nov 20 05:28:45 2006 +0000
2971
2972    Updates old documentation a bit
2973
2974commit f94dbb3eaeef0ca764fe9cd029da79cab45be7ca
2975Author: Benjamin Pracht <bigben@videolan.org>
2976Date:   Mon Nov 20 05:09:23 2006 +0000
2977
2978    * Quick fix when transcoding and resampling mono audio tracks.
2979    * The transcode module should be reviewed: all the the fields in p
2980    _enc->fmt_in are not set, it seems
2981
2982commit 6a42724746cf15ac038540451a04f62bca3b5629
2983Author: Rafaël Carré <funman@videolan.org>
2984Date:   Mon Nov 20 04:49:59 2006 +0000
2985
2986    Ignore empty vorbis comments (closes #704)
2987    Comment unusued artist & album musicbrainz ids
2988
2989commit a743fab8519640d289eddf2bf3c5df932d5ba24a
2990Author: Rafaël Carré <funman@videolan.org>
2991Date:   Mon Nov 20 03:54:23 2006 +0000
2992
2993    Fixes broken D-Bus detection
2994    Thanks to Daniel Stränger
2995
2996commit 058bc838a6d24a2ed355a0b818fd504c96549de9
2997Author: Rafaël Carré <funman@videolan.org>
2998Date:   Mon Nov 20 03:53:22 2006 +0000
2999
3000    Remove Audio cds and their tracks at ejection
3001    Detect audio and video on CD-R and DVD-R mediums
3002
3003commit aad95f66de8caf1b20bcf2c39709c3b314efaf9b
3004Author: Rafaël Carré <funman@videolan.org>
3005Date:   Mon Nov 20 02:39:32 2006 +0000
3006
3007    Wxwidgets playlist fix
3008
3009commit 75c86db7cdc5a32b337aebbba77f0c9fefba9bd8
3010Author: Jean-Baptiste Kempf <jb@videolan.org>
3011Date:   Mon Nov 20 01:52:35 2006 +0000
3012
3013    * Qt4: added network and disk UIs to Open
3014
3015    Still not functionnal and ugly code.
3016
3017commit 4b9be2f78e6a1884d4c9fec790abbe7533cdbf83
3018Author: Christophe Mutricy <xtophe@videolan.org>
3019Date:   Sun Nov 19 23:18:13 2006 +0000
3020
3021    Make update-po
3022
3023commit 89fafa9a57ce304fcecc3b77c7a669240cf9ab7e
3024Author: Christophe Mutricy <xtophe@videolan.org>
3025Date:   Sun Nov 19 23:07:33 2006 +0000
3026
3027    i18n fixes
3028
3029commit 213f7a989174eae6070595cbb5565b3a40b8c8f8
3030Author: Rafaël Carré <funman@videolan.org>
3031Date:   Sun Nov 19 22:48:48 2006 +0000
3032
3033    removes already done "todo"
3034
3035commit ade91b27959ceb6396e95477f6b35e41a4f2926d
3036Author: Rafaël Carré <funman@videolan.org>
3037Date:   Sun Nov 19 22:46:25 2006 +0000
3038
3039    Initial support of one instance mode on systems running D-Bus
3040
3041commit 6443ce82795740d8d778affa5e190a718663ea56
3042Author: Derk-Jan Hartman <hartman@videolan.org>
3043Date:   Sun Nov 19 22:22:14 2006 +0000
3044
3045    * Don't Warn on VP62 video in NSV. It's supported now, so no need to print useless info about it.
3046
3047commit 33e36e85b384903860162912c2ff12b1e81afc47
3048Author: Derk-Jan Hartman <hartman@videolan.org>
3049Date:   Sun Nov 19 22:05:53 2006 +0000
3050
3051    * Fix shoutcast SD Delete. playlist is not locked.
3052
3053commit 9c96cd8925477fa369f0b0d1f8dbfeaa022b2550
3054Author: Pavlov Konstantin <thresh@videolan.org>
3055Date:   Sun Nov 19 21:51:02 2006 +0000
3056
3057    added normal looking playlist icon (converted to png from wx module)
3058
3059commit 38ebd66f92090b1b7403137dda38b08ede9ed1ac
3060Author: Derk-Jan Hartman <hartman@videolan.org>
3061Date:   Sun Nov 19 21:44:16 2006 +0000
3062
3063    * Fix OSX GUI after playlist API update
3064
3065commit 750ec8a01ef0fe940cf1cceb19d9fe6cb0f18e3b
3066Author: Derk-Jan Hartman <hartman@videolan.org>
3067Date:   Sun Nov 19 21:34:01 2006 +0000
3068
3069    * subtitle.c: const warning fixes
3070
3071commit e55c4747a48eeb906f97f6b8d232c2ec25bc27e9
3072Author: Derk-Jan Hartman <hartman@videolan.org>
3073Date:   Sun Nov 19 21:28:10 2006 +0000
3074
3075    * Fix CDDA module after playlist API updates
3076    * + a const fix
3077
3078commit 01dee6cea8ed65b24810e90631689ae97e02b669
3079Author: Antoine Cellerier <dionoea@videolan.org>
3080Date:   Sun Nov 19 18:04:00 2006 +0000
3081
3082    Use appropriate help text.
3083
3084commit fc2c2f412ac7a087efc4e59d4616a2901605dc53
3085Author: Gildas Bazin <gbazin@videolan.org>
3086Date:   Sun Nov 19 17:57:55 2006 +0000
3087
3088    * configure.ac: when we use the packed attribute we really mean it so don't output useless compilation warnings.
3089
3090commit 375920365554d46e9dba43106722648d37598621
3091Author: Dennis van Amerongen <trax@videolan.org>
3092Date:   Sun Nov 19 17:03:59 2006 +0000
3093
3094    * src/control/playlist.c: Fix typo vlc_mutex_unlokc -> vlc_mutex_unlock
3095
3096commit 638c59db01fa49450fd87037ae2972ce71a660a7
3097Author: Rafaël Carré <funman@videolan.org>
3098Date:   Sun Nov 19 16:34:09 2006 +0000
3099
3100    Reenables device probe header
3101
3102commit 5a989669c617078efd638d0a4edd3d51d929a349
3103Author: Clément Stenac <zorglub@videolan.org>
3104Date:   Sun Nov 19 16:12:43 2006 +0000
3105
3106    Input options inheritance in directory access (Closes:#353)
3107
3108commit 9fa2642c44cc79793530eda5ab44c03c6ab47d46
3109Author: Rafaël Carré <funman@videolan.org>
3110Date:   Sun Nov 19 16:09:16 2006 +0000
3111
3112    Fixes wxwidgets compilation
3113
3114commit d732fd2fa33755a75aed8a560efab68a183f0d75
3115Author: Clément Stenac <zorglub@videolan.org>
3116Date:   Sun Nov 19 15:54:44 2006 +0000
3117
3118    Beginning of implementation of art fetch when played
3119
3120commit 420d5f170e9ff667e2a218ebb86eb9d7e4d9aa61
3121Author: Clément Stenac <zorglub@videolan.org>
3122Date:   Sun Nov 19 14:37:04 2006 +0000
3123
3124    * Documentation belongs to the .h, step 1
3125    * Unexported a few internal functions
3126      (playlist_ItemDelete, playlist_ThreadCreate, playlist_ThreadDestroy)
3127    * Remove playlist_AddSDModules and merge its features into ServicesDiscoveryAdd
3128    * Fix a bug in signaling of node destruction (fixes Qt source selector assertion failures)
3129    * Disable unused generic devices probe code
3130
3131commit b60d207ba59e04e151d8144be7dfa00ec77904a2
3132Author: Dennis van Amerongen <trax@videolan.org>
3133Date:   Sun Nov 19 14:34:36 2006 +0000
3134
3135    * vlc.win32.nsi.in: Add shortcuts in seperate Utilities menu through the installer for easy access to main aout, vout and intf switches. Add NEWS.txt as Release Notes.
3136
3137commit 4bdf68b034c871c37d27e9274da2d8068be5a5ad
3138Author: Antoine Cellerier <dionoea@videolan.org>
3139Date:   Sun Nov 19 14:04:06 2006 +0000
3140
3141    Small doxygen doc fix (i hope)
3142
3143commit 38b815953cd52fe7df5d94c06e06e63e286646a7
3144Author: Clément Stenac <zorglub@videolan.org>
3145Date:   Sun Nov 19 13:33:27 2006 +0000
3146
3147    Compile fix
3148
3149commit 0900f11014557ea895a290d2c1518d739f97a8b6
3150Author: Clément Stenac <zorglub@videolan.org>
3151Date:   Sun Nov 19 13:20:02 2006 +0000
3152
3153    Finish the playlist API transition (hopefully)
3154     - Remove a bunch of transition now-useless API.
3155     - Remove all playlist_Lock* functions. Matching functions now accept a
3156       b_locked parameter that should be set to VLC_TRUE if the playlist is
3157       locked when calling the function. The advantages are that it reduces
3158       the API bloat and that the b_locked flag can be propagated in the
3159       call stack
3160     - Remove useless playlist testsuite
3161     - Remove broken daap plugin (unmaintained wrt VLC API changes, relies on
3162       an unmaintained library, probably unable to read content from new itunes,
3163       ...). Implementations exist in rhythmbox, xmms2 and
3164       daap-sharp, we should see if a proper lib exists or if we could
3165       make one
3166     - Reduce verbosity a bit
3167     - Documentation
3168
3169commit a54f78686f8d800851b4ca51add91f16c71df645
3170Author: Rafaël Carré <funman@videolan.org>
3171Date:   Sun Nov 19 03:43:32 2006 +0000
3172
3173    Adds GetPlayingItem method
3174    Fixes Quit method
3175    Fixes TogglePause method
3176
3177commit 69f569fc366ce8c87858ab67c29652821efa45ef
3178Author: Rafaël Carré <funman@videolan.org>
3179Date:   Sat Nov 18 23:12:45 2006 +0000
3180
3181    svn:propedit Id
3182
3183commit b8ccb9cd99185864b78e45aa43ec7408020afa14
3184Author: Rafaël Carré <funman@videolan.org>
3185Date:   Sat Nov 18 22:19:40 2006 +0000
3186
3187    Add Next, Prev, and Stop methods
3188
3189commit dcd116ad9cf88a0b9d1af5f7b541acea2db5a910
3190Author: Rafaël Carré <funman@videolan.org>
3191Date:   Sat Nov 18 20:32:12 2006 +0000
3192
3193    Add missing </method> tag
3194
3195commit c3a79834086bf4670417ec690e7172beb00c3d34
3196Author: Rafaël Carré <funman@videolan.org>
3197Date:   Sat Nov 18 20:26:51 2006 +0000
3198
3199    Added quit method
3200
3201commit 8c7506a011174bcb33ec74ae0091c01c51dee574
3202Author: Derk-Jan Hartman <hartman@videolan.org>
3203Date:   Sat Nov 18 19:38:40 2006 +0000
3204
3205    * Don't use deprecated functions if libswscaler is present.
3206      - Note that these are not all replaced atm, so some functionality might be lacking
3207    * Make the minimum version of libavcodec version 5000 (september 2005).
3208      - Removed all the checks for previous API versions.
3209
3210commit 147753f60c5ba3b97d4d16e1f7c9a167731e25ca
3211Author: Rafaël Carré <funman@videolan.org>
3212Date:   Sat Nov 18 18:37:45 2006 +0000
3213
3214    Initial support of D-Bus based control interface
3215
3216commit a965899359c86f75b0a8c18365a7ea24a16b85b7
3217Author: Christophe Mutricy <xtophe@videolan.org>
3218Date:   Sat Nov 18 13:20:29 2006 +0000
3219
3220    Oups chnage that in [17846] by mistake
3221
3222commit a2a2596a705161ddcb7c974e10cc36ea996d0c45
3223Author: Filippo Carone <littlejohn@videolan.org>
3224Date:   Sat Nov 18 10:49:53 2006 +0000
3225
3226    fix for java bindings native files makefile
3227
3228commit 28f8f9433f4dfb207a58d8126e8eff5ffd6566a0
3229Author: Christophe Mutricy <xtophe@videolan.org>
3230Date:   Sat Nov 18 01:46:32 2006 +0000
3231
3232    Acording to the latest test wxwidgets in unicode mode works better
3233
3234commit ab8576a4c9bab86f7a09f1ab1f96324d2cae4df6
3235Author: Christophe Mutricy <xtophe@videolan.org>
3236Date:   Sat Nov 18 01:32:26 2006 +0000
3237
3238    Fix the alignment issue in ffmpeg. Based on patch by Thorsten Jordan. Almost closes #757. Forwardport of [17595]
3239
3240commit 139a3929d996db28a1994b7a6a4f1bd2a7af9a6b
3241Author: Filippo Carone <littlejohn@videolan.org>
3242Date:   Sat Nov 18 00:47:23 2006 +0000
3243
3244    jvlcpanel constructor added
3245
3246commit 0f857561640bc81519df6d316b4aab748d202a41
3247Author: Filippo Carone <littlejohn@videolan.org>
3248Date:   Sat Nov 18 00:00:08 2006 +0000
3249
3250    libvlc_playlist_add enabled
3251
3252commit e1b9b4dafb0b99724435c86e64be2c7593899b0e
3253Author: Derk-Jan Hartman <hartman@videolan.org>
3254Date:   Fri Nov 17 23:59:37 2006 +0000
3255
3256    * Update ffmpeg contrib
3257
3258commit 39b7c3aaa034f89c68e57e528a6f8d1b401c6ce6
3259Author: Derk-Jan Hartman <hartman@videolan.org>
3260Date:   Fri Nov 17 23:34:45 2006 +0000
3261
3262    * Fix ffmpeg include's
3263
3264commit 5b173c09d06dd1587948319dd5e96a6ab8fe23fb
3265Author: Derk-Jan Hartman <hartman@videolan.org>
3266Date:   Fri Nov 17 22:52:24 2006 +0000
3267
3268    * Other way around of course
3269
3270commit 34db09b82dff72ee6ea72c25ce40926c224726b7
3271Author: Derk-Jan Hartman <hartman@videolan.org>
3272Date:   Fri Nov 17 22:40:45 2006 +0000
3273
3274    * Disable swscale if we don't have it installed
3275
3276commit 925e40a3e30df91f365eaca8b28c0b72639842d3
3277Author: Derk-Jan Hartman <hartman@videolan.org>
3278Date:   Fri Nov 17 22:18:44 2006 +0000
3279
3280    * Remove the old swscale files, and use the newer libswscale from ffmpeg.
3281      Untested and likely to break stuff
3282
3283commit 3a2462f647351fd9c87baaa4ac59d709eb61ed53
3284Author: Rafaël Carré <funman@videolan.org>
3285Date:   Fri Nov 17 19:48:24 2006 +0000
3286
3287    Forbid concurrent libnotify calls in multiple threads
3288    (Fixes #848)
3289
3290commit 7e817c515abc0d110a86146698d82a19281126b2
3291Author: Rafaël Carré <funman@videolan.org>
3292Date:   Fri Nov 17 17:25:38 2006 +0000
3293
3294    typo
3295
3296commit fafd568af791c1270543b72daf9e893b0d832870
3297Author: Rafaël Carré <funman@videolan.org>
3298Date:   Fri Nov 17 16:57:04 2006 +0000
3299
3300    Should fix API compatibility with HAL 0.5.0
3301
3302commit 952d3486c2cfdea0c68553368cd19f1471c16029
3303Author: Mark Moriarty <markfm@videolan.org>
3304Date:   Fri Nov 17 02:15:07 2006 +0000
3305
3306    Revert wxwidgets.hpp change -- problem appears to have been that gui/wxwidgets had been getting built against non-Unicode lib.
3307
3308commit cd0a67724097315244f37aca1886d61ae5dbceca
3309Author: Rafaël Carré <funman@videolan.org>
3310Date:   Fri Nov 17 00:32:48 2006 +0000
3311
3312    Removes broken D-Bus version check
3313    HAVE_LIBHAL_1 means hal >= 0.5.0, which means dbus >= 0.3.0, which means HAVE_DBUS_1 and it has all required APIs
3314
3315commit bb2c1996dd031b127567c2cdc62e1f07c0a03bbf
3316Author: Derk-Jan Hartman <hartman@videolan.org>
3317Date:   Thu Nov 16 23:56:47 2006 +0000
3318
3319    * forwardport [17824] WAVPACK and TTA in matroska
3320
3321commit f2fe0dac250da17373980dc531c31a2a0374380f
3322Author: Derk-Jan Hartman <hartman@videolan.org>
3323Date:   Thu Nov 16 23:54:55 2006 +0000
3324
3325    * Forgot to commit the paranoia changes in the cddax module. see [17804]
3326      Patch by Patrick McLean <chutzpah at gentoo d0t org>
3327
3328commit f793c0831e322c98e1529f907d03e7e58558b1ea
3329Author: Derk-Jan Hartman <hartman@videolan.org>
3330Date:   Thu Nov 16 23:45:52 2006 +0000
3331
3332    * Forwardport [17820] and [17823]. Live contrib compile fixes.
3333
3334commit 94a01b814371bd263d446f48075df8c815a3eaa7
3335Author: Filippo Carone <littlejohn@videolan.org>
3336Date:   Thu Nov 16 23:03:14 2006 +0000
3337
3338    Make java bindings compile with libtool
3339
3340commit 8d8e8f1cfce45eb7dbe2c346f6ee57e5178647dd
3341Author: Rémi Denis-Courmont <rem@videolan.org>
3342Date:   Thu Nov 16 19:13:49 2006 +0000
3343
3344    Fix local port number for multicast receival
3345
3346commit d32fd7e1dce9518870be49628bd7b17a4f74835f
3347Author: Jean-Baptiste Kempf <jb@videolan.org>
3348Date:   Thu Nov 16 14:15:36 2006 +0000
3349
3350    pfff... Fortunes.
3351
3352commit ce6d823658ee66cbe9fad22517009da89b55664b
3353Author: Marian Durkovic <md@videolan.org>
3354Date:   Thu Nov 16 13:41:17 2006 +0000
3355
3356    Fix detection of FreeBSD version (the previous one doesn't seem to work)
3357
3358commit 1cbc005bd347d6d9e72018608f70dbfb2068662a
3359Author: Jean-Baptiste Kempf <jb@videolan.org>
3360Date:   Thu Nov 16 03:15:54 2006 +0000
3361
3362    * Qt4: Display open dialog. Not yet functionnable.
3363    Sesame...
3364
3365commit bd09462a27daa38bb255139eaca743ae24c8a689
3366Author: Jean-Baptiste Kempf <jb@videolan.org>
3367Date:   Thu Nov 16 02:39:48 2006 +0000
3368
3369    Changes on live555 make MacOS-X patch fail in extras/contrib.
3370    This should repair NB.
3371
3372commit 1b9fc13769a259169aa3c2f9400c80c2d5241b0d
3373Author: Derk-Jan Hartman <hartman@videolan.org>
3374Date:   Thu Nov 16 01:24:37 2006 +0000
3375
3376    * Update version of libcdio. 0.78.2 is now the req. version
3377      Patch by Patrick McLean <chutzpah at gentoo d0t org>
3378
3379      contrib update by me
3380
3381commit 5d880fa8f6ff3854b24bf2dcd8eb1ee5bb0b545d
3382Author: Derk-Jan Hartman <hartman@videolan.org>
3383Date:   Thu Nov 16 00:58:47 2006 +0000
3384
3385    * forwardport [17800]
3386      Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno
3387
3388commit cbed01df85cead6ec85bfeb9950298a2b97018a9
3389Author: Derk-Jan Hartman <hartman@videolan.org>
3390Date:   Thu Nov 16 00:56:40 2006 +0000
3391
3392    * VLC now requires libmatroska 0.7.7 because from then the libs are pic enabled.
3393      (no longer use libmatroska_pic ebml_pic)
3394      Patch by Diego Petteno, +additions by me.
3395
3396commit 86247ba13dce74cb6a98b7b6e5ed57aba697be10
3397Author: Derk-Jan Hartman <hartman@videolan.org>
3398Date:   Wed Nov 15 23:00:44 2006 +0000
3399
3400    * LDLFAGS -> LDFLAGS
3401
3402commit 29139a21cc72a9008f63f7b6f90c7ab77e15eb43
3403Author: Derk-Jan Hartman <hartman@videolan.org>
3404Date:   Wed Nov 15 22:59:58 2006 +0000
3405
3406    * CFAGS -> CFLAGS
3407
3408commit 4167ffe3ee2f58564b1971ea19f028dd2bd41c82
3409Author: Rafaël Carré <funman@videolan.org>
3410Date:   Wed Nov 15 22:12:32 2006 +0000
3411
3412    Fixes devices removal, and crash on exit
3413
3414commit 16093d941c54bf45a447e1157c96eb0c61813687
3415Author: Rafaël Carré <funman@videolan.org>
3416Date:   Wed Nov 15 21:44:18 2006 +0000
3417
3418    Manages hot ejection of devices
3419    Uses hal callbacks instead of pure D-Bus monitoring
3420    Uses HAL >= 0.5.0 only if D-Bus >= 0.9.2 is present
3421    (refs #99)
3422
3423commit 772fa346a8229fcb4ed6aa7124783032964294bb
3424Author: Derk-Jan Hartman <hartman@videolan.org>
3425Date:   Wed Nov 15 20:09:15 2006 +0000
3426
3427    forwardport [17791]:
3428    * libc.c: Also define the lldiv function itself on FreeBSD < 5 refs #840
3429
3430commit 1694eb692b04b492aa05c69fe2bdabc15854f063
3431Author: Rémi Denis-Courmont <rem@videolan.org>
3432Date:   Wed Nov 15 19:36:26 2006 +0000
3433
3434    Fix typo
3435
3436commit 95db5344b35ef0d45271614b3dbd0f5a972b68f0
3437Author: Rémi Denis-Courmont <rem@videolan.org>
3438Date:   Wed Nov 15 19:35:59 2006 +0000
3439
3440    Use lldiv replacement on FreeBSD < 5.0 (fixes #840)
3441
3442commit 5cb9c9d9b54f9481e14019618a35046a54d176d4
3443Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
3444Date:   Wed Nov 15 14:14:55 2006 +0000
3445
3446    python/bindings/vlc_object.c: complete vlc_object_find parameters
3447
3448commit c2d31f450ee2f282e36d18f12fe19c4f3352e050
3449Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
3450Date:   Wed Nov 15 14:13:44 2006 +0000
3451
3452    python/bindings/setup.py: fix python binding building (ref. r17640)
3453
3454commit 989bdaf62beb3c53deff9a5f15ef98dd644c3519
3455Author: Rafaël Carré <funman@videolan.org>
3456Date:   Wed Nov 15 13:59:29 2006 +0000
3457
3458    Update slovenian translation
3459
3460commit 500d3e3b38cb7b0b3293d8c8c9df52c1d483c295
3461Author: Mark Moriarty <markfm@videolan.org>
3462Date:   Wed Nov 15 12:58:20 2006 +0000
3463
3464    Attempt to fix wxwidgets file open and Messages display.
3465
3466commit 73d74a1bdc3c426719de53f79ec3b18772ca6640
3467Author: Marian Durkovic <md@videolan.org>
3468Date:   Wed Nov 15 11:28:39 2006 +0000
3469
3470    some news
3471
3472commit 7467b74ca3b0396ae8baa2939256074d32d04a3d
3473Author: Filippo Carone <littlejohn@videolan.org>
3474Date:   Wed Nov 15 08:45:28 2006 +0000
3475
3476    Don't create Makefile.in in bindings/java/src
3477
3478commit 1d330ec524b06c70970c0c370f768e2abe97c832
3479Author: Rafaël Carré <funman@videolan.org>
3480Date:   Tue Nov 14 23:29:28 2006 +0000
3481
3482    Adds real-time device adding (not removal yet)
3483    Don't add data DVDs when possible
3484    Only uses D-Bus code if version >= 0.9.2
3485    (refs #99)
3486
3487commit f55fe3839d0008fc7de9cc1024ee518eb56706a4
3488Author: Derk-Jan Hartman <hartman@videolan.org>
3489Date:   Tue Nov 14 21:59:26 2006 +0000
3490
3491    * Use utf8_open for the .bin vcdimage file
3492    * Try .bin when opening a .cue, instead of trying the filename in the .cue (it's usually wrong).
3493      When the .bin filename fails, then look into the .cue file for a possible alternate name.
3494    * Don't crash on non-existing cuefile's
3495
3496    I would like to backport some of this, but 0.8.6 doesn't have utf8_open, so I need to see what i'm gonna do with that.
3497
3498commit c4ba4c75ca7394f1f70c38581f2a58e362912be2
3499Author: Filippo Carone <littlejohn@videolan.org>
3500Date:   Tue Nov 14 21:47:05 2006 +0000
3501
3502    use libtool to compile java bindings. needs a cleanup (also thanks to megabug)
3503
3504commit 4d3b55e41221c13d306e82cbcf3d0af806debdf2
3505Author: Pavlov Konstantin <thresh@videolan.org>
3506Date:   Tue Nov 14 21:22:28 2006 +0000
3507
3508    This should fix beos linking problem
3509
3510commit 81f3d9da78a62cc2a00dde3abf63142546ca2702
3511Author: Pavlov Konstantin <thresh@videolan.org>
3512Date:   Tue Nov 14 17:54:10 2006 +0000
3513
3514    qt4: i really like readable debug output
3515
3516commit f49d85712b344182c6e4bae359bebc8b4360c737
3517Author: Rémi Denis-Courmont <rem@videolan.org>
3518Date:   Tue Nov 14 16:53:51 2006 +0000
3519
3520    Clean up and avoid leak in sap decompression
3521
3522commit 6154f386d654a5e60746f9e1ddef93166cced11f
3523Author: Rafaël Carré <funman@videolan.org>
3524Date:   Tue Nov 14 16:23:27 2006 +0000
3525
3526    Returns from Run() thread instead of sleeping eternally
3527
3528commit 28a1f4c6267a8d4d8f130f367712710a694e6db1
3529Author: Rémi Denis-Courmont <rem@videolan.org>
3530Date:   Tue Nov 14 15:52:27 2006 +0000
3531
3532    Windows multicast bind kludge
3533
3534commit 970cd4e80a0aa1b9ebafea65e4d915ddbcda5f71
3535Author: Christophe Mutricy <xtophe@videolan.org>
3536Date:   Tue Nov 14 14:51:35 2006 +0000
3537
3538    Fix the inclusion of extras/contrib/bin to the PATH
3539
3540commit 73f6c8ba16b44ebc09b8cd68b43b82f8829b6241
3541Author: Christophe Massiot <massiot@videolan.org>
3542Date:   Tue Nov 14 13:19:04 2006 +0000
3543
3544    paf
3545
3546commit cb0c86778982b8d25359f28c6abb112d152f9775
3547Author: Jean-Paul Saman <jpsaman@videolan.org>
3548Date:   Tue Nov 14 09:53:03 2006 +0000
3549
3550    Add DivX as supported filter to DShow interface.
3551
3552commit 73c881f96557036a5cb17ee8a50301f5710fb89e
3553Author: Derk-Jan Hartman <hartman@videolan.org>
3554Date:   Tue Nov 14 02:11:37 2006 +0000
3555
3556    * forwardport [17753]: sap sdp_t initialization
3557      - fix some const warnings
3558      - fix an "invalid" assert
3559
3560commit 8599c6267fa37ac868350bdd56b89cb797c26436
3561Author: Derk-Jan Hartman <hartman@videolan.org>
3562Date:   Mon Nov 13 21:58:38 2006 +0000
3563
3564    * Allow "empty" subtitle packets. These are used to "wipe" ephemer subtitles of the screen.
3565      Used by mp4 and 3gpp Timed Text
3566
3567commit f02d5f707006cda9d09dd059780b3a3647e44519
3568Author: Derk-Jan Hartman <hartman@videolan.org>
3569Date:   Mon Nov 13 21:51:55 2006 +0000
3570
3571    * ps.c: Base SET_TIME on the current byteposition. This helps seeking in VBR files. Seeking forward will no longer seek backward instead.
3572
3573commit ebcd548797fa60603637f162b8871626a6f0a2be
3574Author: Rafaël Carré <funman@videolan.org>
3575Date:   Mon Nov 13 21:14:34 2006 +0000
3576
3577    Don't use D-Bus with hal < 0.5.0
3578
3579commit 15de00eaf2b8be7f8d002e0385edd9467838cf58
3580Author: Cyril Deguet <asmax@videolan.org>
3581Date:   Mon Nov 13 18:24:08 2006 +0000
3582
3583    * added missing -lm for plugin colorthres
3584
3585commit 08b621f40b50947bdfe2886271d4a72db5ee3152
3586Author: Derk-Jan Hartman <hartman@videolan.org>
3587Date:   Mon Nov 13 17:25:26 2006 +0000
3588
3589    * const char warning fix
3590
3591commit d6ed3af14d4ba41b87519370a26f28f8c4ced335
3592Author: Derk-Jan Hartman <hartman@videolan.org>
3593Date:   Mon Nov 13 16:56:03 2006 +0000
3594
3595    * Update wavpack libavcodec version for trunk as well. fixes #828
3596
3597commit da7262d76793cf824d1b6aafc472eb84b01e5612
3598Author: Rémi Denis-Courmont <rem@videolan.org>
3599Date:   Mon Nov 13 15:43:19 2006 +0000
3600
3601    Fix another bunch of warnings
3602
3603commit d5a9c50c28669e9a0ff725438ff142bdedd7e6e8
3604Author: Rémi Denis-Courmont <rem@videolan.org>
3605Date:   Mon Nov 13 15:37:26 2006 +0000
3606
3607    Fix warnings
3608
3609commit a08afde81bad0c5b4982af375d6d93f0ced85c87
3610Author: Rémi Denis-Courmont <rem@videolan.org>
3611Date:   Mon Nov 13 15:32:37 2006 +0000
3612
3613    Fix some warnings
3614
3615commit 14532988cfe0c2d919c136df29597153b08fe2f3
3616Author: Rémi Denis-Courmont <rem@videolan.org>
3617Date:   Mon Nov 13 15:25:50 2006 +0000
3618
3619    Really fix the stat warning (tested on Mingw32)
3620
3621commit bc3593fc3917ce7b081a3d23f203955274c9e2dc
3622Author: Marian Durkovic <md@videolan.org>
3623Date:   Mon Nov 13 14:14:09 2006 +0000
3624
3625    Move unicode argv[] fetching into system_Init
3626    (before getopt_long gets the chance to reorder them)
3627
3628    refs 830   (close requires backport)
3629
3630commit d80535725e9b4ae02082d3ee27eb586f267870ca
3631Author: Pavlov Konstantin <thresh@videolan.org>
3632Date:   Mon Nov 13 11:20:42 2006 +0000
3633
3634    updated russian translation, make update-po
3635
3636commit bb727b7f3e315828597bcb5e45d066bc01d4a606
3637Author: Pavlov Konstantin <thresh@videolan.org>
3638Date:   Mon Nov 13 10:38:16 2006 +0000
3639
3640    properly display translated strings in setWindowTitle in qt4 interface
3641
3642commit d1f54c774eac5c0177292be9198832f98d368220
3643Author: Marian Durkovic <md@videolan.org>
3644Date:   Mon Nov 13 07:47:47 2006 +0000
3645
3646    Warn the user about missing MLDv2 support in his OS
3647
3648commit 955f1293277cd10ff24e60e7b73e95c16a4eaea3
3649Author: Rémi Denis-Courmont <rem@videolan.org>
3650Date:   Sun Nov 12 20:12:29 2006 +0000
3651
3652    Try to fix the obnoxious _stati64 warning
3653
3654commit 9a234d8f17398290ba38476995050a751a9b85ac
3655Author: Filippo Carone <littlejohn@videolan.org>
3656Date:   Sun Nov 12 19:52:46 2006 +0000
3657
3658    vlc-config external also includes libvlc-control
3659
3660commit 52f8f1dcad13e5b47921de61b5416aa7b06c653f
3661Author: Rafaël Carré <funman@videolan.org>
3662Date:   Sun Nov 12 19:47:32 2006 +0000
3663
3664    Makes configure fail on missing GL headers
3665
3666commit fd1a965309497d080aa51c5c1ffcd68fce9c1866
3667Author: Rafaël Carré <funman@videolan.org>
3668Date:   Sun Nov 12 19:46:15 2006 +0000
3669
3670    Do not update gettext contrib to current CVS on MacOSX
3671
3672commit 8a948e548bce5f3e925f58fc9fec53c0849f1d30
3673Author: Clément Stenac <zorglub@videolan.org>
3674Date:   Sun Nov 12 19:24:12 2006 +0000
3675
3676    p_libvlc needs b_attached = TRUE for vlc_list_find. Fixes embedded vout
3677
3678commit eb8b25f704b1c3e6d27fdee3bd562b46181f7d7e
3679Author: Rémi Denis-Courmont <rem@videolan.org>
3680Date:   Sun Nov 12 18:31:40 2006 +0000
3681
3682    Remove another harmful FromLocale
3683
3684commit 85f408e380b4dde8df2891d28de452b8e0988e91
3685Author: Clément Stenac <zorglub@videolan.org>
3686Date:   Sun Nov 12 18:28:37 2006 +0000
3687
3688    Fix Qt4 play button
3689
3690commit e8aa094f86e08a2c690555a0767763dcd63ffb90
3691Author: Clément Stenac <zorglub@videolan.org>
3692Date:   Sun Nov 12 18:19:49 2006 +0000
3693
3694    Preparse playlist items that don't have enough meta
3695    If the item is not to be preparsed but has enough meta, mark it as preparsed
3696
3697commit 8b5528ab646fc91e2edb9bdfcd0afd87cbf70859
3698Author: Clément Stenac <zorglub@videolan.org>
3699Date:   Sun Nov 12 17:48:21 2006 +0000
3700
3701    Might fix compile
3702
3703commit b0799ceaca0e858490e84d9bc8c144de11d0cbc0
3704Author: Antoine Cellerier <dionoea@videolan.org>
3705Date:   Sun Nov 12 17:15:15 2006 +0000
3706
3707    Display --option=<value type> instead of --option <value type> on windows in usage help.
3708
3709commit 43e8fc6a849718a973eb2e1c41fc391a4ed92c2d
3710Author: Clément Stenac <zorglub@videolan.org>
3711Date:   Sun Nov 12 17:06:24 2006 +0000
3712
3713    * Qt4 stream output dialog
3714    * Fixes to the streaming chain generator
3715    * network: don't print an error message for EINTR
3716
3717commit 559c7675e744ce8882a5081c98800f10601ed26c
3718Author: Rémi Denis-Courmont <rem@videolan.org>
3719Date:   Sun Nov 12 16:58:09 2006 +0000
3720
3721    Compile fix
3722
3723commit e19c47d2e42738732f2d9590922342cdbb30b255
3724Author: Rémi Denis-Courmont <rem@videolan.org>
3725Date:   Sun Nov 12 16:30:09 2006 +0000
3726
3727    Apply online help patch from Vincent Dimar.
3728
3729commit 8810db47bebbf8389e633aa605c16a76946d76f6
3730Author: Rémi Denis-Courmont <rem@videolan.org>
3731Date:   Sun Nov 12 16:29:44 2006 +0000
3732
3733    Forgot the symbols again
3734
3735commit babead8e9b9b1c0e59ad92a3b241d9c8ae5a42e8
3736Author: Rémi Denis-Courmont <rem@videolan.org>
3737Date:   Sun Nov 12 16:19:58 2006 +0000
3738
3739    Unexport vlc_current_charset()
3740    which is superseded by the Unicode wrappers and GetFallbackEncoding
3741
3742commit 34bd463f8d7145761b032368037ad19e3cf038dc
3743Author: Rémi Denis-Courmont <rem@videolan.org>
3744Date:   Sun Nov 12 16:18:31 2006 +0000
3745
3746    Add VLC_INTERNAL, like VLC_EXPORT except it does not export
3747
3748commit 2374e7bc034774261a1bd5b56c1a8e5903e30e68
3749Author: Clément Stenac <zorglub@videolan.org>
3750Date:   Sun Nov 12 16:16:24 2006 +0000
3751
3752    Fix playlist unable to terminate (Closes:#829)
3753
3754commit d63051021d0116a5934433de23b08654a9c1ba58
3755Author: Rémi Denis-Courmont <rem@videolan.org>
3756Date:   Sun Nov 12 16:05:11 2006 +0000
3757
3758    Remove unused iconv handle
3759
3760commit ee5cf38b43fd7b323aeb4e9f650fe718e95650bc
3761Author: Rémi Denis-Courmont <rem@videolan.org>
3762Date:   Sun Nov 12 15:46:52 2006 +0000
3763
3764    Even WxWidgets is entitled to const blessing
3765
3766commit 942cd8fe5d6d6c14198e275e64db635d21ce0ec9
3767Author: Rémi Denis-Courmont <rem@videolan.org>
3768Date:   Sun Nov 12 15:36:27 2006 +0000
3769
3770    Use Latin-1 rather than local charset for ASX files
3771
3772commit 8704578164dfe71b45524a7722faf21a7ff7cbb8
3773Author: Rémi Denis-Courmont <rem@videolan.org>
3774Date:   Sun Nov 12 15:35:45 2006 +0000
3775
3776    Suppress unused variable
3777
3778commit 340dfad4b5d305cad4d21044c79ca612506c3a65
3779Author: Rémi Denis-Courmont <rem@videolan.org>
3780Date:   Sun Nov 12 15:33:59 2006 +0000
3781
3782    Fix a few warnings
3783
3784commit ceba8717d05b12df7d81ba80ab5cb0bb75a8309b
3785Author: Filippo Carone <littlejohn@videolan.org>
3786Date:   Sun Nov 12 15:32:24 2006 +0000
3787
3788    dirty fix to correctly link libvlc-control during make
3789
3790commit e131931fa3e4293a68388c79538543d2a747256c
3791Author: Rémi Denis-Courmont <rem@videolan.org>
3792Date:   Sun Nov 12 15:17:29 2006 +0000
3793
3794    Remove debug message
3795
3796commit 7b4e4d4e08161267ce202be7fc6f45f265d1ffd2
3797Author: Rémi Denis-Courmont <rem@videolan.org>
3798Date:   Sun Nov 12 14:26:59 2006 +0000
3799
3800    Fix warnings
3801
3802commit a7cfd58b7e729e46a7fb6462332a4b0364a2f507
3803Author: Rémi Denis-Courmont <rem@videolan.org>
3804Date:   Sun Nov 12 14:12:55 2006 +0000
3805
3806    I did it.
3807    <subliminal message>
3808    http://www.googlefight.com/index.php?lang=en_GB&word1=wxwidgets&word2=qt
3809    </subliminal>
3810
3811commit e68bba76e6a82d2070e444c1574ab2cbb25dad72
3812Author: Rémi Denis-Courmont <rem@videolan.org>
3813Date:   Sun Nov 12 13:45:03 2006 +0000
3814
3815    Try to fix contrib: don't build gettext java bindings
3816
3817commit fdfdb5d479402062bbf99d009f7ab3e71a68d5a5
3818Author: Rémi Denis-Courmont <rem@videolan.org>
3819Date:   Sun Nov 12 13:38:50 2006 +0000
3820
3821    Remove bashism
3822
3823commit 43a9e778e4c77d165486fe2731fc21a9e176db18
3824Author: Rémi Denis-Courmont <rem@videolan.org>
3825Date:   Sun Nov 12 13:28:14 2006 +0000
3826
3827    Another attempt to tame WxString
3828
3829commit 1241e76243722cda296899293b12235c5162ea27
3830Author: Rémi Denis-Courmont <rem@videolan.org>
3831Date:   Sun Nov 12 12:52:30 2006 +0000
3832
3833    Fix make dist
3834
3835commit cb285c57db9d79ae71f40b6fae3637a419774eff
3836Author: Rémi Denis-Courmont <rem@videolan.org>
3837Date:   Sun Nov 12 12:49:13 2006 +0000
3838
3839    Safer macros locale conversion macros for WxWidgets.
3840
3841commit 77603707d00c6246a7a91c90cf1baf6ba1bab719
3842Author: Rémi Denis-Courmont <rem@videolan.org>
3843Date:   Sun Nov 12 12:10:55 2006 +0000
3844
3845    Do not use non-existing function playlist_PlaylistAddExt.
3846    Hopefully fix linking on Windows and Mac OS X.
3847
3848commit 2f095050c21a3ade7573c02afcce92b8fe81d559
3849Author: Rémi Denis-Courmont <rem@videolan.org>
3850Date:   Sun Nov 12 12:02:55 2006 +0000
3851
3852    Don't use void * for utf8_(l)?stat() as it hinders bug detection
3853
3854commit 65b7318b10fcd230b79ff10e2b7e4ac668681697
3855Author: Rémi Denis-Courmont <rem@videolan.org>
3856Date:   Sun Nov 12 11:54:28 2006 +0000
3857
3858    Some const
3859
3860commit 5fd7f4679e34b30be86e6f9b98a9e5b8209318f5
3861Author: Rémi Denis-Courmont <rem@videolan.org>
3862Date:   Sun Nov 12 11:50:06 2006 +0000
3863
3864    Use stat instead of fopen to check for file existence
3865
3866commit 8d9bd04728949bebaab21ca8e949bf4bde97b96a
3867Author: Rémi Denis-Courmont <rem@videolan.org>
3868Date:   Sun Nov 12 11:45:10 2006 +0000
3869
3870    Another Win32 FromLocale -> FromWide
3871
3872commit fa417ad8204a1442aa477db347f11b4ade4ef8eb
3873Author: Rémi Denis-Courmont <rem@videolan.org>
3874Date:   Sun Nov 12 11:43:52 2006 +0000
3875
3876    Don't use non existent file in Qt4 code
3877
3878commit 21a6f2418f0404056cf22a8d0618cd62cd183b1b
3879Author: Rémi Denis-Courmont <rem@videolan.org>
3880Date:   Sun Nov 12 11:35:38 2006 +0000
3881
3882    Fix a few warnings
3883
3884commit 4484cb2534c4664d348000914f8c90c5e5a85d75
3885Author: Rémi Denis-Courmont <rem@videolan.org>
3886Date:   Sun Nov 12 11:30:00 2006 +0000
3887
3888    More warning fixes
3889
3890commit cae4a7ffe0c62da9114446169181ab3acfa4dca6
3891Author: Rémi Denis-Courmont <rem@videolan.org>
3892Date:   Sun Nov 12 11:22:29 2006 +0000
3893
3894    Warning fix
3895
3896commit 59fb050fb794a508ce7e8777b5b4abbafc25558a
3897Author: Rémi Denis-Courmont <rem@videolan.org>
3898Date:   Sun Nov 12 11:17:10 2006 +0000
3899
3900    Fix compiler warnings
3901
3902commit dc326a62b54701e5f9410642888daed46aa0bef8
3903Author: Rémi Denis-Courmont <rem@videolan.org>
3904Date:   Sun Nov 12 11:15:29 2006 +0000
3905
3906    Do not use pointer arithmethic on void pointers.
3907
3908commit 1f93e8318163c130e070f66289eafcbfd038bc82
3909Author: Rémi Denis-Courmont <rem@videolan.org>
3910Date:   Sun Nov 12 11:02:56 2006 +0000
3911
3912    Try to fix Qt4 build
3913
3914commit a49795c90e4f9c99830a5cd64ec18036a6dc2aec
3915Author: Rémi Denis-Courmont <rem@videolan.org>
3916Date:   Sun Nov 12 10:32:48 2006 +0000
3917
3918    Don't use -shared with libtool
3919
3920commit e4d731df8ad55f46bef898ef6de49318a3b2c9b5
3921Author: Rémi Denis-Courmont <rem@videolan.org>
3922Date:   Sun Nov 12 10:25:28 2006 +0000
3923
3924    Fix compilation of WxWidgets.
3925    But given how badly broken the plugin is (interaction stuff),
3926    you'd better not use it anyway.
3927
3928commit 1f52d4926216f981aa525c55e31d73f60377f571
3929Author: Clément Stenac <zorglub@videolan.org>
3930Date:   Sun Nov 12 10:22:39 2006 +0000
3931
3932    Qt4: add meta info panel and fix layout bug in stats
3933
3934commit d439902689b4bc7bd4c8be5975d0e93a5c47ee0e
3935Author: Filippo Carone <littlejohn@videolan.org>
3936Date:   Sun Nov 12 00:24:31 2006 +0000
3937
3938    also link libvlc-control in java bindings
3939
3940commit eb7a893543650f7a782ac48f08e6b2f0814d803e
3941Author: Rafaël Carré <funman@videolan.org>
3942Date:   Sun Nov 12 00:23:12 2006 +0000
3943
3944    Various bugfixes
3945    Replaces gotos with #defines
3946    Put duplicate code in #defines
3947    Disables plugin by default
3948
3949commit 3bed3c3385b506033c5c2e9d2d5880d819d042c1
3950Author: Clément Stenac <zorglub@videolan.org>
3951Date:   Sun Nov 12 00:02:36 2006 +0000
3952
3953    Fix
3954
3955commit fb3133439db2b4444ca1495d171104c4d26e5cca
3956Author: Antoine Cellerier <dionoea@videolan.org>
3957Date:   Sat Nov 11 23:44:15 2006 +0000
3958
3959    Only accept mouse coordinates inside video window
3960
3961commit 673861da5ce8bfeb0a4adbd5be95aa5fd2da9e4b
3962Author: Clément Stenac <zorglub@videolan.org>
3963Date:   Sat Nov 11 23:37:25 2006 +0000
3964
3965    * Remove some unneeded complexity in playlist and directory
3966    * Remove some unneeded wrappers and locking
3967
3968commit d1b0d5205fe25610f697435bff3e60e938a7bb41
3969Author: Antoine Cellerier <dionoea@videolan.org>
3970Date:   Sat Nov 11 23:37:11 2006 +0000
3971
3972    Add "shuffle" button to puzzle in order to prevent shuffling when double clicking to go fullscreen once the puzzle is solved.
3973
3974commit d35bb92634620a27de0023bfa36af69c8e154463
3975Author: Dennis van Amerongen <trax@videolan.org>
3976Date:   Sat Nov 11 22:48:42 2006 +0000
3977
3978    * modules/gui/wxwidgets/extrapanel.cpp: Add the puzzle video filter to the Extended GUI.
3979
3980commit 2ad6c313423c7fcdc23bd72a1121f1451d9a9a0d
3981Author: Damien Fouilleul <damienf@videolan.org>
3982Date:   Sat Nov 11 21:44:34 2006 +0000
3983
3984    - I422 to YUY2 now works (due to previous commit)
3985
3986commit 7e00a8db9bf3f9017fb6e58ce71f6b0a8b4e2b9c
3987Author: Damien Fouilleul <damienf@videolan.org>
3988Date:   Sat Nov 11 21:43:34 2006 +0000
3989
3990    - make sure chroma converters respect picture line pitch for packed chroma
3991
3992commit fb635e210354b1be0b04e2e1f941670036dae680
3993Author: Damien Fouilleul <damienf@videolan.org>
3994Date:   Sat Nov 11 19:14:53 2006 +0000
3995
3996    - access/file.c: fixed stat on win32, make sure the right stat structure is used, 'struct _stati64' on win32 and not 'struct stat'
3997
3998commit 04cf4f559b33aeb0af223a7ee5c6fdb2b701c045
3999Author: Damien Fouilleul <damienf@videolan.org>
4000Date:   Sat Nov 11 18:22:33 2006 +0000
4001
4002    - compile fix
4003
4004commit 8c2453995bb548f3ad8ccd740ac4d16704800df2
4005Author: Cyril Deguet <asmax@videolan.org>
4006Date:   Sat Nov 11 17:58:22 2006 +0000
4007
4008    * doc about SliderBackground (forgot to commit that a long time ago...)
4009
4010commit 6e3e276ac07e0acad6fb69f99e1b9dcf6ae8503e
4011Author: Rémi Denis-Courmont <rem@videolan.org>
4012Date:   Sat Nov 11 17:48:01 2006 +0000
4013
4014    Restore media control API for the obsolete build system
4015
4016commit 8978e821a39f7a9202f9fde16a5391c6f74e208f
4017Author: Rémi Denis-Courmont <rem@videolan.org>
4018Date:   Sat Nov 11 17:45:01 2006 +0000
4019
4020    Win32 ANSI -> Unicode + UTF-8 wrappers
4021
4022commit 7554c22cefdaa052b04d9e689cc61a7119dec976
4023Author: Rémi Denis-Courmont <rem@videolan.org>
4024Date:   Sat Nov 11 17:44:37 2006 +0000
4025
4026    Add missing UTF-8 wrapper
4027
4028commit 0afbc3c3bcd0f747b3adbb15b4dcfae7977e2f9e
4029Author: Marian Durkovic <md@videolan.org>
4030Date:   Sat Nov 11 17:36:36 2006 +0000
4031
4032    Sync IPv4 and IPv6 multicast debugs
4033
4034commit 39401d06d8385a69ba0c6a9792fda760d1e2744b
4035Author: Rémi Denis-Courmont <rem@videolan.org>
4036Date:   Sat Nov 11 17:28:34 2006 +0000
4037
4038    Use Unicode wrappers to open HTTP interface files
4039
4040commit 2beb123a6c00620050ec4694829c03f2f4c5bcfa
4041Author: Rémi Denis-Courmont <rem@videolan.org>
4042Date:   Sat Nov 11 17:28:10 2006 +0000
4043
4044    Fix a bunch of warnings
4045
4046commit c8a17a09b17f671f6d6bbaabb78f92482f2f4796
4047Author: Rémi Denis-Courmont <rem@videolan.org>
4048Date:   Sat Nov 11 17:16:50 2006 +0000
4049
4050    Try to fix Mozilla plugin
4051
4052commit bf36cd415d3428c2688624f8cba55f26b9f0986a
4053Author: Rémi Denis-Courmont <rem@videolan.org>
4054Date:   Sat Nov 11 17:11:59 2006 +0000
4055
4056    Fix [17660]
4057
4058commit b2e31be94e875c989bba9fd3f9192f6adb01d7d3
4059Author: Rémi Denis-Courmont <rem@videolan.org>
4060Date:   Sat Nov 11 17:10:59 2006 +0000
4061
4062    C++ inclusion fix
4063
4064commit 48eb86c62db5e181ba74436b34f6d0ff11a8a14d
4065Author: Rémi Denis-Courmont <rem@videolan.org>
4066Date:   Sat Nov 11 17:07:56 2006 +0000
4067
4068    DRMS: use Unicode Win32 API
4069
4070commit b8f4ee2e482ab89757bb0a5dde58830f38deef12
4071Author: Rémi Denis-Courmont <rem@videolan.org>
4072Date:   Sat Nov 11 16:53:21 2006 +0000
4073
4074    Leverage FromWide
4075
4076commit 5d7f0d7838b7cf53100411da6083b38becc95166
4077Author: Rémi Denis-Courmont <rem@videolan.org>
4078Date:   Sat Nov 11 16:49:41 2006 +0000
4079
4080    ToLocale -> WideCharToMultiByte (refs #817)
4081
4082commit de14672a43cbb0c236ecd9eba6a67f0b1d91e868
4083Author: Marian Durkovic <md@videolan.org>
4084Date:   Sat Nov 11 16:43:14 2006 +0000
4085
4086    Fix endianes bug in automatic SDP source-filter
4087
4088commit 865b8f0db9dedc2637effcb0bb985d50bf362e92
4089Author: Rémi Denis-Courmont <rem@videolan.org>
4090Date:   Sat Nov 11 16:21:35 2006 +0000
4091
4092    Remove another harmful extra ToLocale() call
4093
4094commit 9da31dde31d94647f9fd72e7637c0093cde70516
4095Author: Rémi Denis-Courmont <rem@videolan.org>
4096Date:   Sat Nov 11 16:19:17 2006 +0000
4097
4098    Use Unicode wrapper
4099
4100commit 3874df3b98cd17580d83de1c42ed566096b95317
4101Author: Rémi Denis-Courmont <rem@videolan.org>
4102Date:   Sat Nov 11 16:14:37 2006 +0000
4103
4104    Fix socket protection level.
4105
4106commit 13b3f5c25fa31b546aed428b6b1352c12ace0198
4107Author: Rémi Denis-Courmont <rem@videolan.org>
4108Date:   Sat Nov 11 16:13:25 2006 +0000
4109
4110    Remove extraneous ToLocale().
4111
4112commit 703490eae114dd294bf894e0db8a8bf725613f05
4113Author: Marian Durkovic <md@videolan.org>
4114Date:   Sat Nov 11 16:02:34 2006 +0000
4115
4116    forwardport [17650]
4117
4118commit c0f6a69c8a1af788fb829edde3b5f0fa8f3f18d7
4119Author: Rémi Denis-Courmont <rem@videolan.org>
4120Date:   Sat Nov 11 15:48:05 2006 +0000
4121
4122    Fix SAP group IPv6 addresses
4123
4124commit fee133d6db5778c537cacd8233f1cf0df59a734a
4125Author: Marian Durkovic <md@videolan.org>
4126Date:   Sat Nov 11 15:40:48 2006 +0000
4127
4128    forwardport [17646] (SDP source-filter fix)
4129
4130commit 35316016201ae95114c3a99c84d976a5bb69b4b8
4131Author: Rafaël Carré <funman@videolan.org>
4132Date:   Sat Nov 11 15:20:09 2006 +0000
4133
4134    Update slovenian translation
4135
4136commit e83a49c0621f71960357467391cec973e25fe206
4137Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
4138Date:   Sat Nov 11 13:33:43 2006 +0000
4139
4140    added a color threshold filter that can make effects similar to "the
4141    yellow guy" in sin city or the red dressed girl in the beginning of
4142    schindlers list
4143
4144commit 698c348edc47e11dfdb5499f6385f8f938ad6645
4145Author: Rémi Denis-Courmont <rem@videolan.org>
4146Date:   Sat Nov 11 12:52:49 2006 +0000
4147
4148    Don't build Win32 code on Linux !
4149
4150commit 4e3e7fceb1808f73dc802ebe1e40c758b7bc4336
4151Author: Rémi Denis-Courmont <rem@videolan.org>
4152Date:   Sat Nov 11 12:48:49 2006 +0000
4153
4154    Hmm oups
4155
4156commit 91d059ece53de17e8bffba4a3c17eb7572b59144
4157Author: Rémi Denis-Courmont <rem@videolan.org>
4158Date:   Sat Nov 11 12:30:16 2006 +0000
4159
4160    Split the media control API from libvlc.so to libvlc-control.so
4161    The libvlc.so ABI is still way too unstable IMHO.
4162
4163    This commit will probably break havoc in bindings in the short term,
4164    but hey, this is the unstable branch
4165
4166commit 8d7e6079fa9b29910ac85c5686b3439ef6ce08e3
4167Author: Rémi Denis-Courmont <rem@videolan.org>
4168Date:   Sat Nov 11 12:15:53 2006 +0000
4169
4170    Inline FromUTF16 and use Win32 API
4171    (suppress one more ugly piece of code)
4172
4173commit 19a7634285f47ba0c568f7c18ba2a4c4b0d4dfea
4174Author: Rémi Denis-Courmont <rem@videolan.org>
4175Date:   Sat Nov 11 11:48:20 2006 +0000
4176
4177    Fix previous commit
4178
4179commit 7b734c8b7b070e7ab55be757040c5de5cd1369c3
4180Author: Rémi Denis-Courmont <rem@videolan.org>
4181Date:   Sat Nov 11 11:44:59 2006 +0000
4182
4183    Mark subtitles_Filter as static
4184
4185commit 0b79316c62f8b380527ee97da5293c111ebe6d4a
4186Author: Rémi Denis-Courmont <rem@videolan.org>
4187Date:   Sat Nov 11 11:37:21 2006 +0000
4188
4189    Suppress unused UTF-32 conversion functions
4190
4191commit c3293262a84342deecad886042889a900e39d827
4192Author: Rémi Denis-Courmont <rem@videolan.org>
4193Date:   Sat Nov 11 11:27:58 2006 +0000
4194
4195    (From|To)Locale code factorization
4196
4197commit 02199f335f68ebe63c3518dcf78eb35090007534
4198Author: Marian Durkovic <md@videolan.org>
4199Date:   Sat Nov 11 10:04:20 2006 +0000
4200
4201    Cosmetics: Warn the user about lack of IGMPv3 support in his OS
4202
4203commit ecd7382d08f2244a38f4f51a155aef7775c4fa42
4204Author: Antoine Cellerier <dionoea@videolan.org>
4205Date:   Sat Nov 11 00:48:03 2006 +0000
4206
4207    Really prevent illegal puzzles and prevent some illegal moves.
4208
4209commit cf3059baf3fc0985c86e409277775299740bf795
4210Author: Antoine Cellerier <dionoea@videolan.org>
4211Date:   Sat Nov 11 00:20:30 2006 +0000
4212
4213    Put video in black slot when puzzle is solved
4214
4215commit a1b3f1fb73800e62af87ee9d6a47aa8839d5f40a
4216Author: Antoine Cellerier <dionoea@videolan.org>
4217Date:   Sat Nov 11 00:18:01 2006 +0000
4218
4219    I'm not sure that this is ok but it definitively prevents impossible to solve puzzles from being generated here.
4220
4221commit 5506025a7e34a93399fa8089920981e2d13d8488
4222Author: Antoine Cellerier <dionoea@videolan.org>
4223Date:   Fri Nov 10 23:58:17 2006 +0000
4224
4225    Woops.
4226
4227commit decd54e4396d0ecc1eecd057c968d7a74087eabd
4228Author: Antoine Cellerier <dionoea@videolan.org>
4229Date:   Fri Nov 10 23:51:33 2006 +0000
4230
4231    Add --puzzle-black-slot option to change puzzle type
4232
4233commit 4d8192c7f1c788b0c798c99ef22b49bd70b7bb50
4234Author: Rémi Denis-Courmont <rem@videolan.org>
4235Date:   Fri Nov 10 22:15:27 2006 +0000
4236
4237    Fix warnings
4238
4239commit d21ca5d81d150ef4ea12bf8ce5a63701b8da7c0e
4240Author: Rémi Denis-Courmont <rem@videolan.org>
4241Date:   Fri Nov 10 22:14:24 2006 +0000
4242
4243    Missing #include
4244
4245commit a74a8625b6859edcdd07eddc7b30984d53f6d368
4246Author: Rémi Denis-Courmont <rem@videolan.org>
4247Date:   Fri Nov 10 22:11:55 2006 +0000
4248
4249    Hide vlc_fix_readdir_charset. It is now integrated in the UTF-8 wrappers.
4250    Though there is not an useless lock and iconv handler
4251    in the Darwin specific stuff.
4252
4253commit bd3fbc7608179d5f0d39b1b46be59a2000334fad
4254Author: Rémi Denis-Courmont <rem@videolan.org>
4255Date:   Fri Nov 10 22:09:51 2006 +0000
4256
4257    Fix double free in previous commit
4258
4259commit 3e0dc088fdd05f9e4d4238b0d17db43941ace964
4260Author: Rémi Denis-Courmont <rem@videolan.org>
4261Date:   Fri Nov 10 22:07:52 2006 +0000
4262
4263    Remove last redumdant vlc_fix_readdir_charset
4264
4265commit 85d007c52d8bacc51208798dba4847b2e42ed17d
4266Author: Rémi Denis-Courmont <rem@videolan.org>
4267Date:   Fri Nov 10 22:00:36 2006 +0000
4268
4269    Don't use Apple readdir fix twice
4270
4271commit e55c57054af827ffa1105b376ff29b5675b2b6f9
4272Author: Rémi Denis-Courmont <rem@videolan.org>
4273Date:   Fri Nov 10 21:59:21 2006 +0000
4274
4275    Typo
4276
4277commit 3c6a80224a0f235bcd4739f9d06f75f5c9ce88c4
4278Author: Rémi Denis-Courmont <rem@videolan.org>
4279Date:   Fri Nov 10 21:53:26 2006 +0000
4280
4281    Fix vlm pause
4282
4283commit d97ee9123257157dbc422e2edbc1b126572f94eb
4284Author: Rémi Denis-Courmont <rem@videolan.org>
4285Date:   Fri Nov 10 21:51:35 2006 +0000
4286
4287    Fix error return value of utf8_open
4288
4289commit 49bca36d8099e67f71606510e696b3e48553f1ac
4290Author: Rémi Denis-Courmont <rem@videolan.org>
4291Date:   Fri Nov 10 21:50:39 2006 +0000
4292
4293    Use free() instead of LocaleFree() for utf8_readdir() result
4294
4295commit e1e9924a9a130bed2a614fa32b437a84474181bb
4296Author: Rémi Denis-Courmont <rem@videolan.org>
4297Date:   Fri Nov 10 21:42:46 2006 +0000
4298
4299    Fix leak
4300
4301commit ad505d55df404ee284da041965f6a08c7a99eff9
4302Author: Rémi Denis-Courmont <rem@videolan.org>
4303Date:   Fri Nov 10 21:35:08 2006 +0000
4304
4305    Don't rely on an object in fix_readdir_charset
4306
4307commit 378c8bedf2595b2fdc7f42f0550c7016099ea139
4308Author: Rémi Denis-Courmont <rem@videolan.org>
4309Date:   Fri Nov 10 21:07:57 2006 +0000
4310
4311    Add more debug
4312
4313commit 0cd336b3fb3407d960382dd46f21112bc41be130
4314Author: Antoine Cellerier <dionoea@videolan.org>
4315Date:   Fri Nov 10 20:59:15 2006 +0000
4316
4317    Puzzle vout filter. (vlc --vout-filter puzzle <your favorite disney cartoon>)
4318
4319commit 128cbbabfd57761c125f35d64bae1f8ed83acfc4
4320Author: Rémi Denis-Courmont <rem@videolan.org>
4321Date:   Fri Nov 10 20:56:10 2006 +0000
4322
4323    Switch the directory to the UTF-8 wrappers
4324
4325commit 69263809ad62332f167463d06cacad2504c47fda
4326Author: Rémi Denis-Courmont <rem@videolan.org>
4327Date:   Fri Nov 10 20:50:34 2006 +0000
4328
4329    Cosmetic changes
4330
4331commit 717e0b68fee53c05d51eba98ec26783b6054f298
4332Author: Rémi Denis-Courmont <rem@videolan.org>
4333Date:   Fri Nov 10 20:45:26 2006 +0000
4334
4335    Ever const
4336
4337commit 8724262b98ce86ded207ac9368453494a63c402c
4338Author: Rémi Denis-Courmont <rem@videolan.org>
4339Date:   Fri Nov 10 20:16:47 2006 +0000
4340
4341    Forgot this file while forwarding ffmpeg fixes
4342
4343commit 07b2e364addba87a4f304d3a3dfd2db79103e76e
4344Author: Rémi Denis-Courmont <rem@videolan.org>
4345Date:   Fri Nov 10 20:10:23 2006 +0000
4346
4347    Code factorization and some warning fixes
4348
4349commit 497a6b5b58f15feeb8340c392b7aec0bc9818f6e
4350Author: Rémi Denis-Courmont <rem@videolan.org>
4351Date:   Fri Nov 10 18:06:45 2006 +0000
4352
4353    Partial forward port of thedj's [17597]:
4354     * Fix avformat demux IOSeek. Should improve playback of some flv's
4355     * Improve avformat demux SET_POSITION.
4356
4357commit d9439192c047c76c2c26f8c20141e999cae7c3cb
4358Author: Rémi Denis-Courmont <rem@videolan.org>
4359Date:   Fri Nov 10 17:40:03 2006 +0000
4360
4361    Suppress sap-source-filter and compute The Right Value(tm) automatically
4362    -- Cette ligne, et les suivantes ci-dessous, seront ignorées--
4363
4364    M    src/libvlc.h
4365    M    src/stream_output/sap.c
4366
4367commit 0b54d9c6f4c82091c9c0e834aab51f2341f98df6
4368Author: Rémi Denis-Courmont <rem@videolan.org>
4369Date:   Fri Nov 10 16:30:38 2006 +0000
4370
4371    Support for disabling SDP source-filter in SAP announces
4372
4373commit ab363722cb0b442c09635a4d3d8537bd611c2192
4374Author: Antoine Cellerier <dionoea@videolan.org>
4375Date:   Fri Nov 10 01:03:23 2006 +0000
4376
4377    Remove msecseek command. Now seek works differently depending on the argument:
4378    control media seek 10   -> seek to position 10% (previous behavior)
4379    control media seek +10  -> seek 10% forward
4380    control media seed -10  -> seek 10% backwards
4381    control media seek 10s  -> seek to position 10s (works with +- too)
4382    control media seek 10ms -> seel to position 10ms (works with +- too)
4383
4384commit 25b9b158e0d49fe5c51534305a32e4d3ecc80468
4385Author: Antoine Cellerier <dionoea@videolan.org>
4386Date:   Fri Nov 10 00:28:15 2006 +0000
4387
4388    Add msecseek command in VLM to seek to a position given in milliseconds. Patch by Igor Helman ( http://forum.videolan.org/viewtopic.php?t=27989 )
4389    + misc variables handling changes by me
4390
4391commit 14abbd807d9ffcfb993b603171a3e8ab10392ec0
4392Author: Antoine Cellerier <dionoea@videolan.org>
4393Date:   Fri Nov 10 00:08:16 2006 +0000
4394
4395    Return syntax error message when issuing invalid instance specific control command in VLM. ("control test thisisaninstanceid play" is valid, "control test thisisaninstanceid asdqsd" isn't).
4396
4397commit 90b9ae2633e858e69d69765c0b0543d7bd963d46
4398Author: Filippo Carone <littlejohn@videolan.org>
4399Date:   Thu Nov 9 21:40:46 2006 +0000
4400
4401    don't count more than argc
4402
4403commit 68171b3434f3f83828961f97a4594b7f48edf30b
4404Author: Clément Stenac <zorglub@videolan.org>
4405Date:   Thu Nov 9 21:08:11 2006 +0000
4406
4407    Don't show visualizations selector (unused).
4408    A bit of cleanup in simple prefs
4409
4410commit 5e2537971a6e4870333667628e014cfe2e7381e8
4411Author: Rémi Denis-Courmont <rem@videolan.org>
4412Date:   Thu Nov 9 20:17:17 2006 +0000
4413
4414    Handle seeking with best effort in dump filter
4415    instead of aborting
4416
4417commit ea64177035896669780fc00f4edee086ab0094fa
4418Author: Dennis van Amerongen <trax@videolan.org>
4419Date:   Thu Nov 9 20:07:25 2006 +0000
4420
4421    * wxwidgets: revert go-where-you-click slider changes from [15391] and [15393] as it wasn't optimal (more accurate at the middle and not so much towards the beginning or end) and this also prevented proper slider select and drag usage.
4422
4423commit 88014c2c057f523e457790f2baac0ae4d18295a3
4424Author: Filippo Carone <littlejohn@videolan.org>
4425Date:   Thu Nov 9 19:22:26 2006 +0000
4426
4427    better args handling
4428
4429commit 919c654290c6a721259e25fd570fe78d57113235
4430Author: Filippo Carone <littlejohn@videolan.org>
4431Date:   Thu Nov 9 19:21:38 2006 +0000
4432
4433    include errno.h in dump.c
4434
4435commit ec7a0ab610c8c9898164c710496edeafc3d26507
4436Author: Rémi Denis-Courmont <rem@videolan.org>
4437Date:   Thu Nov 9 18:27:43 2006 +0000
4438
4439    Fix IPv4 multicast subscription
4440
4441commit aedf2f6c3548932fd7eac9e42e880f3e867d8589
4442Author: Rémi Denis-Courmont <rem@videolan.org>
4443Date:   Thu Nov 9 18:08:36 2006 +0000
4444
4445    You can't find the root object, so don't try to mess up with it
4446
4447commit c84e332e33cce35369272ed4c42fa8d62f97615f
4448Author: Rémi Denis-Courmont <rem@videolan.org>
4449Date:   Thu Nov 9 18:06:21 2006 +0000
4450
4451    Add a bug. Fix compilation on Win32.
4452
4453commit 9020d59c74c88e6a6b0e2665e2d620368b5d34fd
4454Author: Rémi Denis-Courmont <rem@videolan.org>
4455Date:   Thu Nov 9 18:01:51 2006 +0000
4456
4457    Fix TTL in c= line
4458
4459commit 267cd7f9b7dac986e6d2bc490f778107be95a8fc
4460Author: Rémi Denis-Courmont <rem@videolan.org>
4461Date:   Thu Nov 9 17:55:58 2006 +0000
4462
4463    - Do not attach libvlc to the global data
4464      to avoid crashes in the messaging system (global data has no libvlc pointer)
4465    - Rename ROOT to GLOBAL to avoid confusion (the root is LIBVLC, not GLOBAL)
4466
4467commit c6e7cf1b17ed414e1a803cdc4341d09884485e5e
4468Author: Rémi Denis-Courmont <rem@videolan.org>
4469Date:   Thu Nov 9 17:24:10 2006 +0000
4470
4471    Cosmetic fix
4472
4473commit e62d405c1aab342dcf8965eee7f4b14bac1d8063
4474Author: Rémi Denis-Courmont <rem@videolan.org>
4475Date:   Thu Nov 9 17:10:38 2006 +0000
4476
4477    Missing(?) header
4478
4479commit dd0524cea674f8eabd0f780ef572ed838f2beb70
4480Author: Rémi Denis-Courmont <rem@videolan.org>
4481Date:   Thu Nov 9 16:44:34 2006 +0000
4482
4483    Avoid dummy error messages
4484
4485commit ddff0fb8ff030b5af0f977fd8ed898dcd5933b91
4486Author: Rémi Denis-Courmont <rem@videolan.org>
4487Date:   Thu Nov 9 16:41:04 2006 +0000
4488
4489    Fully initialize p_session
4490
4491commit d401286cd997e144126cf48037fb9c6b7862b621
4492Author: Rémi Denis-Courmont <rem@videolan.org>
4493Date:   Thu Nov 9 16:25:58 2006 +0000
4494
4495    Fix address in source-filter - fixes #804
4496
4497commit d94f9061d6f8195a83ae1a740113a81674388e18
4498Author: Rémi Denis-Courmont <rem@videolan.org>
4499Date:   Thu Nov 9 16:02:15 2006 +0000
4500
4501    How to remove ~200 lines of code
4502
4503commit 9f7a6e010950c745295645bf96f29ff722fae367
4504Author: Christophe Massiot <massiot@videolan.org>
4505Date:   Thu Nov 9 15:55:36 2006 +0000
4506
4507     * modules/stream_out/autodel.c: Removed unused call to sout_CfgParse().
4508
4509commit 1cb0a68063fd96b02df133c3014208fcee5b203a
4510Author: Rémi Denis-Courmont <rem@videolan.org>
4511Date:   Thu Nov 9 15:53:34 2006 +0000
4512
4513    Suppress copy-cat code (more to come)
4514
4515commit 96c71691ae2ffa4d6cbbdffde7522f0910272adc
4516Author: Rémi Denis-Courmont <rem@videolan.org>
4517Date:   Thu Nov 9 15:48:44 2006 +0000
4518
4519    - Remove the rc-force option, and do the same automatically
4520    - Remove some cruft
4521
4522commit aa55b21d23d2071e78c78beef522622c44069311
4523Author: Rémi Denis-Courmont <rem@videolan.org>
4524Date:   Thu Nov 9 15:43:02 2006 +0000
4525
4526    Of course localetime_r has to have another name on Windows.
4527    (And go fix your libc if this does not work for you.)
4528
4529commit 83a3429c40533f4ee1317f1237883d5cd4bba688
4530Author: Christophe Massiot <massiot@videolan.org>
4531Date:   Thu Nov 9 15:13:13 2006 +0000
4532
4533     * modules/stream_out/autodel.c: New autodel module to work-around a memory
4534       leak in the TS mux which is triggered when the input PCR packets
4535       disappear from the stream without disappearing from the PMT (happens
4536       on the satellite when the video suddenly gets scrambled). Insert it in
4537       the sout pipeline : --sout="#autodel:std{...}".
4538
4539commit 01b16b830c707aed4a1811adb05217417890c2d7
4540Author: Felix Paul Kühne <fkuehne@videolan.org>
4541Date:   Thu Nov 9 14:17:25 2006 +0000
4542
4543    * don't mix old and new pl API
4544
4545commit b9c4dee2cf5ce9cb4353a1e7c1ad397b32f33282
4546Author: Felix Paul Kühne <fkuehne@videolan.org>
4547Date:   Thu Nov 9 14:17:03 2006 +0000
4548
4549    * added an option to disable auto-playback of newly added items
4550
4551commit 1d524052e63bc299fe710f5d6ee97d0235da3a4b
4552Author: Felix Paul Kühne <fkuehne@videolan.org>
4553Date:   Thu Nov 9 13:32:45 2006 +0000
4554
4555    * forward-port [17568]
4556
4557commit fa22abdc48a3f4e7cfde0998203e959877d610f5
4558Author: Felix Paul Kühne <fkuehne@videolan.org>
4559Date:   Thu Nov 9 11:39:27 2006 +0000
4560
4561    retry on failure to connect to rc-unix socket. Patch by Greg Farrell (greg  a  lincor.com), submitted by Dermot McGahon (dermot  a  dspsrv.com)
4562
4563commit 6382b7d9ba9be82534ea525bf14a473fd88095e3
4564Author: Olivier Teulière <ipkiss@videolan.org>
4565Date:   Thu Nov 9 07:44:26 2006 +0000
4566
4567     * skins2/parser/skin_parser.cpp: Fixed a crash, and removed checks for unused attributes
4568
4569commit 64c616acd22a52a62cbfd1e9916174da858a10db
4570Author: Filippo Carone <littlejohn@videolan.org>
4571Date:   Wed Nov 8 21:37:20 2006 +0000
4572
4573    readme update
4574
4575commit 2d6efe40bce471b6a84649f2bc8ec04671a521f5
4576Author: Rémi Denis-Courmont <rem@videolan.org>
4577Date:   Wed Nov 8 21:13:09 2006 +0000
4578
4579    Add dump access filter to save original media to home
4580    (could be improved, but basically works)
4581
4582commit 7b00af57bf15e907d590855852150d036d1a45b4
4583Author: Rémi Denis-Courmont <rem@videolan.org>
4584Date:   Wed Nov 8 21:12:22 2006 +0000
4585
4586    Add Dump hotkey
4587
4588commit 017f4aed2b29fb7cd2785cf1b74f3ed6719af29b
4589Author: Derk-Jan Hartman <hartman@videolan.org>
4590Date:   Wed Nov 8 20:34:12 2006 +0000
4591
4592    * forwardport [17538] : Real RTSP selection fix. refs #821
4593
4594commit 4e03e109f4357df5eb72b83db3da243543191726
4595Author: Filippo Carone <littlejohn@videolan.org>
4596Date:   Wed Nov 8 20:33:07 2006 +0000
4597
4598    --disable-libtool not needed anymore to build java bindings
4599
4600commit 015a372b105406afcbf4ca5995ea62115c1c65bf
4601Author: Christophe Mutricy <xtophe@videolan.org>
4602Date:   Wed Nov 8 19:59:07 2006 +0000
4603
4604    Use add_bool where it is adapted
4605
4606commit 5eb05446602a70de655f155e3808695fcd9fd648
4607Author: Rémi Denis-Courmont <rem@videolan.org>
4608Date:   Wed Nov 8 19:22:15 2006 +0000
4609
4610    Grammar
4611
4612commit f11e37dc0b7364afa2d23799f59628712d72c615
4613Author: Rémi Denis-Courmont <rem@videolan.org>
4614Date:   Wed Nov 8 16:31:05 2006 +0000
4615
4616    Fix var_SetString
4617
4618commit c4960477a8049eca0547bd9cde97895640af48a3
4619Author: Rémi Denis-Courmont <rem@videolan.org>
4620Date:   Wed Nov 8 16:26:26 2006 +0000
4621
4622    Some more const and strdup avoidance
4623
4624commit 1f5a8130c6d2f7a0280588182ba8d277c2ca38fc
4625Author: Rémi Denis-Courmont <rem@videolan.org>
4626Date:   Wed Nov 8 16:23:33 2006 +0000
4627
4628    Const as usual
4629
4630commit fad2848881c175c1d14bdd10e6e8840c9ad31537
4631Author: Rémi Denis-Courmont <rem@videolan.org>
4632Date:   Wed Nov 8 15:53:28 2006 +0000
4633
4634    Some more const
4635
4636commit 53b1aaf74be77c3b8415687ffb91b5c1d56a5def
4637Author: Christophe Massiot <massiot@videolan.org>
4638Date:   Wed Nov 8 14:26:06 2006 +0000
4639
4640     * modules/demux/ts.c: Fixed --ts-out used in conjunction with the dvb access.
4641
4642commit 5d3d5ee7b9480de73e87a54355378447127735cd
4643Author: Christophe Massiot <massiot@videolan.org>
4644Date:   Wed Nov 8 14:24:54 2006 +0000
4645
4646     * modules/codec/libmpeg2.c, modules/packetizer/mpegvideo.c: Fixed wrong PTS
4647       and DTS for field pictures.
4648
4649commit b1b72b632aed8ccf9624093214efe1329093e6f8
4650Author: Christophe Massiot <massiot@videolan.org>
4651Date:   Wed Nov 8 14:21:01 2006 +0000
4652
4653     * modules/codec/ffmpeg/encoder.c: MPEG compliance fixes for large pictures
4654       and low delay streams.
4655
4656commit bb5f959c144718691b258b1e4150edcc03758456
4657Author: Marian Durkovic <md@videolan.org>
4658Date:   Wed Nov 8 13:37:57 2006 +0000
4659
4660    Support non-ANSI CP characters from command line / click on media file
4661
4662commit 4ab7aa3950413d0239752cc510129367f8e51a87
4663Author: Marian Durkovic <md@videolan.org>
4664Date:   Wed Nov 8 13:29:36 2006 +0000
4665
4666    Fix skins2 Drag&Drop to accept files with non-ANSI CP characters
4667
4668commit cc53b7150b10b2a3ac142f64e3647523170d99e6
4669Author: Marian Durkovic <md@videolan.org>
4670Date:   Wed Nov 8 13:21:08 2006 +0000
4671
4672    Fix one instance mode for Win32 in trunk
4673
4674commit f8a101115de2d063b7aa143ba00e3186f0aa8853
4675Author: Felix Paul Kühne <fkuehne@videolan.org>
4676Date:   Tue Nov 7 20:38:53 2006 +0000
4677
4678    * forward-port [17536]
4679
4680commit 4f679c9f7abd996ca0fb9124bcee210f5d9ebc87
4681Author: Christophe Massiot <massiot@videolan.org>
4682Date:   Tue Nov 7 19:57:50 2006 +0000
4683
4684     * modules/mux/mpeg/ts.c: Fixed --sout-ts-crypt-audio and
4685       --sout-ts-crypt-video options.
4686
4687commit fcba019ffbf34d00dfeb7aa417519e1208e97467
4688Author: Derk-Jan Hartman <hartman@videolan.org>
4689Date:   Tue Nov 7 15:45:27 2006 +0000
4690
4691    * memleak if normvol filter cannot be used.
4692
4693commit 5d9f43a33847aad10334a7e5753bf4d8467f3edf
4694Author: Felix Paul Kühne <fkuehne@videolan.org>
4695Date:   Tue Nov 7 10:59:45 2006 +0000
4696
4697    * restore nib targetted for 0.9.0
4698
4699commit fbbf805c40dcec54f3841835b764816bc3f89bf0
4700Author: Felix Paul Kühne <fkuehne@videolan.org>
4701Date:   Tue Nov 7 10:52:08 2006 +0000
4702
4703    * commit the modified nib in the correct rep..
4704
4705commit b50ce689a3cf898bc36f73efabe5c919f054e17d
4706Author: Antoine Cellerier <dionoea@videolan.org>
4707Date:   Mon Nov 6 21:44:08 2006 +0000
4708
4709    Use str_format_time and str_format_meta here too. Make sure that we only call these functions when needed.
4710
4711commit cccd51a5b8026f20830aeec3473efa24553013c3
4712Author: Antoine Cellerier <dionoea@videolan.org>
4713Date:   Mon Nov 6 21:26:46 2006 +0000
4714
4715    Use str_format_time and str_format_meta in file output. (these are the %char and $char variables defined in marq help)
4716
4717commit 34b7d77d9ef2b09ac31b328beae8953f81e2cb8a
4718Author: Antoine Cellerier <dionoea@videolan.org>
4719Date:   Mon Nov 6 21:16:58 2006 +0000
4720
4721    Allow using format meta stuff in --snapshot-path when defining a filename (see marq help for available variables).
4722
4723commit a3cdce42236d598baa89f041a04238009bd54e75
4724Author: Rémi Denis-Courmont <rem@videolan.org>
4725Date:   Mon Nov 6 21:05:11 2006 +0000
4726
4727    Cosmetic fix
4728
4729commit 53cf4a01e51723479b2a845716b715ac7882dbd9
4730Author: Antoine Cellerier <dionoea@videolan.org>
4731Date:   Mon Nov 6 21:03:33 2006 +0000
4732
4733    Move string formating functions used in marq to the core.
4734
4735commit 8da1371426fd17cf2902cda3932ea9cdb321e67b
4736Author: Antoine Cellerier <dionoea@videolan.org>
4737Date:   Mon Nov 6 20:05:19 2006 +0000
4738
4739    Tab/trailing spaces police
4740
4741commit d4d67e796f7436a29e5a55c0bfebd09b6b408444
4742Author: Antoine Cellerier <dionoea@videolan.org>
4743Date:   Mon Nov 6 20:00:40 2006 +0000
4744
4745    s/Warm/Warn/
4746
4747commit 2833f91336c22cf4e6a893309c480bbb8301ed5b
4748Author: Christophe Mutricy <xtophe@videolan.org>
4749Date:   Mon Nov 6 19:25:12 2006 +0000
4750
4751    Revert [17482]. pkgconfig buildsytem is broken on native win32
4752
4753commit 4543041350489f7fe6072fc683e483f723a589b1
4754Author: Rémi Denis-Courmont <rem@videolan.org>
4755Date:   Mon Nov 6 17:59:01 2006 +0000
4756
4757    Fix export
4758
4759commit 89136d0144cfeaa1c73d37e711834d1ed37561f9
4760Author: Rémi Denis-Courmont <rem@videolan.org>
4761Date:   Mon Nov 6 17:58:08 2006 +0000
4762
4763    Add a few harmless const
4764
4765commit c1cf01a6699bb7f434fc6e512051e630081d3545
4766Author: Rémi Denis-Courmont <rem@videolan.org>
4767Date:   Mon Nov 6 17:30:21 2006 +0000
4768
4769    Fix previous commit
4770
4771commit 209a00c674b57f182fb47fca9b1ad306a7165793
4772Author: Rémi Denis-Courmont <rem@videolan.org>
4773Date:   Mon Nov 6 17:29:07 2006 +0000
4774
4775    Cleanup
4776
4777commit 0dc1ef3e1d35207d7ae301ee04e4dea5210694c2
4778Author: Rémi Denis-Courmont <rem@videolan.org>
4779Date:   Mon Nov 6 17:28:55 2006 +0000
4780
4781    Fix warning
4782
4783commit e3f73d0e3652438ad6c7473bf43531e7c6054b07
4784Author: Rémi Denis-Courmont <rem@videolan.org>
4785Date:   Mon Nov 6 17:07:55 2006 +0000
4786
4787    Cosmetic fix
4788
4789commit e91c23bee06d2dc4ec059812b1720acffafd2b8f
4790Author: Antoine Cellerier <dionoea@videolan.org>
4791Date:   Mon Nov 6 17:03:01 2006 +0000
4792
4793    Simplify
4794
4795commit 868d7cc14cf400f687eca92ae7fbcb54e4652aaf
4796Author: Rémi Denis-Courmont <rem@videolan.org>
4797Date:   Mon Nov 6 17:01:44 2006 +0000
4798
4799    Fix boundary checks on file seek
4800
4801commit 4df6be770b481c7f6e8b812c01b544a0701d491d
4802Author: Rémi Denis-Courmont <rem@videolan.org>
4803Date:   Mon Nov 6 16:33:30 2006 +0000
4804
4805    DV can't (fast)seek; it does not even have a Seek callback.
4806    This was seemingly erronously added when Pause support was added.
4807
4808commit ba24a82495e4bd04438502f29402b10bb48206db
4809Author: Marian Durkovic <md@videolan.org>
4810Date:   Mon Nov 6 12:49:21 2006 +0000
4811
4812    Forwardport Unicode wxWidgets fixes - [17434], [17436], [17452]
4813
4814commit 833af67f6d5505f24e8f02517141e1e2b4e1c544
4815Author: Felix Paul Kühne <fkuehne@videolan.org>
4816Date:   Sun Nov 5 23:46:37 2006 +0000
4817
4818    * restored the error panel and removed all 0.9.0 stuff
4819
4820commit 8d3b5b8ebc3dc2c2125ed7a835c10025dc045144
4821Author: Felix Paul Kühne <fkuehne@videolan.org>
4822Date:   Sun Nov 5 23:32:49 2006 +0000
4823
4824    * commit the non-fixed nib to get a diff (work-around for a svn stupidity)
4825
4826commit f88be5057b27cdc11e149c9ca02056bc486a372e
4827Author: Felix Paul Kühne <fkuehne@videolan.org>
4828Date:   Sun Nov 5 23:23:35 2006 +0000
4829
4830    * update after recent back-ports
4831
4832commit 5d011500813b770c6cc7c0af713fac09fb2da4be
4833Author: Felix Paul Kühne <fkuehne@videolan.org>
4834Date:   Sun Nov 5 23:09:23 2006 +0000
4835
4836    * forward-port [17501] and [17500]
4837
4838commit 3d27df46937b5181b8bd05646ce21fb8a141db25
4839Author: Felix Paul Kühne <fkuehne@videolan.org>
4840Date:   Sun Nov 5 22:52:10 2006 +0000
4841
4842    * forward-port [17497] with the addition of an 'embedded' check, because this work-around triggers the fspanel to keep hidden all the time when using detached vouts. Ideas on this issue are welcomed ;)
4843
4844commit 8c2241f9665663f2d53c3a6c9fa7dbc1617965f5
4845Author: Rémi Denis-Courmont <rem@videolan.org>
4846Date:   Sun Nov 5 20:05:48 2006 +0000
4847
4848    Uncomment if multicast starts failing on Windows
4849
4850commit 1aeb369df40c956520d382f4105c8921aab07ed3
4851Author: Christophe Mutricy <xtophe@videolan.org>
4852Date:   Sun Nov 5 20:02:49 2006 +0000
4853
4854    patch silly configure.
4855
4856commit 704c851d5819430877a20496a9940d142defcb28
4857Author: Rémi Denis-Courmont <rem@videolan.org>
4858Date:   Sun Nov 5 20:02:08 2006 +0000
4859
4860    Export and use ListenUDP
4861
4862commit ab48ec9308f1a15f5299b06e2e9c8073064c4ff1
4863Author: Rémi Denis-Courmont <rem@videolan.org>
4864Date:   Sun Nov 5 19:30:16 2006 +0000
4865
4866    Use ListenUDP
4867
4868commit 1ed9a7d9b6e007cce723f02f4ce00d701e7ff2b2
4869Author: Rémi Denis-Courmont <rem@videolan.org>
4870Date:   Sun Nov 5 19:20:52 2006 +0000
4871
4872    Add net_ListenUDP
4873
4874commit 4fa4d3faf320fbc2b925919ca0c43e2297d0ab7c
4875Author: Christophe Mutricy <xtophe@videolan.org>
4876Date:   Sun Nov 5 18:36:12 2006 +0000
4877
4878    the pkg.m4 in pkgconfig 0.21 is buggy. stay with 0.20 while we fix it
4879
4880commit 99cb9a81233e6fc45a6cfda49ef5b221ed85a676
4881Author: Christophe Mutricy <xtophe@videolan.org>
4882Date:   Sun Nov 5 17:59:37 2006 +0000
4883
4884    Use an uptodate pkg-config version
4885
4886commit 3dbec4e54b7087d59a418ca992dd9591d675387d
4887Author: Christophe Mutricy <xtophe@videolan.org>
4888Date:   Sun Nov 5 17:34:46 2006 +0000
4889
4890    Add pkg-config to win32 contribs as Msys suc^W doesn't have it
4891
4892commit 2b9c222b4c33d7396c3f5b56fa49a8836fab3dbe
4893Author: Rémi Denis-Courmont <rem@videolan.org>
4894Date:   Sun Nov 5 16:59:47 2006 +0000
4895
4896    Add net_SockAddrIsMulticast
4897
4898commit 790ca220c08476e348e987632f8a0d9415fcbaa6
4899Author: Rémi Denis-Courmont <rem@videolan.org>
4900Date:   Sun Nov 5 16:41:00 2006 +0000
4901
4902    Fix and revive the net_OpenUDP warning
4903
4904commit 2f9d56c59010d1f61949600dfb7af0c371350c6c
4905Author: Rémi Denis-Courmont <rem@videolan.org>
4906Date:   Sun Nov 5 16:26:53 2006 +0000
4907
4908    Cleanup
4909
4910commit f6b814ba6a53e8b608b11dd255a1ab682e22a7d7
4911Author: Rémi Denis-Courmont <rem@videolan.org>
4912Date:   Sun Nov 5 16:17:35 2006 +0000
4913
4914    Suppress bogus extraneous boundary check
4915
4916commit acefb78d24c0dfa25c8e427f023cc616b3da5a3a
4917Author: Rémi Denis-Courmont <rem@videolan.org>
4918Date:   Sun Nov 5 16:14:52 2006 +0000
4919
4920    Cosmetic fix
4921
4922commit cb33f9d13f5df8c06f0432b6599ad394cd6abd27
4923Author: Rémi Denis-Courmont <rem@videolan.org>
4924Date:   Sun Nov 5 16:03:04 2006 +0000
4925
4926    Missing #include
4927
4928commit 900ba5380c5a307e8489bafed00a553679b8cebb
4929Author: Christophe Mutricy <xtophe@videolan.org>
4930Date:   Sun Nov 5 15:51:46 2006 +0000
4931
4932    Some safety fix pointed by pjrm on irc
4933
4934commit 5c0d53e41a9bc53a611e0984c47ae4c5dae63980
4935Author: Rémi Denis-Courmont <rem@videolan.org>
4936Date:   Sun Nov 5 15:50:31 2006 +0000
4937
4938    Factorize socket listen code
4939
4940commit 3640b72ca1bc0be62ea95307cdb1bffad2fb358e
4941Author: Rémi Denis-Courmont <rem@videolan.org>
4942Date:   Sun Nov 5 15:46:26 2006 +0000
4943
4944    Fix core deps again
4945
4946commit d89621d05a5b0857090fbabd3040f8e12c4357be
4947Author: Antoine Cellerier <dionoea@videolan.org>
4948Date:   Sun Nov 5 14:57:56 2006 +0000
4949
4950    Please run update-po (or whatever it's named) before commiting.
4951
4952commit 4ddf635979d18a6f0b05ba1d61c429eba4ceb35f
4953Author: Rémi Denis-Courmont <rem@videolan.org>
4954Date:   Sun Nov 5 12:16:44 2006 +0000
4955
4956    Fix make core not to remove libvlc if not needed
4957
4958commit 5b21c755317a4713716759134253641f5df6d65d
4959Author: Rémi Denis-Courmont <rem@videolan.org>
4960Date:   Sun Nov 5 12:16:27 2006 +0000
4961
4962    Look for DLLTOOL
4963    (surprise surprise, one has to define $(DLLTOOL) if you want to use it...)
4964
4965commit d87c7f9d1c3a7e7650bdfd5c5dd6b9bc758a6797
4966Author: Rémi Denis-Courmont <rem@videolan.org>
4967Date:   Sun Nov 5 12:02:15 2006 +0000
4968
4969    Fix warning
4970
4971commit 10d06d38eb57a3e133c424776f13cd58496d256a
4972Author: Rémi Denis-Courmont <rem@videolan.org>
4973Date:   Sun Nov 5 11:46:43 2006 +0000
4974
4975    Fix warning
4976
4977commit d5f8852de104e89560116b75dd453930f0686ca9
4978Author: Rafaël Carré <funman@videolan.org>
4979Date:   Sat Nov 4 22:34:40 2006 +0000
4980
4981    Forward port translations from [17318] and [17414]
4982
4983commit 9bd0934a22e902ad530d31bdecae0ff2c99ae063
4984Author: Rémi Denis-Courmont <rem@videolan.org>
4985Date:   Sat Nov 4 17:56:43 2006 +0000
4986
4987    Fix error passing from IPv4 plugin
4988    in case of resolution failure.
4989    This should fix the "lame stack" + "Non-socket handle" bug.
4990
4991commit 465627aba620a0ffc15dc9cd5d77e9d1ec8e9972
4992Author: Rémi Denis-Courmont <rem@videolan.org>
4993Date:   Sat Nov 4 17:09:54 2006 +0000
4994
4995    Fix remotely triggerable memory leak
4996
4997commit 0d91bee07e3e1cfb6f87f3417e72951729f9f03f
4998Author: Rémi Denis-Courmont <rem@videolan.org>
4999Date:   Sat Nov 4 16:29:16 2006 +0000
5000
5001    Fix const warning
5002
5003commit 13a79c4f582e9564dff23c3d74a3264d7a6e06dd
5004Author: Rémi Denis-Courmont <rem@videolan.org>
5005Date:   Sat Nov 4 16:25:26 2006 +0000
5006
5007    Ignore missing TTL in c= line.
5008    It was about time I fix VLC to accept SAP announces on my campus.
5009
5010commit f30d703a6f53606e4db0344eb2a639b73a1c0ebe
5011Author: Rémi Denis-Courmont <rem@videolan.org>
5012Date:   Sat Nov 4 16:05:27 2006 +0000
5013
5014    Fix various problems with the SDP parser:
5015    - the reserved bit must be ignored
5016    - off-by-one in decompression
5017    - decompression did not *read* realloc() result
5018    etc
5019
5020commit c32f5ca08da07066106fd4e462e660fb68c8971c
5021Author: Rémi Denis-Courmont <rem@videolan.org>
5022Date:   Sat Nov 4 15:29:25 2006 +0000
5023
5024    Use utf8_open
5025
5026commit 29daf1b172d3e939770815a066c607c4a2880ded
5027Author: Rémi Denis-Courmont <rem@videolan.org>
5028Date:   Sat Nov 4 15:18:57 2006 +0000
5029
5030    Add utf8_open wrapper
5031
5032commit 7c9438e94f34ff3558aef4bbaf169ce76645d009
5033Author: Rémi Denis-Courmont <rem@videolan.org>
5034Date:   Sat Nov 4 15:18:24 2006 +0000
5035
5036    Add some const
5037
5038commit abecc78ae9e26deedc62e34364b8ebcafcea0fdd
5039Author: Rémi Denis-Courmont <rem@videolan.org>
5040Date:   Sat Nov 4 14:37:26 2006 +0000
5041
5042    Fix warning
5043
5044commit 4059d487e2c16e24549123cf6abfba240e57bcf5
5045Author: Rémi Denis-Courmont <rem@videolan.org>
5046Date:   Sat Nov 4 14:20:16 2006 +0000
5047
5048    - Fix quoting of IPv6 addresses in SAP source-filter
5049    - Fix const warnings
5050    - Remove dead code
5051
5052commit 9e430e6b5ba4effc6a5d273acd9031e47930d76b
5053Author: Rémi Denis-Courmont <rem@videolan.org>
5054Date:   Sat Nov 4 13:56:49 2006 +0000
5055
5056    Fix warning
5057
5058commit 1cd4b4db68e240966b814efbfea4716d2ac079c8
5059Author: Rafaël Carré <funman@videolan.org>
5060Date:   Sat Nov 4 05:18:45 2006 +0000
5061
5062    Fixes gettext 0.16 in the contribs
5063
5064commit 01812ddbf6f0f7e1e0d20435c61ef68bc5d28c01
5065Author: Rafaël Carré <funman@videolan.org>
5066Date:   Sat Nov 4 03:49:39 2006 +0000
5067
5068    Uses C++ tests to detect mozilla headers
5069    Fixes detection when using mingw
5070
5071commit 977378fab191a15d7202121710ac6ea6457a2589
5072Author: Jean-Baptiste Kempf <jb@videolan.org>
5073Date:   Sat Nov 4 01:17:43 2006 +0000
5074
5075    * trying to repair gettext 0.16 documentation on MacOS-X
5076
5077commit 7078d5da6717531fe9b02e620a80ae1f6766e4ca
5078Author: Filippo Carone <littlejohn@videolan.org>
5079Date:   Fri Nov 3 22:06:14 2006 +0000
5080
5081    Remove libvlc_set_video_drawable, libvlc_video_set_parent offers the same functionality
5082
5083commit 474d6a5a890da5c1f5526532f905092d23b9e1a4
5084Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
5085Date:   Fri Nov 3 17:21:31 2006 +0000
5086
5087    access_output/udp.c: Don't crash horribly when trying to send a packet
5088    larger than the mtu in rtp mode
5089
5090commit 01cca2b2bc4d485eddce427eb582aaf76d85f254
5091Author: Rafaël Carré <funman@videolan.org>
5092Date:   Fri Nov 3 00:19:05 2006 +0000
5093
5094    Removes a fucking UTF-8 character that looks like a space, smells like a space, but is far from being a space
5095
5096commit 11390074753cc36741787113e7ee11324315f4ac
5097Author: Rafaël Carré <funman@videolan.org>
5098Date:   Thu Nov 2 23:05:27 2006 +0000
5099
5100    Replaces check for xpidl by check for required mozilla headers
5101
5102commit 4d4f72b82d2f1ae4209e0118791275e83488468c
5103Author: Derk-Jan Hartman <hartman@videolan.org>
5104Date:   Thu Nov 2 20:23:57 2006 +0000
5105
5106    * forwardport the mjpeg fix and the dvbsub color fixes
5107
5108commit 267b66c87256ba2b421bae9f0d679404edbc9829
5109Author: Rafaël Carré <funman@videolan.org>
5110Date:   Thu Nov 2 20:22:36 2006 +0000
5111
5112    Revert [17400], uses the right header for gettimeofday
5113
5114commit fbfa084ebf2bb282bac647b6446524186fb12037
5115Author: Jean-Baptiste Kempf <jb@videolan.org>
5116Date:   Thu Nov 2 19:29:03 2006 +0000
5117
5118    Useless patches.
5119
5120commit 1699620eb718893afce41599d235291d861e1407
5121Author: Rafaël Carré <funman@videolan.org>
5122Date:   Thu Nov 2 19:27:57 2006 +0000
5123
5124    Cleans gecko-sdk too
5125
5126commit 72afda2faac021438f4ab2dc25826a2875fdb84c
5127Author: Dennis van Amerongen <trax@videolan.org>
5128Date:   Thu Nov 2 19:08:13 2006 +0000
5129
5130    * modules/video_output/directx/direct3d.c: add experimental support for I422 (RGB conversion is very CPU intensive).
5131
5132commit c3de2971bdd6774fd9c313038f1037211355cb38
5133Author: Rémi Denis-Courmont <rem@videolan.org>
5134Date:   Thu Nov 2 15:11:56 2006 +0000
5135
5136    Don't use a configure constant that we don't actually define
5137
5138commit f3206c3ea1d349f184354e1e60b1aaf84e5b4031
5139Author: Jean-Baptiste Kempf <jb@videolan.org>
5140Date:   Thu Nov 2 01:53:28 2006 +0000
5141
5142    Disable speex on BeOs.
5143
5144commit 22df6a925125fbb078b8cad9304d59188acbefc1
5145Author: Jean-Baptiste Kempf <jb@videolan.org>
5146Date:   Thu Nov 2 01:49:52 2006 +0000
5147
5148    Forgotten file. Sorry.
5149
5150commit 1bd3ccaea6394c8380010c310789d14b7ab3e3be
5151Author: Jean-Baptiste Kempf <jb@videolan.org>
5152Date:   Thu Nov 2 01:44:16 2006 +0000
5153
5154    * Contrib : update version of gettext (it needs autoconf 2.60)
5155
5156commit d90d34c1d94c858f21324cdac8e3751fe077e263
5157Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
5158Date:   Wed Nov 1 22:45:37 2006 +0000
5159
5160    mux/avi.c: write '\0' rather than an uninitalized byte to output file.
5161    Fixes one, but not all of valgrinds warnings relating to this
5162
5163commit c3f9f8e1627ff8f0f42e12b7ba80f2503bd1d48c
5164Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
5165Date:   Wed Nov 1 22:24:50 2006 +0000
5166
5167    mux/avi.c: fixed a crash when trying to make audio only avi files.
5168    Hopefully fixed a issue with the generated avi file in the same go
5169
5170commit 6572dc7341076728ed72fe4929d733536c2b896c
5171Author: Derk-Jan Hartman <hartman@videolan.org>
5172Date:   Wed Nov 1 21:30:49 2006 +0000
5173
5174    * Fix a bug discovered by Chris Rath on seekable files that don't start from point 0.
5175        http://forum.videolan.org/viewtopic.php?t=27848
5176    * Fix a few compiler warnings.
5177
5178commit b8433e0d828fe96ded4d13660a17bce05cc55b0b
5179Author: Rémi Denis-Courmont <rem@videolan.org>
5180Date:   Wed Nov 1 21:03:53 2006 +0000
5181
5182    Support filenames outside the ANSI Code Page
5183
5184commit 11566f0abb63ddfed244e07591af1b163df09be8
5185Author: Derk-Jan Hartman <hartman@videolan.org>
5186Date:   Wed Nov 1 20:54:51 2006 +0000
5187
5188    * Handle <ref></ref> ASX items
5189
5190commit 345b608740d64dd7a4c1c722ced7d4f1b44c793e
5191Author: Rémi Denis-Courmont <rem@videolan.org>
5192Date:   Wed Nov 1 20:50:18 2006 +0000
5193
5194    Get rid of broken file-cat option (closes #807)
5195
5196commit 6b6232121e3a2e753b5d51a7e7645eeb211aeb2e
5197Author: Derk-Jan Hartman <hartman@videolan.org>
5198Date:   Wed Nov 1 19:52:41 2006 +0000
5199
5200    * Don't do intf-show after the last p_vout closes on OSX.
5201
5202commit f2371212e7a1c47fef15b3931ef97233b3d68ad2
5203Author: Rémi Denis-Courmont <rem@videolan.org>
5204Date:   Wed Nov 1 19:49:04 2006 +0000
5205
5206    Attempt to work-around the Winsock bug-of-the-day
5207
5208commit bcf43dd0314852f6a7ae3a9112021da75a045359
5209Author: Filippo Carone <littlejohn@videolan.org>
5210Date:   Wed Nov 1 16:44:13 2006 +0000
5211
5212    avoid VLC_VariableSet to set the drawable, use libvlc_set_video_drawable instead.
5213
5214commit 491321f3ee6baa391046bd86feb5bd934af82143
5215Author: Antoine Cellerier <dionoea@videolan.org>
5216Date:   Wed Nov 1 15:30:12 2006 +0000
5217
5218    Add missing space in comment.
5219
5220commit 537d79a973870b15bc3a369e998c25ed6c80c02a
5221Author: Rémi Denis-Courmont <rem@videolan.org>
5222Date:   Wed Nov 1 15:15:44 2006 +0000
5223
5224    - Revert [17394] which reintroduced TOCTOU issues
5225    - Re-fix directory handling
5226
5227commit 35998f05f1cdc3f4eba2ba7d904873f66b0d2d64
5228Author: Christophe Mutricy <xtophe@videolan.org>
5229Date:   Wed Nov 1 14:58:36 2006 +0000
5230
5231    Fix libgcrypt compil under cygwin. It doesn't have gettimeoftheday() and it's wongly detected, so force it. (from markfm 's debugging and googling)
5232
5233commit 08e228e290502f64b095cafe94c876609b2b285d
5234Author: Filippo Carone <littlejohn@videolan.org>
5235Date:   Wed Nov 1 11:25:05 2006 +0000
5236
5237    setSize native function signature fixed
5238
5239commit f4fd4afc62069f34a88d7be3c3b316fea97d73a1
5240Author: Sam Hocevar <sam@videolan.org>
5241Date:   Wed Nov 1 09:20:20 2006 +0000
5242
5243      * Mouse motion and mouse click support in the libcaca vout.
5244
5245commit b096694504dfd19991cd4f475630143cd4cd99d8
5246Author: Rafaël Carré <funman@videolan.org>
5247Date:   Wed Nov 1 08:17:42 2006 +0000
5248
5249    Removes useless sanity checks
5250
5251commit 914f20188c38ba6657c578fce381e1b42e651766
5252Author: Rafaël Carré <funman@videolan.org>
5253Date:   Wed Nov 1 07:50:44 2006 +0000
5254
5255    Makes file plugin fail to access directories
5256    Some sanity checks
5257
5258commit 8741be0247e758e02802869b6e2616fc79fa4370
5259Author: Antoine Cellerier <dionoea@videolan.org>
5260Date:   Tue Oct 31 20:01:28 2006 +0000
5261
5262    Forward port [17386].
5263
5264commit f81778e9a7be3ba1eb45851b2e81a89884857c7c
5265Author: Rémi Denis-Courmont <rem@videolan.org>
5266Date:   Tue Oct 31 17:51:59 2006 +0000
5267
5268    fix Windows build
5269
5270commit bb24808cf580d17948910676038f36293ac1be61
5271Author: Rémi Denis-Courmont <rem@videolan.org>
5272Date:   Tue Oct 31 17:41:04 2006 +0000
5273
5274    Rewrite of the file access
5275
5276commit b1a3bd05cf6083ed2ec6e42ae6006a5b14002bad
5277Author: Rémi Denis-Courmont <rem@videolan.org>
5278Date:   Tue Oct 31 15:47:07 2006 +0000
5279
5280    Suppress some useless variable
5281
5282commit dde789cdb1cbf112f9459afe1b76c1d9d4dcee3c
5283Author: Jean-Paul Saman <jpsaman@videolan.org>
5284Date:   Tue Oct 31 11:05:04 2006 +0000
5285
5286    use playlist_LockClear() instead.
5287
5288commit d9d39662d21a371c49a8df78600cfab18459859a
5289Author: Rafaël Carré <funman@videolan.org>
5290Date:   Tue Oct 31 03:05:35 2006 +0000
5291
5292    Fixes double free()
5293
5294commit c2fd8c606f9614a69e5153f4f4410a0a42af10ef
5295Author: Rafaël Carré <funman@videolan.org>
5296Date:   Mon Oct 30 22:19:21 2006 +0000
5297
5298    Rename flacdec codec plugin to flac, to show it can encode too
5299    Rename flac demux plugin to flacsys
5300
5301commit 043ddf1233f41165bae28497ce86fc9a4e8e06a4
5302Author: Jean-Paul Saman <jpsaman@videolan.org>
5303Date:   Mon Oct 30 19:21:06 2006 +0000
5304
5305    Fix property get_aspectRatio (forward port of [17383])
5306
5307commit a3995514291fdf25bbcdfc5873419e0b429af76f
5308Author: Jean-Paul Saman <jpsaman@videolan.org>
5309Date:   Mon Oct 30 16:26:43 2006 +0000
5310
5311    (Forward port of [17380]) Aspect ratio property for ActiveX plugin
5312
5313commit d370b165a726eb92bda1bcc2fe8ccdd571e834e2
5314Author: Rafaël Carré <funman@videolan.org>
5315Date:   Mon Oct 30 12:33:37 2006 +0000
5316
5317    Update slovenian translation
5318
5319commit 680eeea9624853f2ac12a68284d3253b523df0bb
5320Author: Jean-Paul Saman <jpsaman@videolan.org>
5321Date:   Mon Oct 30 12:17:33 2006 +0000
5322
5323    Oops typo
5324
5325commit 82e4cda859b48b8df7e0cabf45dc6d854fbb8ed5
5326Author: Jean-Paul Saman <jpsaman@videolan.org>
5327Date:   Mon Oct 30 12:15:47 2006 +0000
5328
5329    (Forward port of [17371]) Implement Aspect Ratio property for Mozilla plugin
5330
5331commit e86b20c4e3b9d65dd91970367560dcf49b72d650
5332Author: Jean-Paul Saman <jpsaman@videolan.org>
5333Date:   Mon Oct 30 09:13:32 2006 +0000
5334
5335    Forward port of 17368. Make it easier to build a macosx package when build in debug mode.
5336
5337commit f788b61890cf2141d572390680c835996a637f58
5338Author: Jean-Paul Saman <jpsaman@videolan.org>
5339Date:   Mon Oct 30 08:35:31 2006 +0000
5340
5341    Remove excess empty lines
5342
5343commit c7070a8cb10b3f51ad581560d71417610a51e647
5344Author: Rafaël Carré <funman@videolan.org>
5345Date:   Mon Oct 30 03:49:15 2006 +0000
5346
5347    Make configure fail if missing avcodec or postproc headers on debian too
5348    Fix typo of [17361]
5349
5350commit c23e83c4169257a4d64f7d7f9852dbb5664356ba
5351Author: Rafaël Carré <funman@videolan.org>
5352Date:   Mon Oct 30 02:49:49 2006 +0000
5353
5354    Make configure fail if missing avcodec or postproc headers on non debian system
5355    Closes #758
5356
5357commit 729eaa1338ea872eed52025621ad949535953db2
5358Author: Christophe Mutricy <xtophe@videolan.org>
5359Date:   Sun Oct 29 18:31:44 2006 +0000
5360
5361    Don't build libnotify on win32
5362
5363commit 945182d81ffc535ee9d1069414a5aa99219c53e0
5364Author: Rémi Denis-Courmont <rem@videolan.org>
5365Date:   Sun Oct 29 16:49:43 2006 +0000
5366
5367    - Fix TOCTOU problem (utf8_stat -> fstat)
5368    - Fix file descriptor leak when opening an empty file
5369    - Don't close STDIN.
5370
5371commit 51b87d9b7ecac7e364530b2dca277e5c80570b39
5372Author: Rémi Denis-Courmont <rem@videolan.org>
5373Date:   Sun Oct 29 16:33:10 2006 +0000
5374
5375    Minor simplification
5376
5377commit 5ecdf63107123d82303932d3eea38878a7947a62
5378Author: Rémi Denis-Courmont <rem@videolan.org>
5379Date:   Sun Oct 29 16:30:48 2006 +0000
5380
5381    Cosmetic fix
5382
5383commit 57d2983b03a656783ba67b0d38118319028d0687
5384Author: Rémi Denis-Courmont <rem@videolan.org>
5385Date:   Sun Oct 29 16:29:07 2006 +0000
5386
5387    Allow seeking of character devices with non-zero size
5388
5389commit 0e4e3e85dce566ee8cda7f68b3ca4548fbc3964f
5390Author: Rafaël Carré <funman@videolan.org>
5391Date:   Sun Oct 29 13:41:00 2006 +0000
5392
5393    Remove superfluous "," introduced in [17328]
5394
5395commit db602ee3cfc392c9a30d4048981bd083497c1d46
5396Author: Jean-Paul Saman <jpsaman@videolan.org>
5397Date:   Sun Oct 29 13:37:30 2006 +0000
5398
5399    Forward port of [17351]. Report input error condition to JavaScript
5400
5401commit 7cc0536377aa04acf26f48db60b3609d32e326c6
5402Author: Rémi Denis-Courmont <rem@videolan.org>
5403Date:   Sun Oct 29 10:28:23 2006 +0000
5404
5405    Try to unbreak dependency
5406    (of course, it was obvious reverting the earlier fix would break it,
5407     but some people don't seem to care about the build system as long as
5408     "their" feature works).
5409    Oh, and don't let version.c twice in CLEANFILES.
5410
5411commit 1b75ee7b7116fb7507896920d2a0ecf4c156fe4f
5412Author: Felix Paul Kühne <fkuehne@videolan.org>
5413Date:   Sun Oct 29 10:10:06 2006 +0000
5414
5415    * don't use nested functions please.  --- fixes compilation on OSX, which was broken in [17281]
5416
5417commit ff6d1b16e358c36882dc240cadb81725ab62862d
5418Author: Jean-Paul Saman <jpsaman@videolan.org>
5419Date:   Sun Oct 29 09:56:11 2006 +0000
5420
5421    Implement VersionInfo as property. (Forward port of [17345])
5422
5423commit 43b5cae75d484829153b085c89739b551207b2d9
5424Author: Jean-Paul Saman <jpsaman@videolan.org>
5425Date:   Sun Oct 29 09:41:42 2006 +0000
5426
5427    Fix define
5428
5429commit 50873f0122a0c4512e61d1de27eb9ef4811d5ea4
5430Author: Jean-Paul Saman <jpsaman@videolan.org>
5431Date:   Sun Oct 29 09:40:56 2006 +0000
5432
5433    Remove excess whitespace
5434
5435commit 85a4b2ad91de9dbd2a4d6d78eae39a3ab71ffe6d
5436Author: Jean-Paul Saman <jpsaman@videolan.org>
5437Date:   Sun Oct 29 09:40:14 2006 +0000
5438
5439    Unbreak automatic buildversion information. Revert [17226]
5440
5441commit 7799bb9cec6e5d83ec99268435e398a369088f15
5442Author: Jean-Paul Saman <jpsaman@videolan.org>
5443Date:   Sun Oct 29 09:38:43 2006 +0000
5444
5445    Remove empty line
5446
5447commit 3b86ec1d20f892852683677a80c0a5b33e6dc739
5448Author: Jean-Paul Saman <jpsaman@videolan.org>
5449Date:   Sun Oct 29 09:35:43 2006 +0000
5450
5451    Readibility cleanup
5452
5453commit 4a80777b4ebf5a5634d5b725b3fbd801d7b0a246
5454Author: Jean-Paul Saman <jpsaman@videolan.org>
5455Date:   Sun Oct 29 09:33:30 2006 +0000
5456
5457    Forward port of rev 17335. Implement versionInfo() method
5458
5459commit fc7795f191b1dce05d3da5088a119976bc1f7aad
5460Author: Damien Fouilleul <damienf@videolan.org>
5461Date:   Sat Oct 28 23:41:06 2006 +0000
5462
5463    log.c: fixed operator priorty when estimating message count
5464
5465commit 056c9fe39df9442749a95671c0463c773a64b0da
5466Author: Damien Fouilleul <damienf@videolan.org>
5467Date:   Sat Oct 28 23:39:18 2006 +0000
5468
5469    - added log APIs to javascript for mozilla
5470
5471commit 3a168d9ed240b9622ba77ef7bf02146d08fb1f1a
5472Author: Christophe Mutricy <xtophe@videolan.org>
5473Date:   Sat Oct 28 23:04:27 2006 +0000
5474
5475    forwardport [17330]
5476
5477commit d1df16f0970b91a8a7ede9ceb3a34ec651075268
5478Author: Rafaël Carré <funman@videolan.org>
5479Date:   Sat Oct 28 20:32:31 2006 +0000
5480
5481    Make configure fail if a52 headers are not found
5482
5483commit 514c92ede4216945a430f328294a318b538d3155
5484Author: Dennis van Amerongen <trax@videolan.org>
5485Date:   Sat Oct 28 17:30:27 2006 +0000
5486
5487    * modules/codec/x264.c: Fix range enforcement and string selection (deprecated was in the way). Use actual default values for options direct, me and deblock filter params (mainly for the gui).
5488
5489commit 6c0f19222c2bb141570890caff87cf9f59a8b2f4
5490Author: Jean-Paul Saman <jpsaman@videolan.org>
5491Date:   Sat Oct 28 15:53:39 2006 +0000
5492
5493    Forward port of 17324
5494
5495commit 387c26ca7f38dcf9349d99694c02f10d9b9a9968
5496Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
5497Date:   Sat Oct 28 14:43:51 2006 +0000
5498
5499    taglib.cpp: Don't put empty info in playlist for files with no tag
5500
5501commit 027fcc8a5cd0f6a5be67d7f6f96f50f0975be924
5502Author: Dennis van Amerongen <trax@videolan.org>
5503Date:   Sat Oct 28 14:40:13 2006 +0000
5504
5505    * modules/codec/x264.c: proper descriptions for options b-bias and chroma-me
5506
5507commit fc10369f211c52b04d7ba5b0c5415a1df4ab3768
5508Author: Christophe Mutricy <xtophe@videolan.org>
5509Date:   Fri Oct 27 23:14:30 2006 +0000
5510
5511    fix stupid error by me
5512
5513commit b6389d88820650f0681c58d14d0389d93ad34d47
5514Author: Christophe Mutricy <xtophe@videolan.org>
5515Date:   Fri Oct 27 22:35:14 2006 +0000
5516
5517    typo
5518
5519commit da471d12f279ba367ad099e58e469b81c4501c31
5520Author: Christophe Mutricy <xtophe@videolan.org>
5521Date:   Fri Oct 27 22:28:19 2006 +0000
5522
5523    Don't try to distribute misc/version.c
5524
5525commit 2f8a6ee2e3fe4ce5a01b6830acad5a14b1b3b1ed
5526Author: Christophe Mutricy <xtophe@videolan.org>
5527Date:   Fri Oct 27 21:22:10 2006 +0000
5528
5529    Hrm
5530
5531commit 72a42b973f33ed907a9ff806f429476c9011e39b
5532Author: Christophe Mutricy <xtophe@videolan.org>
5533Date:   Fri Oct 27 21:03:53 2006 +0000
5534
5535    spec files have been renamed
5536
5537commit a34c6ca94042b77a8789954bb97880f045940f55
5538Author: Yoann Peronneau <yoann@videolan.org>
5539Date:   Fri Oct 27 18:39:29 2006 +0000
5540
5541    * toolbox: use vlc.mandriva.spec in distclean test
5542
5543commit c4df6204812f43d256441339fbddf055443ec176
5544Author: Damien Fouilleul <damienf@videolan.org>
5545Date:   Fri Oct 27 17:40:46 2006 +0000
5546
5547    messages.c: added msg_GetObjectTypeName
5548
5549commit 604bcea0bce2d1560b1170608cc25fff3bfa49c7
5550Author: Rafaël Carré <funman@videolan.org>
5551Date:   Fri Oct 27 16:26:55 2006 +0000
5552
5553    Enables "stay on top" with window managers that don't handle _NET_WM_STATE_STAYS_ON_TOP
5554    That atom is not defined at http://www.freedesktop.org/wiki/Standards_2fwm_2dspec, and is not used by metacity, or xfwm4 for example
5555
5556commit fe029daeaf84de77c28dd59e9818a3398bb06c12
5557Author: Damien Fouilleul <damienf@videolan.org>
5558Date:   Fri Oct 27 16:16:16 2006 +0000
5559
5560    - core.c: const, const, etc...
5561
5562commit 817653d94704ace8d6120c88921f8185a8707264
5563Author: Damien Fouilleul <damienf@videolan.org>
5564Date:   Fri Oct 27 16:09:02 2006 +0000
5565
5566    - add log APIs to Activex
5567    - cleanup
5568
5569commit 54ca1c9a1568a34251a0c4082e74b6c7919a6725
5570Author: Damien Fouilleul <damienf@videolan.org>
5571Date:   Fri Oct 27 16:07:01 2006 +0000
5572
5573    - added public log apis to access message log
5574
5575commit 762c2acdecb761f2b511c4853db33bf99d128584
5576Author: Rafaël Carré <funman@videolan.org>
5577Date:   Fri Oct 27 14:53:46 2006 +0000
5578
5579    Add Slovenian translation
5580
5581commit ff402cb311791813b92bfc14a307f36ba9f17b28
5582Author: Rémi Denis-Courmont <rem@videolan.org>
5583Date:   Thu Oct 26 19:12:43 2006 +0000
5584
5585    Avoid flags duplication when configure cache not present
5586
5587commit cbff530cdf0882f1421a31e37253a9c669ccd4cb
5588Author: Rafaël Carré <funman@videolan.org>
5589Date:   Thu Oct 26 18:27:29 2006 +0000
5590
5591    Terminates string with '\0'
5592
5593commit e5209c6fac180a8755ac67a4ab77d815dff44264
5594Author: Rémi Denis-Courmont <rem@videolan.org>
5595Date:   Thu Oct 26 18:22:23 2006 +0000
5596
5597    Fix typo
5598
5599commit 0040043b065c449bb1dc894fdb6c2b69a4326c51
5600Author: Rafaël Carré <funman@videolan.org>
5601Date:   Thu Oct 26 18:05:00 2006 +0000
5602
5603    typo
5604
5605commit eb2c34416ae55ca3c7d0b77a63d99b9744a3118d
5606Author: Rémi Denis-Courmont <rem@videolan.org>
5607Date:   Thu Oct 26 18:01:49 2006 +0000
5608
5609    Hmm, lets see.
5610    Yeah, we are stupid because we manage to make the perfect WxWidgets toolkit
5611    fail. Go figure. I suspect the WxWidget live in another planet or something.
5612
5613commit 4cce00ca8d81d1afe838e607f2aaca31c7b1e528
5614Author: Rémi Denis-Courmont <rem@videolan.org>
5615Date:   Thu Oct 26 17:54:11 2006 +0000
5616
5617    Revert [17287].
5618    What the heck? can't you pay attention to SVN warnings about CONFLICTS?
5619    Thanks for introducing a memory leak on top of that.
5620
5621commit c131e6633674efc1fef9b0dc1e0b4a7920b0bcd7
5622Author: Rémi Denis-Courmont <rem@videolan.org>
5623Date:   Thu Oct 26 17:36:49 2006 +0000
5624
5625    Reverse supposedly bogus fix
5626
5627commit dbcdc5893118a415c25f3ea58a590747d69e610d
5628Author: Rémi Denis-Courmont <rem@videolan.org>
5629Date:   Thu Oct 26 17:35:57 2006 +0000
5630
5631    *Ahem*
5632
5633commit d39a408ad2aac6ca74626a174e9a6aac851f9d81
5634Author: Rémi Denis-Courmont <rem@videolan.org>
5635Date:   Thu Oct 26 14:58:56 2006 +0000
5636
5637    I suggest you stop being sarcastic because your fixes are broken
5638    (Hint: reading errno multiple times is incorrect)
5639
5640commit 3d7b3dabffe247baa9d56ae0c561e87c6bdb3ee6
5641Author: Rémi Denis-Courmont <rem@videolan.org>
5642Date:   Thu Oct 26 14:54:39 2006 +0000
5643
5644    Character devices are not seekable.
5645    Thanks to Ed Schouten for noticing.
5646
5647commit ea293f9eb037b3e1d5830f395cb44b2d6436dcd2
5648Author: Rafaël Carré <funman@videolan.org>
5649Date:   Thu Oct 26 00:14:59 2006 +0000
5650
5651    frontport [17287] from branch
5652
5653commit c85bee10466334631f7894cdb06dc518a875ffa3
5654Author: Antoine Cellerier <dionoea@videolan.org>
5655Date:   Wed Oct 25 21:38:56 2006 +0000
5656
5657    Add GIF decoding support (thanks to FFmpeg once more). This is untested.
5658
5659commit 747cea42c6ef090743e6349d1a1e962c7be937db
5660Author: Pavlov Konstantin <thresh@videolan.org>
5661Date:   Wed Oct 25 14:40:37 2006 +0000
5662
5663    Unify specfiles names, other specs should be added as vlc.%name.spec
5664
5665commit 933d7b13ffe892930f7505aef7a9f7d37662f131
5666Author: Christophe Mutricy <xtophe@videolan.org>
5667Date:   Wed Oct 25 11:53:38 2006 +0000
5668
5669    Compile fix + handle case with no xml:base
5670
5671commit 04be77f7939305821d2a05220294998dceae947e
5672Author: Damien Fouilleul <damienf@videolan.org>
5673Date:   Wed Oct 25 10:17:11 2006 +0000
5674
5675    - fixed changes in [17146], [17234]
5676
5677    I suggest that you actually TEST those fundamental changes BEFORE committing them.
5678
5679commit ba3d99e9ae3a5740ba6ed9b3f620b782f4ffeab3
5680Author: Christophe Mutricy <xtophe@videolan.org>
5681Date:   Tue Oct 24 22:32:19 2006 +0000
5682
5683    honor xml:base
5684
5685commit c26e07cde4403f7a105dbef4dce4df755ec4f9f7
5686Author: Filippo Carone <littlejohn@videolan.org>
5687Date:   Tue Oct 24 22:23:49 2006 +0000
5688
5689    integrate patch from Ticket #725. needs testing.
5690
5691commit b6eebc11bd561be90ed73c3fdd575645c3370b49
5692Author: Filippo Carone <littlejohn@videolan.org>
5693Date:   Tue Oct 24 22:22:41 2006 +0000
5694
5695    fix audio_filter/channel_mixer/mono module linking
5696
5697commit 516de417906d883913760a012e9cea4806bf3973
5698Author: Rémi Denis-Courmont <rem@videolan.org>
5699Date:   Tue Oct 24 19:24:40 2006 +0000
5700
5701    Add missing void
5702
5703commit 9920b9f3ebb72d546b5974a3764ee5cf425fcda6
5704Author: Rémi Denis-Courmont <rem@videolan.org>
5705Date:   Tue Oct 24 19:19:55 2006 +0000
5706
5707    Fix linking of DLL loader
5708
5709commit dd411293165f6f1868cfe6cbd240cdcbb1c3f910
5710Author: Rémi Denis-Courmont <rem@videolan.org>
5711Date:   Tue Oct 24 14:06:02 2006 +0000
5712
5713    Untested attempt to fix multicast IPv4 on Windows
5714
5715commit 3f8b63067e9a8eb55f436b7a79bcc43136b9a71c
5716Author: Jean-Paul Saman <jpsaman@videolan.org>
5717Date:   Mon Oct 23 21:16:55 2006 +0000
5718
5719    Support for X11 Unichrome and XvMC extensions. The patch includes hw codec and video_output module for testing on VIA boards (CLE266). Patch by Christophe Burgalat <c.burgalat _at_ broadcastavenue _dot_ com>
5720
5721    This patch is not tested yet and is disabled by default.
5722
5723commit d3217fc729bc813a19e6743db7c5b18c7d66524c
5724Author: Clément Stenac <zorglub@videolan.org>
5725Date:   Mon Oct 23 21:02:45 2006 +0000
5726
5727    Clean up and improve core handling for album art. Still only "always fetch" implemented
5728
5729commit d6050322ee28bb2797cbbefc9dfdedb009ee94e6
5730Author: Philippe Morin <phmo95@videolan.org>
5731Date:   Mon Oct 23 20:50:17 2006 +0000
5732
5733    Fixing a typo in WIN32 #ifdef
5734
5735commit 2b70e76ddcc641d2bf96264d0c4a7041be7bb8dd
5736Author: Christophe Mutricy <xtophe@videolan.org>
5737Date:   Mon Oct 23 19:55:59 2006 +0000
5738
5739    fix realaudio linking
5740
5741commit 7976d6454b3830dd3ebffd583ea7d0564ab4c65a
5742Author: Jean-Paul Saman <jpsaman@videolan.org>
5743Date:   Mon Oct 23 19:05:47 2006 +0000
5744
5745    Patch by aurelien: properly test for NULL.
5746
5747commit 54f116c79a9d6d96a2caf578d6b580f575d05d45
5748Author: Rafaël Carré <funman@videolan.org>
5749Date:   Mon Oct 23 17:35:10 2006 +0000
5750
5751    missing $LDFLAGS, thanks to ZeMaria
5752
5753commit 1b54fac70122f994fbae44e2d2fc07d3e6b554b3
5754Author: Rafaël Carré <funman@videolan.org>
5755Date:   Sun Oct 22 22:06:38 2006 +0000
5756
5757    typo
5758
5759commit a52263a7395ab76afebe1d1a543c97490b5ac1a2
5760Author: Rafaël Carré <funman@videolan.org>
5761Date:   Sun Oct 22 21:33:50 2006 +0000
5762
5763    fix xosd, thanks to hobophobe
5764
5765commit fe0174183cc5a0d6a06bcc8a28b490049e80ea0b
5766Author: Jean-Paul Saman <jpsaman@videolan.org>
5767Date:   Sun Oct 22 21:03:13 2006 +0000
5768
5769    Fix linking for mod plugin
5770
5771commit 5559ca8a35123148a3b2b4261cea06a5892a3c64
5772Author: Rafaël Carré <funman@videolan.org>
5773Date:   Sun Oct 22 20:45:29 2006 +0000
5774
5775    Link wxwidgets_plugin with gtk2 on unix
5776
5777commit a2d0da928f85ea06a36c5a863e636f255189843a
5778Author: Jean-Paul Saman <jpsaman@videolan.org>
5779Date:   Sun Oct 22 20:14:22 2006 +0000
5780
5781    Link mod against libmod, stdc++ and math library
5782
5783commit cec9172253864e692db9eee8b6eed676f0fdb981
5784Author: Rémi Denis-Courmont <rem@videolan.org>
5785Date:   Sun Oct 22 19:25:25 2006 +0000
5786
5787    Declare extern vlc_symbol_... explicitly
5788
5789commit 46f5a8a57cc260c98559ac5450611a99d9690f81
5790Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
5791Date:   Sun Oct 22 18:37:26 2006 +0000
5792
5793    explicitly link the upnp_intel plugin against ixml to make libtool happy
5794
5795commit 7f2cb95b034aedc881b8e3ada7ce12771d8971b8
5796Author: Rémi Denis-Courmont <rem@videolan.org>
5797Date:   Sun Oct 22 18:16:18 2006 +0000
5798
5799    Remove check for Fortran (Parental advisory: Explicit kludge)
5800
5801commit b5703dcaef750542534fdd7f4d217bc03b6add1e
5802Author: Rafaël Carré <funman@videolan.org>
5803Date:   Sun Oct 22 15:45:16 2006 +0000
5804
5805    typo
5806
5807commit 79dfff4d5ee5d808e7d65466dc2e536bea152a57
5808Author: Damien Fouilleul <damienf@videolan.org>
5809Date:   Sun Oct 22 15:29:56 2006 +0000
5810
5811    - apply proper const casting since C++ has become more stringent
5812
5813commit 5e0f332ec651b164c6eb5980c4189225d640c80a
5814Author: Rémi Denis-Courmont <rem@videolan.org>
5815Date:   Sun Oct 22 14:57:24 2006 +0000
5816
5817    Drop wcslen() and back to original DnD. Refix it.
5818
5819commit 0328a8a96ea2f0f05cd34273c0f5d5971ee6a685
5820Author: Rafaël Carré <funman@videolan.org>
5821Date:   Sun Oct 22 14:35:03 2006 +0000
5822
5823    frontport [17255]
5824
5825commit 39919b151d77a1918e34a29211b8de2c3bf0184b
5826Author: Jean-Paul Saman <jpsaman@videolan.org>
5827Date:   Sun Oct 22 11:22:22 2006 +0000
5828
5829    Fix linking of vorbis
5830
5831commit 955b873df37a3f0beb70c7bd0da1a0471ba206f0
5832Author: Rémi Denis-Courmont <rem@videolan.org>
5833Date:   Sat Oct 21 20:43:06 2006 +0000
5834
5835    - Remove useless global variable
5836    - Fix threading qualifier warnings
5837
5838commit 41f75f96fa802a33cd4777b1b052cf3f4eee9512
5839Author: Jean-Paul Saman <jpsaman@videolan.org>
5840Date:   Sat Oct 21 20:36:36 2006 +0000
5841
5842    Turn #if DVBDEBUG into #ifdef DVBDEBUG
5843
5844commit 073c529c599ad0d35b08ee1b69a5a6e3ef265209
5845Author: Antoine Cellerier <dionoea@videolan.org>
5846Date:   Sat Oct 21 20:36:11 2006 +0000
5847
5848    This might be better
5849
5850commit 240841e1e51f28c0b74f62cf7a8f3e471063eb51
5851Author: Antoine Cellerier <dionoea@videolan.org>
5852Date:   Sat Oct 21 20:26:42 2006 +0000
5853
5854    Fix opengl module post compile checks (or something)
5855
5856commit a1bf9e2ee20b0d37ab3c67451d469f579e6d7df6
5857Author: Rémi Denis-Courmont <rem@videolan.org>
5858Date:   Sat Oct 21 20:25:31 2006 +0000
5859
5860    Rush fix for 0.8.6
5861
5862commit 2c036cf31c4e81f5ebaf01b863fbf48fabdb22f1
5863Author: Rémi Denis-Courmont <rem@videolan.org>
5864Date:   Sat Oct 21 20:21:03 2006 +0000
5865
5866    Fix Bonjour discovery
5867
5868commit fca47616535d31d7cd321d86e08da32cdb9108dd
5869Author: Rémi Denis-Courmont <rem@videolan.org>
5870Date:   Sat Oct 21 20:05:02 2006 +0000
5871
5872    Attempt to fix my previous commit
5873
5874commit 5a843a7f222ad3cd31bce94bc2c92967ecce8633
5875Author: Derk-Jan Hartman <hartman@videolan.org>
5876Date:   Sat Oct 21 20:04:36 2006 +0000
5877
5878    * Updates due to the new playlist core
5879
5880commit 718e1e051546b81ec650ea7bc6a7218daf038e2d
5881Author: Rémi Denis-Courmont <rem@videolan.org>
5882Date:   Sat Oct 21 19:52:23 2006 +0000
5883
5884    Ensure that shared objects have no unresolved symbols.
5885
5886    This will catch broken plugins at build-time rather than run-time.
5887
5888commit 0856d3ae70c252e950b2b9a80ec5e05abc311d8c
5889Author: Rémi Denis-Courmont <rem@videolan.org>
5890Date:   Sat Oct 21 19:30:04 2006 +0000
5891
5892    Attempt to fix dshow build
5893
5894commit 1dfa47c08284d591ecf8747914c5fc2eff19e7da
5895Author: Rémi Denis-Courmont <rem@videolan.org>
5896Date:   Sat Oct 21 19:24:47 2006 +0000
5897
5898    More fixes
5899
5900commit 4119f97f857ae9f6ed4919daddedefd777aa6aaa
5901Author: Rémi Denis-Courmont <rem@videolan.org>
5902Date:   Sat Oct 21 19:17:09 2006 +0000
5903
5904    Qt compile fix
5905
5906commit bd2e2e8d5b16f64444a059e7e53aca760428d977
5907Author: Rémi Denis-Courmont <rem@videolan.org>
5908Date:   Sat Oct 21 19:08:19 2006 +0000
5909
5910    Const fixes
5911
5912commit de3972b96c3f9dabe46f9bcea94be94d24757c08
5913Author: Rémi Denis-Courmont <rem@videolan.org>
5914Date:   Sat Oct 21 18:52:47 2006 +0000
5915
5916    Cleanup
5917
5918commit af5759ac1afa3904560f1e5fff47d09d6e35b05c
5919Author: Rémi Denis-Courmont <rem@videolan.org>
5920Date:   Sat Oct 21 18:40:30 2006 +0000
5921
5922    Input fixes
5923
5924commit fcef2e3a6d1f450b4411af8a7a94eaaf8eb9fd3c
5925Author: Rémi Denis-Courmont <rem@videolan.org>
5926Date:   Sat Oct 21 18:36:42 2006 +0000
5927
5928    Fix
5929
5930commit 51c4db8c713f58fa1146b605f54e4f6b33c99db6
5931Author: Rémi Denis-Courmont <rem@videolan.org>
5932Date:   Sat Oct 21 18:20:37 2006 +0000
5933
5934    Fixes from hobophobe on IRC
5935
5936commit 5fe42b8eb4cec44998293b6eeb9c83820eb43080
5937Author: Rémi Denis-Courmont <rem@videolan.org>
5938Date:   Sat Oct 21 18:03:49 2006 +0000
5939
5940    I might have finally got it right
5941
5942commit 37d272d3de49648cfc62421b5c73b100b2feddba
5943Author: Rémi Denis-Courmont <rem@videolan.org>
5944Date:   Sat Oct 21 17:51:36 2006 +0000
5945
5946    Compile fix attempt
5947
5948commit e634fbcf2b208150971780538dba6ed8be56cb8e
5949Author: Rémi Denis-Courmont <rem@videolan.org>
5950Date:   Sat Oct 21 17:49:35 2006 +0000
5951
5952    const rulez
5953
5954commit 8f1b24457b1b735b348575ea42654ae361bb8fdc
5955Author: Rémi Denis-Courmont <rem@videolan.org>
5956Date:   Sat Oct 21 17:28:22 2006 +0000
5957
5958    Fix a bunch of warning.
5959
5960commit 0a525c7cbb62a289fef05dbc3e2df524f0b4a318
5961Author: Rémi Denis-Courmont <rem@videolan.org>
5962Date:   Sat Oct 21 17:18:28 2006 +0000
5963
5964    Try harder to rid of this annoying dependency
5965
5966commit 00fa060e234b59ef4aabfbd5dadbfd0100d67a74
5967Author: Rémi Denis-Courmont <rem@videolan.org>
5968Date:   Sat Oct 21 17:14:57 2006 +0000
5969
5970    Shorter version
5971
5972commit f57eaf6da82d2061fe77861f622c651f0315c880
5973Author: Rémi Denis-Courmont <rem@videolan.org>
5974Date:   Sat Oct 21 17:12:22 2006 +0000
5975
5976    Untested bug-to-bug fix for clueless file browsers.
5977    I don't have a broken file browser, and I can't compile wxWidgets,
5978    so no way I can test that.
5979
5980commit f96942ab684d56e40b73e9d5b57dc6062fcf58c4
5981Author: Rémi Denis-Courmont <rem@videolan.org>
5982Date:   Sat Oct 21 17:08:03 2006 +0000
5983
5984    Fix many warnings
5985
5986commit b6d0e5a07a9a32894e31da69e25e81dec0366dc5
5987Author: Clément Stenac <zorglub@videolan.org>
5988Date:   Sat Oct 21 16:59:09 2006 +0000
5989
5990    Rebuild the array of currently playing items as a background task.
5991    This array is now usable as a reliable source of data for size
5992    Use playlist_CurrentSize(p_playlist) to retrieve the size of the current playset.
5993
5994commit 36a14991a5d4bbb9217276ed8c9c0f0c4e0ec0ca
5995Author: Rémi Denis-Courmont <rem@videolan.org>
5996Date:   Sat Oct 21 14:54:42 2006 +0000
5997
5998    A few more sanity checks
5999
6000commit de0f8ecbe207ed2f8272c7cb84dfa161dba9a8a5
6001Author: Rémi Denis-Courmont <rem@videolan.org>
6002Date:   Sat Oct 21 14:13:29 2006 +0000
6003
6004    Fixes
6005
6006commit b3621b5278e6b7a34f758d6a3b2e6cd3428e2c01
6007Author: Rémi Denis-Courmont <rem@videolan.org>
6008Date:   Sat Oct 21 14:04:02 2006 +0000
6009
6010    Don't build obsolete+broken wxwidgets in distcheck
6011
6012commit e03d7e7b122743951c4a2b09fb6a74290c071bf7
6013Author: Jean-Paul Saman <jpsaman@videolan.org>
6014Date:   Sat Oct 21 14:02:49 2006 +0000
6015
6016    Fix compiler warning: missing initializer
6017
6018commit 61871f5f300861f70e8709b8b51086e54cc5ec05
6019Author: Rémi Denis-Courmont <rem@videolan.org>
6020Date:   Sat Oct 21 13:36:58 2006 +0000
6021
6022    Lalala
6023
6024commit 2d3be24e0f67e19dc29baced87af42481dafde21
6025Author: Clément Stenac <zorglub@videolan.org>
6026Date:   Sat Oct 21 13:33:06 2006 +0000
6027
6028    Don't loop continuously the playlist thread, use cond.
6029    Not tested heavily yet ...
6030
6031    For interaction implementers: you need to call playlist_Signal after changing the status of a dialog. Please see the diff for qt4/dialogs/interaction.cpp
6032
6033commit 0f382e7498b5285d73fd034d363e9aa5589289e1
6034Author: Jean-Paul Saman <jpsaman@videolan.org>
6035Date:   Sat Oct 21 13:31:44 2006 +0000
6036
6037    Remove unused variables
6038
6039commit 4bcb2f21a9d5c13992e2430bbe335695567fb7be
6040Author: Rémi Denis-Courmont <rem@videolan.org>
6041Date:   Sat Oct 21 13:24:26 2006 +0000
6042
6043    Desperate attempt to recover the wxwidgets plugin
6044
6045commit 424e2940ccaab63e63f82bd91db074fd11fc6233
6046Author: Rémi Denis-Courmont <rem@videolan.org>
6047Date:   Sat Oct 21 13:17:16 2006 +0000
6048
6049    Another distcheck fix attempt
6050
6051commit 4ee061441ab14ec2d81cfd6198608a62ceea0a4d
6052Author: Rémi Denis-Courmont <rem@videolan.org>
6053Date:   Sat Oct 21 13:12:57 2006 +0000
6054
6055    Revert flawed [17208]. Really fix the sign comparison.
6056    (Hint: man 3 iconv)
6057
6058commit 21154aabf259772a144e33d9d8fc1463861e178e
6059Author: Jean-Paul Saman <jpsaman@videolan.org>
6060Date:   Sat Oct 21 13:10:37 2006 +0000
6061
6062    Remove unused variable val
6063
6064commit f6332edf95624784cf8d9be2ad80882829d37054
6065Author: Jean-Paul Saman <jpsaman@videolan.org>
6066Date:   Sat Oct 21 12:54:39 2006 +0000
6067
6068    Remove useless comparisson (n >= 0) was always true (n is unsigned int)
6069
6070commit b20a4ac4a711a050a1a8fdb34d9e778729ba39c1
6071Author: Jean-Paul Saman <jpsaman@videolan.org>
6072Date:   Sat Oct 21 12:44:12 2006 +0000
6073
6074    Remove unused variable p_meta
6075
6076commit 562dc13be82f723cf48dab68fc363c965f33ba76
6077Author: Jean-Paul Saman <jpsaman@videolan.org>
6078Date:   Sat Oct 21 12:43:36 2006 +0000
6079
6080    Fix invalid comparison, result was always false.
6081
6082commit a79b5f6e2cd67041502c258315daf578f47cabe0
6083Author: Rémi Denis-Courmont <rem@videolan.org>
6084Date:   Sat Oct 21 12:37:07 2006 +0000
6085
6086    *Ahem*
6087
6088commit 034d137a91abddb95922576464bf790f36c37e2d
6089Author: Jean-Paul Saman <jpsaman@videolan.org>
6090Date:   Sat Oct 21 12:36:36 2006 +0000
6091
6092    Fix compiler warning: comparison between signed and unsigned
6093
6094commit f530aa7a74b10fe6155d8ef371f12098915bfaf4
6095Author: Rémi Denis-Courmont <rem@videolan.org>
6096Date:   Sat Oct 21 12:35:13 2006 +0000
6097
6098    Fix [17200]
6099
6100commit 0aa9a402c5e360de1ab156f4cd73de0273a3b2b0
6101Author: Rémi Denis-Courmont <rem@videolan.org>
6102Date:   Sat Oct 21 12:32:23 2006 +0000
6103
6104    Remove annoying warnings.
6105    Nobody will ever be bored enough to fix these ones.
6106
6107commit 514245552fff2c89017fb51402e34413892373db
6108Author: Jean-Paul Saman <jpsaman@videolan.org>
6109Date:   Sat Oct 21 12:32:12 2006 +0000
6110
6111    Fix compiler warning: implicit declaration of function 'asprintf'
6112
6113commit 0d7f2354e56a03b150e608cec553a5670c804ff3
6114Author: Rémi Denis-Courmont <rem@videolan.org>
6115Date:   Sat Oct 21 12:28:52 2006 +0000
6116
6117    Fix a few warnings
6118
6119commit b527c3fce129904df12d50d000d74919763c0853
6120Author: Felix Paul Kühne <fkuehne@videolan.org>
6121Date:   Sat Oct 21 12:27:27 2006 +0000
6122
6123    * minor update to the current playlist API
6124
6125commit 020e0268dd7089c8e0eb38703d03680ac5f6ff7b
6126Author: Jean-Paul Saman <jpsaman@videolan.org>
6127Date:   Sat Oct 21 12:25:05 2006 +0000
6128
6129    Fix compiler warning: implicit declaration of function 'asprintf'
6130
6131commit 5a1e2c84b0693b388cfe9974bf509faab7530def
6132Author: Rémi Denis-Courmont <rem@videolan.org>
6133Date:   Sat Oct 21 12:08:16 2006 +0000
6134
6135    Code factorization
6136
6137commit eac2117fcd9de41b13e4d7163a0e0aa8e40a543c
6138Author: Rémi Denis-Courmont <rem@videolan.org>
6139Date:   Sat Oct 21 11:55:09 2006 +0000
6140
6141    Some autoconf fun
6142
6143commit ba2199dbb62d88804bb4b913fa5f1721a33a0e6f
6144Author: Derk-Jan Hartman <hartman@videolan.org>
6145Date:   Sat Oct 21 11:16:00 2006 +0000
6146
6147    * copy paste error
6148
6149commit 799b2826ee321796c8c4695c5a7b7489ed5da851
6150Author: Clément Stenac <zorglub@videolan.org>
6151Date:   Sat Oct 21 11:09:51 2006 +0000
6152
6153    Playlist
6154     * Remove the random special case
6155     * Use the array of currently playing items for all cases
6156     * Convert array items to array API
6157     * Replace standard searches in sorted arrays by bsearches
6158     * Size is not yet fixed (next round).
6159
6160    Array
6161     * Add reset/value and bsearch functions
6162     * Add foreach helper
6163
6164commit c925ed563df12610851862d43f0cd6b30c37dec8
6165Author: Derk-Jan Hartman <hartman@videolan.org>
6166Date:   Sat Oct 21 11:03:19 2006 +0000
6167
6168    * Add 24bit and 32bit PCM stream support to avcodec
6169
6170commit 891d40741b4d87df4b436ffa88d18713c680a8be
6171Author: Rémi Denis-Courmont <rem@videolan.org>
6172Date:   Sat Oct 21 10:24:21 2006 +0000
6173
6174    GNUTLS plugin require libgcrypt explicitly since it calls gcry_control.
6175
6176commit 91854175802df46ec820998ed3bbb6f1c144ec09
6177Author: Rémi Denis-Courmont <rem@videolan.org>
6178Date:   Sat Oct 21 09:59:18 2006 +0000
6179
6180    Remove dead code
6181
6182commit ef99cea817948655d231ebde085d93e0951b01d1
6183Author: Rémi Denis-Courmont <rem@videolan.org>
6184Date:   Sat Oct 21 09:55:23 2006 +0000
6185
6186    Cleanup
6187
6188commit 5114101ae70c45401fc390aea578e02861a74833
6189Author: Rémi Denis-Courmont <rem@videolan.org>
6190Date:   Sat Oct 21 09:26:50 2006 +0000
6191
6192    Try to distcheck wrt Java bindings
6193
6194commit 7a035788e59c0f946f673b0f150984cf3f2d3118
6195Author: Rémi Denis-Courmont <rem@videolan.org>
6196Date:   Sat Oct 21 09:26:37 2006 +0000
6197
6198    Make sure vlc_LDFLAGS is always set
6199    (automake bug?)
6200
6201commit 1352c6305e74c36f0297695188f5c32655ae0d00
6202Author: Derk-Jan Hartman <hartman@videolan.org>
6203Date:   Sat Oct 21 09:18:06 2006 +0000
6204
6205    * target -> host in Makefile.am
6206
6207commit 4a2f80fe41b6f1a14e65fbaa42bf38e981ee6163
6208Author: Rémi Denis-Courmont <rem@videolan.org>
6209Date:   Sat Oct 21 09:16:34 2006 +0000
6210
6211    Remove no-op
6212
6213commit 9e44246acb0649d7d803359cc9628b24fa33d496
6214Author: Rémi Denis-Courmont <rem@videolan.org>
6215Date:   Sat Oct 21 08:56:19 2006 +0000
6216
6217    Multiple confirmation that is it works on Linux.
6218    Anyway, there is no libiconv_* invocation in src/vlc.c
6219
6220commit fcbffaa9e5f2f0b33b76d5fe27c3ca7c4394e4a1
6221Author: Rémi Denis-Courmont <rem@videolan.org>
6222Date:   Sat Oct 21 08:51:19 2006 +0000
6223
6224    Merge UDP access output with core TTL handling
6225
6226commit 1180a63aa99714d54a84da3d521c2cb5a985b6af
6227Author: Jean-Paul Saman <jpsaman@videolan.org>
6228Date:   Sat Oct 21 08:48:15 2006 +0000
6229
6230    Revert revision [17165] because it broke libtool build on linux
6231
6232commit 3d0593abb165669758cab8f178976d7bf17709d9
6233Author: Derk-Jan Hartman <hartman@videolan.org>
6234Date:   Fri Oct 20 22:25:03 2006 +0000
6235
6236    * Update some contribs
6237
6238commit 816e9b21b72d1051ee02f10fcd7e9a92c08914ae
6239Author: Rémi Denis-Courmont <rem@videolan.org>
6240Date:   Fri Oct 20 21:29:35 2006 +0000
6241
6242    Another TTL string unduped
6243
6244commit 75413cdd8670c745342818937f34a15c99594d71
6245Author: Rémi Denis-Courmont <rem@videolan.org>
6246Date:   Fri Oct 20 21:29:07 2006 +0000
6247
6248    s/target/host/
6249
6250commit 026c8f5b28a31ea776f861d93d171ac67dcefd13
6251Author: Antoine Cellerier <dionoea@videolan.org>
6252Date:   Fri Oct 20 21:12:59 2006 +0000
6253
6254    Put lower priority than ffmpeg. (when SDL_image was used it couldn't decode videos like http://dionoea.chewa.net/pa150001.mov ).
6255
6256commit 27f2ced10726fb76326fb796365b973bc2504f1b
6257Author: Derk-Jan Hartman <hartman@videolan.org>
6258Date:   Fri Oct 20 19:31:15 2006 +0000
6259
6260    * spelling error hostt_cpu -> host_cpu
6261
6262commit c43de506375534dd7c49efdff699fa56f2d93316
6263Author: Rémi Denis-Courmont <rem@videolan.org>
6264Date:   Fri Oct 20 19:24:38 2006 +0000
6265
6266    Unduplicate TTL strings
6267
6268commit 495353bb08f93ba5b01caaa1cc7cb71d4a17fda4
6269Author: Rémi Denis-Courmont <rem@videolan.org>
6270Date:   Fri Oct 20 19:16:25 2006 +0000
6271
6272    - Support for setting DSCP via dscp option
6273    - Support for setting outgoing IPv4 multicast interface
6274      (note that only the Linux kernel can do that)
6275    - Some cleaning/dirtying up
6276
6277commit e4f7eb8e91b05d9e56375119793bef68073b058e
6278Author: Clément Stenac <zorglub@videolan.org>
6279Date:   Fri Oct 20 19:10:37 2006 +0000
6280
6281    Fix syntax errors
6282
6283commit 42405764a4972577914dd72e77b9fc76c5442419
6284Author: Rémi Denis-Courmont <rem@videolan.org>
6285Date:   Fri Oct 20 17:11:14 2006 +0000
6286
6287    Fix syntax error
6288
6289commit 2bdac4e4a9aa53c810bfec040c578757dca89209
6290Author: Rémi Denis-Courmont <rem@videolan.org>
6291Date:   Fri Oct 20 17:05:42 2006 +0000
6292
6293    WTF?! VLC is NOT a f***ing COMPILER.
6294    It has NO target.
6295
6296commit affe4d59e6abf2ee8054d5f8f69b11ca9545878f
6297Author: Rémi Denis-Courmont <rem@videolan.org>
6298Date:   Fri Oct 20 16:46:31 2006 +0000
6299
6300    - Don't try altivec compiler flags except on PPC and PPC64
6301      (some PPC user should review this)
6302    - Don't find canonical build and target (heck, VLC is not a compiler!)
6303
6304commit 1a79ea4e39953aacf2e97db89c84ddc94cb5a269
6305Author: Rémi Denis-Courmont <rem@videolan.org>
6306Date:   Fri Oct 20 16:18:44 2006 +0000
6307
6308    Remove superfluous function nesting from configure checks
6309
6310commit c145241b31ecc37e07e4f3d00c4436e7a5736f77
6311Author: Rémi Denis-Courmont <rem@videolan.org>
6312Date:   Fri Oct 20 15:58:06 2006 +0000
6313
6314    Remove some obsolete code
6315
6316commit 7104644b7773a705d94c1f1c651aeb2decd8cf10
6317Author: Rémi Denis-Courmont <rem@videolan.org>
6318Date:   Fri Oct 20 15:55:18 2006 +0000
6319
6320    Explicit disclaimer
6321
6322commit dc130e1e244b5be9a46ad031825f8fba02d3a8ad
6323Author: Rémi Denis-Courmont <rem@videolan.org>
6324Date:   Fri Oct 20 15:48:03 2006 +0000
6325
6326    Try to fix distclean, but you'd better not use it anyway.
6327
6328    I TOLD YOU TO NOT BOTHER ME WITH YOUR UNCLEAN BUILD TREES.
6329
6330commit 532bea49ffaf746cc3c66947ed5ebbef2d1131bf
6331Author: Rémi Denis-Courmont <rem@videolan.org>
6332Date:   Fri Oct 20 15:18:23 2006 +0000
6333
6334    Repair CONFIGURE_LINE (fixes #696)
6335
6336commit d6abc4d998de2ade55a0a8d20b0d8d0c3517e188
6337Author: Rémi Denis-Courmont <rem@videolan.org>
6338Date:   Fri Oct 20 14:59:14 2006 +0000
6339
6340    Build plugins with -no-undefined
6341
6342commit fcf1a8e5836b444b2265784bd197fbd450ff75db
6343Author: Rémi Denis-Courmont <rem@videolan.org>
6344Date:   Fri Oct 20 14:49:47 2006 +0000
6345
6346    Don't build quicktime plugin with loader since it is broken
6347
6348commit c3b3c2a8d7e720321afcd1efb31cf1fe02120db2
6349Author: Rémi Denis-Courmont <rem@videolan.org>
6350Date:   Fri Oct 20 14:39:55 2006 +0000
6351
6352    Remove useless link flags from vlc program
6353
6354commit b487fffebdc52e6fea7b9a43bedc86adaac1ffac
6355Author: Rémi Denis-Courmont <rem@videolan.org>
6356Date:   Fri Oct 20 14:28:19 2006 +0000
6357
6358    Fix dts_pic check
6359
6360commit 6b3fce8ff5c0cb936d8caf16d8e96637ebaaff64
6361Author: Rafaël Carré <funman@videolan.org>
6362Date:   Fri Oct 20 09:57:50 2006 +0000
6363
6364    Detect MSYS mingw compiler (mingw32-gcc)
6365
6366commit 2357ae94a373a5c2e4e2043cbeb81c2c775e97c5
6367Author: Christophe Mutricy <xtophe@videolan.org>
6368Date:   Thu Oct 19 22:06:55 2006 +0000
6369
6370    Stop confusing the users with n shortcuts
6371
6372commit c03307953d86b68ca252ee6efaf96d652b5fe8fc
6373Author: Filippo Carone <littlejohn@videolan.org>
6374Date:   Thu Oct 19 21:55:31 2006 +0000
6375
6376    make playlist stop synchronous
6377
6378commit 30ff712980000d016bf20ace8ff0a4c1ef3a8625
6379Author: Derk-Jan Hartman <hartman@videolan.org>
6380Date:   Thu Oct 19 21:45:07 2006 +0000
6381
6382    * prevent potential crashes on files with broken channelcount
6383
6384commit 4e03ca065ded0cc31035159887479ace86004182
6385Author: Clément Stenac <zorglub@videolan.org>
6386Date:   Thu Oct 19 21:30:39 2006 +0000
6387
6388    Reset playlist status to STOPPED after stop
6389
6390commit 266fb28cd7fdd0db6926f807bf4f9bcdd1b29010
6391Author: Clément Stenac <zorglub@videolan.org>
6392Date:   Thu Oct 19 21:00:14 2006 +0000
6393
6394    Dynamic array with log allocation
6395
6396commit 531bbc546238a0067f76869d123fae139d3f2157
6397Author: Rémi Denis-Courmont <rem@videolan.org>
6398Date:   Thu Oct 19 19:56:04 2006 +0000
6399
6400    Woops
6401
6402commit 9574d3b56183242c7cb3d9532e2ed2f5ca6cf10a
6403Author: Rémi Denis-Courmont <rem@videolan.org>
6404Date:   Thu Oct 19 19:52:49 2006 +0000
6405
6406    Remove some more cruft
6407
6408commit d854ee25d7644ef2169f617db73344fe5eeda0c2
6409Author: Rémi Denis-Courmont <rem@videolan.org>
6410Date:   Thu Oct 19 19:42:35 2006 +0000
6411
6412    Remove some build system cruft
6413
6414commit 6b5014ade2790fa8aa9dae1205e38b755525162b
6415Author: Rémi Denis-Courmont <rem@videolan.org>
6416Date:   Thu Oct 19 19:42:10 2006 +0000
6417
6418    Kill duplicated function
6419
6420commit 69ce7365db8c12a9a92ec1078bf1ea8135ec4a5c
6421Author: Rémi Denis-Courmont <rem@videolan.org>
6422Date:   Thu Oct 19 19:41:55 2006 +0000
6423
6424    Put version-info to libvlc instead of vlc, as I assume was intended
6425
6426commit 29d8ffc9beea30a6344f4e642779bcb20eac616b
6427Author: Rémi Denis-Courmont <rem@videolan.org>
6428Date:   Thu Oct 19 19:29:46 2006 +0000
6429
6430    Oh! No more builtins!
6431    (well only for libtool and shared libvlc)
6432
6433    Clean your build tree before whining.
6434
6435    And yes, it breaks the mostly-builtin option (obviously).
6436    It also speeds up automake a tiny bit.
6437
6438commit 40356097fea4dba1e8d8d22dc3d62f86337b291e
6439Author: Rémi Denis-Courmont <rem@videolan.org>
6440Date:   Thu Oct 19 19:00:54 2006 +0000
6441
6442    Remove -version-info; it is plain meaningless for a program
6443
6444commit 8c891efbf1c854851c1657e7dfed61bbb1d03f7b
6445Author: Rémi Denis-Courmont <rem@videolan.org>
6446Date:   Thu Oct 19 15:30:43 2006 +0000
6447
6448    Oups
6449
6450commit 80fb50ea92225717e42372819737e44bd6a6f341
6451Author: Rémi Denis-Courmont <rem@videolan.org>
6452Date:   Thu Oct 19 15:27:58 2006 +0000
6453
6454    Code factorization
6455
6456commit e5ca059b5c8e8b038c0d91261bb942ffc6daf5fa
6457Author: Rémi Denis-Courmont <rem@videolan.org>
6458Date:   Thu Oct 19 15:07:43 2006 +0000
6459
6460    Simplify EOF handling
6461
6462commit 8c1e99ea8995e880e3a60b0f9a808e496541227b
6463Author: Rémi Denis-Courmont <rem@videolan.org>
6464Date:   Thu Oct 19 15:05:35 2006 +0000
6465
6466    Dirty up. Ahaha.
6467
6468commit c55bcff9ce7b061b6caea220221c2254e6dd9af8
6469Author: Rémi Denis-Courmont <rem@videolan.org>
6470Date:   Thu Oct 19 14:55:57 2006 +0000
6471
6472    Interrupt blocking socket reads
6473
6474commit cc1791f39b2271ecc8adfcac16509770faec1b8c
6475Author: Derk-Jan Hartman <hartman@videolan.org>
6476Date:   Thu Oct 19 13:59:23 2006 +0000
6477
6478    * Support 5.1 channels in Flac (untested with a 5.1 device)
6479    * Don't crash on Flac samples that have more channels than we can handle.
6480
6481commit 58609589ce3692f2bcad740597d8ff01f4d1c270
6482Author: Antoine Cellerier <dionoea@videolan.org>
6483Date:   Wed Oct 18 21:16:16 2006 +0000
6484
6485    Real fix for time/length issues in VLM ([17130] didn't fix anything)
6486    Needs to be backported
6487
6488commit 1105c8b0c4f01dd18283b010977b0d6e32ec6511
6489Author: Christophe Mutricy <xtophe@videolan.org>
6490Date:   Wed Oct 18 20:11:10 2006 +0000
6491
6492    postproc also need avutil to link.
6493
6494commit 9a662c01193187a59cf99971315d0b29bf4f07f6
6495Author: Derk-Jan Hartman <hartman@videolan.org>
6496Date:   Wed Oct 18 15:25:42 2006 +0000
6497
6498    TTA: Forgot to update Modules.am for the TTA demux
6499
6500commit 1106928872d16c12afaf20ccdd69e792bf9998e4
6501Author: Rémi Denis-Courmont <rem@videolan.org>
6502Date:   Wed Oct 18 15:24:32 2006 +0000
6503
6504    Fix typo
6505
6506commit 8902dce1cd9caccc01ab46256bc6402a84995dec
6507Author: Rémi Denis-Courmont <rem@videolan.org>
6508Date:   Wed Oct 18 15:08:47 2006 +0000
6509
6510    Fallback to IGMPv2 when IGMPv3 fails - fixes #734
6511
6512commit bfcdde9526dc1630143f1505b27a2f3706610764
6513Author: Rémi Denis-Courmont <rem@videolan.org>
6514Date:   Wed Oct 18 15:01:16 2006 +0000
6515
6516    - Try DNS resolution before creating socket as per Best Current Practices.
6517    - Don't handle impossible (and would-be harmless) errors.
6518    - Don't try Source Specific Multicast when not implemented by libc
6519      (this *includes* Mac OS X on the build bots)
6520
6521commit 9db36c2d20c767073ee350932895b50fc4323394
6522Author: Rémi Denis-Courmont <rem@videolan.org>
6523Date:   Wed Oct 18 14:53:32 2006 +0000
6524
6525    Don't assume multicast address are in dotted notation - fixes #780.
6526    Not tested. Needs testing + backport.
6527
6528commit 40dd14a29e920ba0c04789fdd6ef418801584885
6529Author: Rémi Denis-Courmont <rem@videolan.org>
6530Date:   Wed Oct 18 14:32:07 2006 +0000
6531
6532    Don't put Linux-specific defines in the wild.
6533    This hides bugs on all other OSes (incl. Windows).
6534    Better update your glibc instead.
6535
6536commit 11947665eae998328705adc80d86bf9db64c4bc1
6537Author: Derk-Jan Hartman <hartman@videolan.org>
6538Date:   Tue Oct 17 23:50:57 2006 +0000
6539
6540    Fix the shoutcast TV listings SD menu item in the Mac OS X GUI. To be backported
6541
6542commit e366e4058e3513e79b1a74178a3b28fad254044c
6543Author: Antoine Cellerier <dionoea@videolan.org>
6544Date:   Tue Oct 17 20:16:00 2006 +0000
6545
6546    Fix 32bit/64bit issue in http interface time/length reporting.
6547    This needs to be backported to 0.8.6.
6548
6549commit c4ec9be036d1369828b2d0ab470199065d087464
6550Author: Damien Fouilleul <damienf@videolan.org>
6551Date:   Tue Oct 17 19:44:49 2006 +0000
6552
6553    - libvlc.h: use C99 designated initializers to partially initialize help module config (this disable a bunch of warnings, and non-initialized members are automatically set to nil)
6554
6555commit f7be5ba378b985ceddc6e72ec15b85f4b605e7de
6556Author: Damien Fouilleul <damienf@videolan.org>
6557Date:   Tue Oct 17 19:40:53 2006 +0000
6558
6559    - vlc-config.in.in: remove that annying MODULE_NAME redefined warning
6560
6561commit c453453edbec65581505b6752688a4107fa30fb2
6562Author: Derk-Jan Hartman <hartman@videolan.org>
6563Date:   Tue Oct 17 19:39:15 2006 +0000
6564
6565    Enable ffmpegs TTA decoder, and add a TTA demux to VLC. duration and seeking supported.
6566
6567commit b725ca4af86867d20b66c43a9d518f1fcda53d57
6568Author: Derk-Jan Hartman <hartman@videolan.org>
6569Date:   Tue Oct 17 18:23:48 2006 +0000
6570
6571    * packetizer h264: Donwq't gather the block chain when resending the headers. Only insert the blocks
6572
6573commit a91a6abce1490715f570956c5d30bac7fa25de28
6574Author: Derk-Jan Hartman <hartman@videolan.org>
6575Date:   Tue Oct 17 13:58:20 2006 +0000
6576
6577    * Let the libmpeg2 module decode video with the mp2v fourcc
6578
6579commit 3290fe117e606117c5562c2783da4e0963f576ed
6580Author: Rafaël Carré <funman@videolan.org>
6581Date:   Tue Oct 17 08:36:50 2006 +0000
6582
6583    Add missing ms.po + make update-po
6584
6585commit 5e44df17aee73c3e64b0f5149ace1779921992c4
6586Author: Rafaël Carré <funman@videolan.org>
6587Date:   Tue Oct 17 08:00:53 2006 +0000
6588
6589    Added Malay translation
6590
6591commit 7d1cff0bb27541abd0f34bd6fd1224c437d83632
6592Author: Derk-Jan Hartman <hartman@videolan.org>
6593Date:   Mon Oct 16 21:58:12 2006 +0000
6594
6595    Apparently ffmpeg doesn't like how we were feeding the SPS/PPS to it. At least this way it works. There is still something wrong. Instead of directly starting to work after the SPS/PPS is received (from MPEG-TS), it waits 1 extra I frame. If I just output the SPS/PPS directly instead of reinserting it, it works directly after the SPS/PPS is received on the I frame directly following them.
6596
6597commit e7ad059e36db8fa273b6bc7a4f2abb25d4c8fe8f
6598Author: Jean-Baptiste Kempf <jb@videolan.org>
6599Date:   Mon Oct 16 21:10:11 2006 +0000
6600
6601    Qt4: File / Disk / Network tabs for Open Dialog
6602    * Some design
6603    * Tab order
6604
6605commit bf68c0feabbf5a6abb8ff8c84703b3abe5f9943c
6606Author: Antoine Cellerier <dionoea@videolan.org>
6607Date:   Mon Oct 16 20:57:36 2006 +0000
6608
6609    noise video filter
6610
6611commit 56fc945314ebc4bdc7f0443491a90ca8dc3fcfc4
6612Author: Jean-Baptiste Kempf <jb@videolan.org>
6613Date:   Mon Oct 16 19:59:34 2006 +0000
6614
6615    Better compression for win32.zip packages building in order to make E-bola happy.
6616
6617commit a2f138f238cb0e062c0ee5eace07e49bc9779a7e
6618Author: Philippe Morin <phmo95@videolan.org>
6619Date:   Mon Oct 16 19:49:31 2006 +0000
6620
6621    Fixing a cast in Win32 part.
6622
6623commit dfd24ab656c4edffd4ed952472ef8e4b4c95c214
6624Author: Clément Stenac <zorglub@videolan.org>
6625Date:   Sun Oct 15 19:09:02 2006 +0000
6626
6627    D&D fixes
6628
6629commit 6a2febe51b1d65826ea5d257dc244e11a88c8d2b
6630Author: Antoine Cellerier <dionoea@videolan.org>
6631Date:   Sun Oct 15 19:00:21 2006 +0000
6632
6633    Don't use doubles when doing the rotation
6634
6635commit 308d7c4354df86074583e4635cde5cfbb705e00c
6636Author: Derk-Jan Hartman <hartman@videolan.org>
6637Date:   Sun Oct 15 18:00:01 2006 +0000
6638
6639    *demux/asf Support for dvr-ms ASF. This is a a priorietary extension to ASF that allows Media Center to store MPEG2 in ASF.
6640
6641commit 9cd8ee7b4ee1f29fc1c0d584be813b4130492246
6642Author: Clément Stenac <zorglub@videolan.org>
6643Date:   Sun Oct 15 15:28:34 2006 +0000
6644
6645    Improve drag&drop handling
6646
6647commit 0e5c9717a4c084737ec6e2f85635ef691d42723a
6648Author: Derk-Jan Hartman <hartman@videolan.org>
6649Date:   Sun Oct 15 14:35:58 2006 +0000
6650
6651    * Support for AVI DV Type I
6652
6653commit 64dc9f24a6124e38285af8cee9a3ec095d6fd137
6654Author: Rafaël Carré <funman@videolan.org>
6655Date:   Sun Oct 15 14:23:56 2006 +0000
6656
6657    forward-port 17091 and 17104 from 0.8.6
6658
6659commit e551d2c428c3158ffd7e2035900ef474e841fed6
6660Author: Felix Paul Kühne <fkuehne@videolan.org>
6661Date:   Sun Oct 15 14:16:06 2006 +0000
6662
6663    * forward-port [17102]
6664
6665commit 4a334283cd5d0d6aa4bbd82927abbf46679d9956
6666Author: Clément Stenac <zorglub@videolan.org>
6667Date:   Sun Oct 15 13:20:47 2006 +0000
6668
6669    Fix bogus warnings
6670
6671commit dbbbe51bc06df2f496caf68e52db3f547662d7ef
6672Author: Felix Paul Kühne <fkuehne@videolan.org>
6673Date:   Sun Oct 15 13:17:18 2006 +0000
6674
6675    * port [17096]
6676
6677commit 71707910ab3274a3e4b50321e782eb9d6afc43ac
6678Author: Felix Paul Kühne <fkuehne@videolan.org>
6679Date:   Sun Oct 15 13:14:51 2006 +0000
6680
6681    * switch MainMenu to the XML-based text archive format, which is fatter, but svn-mergeable
6682
6683commit cde22b4f79f11e0b4b4a4e15a1ddae567b8738a8
6684Author: Rafaël Carré <funman@videolan.org>
6685Date:   Sun Oct 15 13:07:36 2006 +0000
6686
6687    Gets title for goom visualization from meta information if available
6688
6689commit 5f95753fec29b6c47b5b2370551efb604d76f2e6
6690Author: Rafaël Carré <funman@videolan.org>
6691Date:   Sun Oct 15 13:01:29 2006 +0000
6692
6693    skins2 fullscreen button work with audio visualizations
6694
6695commit c0fe2d356d1cb278825ca05a833af18ce09d6e5c
6696Author: Filippo Carone <littlejohn@videolan.org>
6697Date:   Sun Oct 15 10:55:36 2006 +0000
6698
6699    libvlc_audio_set_mute logically simpler
6700
6701commit 4e4171f1ae1f088029fd5635ec5ad81f9331e4e3
6702Author: Filippo Carone <littlejohn@videolan.org>
6703Date:   Sun Oct 15 10:54:15 2006 +0000
6704
6705    Use playlist loop libvlc facility
6706
6707commit 62e9fa55913c30ad3af773c5ec3de7270034ccbe
6708Author: Rafaël Carré <funman@videolan.org>
6709Date:   Sun Oct 15 03:44:57 2006 +0000
6710
6711    Use a smaller icon for notifications
6712
6713commit 44f794f8a2a59810f62b7f9bf4562c509a3ed754
6714Author: Rafaël Carré <funman@videolan.org>
6715Date:   Sat Oct 14 22:34:16 2006 +0000
6716
6717    Sets PKG_CONFIG_LIBDIR when building contrib
6718
6719commit c273a3be8ca83d5ac183a230f15873da80611607
6720Author: Rafaël Carré <funman@videolan.org>
6721Date:   Sat Oct 14 21:20:27 2006 +0000
6722
6723    remove endif from 17081
6724
6725commit 96b6d5777cbbf3850531e864e9abf7c0447432bd
6726Author: Rafaël Carré <funman@videolan.org>
6727Date:   Sat Oct 14 21:08:04 2006 +0000
6728
6729    goom is patched on win32 too
6730
6731commit 8e1590cc762c507646c1b1e721ca7e6eaadad1da
6732Author: Rafaël Carré <funman@videolan.org>
6733Date:   Sat Oct 14 20:30:59 2006 +0000
6734
6735    Detect mingw for other distros than debian
6736
6737commit 2c505b4b808ba239eef56089d7e97bf68465e8e9
6738Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
6739Date:   Sat Oct 14 20:08:05 2006 +0000
6740
6741    upnp_cc: compile fix (tested this time)
6742    upnp_intel: fix a potential crash, and add some more debug output
6743
6744commit 9cbc1e852c40541aef57361f870f57feeef541f9
6745Author: Benjamin Pracht <bigben@videolan.org>
6746Date:   Sat Oct 14 20:07:29 2006 +0000
6747
6748    * Hopefully close the dbus connection correctly
6749    * Do not poke the screensaver is the stream is paused (idea from Adam Dane)
6750    * Poke the screensaver every 30s as told in the comments (fix from Adam Dane)
6751
6752commit 288e70a01cb6f88aef3c3a0051507bb8fd311602
6753Author: Philippe Morin <phmo95@videolan.org>
6754Date:   Sat Oct 14 20:03:22 2006 +0000
6755
6756    Add a method to set playlist in loop mode in Java
6757
6758commit 822485d5b4d2891fae7f1a2c23ca8af1b23d51c8
6759Author: Philippe Morin <phmo95@videolan.org>
6760Date:   Sat Oct 14 19:53:08 2006 +0000
6761
6762    Add a method to set playlist in loop mode.
6763
6764commit be639def75997f2d41440b39c77ddc20390276d3
6765Author: Philippe Morin <phmo95@videolan.org>
6766Date:   Sat Oct 14 19:52:16 2006 +0000
6767
6768    Add a method to set playlist in loop mode.
6769
6770commit 7a5a63a7c0e59e4ab8471dfd4ad1da21a92ee34e
6771Author: Antoine Cellerier <dionoea@videolan.org>
6772Date:   Sat Oct 14 17:06:38 2006 +0000
6773
6774    Motion control interface can now be used with the rotate video filter. (Should be usefull when watching videos on a boat i guess ... :) ) Command line: vlc --control motion --motion-use-rotate --video-filter rotate <the video>
6775
6776commit 4963328e1199b46f65a3e1287358fc8e4ebec8b7
6777Author: Clément Stenac <zorglub@videolan.org>
6778Date:   Sat Oct 14 16:45:11 2006 +0000
6779
6780    Fix HTTP deletion
6781
6782commit ac471f21023adf4d3784ab3856b9a6040689d65c
6783Author: Clément Stenac <zorglub@videolan.org>
6784Date:   Sat Oct 14 16:44:55 2006 +0000
6785
6786    Initial drag and drop support for Qt
6787
6788commit 85f6dac57eff2d455420d1f4bbb4d7f41bae0ec0
6789Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
6790Date:   Sat Oct 14 14:44:06 2006 +0000
6791
6792    fixed compilation, not tested though
6793
6794commit ca5af2c3685e9c904c903564f351e65b6f00068e
6795Author: Antoine Cellerier <dionoea@videolan.org>
6796Date:   Sat Oct 14 14:41:55 2006 +0000
6797
6798    Ahem...
6799
6800commit 4b1b4f89399a8a9a2fdb5228291736d196bb0aaf
6801Author: Antoine Cellerier <dionoea@videolan.org>
6802Date:   Sat Oct 14 14:38:11 2006 +0000
6803
6804    New rotate video filter. Can rotate video by any integer angle between 0 and 359 degrees.
6805
6806    This still needs work to make it look better, and be able to use it with the "motion" control module.
6807
6808commit 212dce0e5063359ef5f6505d12617c6993474258
6809Author: Antoine Cellerier <dionoea@videolan.org>
6810Date:   Sat Oct 14 13:59:50 2006 +0000
6811
6812    Ahem...
6813
6814commit adb0d2e102ffa06eb6916bf2af37e0920d18ee92
6815Author: Jean-Paul Saman <jpsaman@videolan.org>
6816Date:   Sat Oct 14 13:40:32 2006 +0000
6817
6818    oops left in a typo
6819
6820commit d549e5a0cfd8b2ece0261e197b98d2d34666bd5d
6821Author: Jean-Paul Saman <jpsaman@videolan.org>
6822Date:   Sat Oct 14 13:27:15 2006 +0000
6823
6824    Correctly count the children of a node. The previous code counted the endpoints too, which gave a too high children count.
6825
6826commit b010250da90f4a8de9a0f41404c46c8e59ad93e4
6827Author: Antoine Cellerier <dionoea@videolan.org>
6828Date:   Fri Oct 13 22:35:49 2006 +0000
6829
6830    [vlc] http streaming interface bug (with fix) by Mitch at hasbox dot com
6831
6832    (needs backporting)
6833
6834commit de0420fb8a7e94cabb9bc735d3b2c53971cc2fa4
6835Author: Christophe Mutricy <xtophe@videolan.org>
6836Date:   Fri Oct 13 22:30:57 2006 +0000
6837
6838    Update the x264 patch
6839    Don't use dl_open on win32
6840    Both patches by Tim Schuerewege. thanks.
6841
6842commit 2169e1cded187838191158e7ad08e279095d9d60
6843Author: Loren Merritt <pengvado@videolan.org>
6844Date:   Fri Oct 13 20:05:23 2006 +0000
6845
6846    sync to x264 r591
6847
6848commit cf8b7e4df17f0e7931f40dccf9a38ddc7677207c
6849Author: Gildas Bazin <gbazin@videolan.org>
6850Date:   Fri Oct 13 19:16:24 2006 +0000
6851
6852    * modules/gui/wxwidgets: small code cleanup.
6853
6854commit 337c717f28180bbd167a6ba27e3d5cfcacab958a
6855Author: Gildas Bazin <gbazin@videolan.org>
6856Date:   Fri Oct 13 19:14:20 2006 +0000
6857
6858    * modules/gui/qt4/qt4.cpp: lower the priority of the QT4 dialogs provider so the skins interface is usable again.
6859
6860commit 3267066db2af32d3d5838d9575ae8c6a189b8333
6861Author: Derk-Jan Hartman <hartman@videolan.org>
6862Date:   Fri Oct 13 14:04:54 2006 +0000
6863
6864    Don't add MPEG-TS program data for programs that don't exist. Patch by Dnumgis. This fixes #683
6865
6866commit e4ba74a88adc63fcd59284b70e9070a619b38598
6867Author: Derk-Jan Hartman <hartman@videolan.org>
6868Date:   Fri Oct 13 13:55:46 2006 +0000
6869
6870    Tune MacIntel for prescott. Also add tuning to contrib (prescott vs. G4)wq
6871
6872commit f68336d9d489e4f0cb483217ca12c00ee5349bff
6873Author: Filippo Carone <littlejohn@videolan.org>
6874Date:   Thu Oct 12 21:21:29 2006 +0000
6875
6876    remove unused import from core-jni.cc
6877
6878commit a219f12a163a56561c39e38d55bc6d078574cca9
6879Author: Filippo Carone <littlejohn@videolan.org>
6880Date:   Thu Oct 12 21:20:01 2006 +0000
6881
6882    add more include folders
6883
6884commit 8b1a79bbbd619b2d09c6c794d7907cb18c06b77f
6885Author: Derk-Jan Hartman <hartman@videolan.org>
6886Date:   Thu Oct 12 21:13:02 2006 +0000
6887
6888    Fix MacOS X black screens and play as background options. These are 'window level' options and as such should not use p_real_vout, because that's just for options shared by the opengl and the quickdraw renderer
6889
6890commit a324ed1beec7fd155633aea9bed8133209db886f
6891Author: Antoine Cellerier <dionoea@videolan.org>
6892Date:   Thu Oct 12 21:05:40 2006 +0000
6893
6894    [PATCH] Repeat and Loop - Remote Control Interface by Dermot McGahon.
6895
6896commit 80f01f29572e010c11847016852f032f997634da
6897Author: Antoine Cellerier <dionoea@videolan.org>
6898Date:   Thu Oct 12 21:01:47 2006 +0000
6899
6900    [PATCH] marquee crash fix by Dermot McGahon.
6901
6902commit 09ee4533243c686bb5f1d54f6255d390fbb0e08d
6903Author: Filippo Carone <littlejohn@videolan.org>
6904Date:   Thu Oct 12 20:54:36 2006 +0000
6905
6906    this should fix compilation errors on included headers
6907
6908commit 169870dc45c7a0e5c884f23c8592adc16a0445e6
6909Author: Jean-Baptiste Kempf <jb@videolan.org>
6910Date:   Thu Oct 12 19:38:56 2006 +0000
6911
6912    Compile fix for Open in Qt4
6913
6914commit b57de680a32e598f209d874f3d075ae587345416
6915Author: Jean-Baptiste Kempf <jb@videolan.org>
6916Date:   Thu Oct 12 19:20:37 2006 +0000
6917
6918    First work on File_Open_Qt4...
6919
6920commit 6ee4bbdd880b828ebffbccbcb80ccf85e667d0ed
6921Author: Felix Paul Kühne <fkuehne@videolan.org>
6922Date:   Thu Oct 12 18:24:34 2006 +0000
6923
6924    * fade in quicker and fix the fade-in/out problems reported by Benjamin. Thanks for the feedback
6925
6926commit 75df49da5fffe35ecee76d45a53fb16ef98eddcd
6927Author: Felix Paul Kühne <fkuehne@videolan.org>
6928Date:   Thu Oct 12 16:33:35 2006 +0000
6929
6930    * added the fspanel-related files to the respective targets
6931
6932commit a0d585994ffc2d9b995ea0c2c16c56f4c8fd50b0
6933Author: Clément Stenac <zorglub@videolan.org>
6934Date:   Thu Oct 12 06:00:00 2006 +0000
6935
6936    Compile fix
6937
6938commit c4232d210f01ec6c492612bc1789de6184f0652a
6939Author: Gildas Bazin <gbazin@videolan.org>
6940Date:   Wed Oct 11 22:44:15 2006 +0000
6941
6942    * src/input/input.c: fixed nasty bug with preparsing where a mutex was used uninitialized.
6943
6944commit baba0c81da445b04e5d2f7f247f465f87ffaa4cb
6945Author: Filippo Carone <littlejohn@videolan.org>
6946Date:   Wed Oct 11 19:57:44 2006 +0000
6947
6948    make really java bindings compile again
6949
6950commit 884e353696fe206a224fe85bfafa1759c5d515e3
6951Author: Gildas Bazin <gbazin@videolan.org>
6952Date:   Wed Oct 11 19:56:48 2006 +0000
6953
6954    * configure.ac: same thing for Wno-unused-parameter.
6955
6956commit 5de8105fbabc40ea4f79a83de02df82d0acc499a
6957Author: Gildas Bazin <gbazin@videolan.org>
6958Date:   Wed Oct 11 19:54:05 2006 +0000
6959
6960     * configure.ac: when checking for Wextra support, don't check for Werror instead.
6961
6962commit e5db0823bf56e89b1e7247bb697443a7ddcdee8c
6963Author: Filippo Carone <littlejohn@videolan.org>
6964Date:   Wed Oct 11 19:34:38 2006 +0000
6965
6966    make the java bindings compile again (use --disable-libtool in configure)
6967
6968commit 9a78b063cac29d3a3a87f95dff8c426812b21dca
6969Author: Clément Stenac <zorglub@videolan.org>
6970Date:   Wed Oct 11 19:20:06 2006 +0000
6971
6972    A bit of cleanup
6973
6974commit ba0aca83c8fac83f81ca495f2160f98929b3f99f
6975Author: Damien Fouilleul <damienf@videolan.org>
6976Date:   Tue Oct 10 20:53:05 2006 +0000
6977
6978    - added altivec acceleration for i420 -> YVYU, i420 -> UYVY (probably of no use to anyone)
6979
6980commit 9e17f766ce734c11243e2686af39209c0b5eaedb
6981Author: Felix Paul Kühne <fkuehne@videolan.org>
6982Date:   Tue Oct 10 18:36:21 2006 +0000
6983
6984    * forward-port [17020]
6985
6986commit f03e39c385ddbdf61b7021eaa17d03cdbd8fef5a
6987Author: Pavlov Konstantin <thresh@videolan.org>
6988Date:   Tue Oct 10 15:54:41 2006 +0000
6989
6990    yeah, writing 4 0 times is fun, but..
6991
6992commit b210a0ea8404474981220c3e3837d061bee5cb86
6993Author: Damien Fouilleul <damienf@videolan.org>
6994Date:   Tue Oct 10 08:52:30 2006 +0000
6995
6996    plugin.cpp: formatting
6997    supportinfo: use static IIDs as previous method wouldn't work in a multithreaded environment
6998
6999commit 12efe797994da9153a6c1275f28631888d3d2a80
7000Author: Christophe Mutricy <xtophe@videolan.org>
7001Date:   Tue Oct 10 08:47:43 2006 +0000
7002
7003    Forward port [17015] + a few more i18n fix
7004
7005commit dc8b128a9f34d9eb75d3158566cbb95df8bae61b
7006Author: Christophe Mutricy <xtophe@videolan.org>
7007Date:   Mon Oct 9 22:37:29 2006 +0000
7008
7009    forward port [17012] and make update-po
7010
7011commit c1064aa4950b5725e00627a24ee6498ff8771df0
7012Author: Dennis van Amerongen <trax@videolan.org>
7013Date:   Mon Oct 9 19:10:13 2006 +0000
7014
7015    * modules/codec/x264.c: copy/paste oops in 17009..
7016
7017commit c88a9d665d8f950a3dab2744884466bef329c733
7018Author: Dennis van Amerongen <trax@videolan.org>
7019Date:   Mon Oct 9 19:01:34 2006 +0000
7020
7021    * modules/codec/x264.c: H.264 level options patch by Ilkka Ollakka <ilkka dot ollakka a t oamk dot fi>. add options aud, sps-id. deprecate options analyse and filter for partitions and deblock.
7022
7023commit 2b37ec2d3d1aea84e903fc7b354db8f613604f2d
7024Author: Gildas Bazin <gbazin@videolan.org>
7025Date:   Mon Oct 9 18:51:03 2006 +0000
7026
7027    * modules/misc/xml/xtag.c: fixed memory leak.
7028
7029commit c6039822f1e43e9c74dfe0e0c319dd60fdf4c02b
7030Author: Gildas Bazin <gbazin@videolan.org>
7031Date:   Mon Oct 9 18:36:14 2006 +0000
7032
7033    * modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is freed by the packetizer.
7034
7035commit acb895005c2578e0c1c9de09253ed0ff89075638
7036Author: Damien Fouilleul <damienf@videolan.org>
7037Date:   Mon Oct 9 18:02:01 2006 +0000
7038
7039    - added support for returning custom error messages from libvlc exception messages
7040    - added missing video.toggleFullscreen() API
7041
7042commit 141dd1d88e87cb9f820ca5fa939079af7b93a9fd
7043Author: Clément Stenac <zorglub@videolan.org>
7044Date:   Sun Oct 8 20:10:42 2006 +0000
7045
7046    Remove visual button, put back in the menu
7047
7048commit b8bc19e5d1982165c6bc1db14c4fbfa7b5abf583
7049Author: Clément Stenac <zorglub@videolan.org>
7050Date:   Sun Oct 8 19:56:30 2006 +0000
7051
7052    Save hotkeys (Closes:#714)
7053
7054commit be4cca987ba9de8ae3dd33243ef863263d7723d7
7055Author: Clément Stenac <zorglub@videolan.org>
7056Date:   Sun Oct 8 19:28:49 2006 +0000
7057
7058    Hotkey selector widget. Save not implemented yet
7059
7060commit 0190d857921fee449b8f9ad4bbdf94bb1c364ede
7061Author: Gildas Bazin <gbazin@videolan.org>
7062Date:   Sun Oct 8 18:39:01 2006 +0000
7063
7064    * modules/video_output/x11/xcommon.c: proper fix for the previous memory leak.
7065
7066commit ab2bdb9eaeef1c34e302e3d0d3c9ec176705b267
7067Author: Gildas Bazin <gbazin@videolan.org>
7068Date:   Sun Oct 8 17:31:33 2006 +0000
7069
7070    * modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.
7071
7072commit bfffe8bfbce5ec499f4ab04f89c18b4b3752df93
7073Author: Clément Stenac <zorglub@videolan.org>
7074Date:   Sun Oct 8 17:02:56 2006 +0000
7075
7076    Very beginning of hotkey widget + Fix 4.2 compilation issue
7077
7078commit d5d5ebfa1834a3601e1f15969b06c7d6c949c6b8
7079Author: Gildas Bazin <gbazin@videolan.org>
7080Date:   Sun Oct 8 17:00:02 2006 +0000
7081
7082    * src/input/input.c: fixed memory leak.
7083
7084commit 7003cd39e8de1a49c9c960a2ec782eed32f0923e
7085Author: Gildas Bazin <gbazin@videolan.org>
7086Date:   Sun Oct 8 16:32:47 2006 +0000
7087
7088    * modules/demux/asf/libasf.c: fixed memory leak.
7089
7090commit 94e3a9b93ef83d9ef67cf35def47da9a204a9887
7091Author: Gildas Bazin <gbazin@videolan.org>
7092Date:   Sun Oct 8 16:09:13 2006 +0000
7093
7094    * Fixed another bunch of memory leaks.
7095
7096commit dbe51edf074ebf71066c9c5544508e5f062d0927
7097Author: Christophe Mutricy <xtophe@videolan.org>
7098Date:   Sun Oct 8 13:56:27 2006 +0000
7099
7100    Add Slovak l10n (Forward port of [16989], [16990] and [16991])
7101
7102commit d4384d0bb99752225f46de0614a1d3c423e947d0
7103Author: Jean-Paul Saman <jpsaman@videolan.org>
7104Date:   Sun Oct 8 13:15:18 2006 +0000
7105
7106    (Forward port of rev 16987) Fix number of compiler warnings
7107
7108commit 8d840d90fdd27fefed219dcbe51aedff4b5e6afd
7109Author: Derk-Jan Hartman <hartman@videolan.org>
7110Date:   Sun Oct 8 10:44:42 2006 +0000
7111
7112    * undo [16970]. Stick to 4 byte startcodes and single packets.
7113
7114commit 517d31de214ad1a373d67fd9adc4ce9e51231ab6
7115Author: Derk-Jan Hartman <hartman@videolan.org>
7116Date:   Sun Oct 8 10:40:59 2006 +0000
7117
7118    * Don't skip SPS/PPS after all. Apparently there is sometimes proper data behind such a NAL, which makes this break. Unfortunately there doesn't seem to be a way to properly skip data in the mp4 mux.
7119
7120commit e987d21394a1c2a065bb1744dc84a91b29b37e06
7121Author: Derk-Jan Hartman <hartman@videolan.org>
7122Date:   Sun Oct 8 10:31:37 2006 +0000
7123
7124    * Skip h264 SPS/PPS in bitstream when muxing mp4
7125
7126commit 7a8c59f79b581b8e36510348f8b2d7e37aeef486
7127Author: Jean-Paul Saman <jpsaman@videolan.org>
7128Date:   Sun Oct 8 09:41:58 2006 +0000
7129
7130    (Forward port of 16977) Fix bunch of compiler signedness warnings in x11/
7131
7132commit 02854d2ae736054bf980d180513d9f365cef6724
7133Author: Gildas Bazin <gbazin@videolan.org>
7134Date:   Sun Oct 8 00:20:42 2006 +0000
7135
7136    * modules/demux/real.c, modules/codec/ffmpeg/demux.c: removed debug I left in there.
7137
7138commit af043e92018a08dde87892f6e708a12c431d272c
7139Author: Gildas Bazin <gbazin@videolan.org>
7140Date:   Sun Oct 8 00:12:28 2006 +0000
7141
7142    * Fixed another bunch of memory leaks.
7143
7144commit ee16b381c3b58d01898e03e6c754cef2c7aaf027
7145Author: Gildas Bazin <gbazin@videolan.org>
7146Date:   Sat Oct 7 23:53:44 2006 +0000
7147
7148    * src/input/stream.c: fixed invalid memory access in stream_ReadLine().
7149
7150commit 1369d55b16a19dc00d7b5ed0756ce847c0e904db
7151Author: Gildas Bazin <gbazin@videolan.org>
7152Date:   Sat Oct 7 23:37:33 2006 +0000
7153
7154    * src/input/meta.c: stop the spamming of the meta engine.
7155
7156commit 318e9b862b1792bee23521a459ca44ef1e40f7ed
7157Author: Gildas Bazin <gbazin@videolan.org>
7158Date:   Sat Oct 7 23:14:58 2006 +0000
7159
7160    * Fixed a bunch of memory leaks.
7161
7162commit 3595258c6130d3b1611e2ffe9e4aeed1733787e8
7163Author: Gildas Bazin <gbazin@videolan.org>
7164Date:   Sat Oct 7 22:19:50 2006 +0000
7165
7166    * modules/gui/wxwindows/menus.cpp: avoid using the C++ STL. This gets rid of weird crashes in the vector template.
7167
7168commit a606d69a30229ee203e2c18e3c813c1fafaf0efe
7169Author: Derk-Jan Hartman <hartman@videolan.org>
7170Date:   Sat Oct 7 19:49:51 2006 +0000
7171
7172    * Improve the h264 rtp muxing even more. Should now be able to handle multiple h264 units in one block_t
7173
7174commit edbb9f0497401841f8941f9b359de066d50b00e9
7175Author: Clément Stenac <zorglub@videolan.org>
7176Date:   Sat Oct 7 19:37:45 2006 +0000
7177
7178    Stop playback if --no-playlist-autostart (Closes:#718)
7179
7180commit a856e366bb0002005f3c7583dd5c0882a27057e0
7181Author: Derk-Jan Hartman <hartman@videolan.org>
7182Date:   Sat Oct 7 19:08:59 2006 +0000
7183
7184    * Skip nal type 7 and 8 in RTP muxing.
7185
7186commit febe7d21213036cc670ff40a67b82c0e027d0a9b
7187Author: Clément Stenac <zorglub@videolan.org>
7188Date:   Sat Oct 7 12:36:40 2006 +0000
7189
7190    Panoramix video filter by Cédric Cocquebert.
7191    + temporarily re-enable vout-filter until video-filter is updated
7192
7193    I include this so that it can get some testing and debugging, but it has some issues:
7194    * Several coding style / indentation problems that make the code quite hard to read
7195    * Use of config_Get/config_Put instead of vars
7196    * In my tests, it crashes as soon as bz-length is not == 0, which basically makes the attenuation effect inoperant
7197
7198commit 64220f44562b9338084042b862ed86440fd75b7a
7199Author: Gildas Bazin <gbazin@videolan.org>
7200Date:   Fri Oct 6 19:23:36 2006 +0000
7201
7202    * modules/demux/playlist/gvp.c: fixed segfault in detection code.
7203
7204commit 9361dd4a55eb771f3f5ee093bab569cf3149393f
7205Author: Gildas Bazin <gbazin@videolan.org>
7206Date:   Thu Oct 5 22:01:01 2006 +0000
7207
7208    * modules/demux/mpeg/m4v.c,h264.c: fixed detection and use p_demux->b_force.
7209    * src/misc/modules.c: only set b_force when we have b_strict.
7210    * src/input/demux.c: add m4v and h264 extensions.
7211
7212commit 410b11fd0f49e1c0b1afc895c3ff4c2de093b347
7213Author: Gildas Bazin <gbazin@videolan.org>
7214Date:   Thu Oct 5 20:38:05 2006 +0000
7215
7216    * modules/codec/faad.c: adjust stream info when dealing with AAC with SBR/PS.
7217
7218commit 2e0102d92da57379e9b65457b36c8e96f93f35b0
7219Author: Sam Hocevar <sam@videolan.org>
7220Date:   Thu Oct 5 16:35:01 2006 +0000
7221
7222      * Spelling fixes here and there.
7223
7224commit 81ac662973eda626235f40407d5cda038666e519
7225Author: Rémi Denis-Courmont <rem@videolan.org>
7226Date:   Thu Oct 5 16:21:45 2006 +0000
7227
7228    Fix off-by-one buffer overflow
7229
7230commit 7f052bbda30d117c6fe9e545dad10ba4e234629f
7231Author: Rafaël Carré <funman@videolan.org>
7232Date:   Thu Oct 5 16:20:41 2006 +0000
7233
7234    Fix "Fix httpd stack corruption"
7235
7236commit 6941f189136416a775b3636ed3970fd53498947d
7237Author: Rafaël Carré <funman@videolan.org>
7238Date:   Thu Oct 5 16:08:45 2006 +0000
7239
7240    Fix stack corruption in httpd
7241
7242commit b0288ab5b8fdbe8e97a37e85fe6d671639c10ec1
7243Author: Damien Fouilleul <damienf@videolan.org>
7244Date:   Wed Oct 4 22:56:54 2006 +0000
7245
7246    - directshow: added fps in debug info
7247
7248commit ff6739d00dc2e8481b7bc97750df2b84d0b3983d
7249Author: Damien Fouilleul <damienf@videolan.org>
7250Date:   Wed Oct 4 22:55:57 2006 +0000
7251
7252    - direct3d: minor fixes, no improvement (where are those pixel shaders gurus ?)
7253
7254commit 6c2611669f9f871c94c8af8f62036c70efd7d76e
7255Author: Damien Fouilleul <damienf@videolan.org>
7256Date:   Wed Oct 4 22:52:12 2006 +0000
7257
7258    - use nearest integer value from integer division (i.e. round() ) in volume and time calculation, looks more accurate that way.
7259
7260commit 5e45f57e88eaff51a875b3dec9791b7496d4484f
7261Author: Damien Fouilleul <damienf@videolan.org>
7262Date:   Wed Oct 4 22:48:12 2006 +0000
7263
7264    - Optimized clipping, removed the extra child window which prevented some buggy Intel DirectX drivers to render (can't handle too many sub-windows ?). Resizing looks smoother on IE, needs a lot of compatiblity checks on other apps such as VB, Delphi, etc...
7265    - Fixed initial volume setting
7266
7267commit c03f5feeec23d4d72a0daf21d4566704af880d22
7268Author: Damien Fouilleul <damienf@videolan.org>
7269Date:   Wed Oct 4 22:39:05 2006 +0000
7270
7271    - mozilla: misc fixes
7272
7273commit 06e05c1de24b8bafb5639bd7b647a0563b68da40
7274Author: Felix Paul Kühne <fkuehne@videolan.org>
7275Date:   Wed Oct 4 21:11:25 2006 +0000
7276
7277    * rm unnecessary LDFLAG
7278
7279commit ae483cf8801a01b83540accb7e57894cfc9404e8
7280Author: Antoine Cellerier <dionoea@videolan.org>
7281Date:   Wed Oct 4 21:07:10 2006 +0000
7282
7283    [PATCH] bugfix: mosaic-[hv]border reversed (v2) by Thomas Parmelan
7284
7285commit eb463cabc5b17631d5c6a1ca46c074602829f659
7286Author: Clément Stenac <zorglub@videolan.org>
7287Date:   Wed Oct 4 19:42:38 2006 +0000
7288
7289    Fix a few bugs
7290
7291commit b5c956997c8370a10ad89aff05ac6ec86117367e
7292Author: Sam Hocevar <sam@videolan.org>
7293Date:   Wed Oct 4 17:13:02 2006 +0000
7294
7295      * modules/misc/logger.c: don't truncate logfile upon creation.
7296
7297commit cec52bcea74e3d0faaad065d9af7619a33410d86
7298Author: Felix Paul Kühne <fkuehne@videolan.org>
7299Date:   Wed Oct 4 13:47:41 2006 +0000
7300
7301    * forward port my fixed temporary fix and re-enable x264 in the contribs
7302
7303commit 9d7bec36794b4a1918a8f36a581d0f0dd89bcd74
7304Author: Felix Paul Kühne <fkuehne@videolan.org>
7305Date:   Wed Oct 4 08:19:38 2006 +0000
7306
7307    * implemented the volume slider
7308    * major speed and memory improvements to the image handling (the panel launches noticebly faster now) and controls
7309    * coding style fixes
7310
7311    - just FYI: The VLCFSVolumeSlider and VLCFSTimeSlider classes will be merged later on to add as little code duplication as possible.
7312
7313commit e06a88a4645ca6e2e4f8dbfe5360e7e695d1c191
7314Author: Derk-Jan Hartman <hartman@videolan.org>
7315Date:   Tue Oct 3 22:17:44 2006 +0000
7316
7317    Re-enable mad decoder on OSX. It was disabled because it was a CPU hog, but the issue seems to no longer be a problem
7318
7319commit 998c5eac2ecff6eaab435e556a284482b6d27cae
7320Author: Christophe Mutricy <xtophe@videolan.org>
7321Date:   Tue Oct 3 13:22:07 2006 +0000
7322
7323    make update-po
7324
7325commit 1a3692efa09bf95a908d853af13c7d227618f67f
7326Author: Rafaël Carré <funman@videolan.org>
7327Date:   Mon Oct 2 20:35:25 2006 +0000
7328
7329    Track, Artist, Album MusicBrainz IDs reading with libid3tag
7330
7331commit 0ddce802500f45a3f4126f6448ec6e5921a4abe1
7332Author: Dennis van Amerongen <trax@videolan.org>
7333Date:   Mon Oct 2 17:52:24 2006 +0000
7334
7335    * modules/codec/x264.c: add interlaced, deadzone-inter/intra and direct-8x8 options
7336
7337commit 233ee00c6a27d6456509ba0d7178e84dac07dd21
7338Author: Filippo Carone <littlejohn@videolan.org>
7339Date:   Sun Oct 1 22:08:22 2006 +0000
7340
7341    Fix makefile to generate header files from java classes
7342
7343commit 6c59d97646dd32d2c1684d97e2dd302ea06584d5
7344Author: Damien Fouilleul <damienf@videolan.org>
7345Date:   Sun Oct 1 21:56:23 2006 +0000
7346
7347    - test.html: use position rather than time to update slider
7348
7349commit a4119701e92d37875b16b1ec0f1f998588ed905a
7350Author: Derk-Jan Hartman <hartman@videolan.org>
7351Date:   Sun Oct 1 21:49:28 2006 +0000
7352
7353    Ugly patch to make the mmx compile on MacIntel. This might be a GCC ASM bug in 4.0.1
7354
7355commit 17c15b2e631cc3480970dd2ccfff20d6013de71a
7356Author: Rafaël Carré <funman@videolan.org>
7357Date:   Sun Oct 1 20:32:30 2006 +0000
7358
7359    Added psz_trackid, psz_artistid, psz_albumid to vlc_meta_t to store musicbrainz unique identifiers
7360    Make use of psz_trackid in audioscrobbler.c
7361    Reading of this data is only implemented in vorbis.c
7362    taglib.cpp and id3tag.c need to be updated
7363
7364commit 88c6527d9c7caa379f638f998c8b32d332e28e38
7365Author: Felix Paul Kühne <fkuehne@videolan.org>
7366Date:   Sun Oct 1 20:16:00 2006 +0000
7367
7368    * commit the svg file as well, so we can change stuff later on
7369
7370commit 3dea2eae35f0bf19e0549a79b86e04f8ca7f5bf4
7371Author: Felix Paul Kühne <fkuehne@videolan.org>
7372Date:   Sun Oct 1 20:05:50 2006 +0000
7373
7374    * finished the time slider
7375
7376    For the records: please don't re-invent the wheel, also if there are only 2 places which already do the exact same thing and you're going to add the 3rd place!!
7377
7378commit 65abf030acb9d0e88b0e3e36666ab5d2c5b613db
7379Author: Antoine Cellerier <dionoea@videolan.org>
7380Date:   Sun Oct 1 19:53:13 2006 +0000
7381
7382    Fix gvp demux
7383
7384commit 2ffa2bd3d0a506be2a6c9e53edffeee442350397
7385Author: Antoine Cellerier <dionoea@videolan.org>
7386Date:   Sun Oct 1 19:07:48 2006 +0000
7387
7388    src/input/item.c: if we don't have an item name and item is a file, then only use the filename (and not the full path) as the item's name
7389    others: if we only have a path and no interesting name, let the core decide what name to use
7390
7391commit 19f542a35b43fadc821547fea49f7cbd90ad0b69
7392Author: Antoine Cellerier <dionoea@videolan.org>
7393Date:   Sun Oct 1 17:12:02 2006 +0000
7394
7395    Fix a bunch of gcc warnings
7396
7397commit ffb37ffb43e6f41f78d2dd979e58a17520ab948d
7398Author: Antoine Cellerier <dionoea@videolan.org>
7399Date:   Sun Oct 1 16:57:43 2006 +0000
7400
7401    :%s/"mosaic-/CFG_PREFIX "/g
7402
7403commit 98d70ea80c52099b1188d48c2aee2fbd276c5a2c
7404Author: Antoine Cellerier <dionoea@videolan.org>
7405Date:   Sun Oct 1 16:53:48 2006 +0000
7406
7407    use config chain stuff in logo, rss and mosaic sub filters too.
7408
7409commit 9786ac4147c27fbc2ead747d4ec908fd34c01ef5
7410Author: Antoine Cellerier <dionoea@videolan.org>
7411Date:   Sun Oct 1 16:33:59 2006 +0000
7412
7413    use config chain for the --sub-filter option.
7414    Example:
7415      --sub-filter "marq{marquee=pouet}:marq{marquee=\$N,y=50,x=50}"
7416    Sub filters other than marq still need to be changed
7417    rc interface marq callbacks need to be fixed too
7418
7419commit 62fffadfea2834f7ff57a6ec1b15f8be35e68916
7420Author: Antoine Cellerier <dionoea@videolan.org>
7421Date:   Sun Oct 1 16:08:37 2006 +0000
7422
7423    Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific)
7424
7425commit bebdb9922f972484a3761024946e059c6320411b
7426Author: Felix Paul Kühne <fkuehne@videolan.org>
7427Date:   Sun Oct 1 15:04:23 2006 +0000
7428
7429    * temporary fix to keep VLC linking. I don't know yet, why this is necessary though
7430
7431commit 9ec7c59be6a1e90f101b9da88a483b92a39faf35
7432Author: Antoine Cellerier <dionoea@videolan.org>
7433Date:   Sun Oct 1 14:44:21 2006 +0000
7434
7435    The time video filter doesn't exist anymore.
7436
7437commit 73433b8ca1cce1b360091f9fbb855564e995e1c6
7438Author: Antoine Cellerier <dionoea@videolan.org>
7439Date:   Sun Oct 1 14:41:49 2006 +0000
7440
7441    Only update the marquee text if needed (ie we're using % or $ chars)
7442
7443commit 7ecf638db42f16155085ea1da7470ede3f847ff8
7444Author: Antoine Cellerier <dionoea@videolan.org>
7445Date:   Sun Oct 1 14:38:23 2006 +0000
7446
7447    woops
7448
7449commit 009252c45246747fe4a243f87d204a258a24a019
7450Author: Antoine Cellerier <dionoea@videolan.org>
7451Date:   Sun Oct 1 14:36:15 2006 +0000
7452
7453    Some more format strings
7454
7455commit 0326005e1cb52ee615b50c545a2e9fae858a9214
7456Author: Clément Stenac <zorglub@videolan.org>
7457Date:   Sun Oct 1 14:24:44 2006 +0000
7458
7459    Lazy allocation of the stat structure
7460    Update stats in the input threads instead of playlist thread
7461
7462commit 05aad79a9ad50603531c5860c8035a89c31a0c32
7463Author: Antoine Cellerier <dionoea@videolan.org>
7464Date:   Sun Oct 1 14:22:58 2006 +0000
7465
7466    Some more marq format strings
7467
7468commit 6db8af9979a7a49b98ec6857d7661bd72bbf9733
7469Author: Jean-Paul Saman <jpsaman@videolan.org>
7470Date:   Sun Oct 1 14:16:52 2006 +0000
7471
7472    forgot the put Ye Zhang in Thanks file.
7473
7474commit 400f8591fbce826e02b4294183aeda4db2d263c2
7475Author: Jean-Paul Saman <jpsaman@videolan.org>
7476Date:   Sun Oct 1 14:07:50 2006 +0000
7477
7478    Fix for ticket #752 by ye zhang (yzhang90003 _at_ gmail dot com): VLM RTSP concurent LEAVE make VLC crash
7479
7480commit 243fbff66c09acc866b24552d4b19d3fa2ae8aef
7481Author: Felix Paul Kühne <fkuehne@videolan.org>
7482Date:   Sun Oct 1 13:21:42 2006 +0000
7483
7484    * native GUI elements for the Fullscreen panel by Simon Damkjr Andersen <simondamkjaer@gmail.com>. Thanks again!
7485
7486commit fe9dafd24f69c6b9c540ab87249983f90408225d
7487Author: Felix Paul Kühne <fkuehne@videolan.org>
7488Date:   Sun Oct 1 11:28:09 2006 +0000
7489
7490    * small visual fix for the playmode buttons (prevents white highlighting around the icons on click)
7491
7492commit ebeee109e985a23164be5da7ec6168aa1dfc63f8
7493Author: Clément Stenac <zorglub@videolan.org>
7494Date:   Sun Oct 1 09:14:21 2006 +0000
7495
7496    gra
7497
7498commit 111a805161063181adb74f70ddc65b977a781f10
7499Author: Clément Stenac <zorglub@videolan.org>
7500Date:   Sun Oct 1 08:44:35 2006 +0000
7501
7502    Create variables in libvlc instead of libvlc_global_data
7503
7504commit 91e70973f49b390d82a25c3e35e4b59e9d33ccd0
7505Author: Antoine Cellerier <dionoea@videolan.org>
7506Date:   Sat Sep 30 23:37:47 2006 +0000
7507
7508    Add $_ line skip variable.
7509
7510commit 96a9147c6a0c733b57f97b314347f76e721fd5b8
7511Author: Antoine Cellerier <dionoea@videolan.org>
7512Date:   Sat Sep 30 23:30:39 2006 +0000
7513
7514    Merge time and marq filters. Marq now handles the %letter time format strings and new $letter VLC format strings. Still needs some work.
7515
7516commit 3f8d18568967d19864b35dfe69207d9c4054b0a9
7517Author: Antoine Cellerier <dionoea@videolan.org>
7518Date:   Sat Sep 30 20:25:36 2006 +0000
7519
7520    Skeleton for modules list widgets in the prefs. I'm not working on it atm so i figure that it's best to commit what's already done.
7521
7522commit bcbf3337744a6efa9144a594651b350760db97b4
7523Author: Antoine Cellerier <dionoea@videolan.org>
7524Date:   Sat Sep 30 19:58:44 2006 +0000
7525
7526    s/libtag/taglib/
7527
7528commit 186594d0f78bf265e677380cd66f06cfb4e47122
7529Author: Antoine Cellerier <dionoea@videolan.org>
7530Date:   Sat Sep 30 19:51:43 2006 +0000
7531
7532    remove unneed x
7533
7534commit 6c2610706ea6ab0d2fc7120eefd55c872671c951
7535Author: Antoine Cellerier <dionoea@videolan.org>
7536Date:   Sat Sep 30 19:37:39 2006 +0000
7537
7538     - Don't cache files to ~/.vlc/art/(null)/(null)/
7539     - Check if file already exists in the download function.
7540
7541commit 53d5b9594c43a55067cdd385ffd2f0f5fc4f2d78
7542Author: Derk-Jan Hartman <hartman@videolan.org>
7543Date:   Sat Sep 30 19:32:26 2006 +0000
7544
7545    * Add taglib to macosx contrib. Use pkg-config for taglib in configure. (if you don't have 1.4 in your distro, too bad, or add something that doesn't rely on /usr/local)
7546
7547commit ecdf0f1a2575e80d1303106973d5f45e73567e10
7548Author: Clément Stenac <zorglub@videolan.org>
7549Date:   Sat Sep 30 17:08:48 2006 +0000
7550
7551    Re-enable art fetching when in "ALL" mode
7552    Todo: we should recheck cache just before downloading in case it has been downloaded while we were in the queue
7553
7554commit b3b71030d8799237a448021f1054d20ea34b2504
7555Author: Rafaël Carré <funman@videolan.org>
7556Date:   Sat Sep 30 16:52:32 2006 +0000
7557
7558    Cosmetics, add some comments
7559    Remove unneeded strlwr
7560
7561commit 7f779f6a64eadd10b2e2b98bcf85fdd38c0cdfa5
7562Author: Clément Stenac <zorglub@videolan.org>
7563Date:   Sat Sep 30 16:15:40 2006 +0000
7564
7565    Merge author/artist
7566    WX compilation unchecked
7567
7568commit 9a128b542b2d94a3b24c6a7d88d76644c989f948
7569Author: Clément Stenac <zorglub@videolan.org>
7570Date:   Sat Sep 30 15:29:11 2006 +0000
7571
7572    Split the musicbrainz module : meta fetcher (to retrieve MB Album and Track id) and art finder (to retrieve Amazon art url)
7573
7574commit 242e2fc809c9dde96652e00094ca3f102b76261a
7575Author: Derk-Jan Hartman <hartman@videolan.org>
7576Date:   Sat Sep 30 10:36:49 2006 +0000
7577
7578    Updata libcaca downloadlocation
7579
7580commit f77a8da4970c3aaf66a4eccc846c56720b0d0102
7581Author: Derk-Jan Hartman <hartman@videolan.org>
7582Date:   Sat Sep 30 10:02:02 2006 +0000
7583
7584    Reenable dvdcss which was disabled accidently in [16806]. Fix the dvdnav patch to make dlopen configure check work
7585
7586commit a8a5ea4cbc4f7d0d28fe4ac41dc1baa907b4f32f
7587Author: Clément Stenac <zorglub@videolan.org>
7588Date:   Fri Sep 29 20:36:43 2006 +0000
7589
7590    export symbol
7591
7592commit de9d74a605bbf57f524b309cff22763d3e38638f
7593Author: Clément Stenac <zorglub@videolan.org>
7594Date:   Fri Sep 29 19:48:53 2006 +0000
7595
7596    Don't loop preparse threads when idle
7597    Compile fix
7598
7599commit a0cbc6edd7b71c259ab351e37262c3bf4bd783b0
7600Author: Clément Stenac <zorglub@videolan.org>
7601Date:   Fri Sep 29 19:19:18 2006 +0000
7602
7603    Improve meta/art logic
7604
7605commit 71079c79c3ab73edde468c12a494f8493d972dd0
7606Author: Rafaël Carré <funman@videolan.org>
7607Date:   Fri Sep 29 13:08:25 2006 +0000
7608
7609    Replaces url unescaping by url decoding in xspf import
7610    Thanks to courmisch for finding the issue
7611    Closes #721
7612
7613commit 5e2ac0157084dd2f643431ae3516326c3820ee4a
7614Author: Rafaël Carré <funman@videolan.org>
7615Date:   Thu Sep 28 23:44:09 2006 +0000
7616
7617    Don't Close() on connection error, retry every minute
7618    Fix a _() that should have been N_()
7619    Username & Password are non-advanced settings
7620    Warn user with interaction if Username is bad or not set
7621    Handshake only if there is something to submit
7622    Get rid of hexa() for printf("%02x")
7623    Replace % 256 and / (2^x) by bitwise operations : & 0xff and >> x
7624    Don't cancel submission of song if user has paused playing
7625    Code for new meta_engine (not enabled yet)
7626
7627commit 20915248113c509219912c03b51c89c82c795fcc
7628Author: Antoine Cellerier <dionoea@videolan.org>
7629Date:   Thu Sep 28 20:14:27 2006 +0000
7630
7631    Fixes to my fixes from Thomas Parmelan.
7632
7633commit b50bbe66f9d9a41149744d2e43d354022af0caed
7634Author: Olivier Teulière <ipkiss@videolan.org>
7635Date:   Wed Sep 27 17:53:26 2006 +0000
7636
7637     * modules/gui/qt4/Modules.am: fixed a warning at bootstrap time
7638
7639commit 5934d22a3816962b46cf80467ff9586d7bd78945
7640Author: Christophe Mutricy <xtophe@videolan.org>
7641Date:   Wed Sep 27 17:09:40 2006 +0000
7642
7643    svn:ignore
7644
7645commit 95d197ce0fd0bf79c3fc0e55f2e5946d5ce67616
7646Author: Christophe Mutricy <xtophe@videolan.org>
7647Date:   Wed Sep 27 15:28:32 2006 +0000
7648
7649    Be more restrictiv wrt wx version.
7650
7651commit f8df6736c06424db14c4aee0fb7d646f5fb18ec7
7652Author: Christophe Mutricy <xtophe@videolan.org>
7653Date:   Wed Sep 27 15:28:22 2006 +0000
7654
7655    Almost fix make distcheck
7656
7657commit 787a70691981c32a2f6522c51b0aaccd5dddfb66
7658Author: Antoine Cellerier <dionoea@videolan.org>
7659Date:   Tue Sep 26 21:18:36 2006 +0000
7660
7661    Add WavPack to news too
7662
7663commit 351fa1090e44f7cab6e466f02a0894989582143b
7664Author: Antoine Cellerier <dionoea@videolan.org>
7665Date:   Tue Sep 26 21:17:20 2006 +0000
7666
7667    Enable WavPack decoding in ffmpeg (once they'll increment the version number). Some of the samples still decode weird but hey ... it's already great news :)
7668
7669commit 706f01988c094d7fab3c3a988f9df0aeb0b120ca
7670Author: Damien Fouilleul <damienf@videolan.org>
7671Date:   Tue Sep 26 16:03:11 2006 +0000
7672
7673    oops, it sounds like I f**d * my last revert
7674
7675commit 7b7f2fe083634c9b7074a15b121eda9be85fc138
7676Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7677Date:   Tue Sep 26 15:51:34 2006 +0000
7678
7679    mediacontrol: doxygen updates
7680
7681commit 53af6645ddc6b6031e9ea7145bb419b6ad384730
7682Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7683Date:   Tue Sep 26 15:16:00 2006 +0000
7684
7685    python bindings: documentation update
7686
7687commit 90d263973597139605a42f6b32afa80e85a3d1e7
7688Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7689Date:   Tue Sep 26 15:06:22 2006 +0000
7690
7691    mediacontrol_core.c: prepend the argv[0] here, since libvlc_new no
7692    longer does.
7693
7694commit 8ce89e1a9219727a79535fdf17d78ff1e77de5b8
7695Author: Damien Fouilleul <damienf@videolan.org>
7696Date:   Tue Sep 26 14:40:55 2006 +0000
7697
7698    - revert 16847, this breaks the activex and mozilla plugins, and passing a argv[0] is a very desirable feature as the path in argv[0] is also used to search for plugins. Typically users can pass on the argv[0] of their programs
7699
7700commit ec396c6ad6d3c9ede5df598a37eeede1c016f157
7701Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7702Date:   Tue Sep 26 14:15:10 2006 +0000
7703
7704    src/control/mediacontrol_core.c: libvlc_input now uses milliseconds as
7705    time unit
7706
7707commit bd4da01e308dc2611f592467ced2d2b7a381e560
7708Author: Damien Fouilleul <damienf@videolan.org>
7709Date:   Tue Sep 26 13:53:26 2006 +0000
7710
7711    - mozilla: cleaned up configuration arguments
7712
7713commit 7d8c21af32afed572a06ba4a20e72620710a7c9c
7714Author: Jean-Paul Saman <jpsaman@videolan.org>
7715Date:   Tue Sep 26 07:04:30 2006 +0000
7716
7717    Fix: Quicktime 404 error on RTSP SETUP. Patch by Brian Raymon <braymon _at_ echostrom _dot_ net>.
7718
7719commit f32b795e56a470a0465f4617c08e5e28655c4e47
7720Author: Damien Fouilleul <damienf@videolan.org>
7721Date:   Tue Sep 26 03:12:52 2006 +0000
7722
7723    - activex: fix plugin path search, now relative to DLL location & registry settings
7724
7725commit 2cfffefbf619685163b3285f654cbb2c732f752b
7726Author: Damien Fouilleul <damienf@videolan.org>
7727Date:   Tue Sep 26 01:01:08 2006 +0000
7728
7729    - input: make sure time units are in milliseconds, as expected
7730
7731commit 9782300630440798939632b9e49091bc41385395
7732Author: Damien Fouilleul <damienf@videolan.org>
7733Date:   Tue Sep 26 00:59:49 2006 +0000
7734
7735    - activex: more features and fully updated test.html for new APIs
7736
7737commit 6ff95ea3302563fb6ff4d8b9b5211d1e2c334ea4
7738Author: Christophe Mutricy <xtophe@videolan.org>
7739Date:   Mon Sep 25 21:06:50 2006 +0000
7740
7741    Suppress references to mediacontrol_{init,plugin}
7742    Make update-po
7743
7744commit 5b83fdcce532031f16c5329aa1d11012d008a90d
7745Author: Christophe Mutricy <xtophe@videolan.org>
7746Date:   Mon Sep 25 20:21:18 2006 +0000
7747
7748    Cosmetic
7749
7750commit 3aad6066060c29edae4e4dc23bfdd0840c54ccfe
7751Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7752Date:   Mon Sep 25 16:01:07 2006 +0000
7753
7754    Fix references to bindings/python
7755
7756commit 07a52db97ca6689ecc846818cfb681dd9b3c02e3
7757Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7758Date:   Mon Sep 25 15:59:23 2006 +0000
7759
7760    Rename bindings/mediacontrol-python to bindings/python
7761
7762commit 98d5b558ffcc6d4bcc8bdefb4c489bcc8a350eec
7763Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7764Date:   Mon Sep 25 15:58:04 2006 +0000
7765
7766    bindings/python: remove empty dir
7767
7768commit efeb6f368fee114c57b05b1354a982d1cf78101a
7769Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7770Date:   Mon Sep 25 15:54:59 2006 +0000
7771
7772    binding/mediacontrol-python/vlc_instance.c: it is now unnecessary to
7773    prepend argv[0] to libvlc_new parameters
7774
7775commit dedec9d91d3ac85e1a05c173ebc715db7cefc7a0
7776Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7777Date:   Mon Sep 25 15:54:15 2006 +0000
7778
7779    bindings/mediacontrol-python/vlc_mediacontrol.c: use the new
7780    mediacontrol_new API
7781
7782commit d3bb1243c84ac5e3dbeff5adc0d5176e20cda80f
7783Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7784Date:   Mon Sep 25 15:52:55 2006 +0000
7785
7786    mediacontrol_new: new API (pass argc and argv), use the new libvlc_new API
7787
7788commit 8261a2278e7d388dd7a0dbdb38579ef097393216
7789Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7790Date:   Mon Sep 25 15:52:05 2006 +0000
7791
7792    src/control/mediacontrol_audio_video.c: use RAISE_NULL, RAISE_VOID macros
7793
7794commit 24a43144ff5055f2a1b96f3d70a1f681583394bd
7795Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7796Date:   Mon Sep 25 15:51:22 2006 +0000
7797
7798    src/control/core.c: prepend a dummy argv[0] to libvlc_new() argv, so
7799    that users of the API can simply pass parameters
7800
7801commit f8ba1a1175ce01b5510d6fea1e23218025a118e6
7802Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7803Date:   Mon Sep 25 12:31:41 2006 +0000
7804
7805    mediacontrol-python: try to fix r16794
7806
7807commit 4c5ad8e3f364ff605509a95f26d4653a7bf96b00
7808Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
7809Date:   Mon Sep 25 12:09:13 2006 +0000
7810
7811    Remove CORBA module, which I is not used anymore (not even by me...)
7812
7813commit bdfdc2005c867a9e0eeb8cb3ee78b43d91215a16
7814Author: Jean-Paul Saman <jpsaman@videolan.org>
7815Date:   Mon Sep 25 08:02:12 2006 +0000
7816
7817    Mono audio filter is a channel_mixer and not a convertor.
7818
7819commit 29b5f303873599e31f3e9add52a99bbee4f977ee
7820Author: Jean-Paul Saman <jpsaman@videolan.org>
7821Date:   Mon Sep 25 07:24:49 2006 +0000
7822
7823    Use shell style parenthesis for VLC_CONFIG in Makefile.am
7824
7825commit 42b6daf92aee51ec344eb26f1997dd4648fcaa29
7826Author: Jean-Paul Saman <jpsaman@videolan.org>
7827Date:   Mon Sep 25 07:23:09 2006 +0000
7828
7829    remove excess whitespace
7830
7831commit 2d90e869b49fc72111a61ee715aa081fc92d169a
7832Author: Antoine Cellerier <dionoea@videolan.org>
7833Date:   Sun Sep 24 22:01:28 2006 +0000
7834
7835    Some more (mostly) untested stuff:
7836     * Secondary queue items now have a b_fetch_art flag
7837     * You can use the playlist_AskForArtEnqueue function to ask for art from an interface. This will enqueue at the begining of the secondary queue
7838     * other stuff which i don't remember :)
7839     * (fix issues with previous (and unrelated) DIR_SEP commit)
7840
7841commit e398a81bd261feaada934e7b402b5fed57646593
7842Author: Antoine Cellerier <dionoea@videolan.org>
7843Date:   Sun Sep 24 20:51:56 2006 +0000
7844
7845    Some more meta changes (mostly cleanup and check the i_mandatory flags)
7846
7847commit 6d6d53e143b6c8b39fb6fab0099ee39b2fea5ee3
7848Author: Clément Stenac <zorglub@videolan.org>
7849Date:   Sun Sep 24 18:43:39 2006 +0000
7850
7851    Fix include paths
7852
7853commit bd3484b93bb6ebf0ece8a8db8acf29f52d007660
7854Author: Clément Stenac <zorglub@videolan.org>
7855Date:   Sun Sep 24 17:11:25 2006 +0000
7856
7857    * Split download function in find/download
7858    * Put meta related functions in src/input/meta.c
7859    * Merge vlc_meta_engine.h and vlc_meta.h
7860
7861    Album art stuff is still broken, but I need to go now :)
7862
7863commit a311268cff443a2d9744069628abf517f590442d
7864Author: Antoine Cellerier <dionoea@videolan.org>
7865Date:   Sun Sep 24 17:01:25 2006 +0000
7866
7867    [PATCH] mosaic improvement: user-defined offsets for substreams by Thomas Parmelan. +fixes for svn trunk
7868
7869commit 80a2b726686a91906f509e2596ced74b7276333f
7870Author: Clément Stenac <zorglub@videolan.org>
7871Date:   Sun Sep 24 16:49:36 2006 +0000
7872
7873    Mark meta as fetched
7874
7875commit 408a016e922da04d9f5067f96fbaf17ffce36878
7876Author: Clément Stenac <zorglub@videolan.org>
7877Date:   Sun Sep 24 16:44:52 2006 +0000
7878
7879    Start splitting the various meta module types
7880    * meta reader : read directly from the file, should be made from the demux.
7881      Examples: taglib, id3tag
7882    * meta fetcher : use web services to get meta, either from the current ones.
7883      Called only if we don't have the tags after using the meta readers
7884    * art finder : find the URL of the suitable album art. Called according to the
7885      art policy
7886    * art downloader : used to retrieve the art from special locations. Not needed
7887      if art is available directly from an URL.
7888      Examples: APIC ID3 tag reader
7889
7890commit 71e7084e8001d7aae6ba47ac086e4daec7ddefdd
7891Author: Christophe Mutricy <xtophe@videolan.org>
7892Date:   Sun Sep 24 16:34:12 2006 +0000
7893
7894    taglib has been moved
7895
7896commit dd146c48e606c34fb338641a2b9bb4194e378f7e
7897Author: Antoine Cellerier <dionoea@videolan.org>
7898Date:   Sun Sep 24 16:21:52 2006 +0000
7899
7900    Use DIR_SEP
7901
7902commit f17e985a58eb3bc697682b76ed910f45dd949bb4
7903Author: Clément Stenac <zorglub@videolan.org>
7904Date:   Sun Sep 24 15:20:49 2006 +0000
7905
7906    Skeleton for taglib art downloader and tags writer
7907
7908commit 937b624960cbd7dc0605b3627ee9adf4902f4b99
7909Author: Antoine Cellerier <dionoea@videolan.org>
7910Date:   Sun Sep 24 15:11:33 2006 +0000
7911
7912    Define DIR_SEP only once
7913
7914commit a2d07c0596ca2994e8c463833516faab371d921e
7915Author: Clément Stenac <zorglub@videolan.org>
7916Date:   Sun Sep 24 15:09:25 2006 +0000
7917
7918    Read album, also detect images in FLAC
7919
7920commit b59b5633c5d4fce70a9dddfb3e3230b0eaa64f73
7921Author: Clément Stenac <zorglub@videolan.org>
7922Date:   Sun Sep 24 14:56:46 2006 +0000
7923
7924    Detect embedded images
7925
7926commit be82b7aebdc2046d4030bcac847d811d038fed0d
7927Author: Antoine Cellerier <dionoea@videolan.org>
7928Date:   Sun Sep 24 14:53:49 2006 +0000
7929
7930    use msg_Dbg instead of fprintf
7931
7932commit 47bfbd75e69ac65d3359a0078ad07ff68f9f5551
7933Author: Antoine Cellerier <dionoea@videolan.org>
7934Date:   Sun Sep 24 14:50:48 2006 +0000
7935
7936    Set svn:keywords Id
7937
7938commit b45afc21484b3580c0b838698b733c8586f6d525
7939Author: Clément Stenac <zorglub@videolan.org>
7940Date:   Sun Sep 24 14:46:03 2006 +0000
7941
7942    Move the meta readers to the correct folder, and use them for all parsing
7943
7944commit cf0bb5cfca3206c6abe06a1438dc3df249c620a8
7945Author: Clément Stenac <zorglub@videolan.org>
7946Date:   Sun Sep 24 14:30:55 2006 +0000
7947
7948    Taglib based parser, use it for Vorbis parsing
7949
7950    Features to add to it:
7951    * Parse more meta than artist/title :)
7952    * Fetch duration for Vorbis files
7953    * Fetch album art in ID3v2 (APIC frames)
7954    * Write back tags to file
7955
7956    Unfortunately, it only works for files, so it can't replace libid3tag
7957
7958commit ac3afe50d884bdc2ff8d8776381b5de088d69847
7959Author: Clément Stenac <zorglub@videolan.org>
7960Date:   Sun Sep 24 13:13:40 2006 +0000
7961
7962    Don't notify playlist several times while preparsing
7963
7964commit bf7394d35e13c81a0435b992a4fe436e7b16d764
7965Author: Clément Stenac <zorglub@videolan.org>
7966Date:   Sun Sep 24 12:48:23 2006 +0000
7967
7968    Start supporting preparse status
7969
7970commit 857b51f9c9ace345a6b6a9a45a20829101830abb
7971Author: Clément Stenac <zorglub@videolan.org>
7972Date:   Sun Sep 24 12:40:10 2006 +0000
7973
7974    Rename vlc_input_item_* functions to input_Item* for consistency
7975    Add input_ItemAddOptionNoDup (unused at the moment)
7976    + free warning fix
7977
7978commit 353ece46279797b5684fafdfc135b9104591fbc9
7979Author: Clément Stenac <zorglub@videolan.org>
7980Date:   Sun Sep 24 10:40:00 2006 +0000
7981
7982    Convert hotkeys to using cond_wait/cond_signal
7983    This removes useless wakeups and improves hotkeys reactivity
7984
7985commit a06213d7f406c886dba790418ef8cca43d7ad140
7986Author: Clément Stenac <zorglub@videolan.org>
7987Date:   Sun Sep 24 09:34:57 2006 +0000
7988
7989    * Get rid of the Manager thread by making blocking interfaces listen to
7990      p_libvlc->b_die
7991      Not implemented for OS X as I am not sure, please check if it is feasible.
7992    * Don't run the dummy interface
7993
7994commit ade29e262f65904c0b95d2849680efd8d105dd43
7995Author: Antoine Cellerier <dionoea@videolan.org>
7996Date:   Sat Sep 23 22:45:52 2006 +0000
7997
7998    Add low priority "folder" meta_engine. Will look for files named "Folder.jpg" (Windows), "AlbumArtSmall.jpg" (Windows) or ".folder.png" (Linux) to use as album art.
7999
8000commit b50966f63921408c5b1d264fff699ec6e442565a
8001Author: Antoine Cellerier <dionoea@videolan.org>
8002Date:   Sat Sep 23 21:25:20 2006 +0000
8003
8004    Add an "album art download policy" (--album-art) option. I now have to do another commit to enfore this policy (album art isn't downloaded at all atm)
8005
8006commit 4970e57f11bd95e3317ea5e145d3f7c637b300d1
8007Author: Jean-Baptiste Kempf <jb@videolan.org>
8008Date:   Sat Sep 23 20:56:52 2006 +0000
8009
8010    Small corrections for stats.
8011
8012commit ea9654b762b7aa3faf70eef58380a7e0bb3dedc7
8013Author: Antoine Cellerier <dionoea@videolan.org>
8014Date:   Sat Sep 23 20:52:40 2006 +0000
8015
8016    utf8_stat doesn't work if 2nd arg is NULL ... too bad :(
8017
8018commit 7810e789fa19febb487c7354556f541a57e56bb7
8019Author: Clément Stenac <zorglub@videolan.org>
8020Date:   Sat Sep 23 20:42:56 2006 +0000
8021
8022    Don't spit too much debug
8023
8024commit 37f05a79695a922a467d4003a64572083cf14cb9
8025Author: Antoine Cellerier <dionoea@videolan.org>
8026Date:   Sat Sep 23 20:41:59 2006 +0000
8027
8028    <tab> police
8029
8030commit cd0a888cfc4ef22ddf96067091574c059748feb4
8031Author: Antoine Cellerier <dionoea@videolan.org>
8032Date:   Sat Sep 23 20:27:14 2006 +0000
8033
8034    Move the album art download thing to a separate proccess
8035
8036commit 48f7e0b27de363e417aa80421eb2fa69bac5fc9b
8037Author: Clément Stenac <zorglub@videolan.org>
8038Date:   Sat Sep 23 20:16:08 2006 +0000
8039
8040    Very very preliminary Qt implementation of album art
8041
8042commit 2b7997ac9ae8ed9ac1c47f8a7e1ebcc45f2e3ab6
8043Author: Clément Stenac <zorglub@videolan.org>
8044Date:   Sat Sep 23 19:48:03 2006 +0000
8045
8046    baad dionoea
8047
8048commit 408f36276b160c437caae0a909bc8203e3805da2
8049Author: Antoine Cellerier <dionoea@videolan.org>
8050Date:   Sat Sep 23 16:56:32 2006 +0000
8051
8052    Remove useless stuff.
8053
8054commit 3b7408fac22adfb43dc4d16c892181023be1863c
8055Author: Antoine Cellerier <dionoea@videolan.org>
8056Date:   Sat Sep 23 16:56:12 2006 +0000
8057
8058    Add dummy meta engine with highest priority. Will check if meta is already available.
8059
8060commit 560105460d6436d8fb7270a30c53167d7b10bd6e
8061Author: Antoine Cellerier <dionoea@videolan.org>
8062Date:   Sat Sep 23 15:47:53 2006 +0000
8063
8064    Start of meta engine stuff. src/input/input.c needs to be fixed a bit. I'll finish it today. @zorglub: now you have to use the psz_arturl meta to display stuff in the interface.
8065
8066commit 18efcf5c6416d6c8b927ea2beef6f3069fac71f4
8067Author: Clément Stenac <zorglub@videolan.org>
8068Date:   Sat Sep 23 13:37:50 2006 +0000
8069
8070    * Add switch to skins
8071    * Fixes to dialog singletons
8072    * Forgotten files (definitions of aout_Visual*, unimplemented at the moment)
8073
8074commit f4978776e4fd252f184b111fddcec555ef0f75d4
8075Author: Clément Stenac <zorglub@videolan.org>
8076Date:   Sat Sep 23 13:23:23 2006 +0000
8077
8078    Use a tab widget for extended GUI
8079
8080commit 2e6b21143cb6747ed2cb62ec5a1f025dbd6ebb0b
8081Author: Clément Stenac <zorglub@videolan.org>
8082Date:   Sat Sep 23 13:16:33 2006 +0000
8083
8084    Advanced controls bar
8085    Make some sttings persistent
8086
8087commit 19f019c7e4356c99d977430b1fc2f2ada708ee0c
8088Author: Christophe Mutricy <xtophe@videolan.org>
8089Date:   Sat Sep 23 12:36:02 2006 +0000
8090
8091    Add a "Media Files" extension list  + i18n
8092
8093commit 35b15af94a56bcc0dfee9ecfc239dfc91ba007c5
8094Author: Antoine Cellerier <dionoea@videolan.org>
8095Date:   Sat Sep 23 11:19:04 2006 +0000
8096
8097    Fix error spotted by m4n_in_bl4ck in the forum.
8098
8099commit 33bd93a1e8c5f139d4d3e8a13111e1ecc7adb710
8100Author: Dennis van Amerongen <trax@videolan.org>
8101Date:   Sat Sep 23 11:00:43 2006 +0000
8102
8103    * modules/codec/ffmpeg.c: add X264 to the list of supported fourcc's
8104
8105commit 4f67f0cce6383d9f75ed51b3683e72974ca7cec1
8106Author: Christophe Mutricy <xtophe@videolan.org>
8107Date:   Fri Sep 22 23:29:06 2006 +0000
8108
8109    make update-po
8110
8111commit 8b21c8fc2c0da2deb6c01a38ac03463c3990883e
8112Author: Christophe Mutricy <xtophe@videolan.org>
8113Date:   Fri Sep 22 23:11:59 2006 +0000
8114
8115    i18n fixes pointed by Marian Hikanik
8116
8117commit 3a004ff731875126ff0c99df0d68f2eb360a85ed
8118Author: Clément Stenac <zorglub@videolan.org>
8119Date:   Fri Sep 22 21:37:59 2006 +0000
8120
8121    WTF ?
8122
8123commit d7d799b8847eee8f1560a9e402de46df38d94092
8124Author: Christophe Mutricy <xtophe@videolan.org>
8125Date:   Fri Sep 22 21:19:13 2006 +0000
8126
8127    That should fix building the python bindings if srcdir =! builddir.
8128
8129    Not thorougly tested. Olivier reverts this commit without hesitation if it breaks your stuffs
8130
8131commit d3a4dc8627437f9ea88c8b40a7a5504a7afb0dd3
8132Author: Clément Stenac <zorglub@videolan.org>
8133Date:   Fri Sep 22 20:45:44 2006 +0000
8134
8135    Remove useless code
8136
8137commit a01c61f610ed96c124703d670a7eed7dbfac63c0
8138Author: Clément Stenac <zorglub@videolan.org>
8139Date:   Fri Sep 22 20:42:33 2006 +0000
8140
8141    Put the dock/undock back in the menu
8142    Put the add button in the playlist standard panel
8143    Remove duplicated code for playlist widgets
8144
8145commit 7f994b8bf2877fba00ef1c24a5c7e7ad998a75a5
8146Author: Clément Stenac <zorglub@videolan.org>
8147Date:   Fri Sep 22 18:31:31 2006 +0000
8148
8149    Playlist menu
8150    Add button in playlist widget
8151
8152commit 2f53a04a1204337abacebcf83b5f6bcdd17336e0
8153Author: Damien Fouilleul <damienf@videolan.org>
8154Date:   Fri Sep 22 17:44:45 2006 +0000
8155
8156    - activex: added configuration interface
8157
8158commit cf23322c2bfeda4bc0e28fbbef3ba826a3a19282
8159Author: Christophe Mutricy <xtophe@videolan.org>
8160Date:   Fri Sep 22 16:37:45 2006 +0000
8161
8162    Enable by default live555 module
8163
8164commit 959a473d3686f399c54dfe2e1157bdf9662319dc
8165Author: Clément Stenac <zorglub@videolan.org>
8166Date:   Fri Sep 22 16:10:16 2006 +0000
8167
8168    Implement dock/undock for the playlist
8169
8170commit e45f26dd062c6fee005426bcb53d2f22928b95da
8171Author: Clément Stenac <zorglub@videolan.org>
8172Date:   Fri Sep 22 15:20:02 2006 +0000
8173
8174    Some cleanup, start integrating audio visualizations
8175
8176commit 7df78c9ff2625e4282bd50dad2263742a44b1e96
8177Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
8178Date:   Fri Sep 22 13:07:07 2006 +0000
8179
8180    mediacontrol-python: implement a VLCWidget/DecoratedVLCWidget for python-gtk
8181
8182commit bac2218ea59f06589bb5bddee1747f28b661a1d2
8183Author: Derk-Jan Hartman <hartman@videolan.org>
8184Date:   Fri Sep 22 13:05:52 2006 +0000
8185
8186    * Fix another microdvd issue.
8187      - It now uses in order
8188       default fps == 25,
8189       the fps of the movie, if available.
8190       the fps specified in the subtitle file, if available.
8191       the fps specified by the user, if set.
8192      - Don't set it on each an every subtitle, do it globaly. (should be faster)
8193
8194commit 9dc950147775823e8c8ab9f61d133b95c476eed2
8195Author: Derk-Jan Hartman <hartman@videolan.org>
8196Date:   Fri Sep 22 12:39:00 2006 +0000
8197
8198    * Added the info for the MSS2, MSS1, WMVA, WVP2, WMVP codecs trough dmo.
8199      Info was distilled from the mplayer codec config file
8200
8201      closes #750
8202
8203commit b50a520369f45921b98a94812884c7ce8a8c6d09
8204Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
8205Date:   Fri Sep 22 12:26:04 2006 +0000
8206
8207    bindings/mediacontrol-python/vlc_mediacontrol.c: rename
8208    mc.get_instance to mc.get_vlc_instance
8209
8210commit 476618bdcdba450be7bc2e2a14760517feae490b
8211Author: Clément Stenac <zorglub@videolan.org>
8212Date:   Fri Sep 22 11:55:35 2006 +0000
8213
8214    Fix equalizer crash
8215
8216commit 6880e8ec804e24d64a1bad275dc8e9db4ba75784
8217Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
8218Date:   Fri Sep 22 10:43:15 2006 +0000
8219
8220    python bindings: changes from the libvlc API: a MediaControl can now be created from scratch (with a list of strings as parameters) or from an existing vlc.Instance. MediaControl.get_instance() return the associated vlc.Instance in all cases.
8221
8222commit 673593dc6f54f482830f52cf264dfca1cecee971
8223Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
8224Date:   Fri Sep 22 10:37:40 2006 +0000
8225
8226    mediacontrol API: (mostly) use the new libvlc API
8227
8228commit 12697ee7e4ab5e106afc9338b0b94e22330726c2
8229Author: Damien Fouilleul <damienf@videolan.org>
8230Date:   Fri Sep 22 09:41:50 2006 +0000
8231
8232    input.c: fixed the playback rate (0.5 is half the speed, not twice)
8233
8234commit 2d6ae8b8910dbecf245cfc7af63b05caf51495cb
8235Author: Christophe Mutricy <xtophe@videolan.org>
8236Date:   Thu Sep 21 23:19:18 2006 +0000
8237
8238    Make update-po
8239
8240commit 3cf5be6981e175e78056e7923dcac4f942811ea2
8241Author: Damien Fouilleul <damienf@videolan.org>
8242Date:   Thu Sep 21 17:01:45 2006 +0000
8243
8244    - ActiveX: optimized implementation of all IEnumXXX classes (more template obfuscation I'm afraid), fixed IConnectionPoints for DCOM
8245
8246commit 68cb6a3aff01d9da486f1dc004780d2e7f9a4401
8247Author: Sam Hocevar <sam@videolan.org>
8248Date:   Thu Sep 21 15:51:31 2006 +0000
8249
8250      * "synch" -> "sync" (gniihiihiimineeeeerveuh)
8251
8252commit 1a913c6a682f57ed7e721337176417372a33e45b
8253Author: Eric Petit <titer@videolan.org>
8254Date:   Thu Sep 21 13:33:24 2006 +0000
8255
8256    Removes --macosx-fill which has been long broken and is now replaced with the cropping vars
8257
8258commit ec6749f1513f834b6ec9db318c5af2be840a3550
8259Author: Clément Stenac <zorglub@videolan.org>
8260Date:   Wed Sep 20 23:25:28 2006 +0000
8261
8262    Autosave size/position + fix a resizing bug in the stats panel
8263    Cosmetics
8264
8265commit 7db1138565417cdec7baeefea519c1ad7427150e
8266Author: Clément Stenac <zorglub@videolan.org>
8267Date:   Wed Sep 20 23:17:26 2006 +0000
8268
8269    A bit of cleanup in the info stuff
8270
8271commit 4b94daabfa37e9d79be374c999fad8b561f1c0ab
8272Author: Clément Stenac <zorglub@videolan.org>
8273Date:   Wed Sep 20 22:41:20 2006 +0000
8274
8275    Do not hide the video widget, as it causes some sizing trouble, just resize it
8276
8277commit 2ec741cc25c0a82da91ae2c1d6b3f1121b4ee3be
8278Author: Clément Stenac <zorglub@videolan.org>
8279Date:   Wed Sep 20 22:00:56 2006 +0000
8280
8281    Cleanup
8282
8283commit f183c68634fddd55a1f82977b2f2f39e76861917
8284Author: Christophe Mutricy <xtophe@videolan.org>
8285Date:   Wed Sep 20 21:16:25 2006 +0000
8286
8287    Update portuguese l10n by Ari Constancio
8288
8289commit 1e84ceac8ab79c76047b5d9eb8f9f99aa97101af
8290Author: Clément Stenac <zorglub@videolan.org>
8291Date:   Wed Sep 20 21:10:53 2006 +0000
8292
8293    Some size fixes
8294
8295commit 17c960004012a2f5fcea54c8791bfc143fe70a25
8296Author: Antoine Cellerier <dionoea@videolan.org>
8297Date:   Wed Sep 20 21:10:34 2006 +0000
8298
8299    2nd try
8300
8301commit 3f36a016615661549236b41bf7bf012ec17ad377
8302Author: Antoine Cellerier <dionoea@videolan.org>
8303Date:   Wed Sep 20 21:06:50 2006 +0000
8304
8305    propset keywords Id
8306
8307commit ae74d5adcb348693effcc02aeb3c5f65219e1d1b
8308Author: Derk-Jan Hartman <hartman@videolan.org>
8309Date:   Wed Sep 20 19:53:16 2006 +0000
8310
8311    * Fix selection of Adjust filter. On the fly changes are still broken
8312
8313commit 9effad543ef68faa4e4d66cff71fde4d65804166
8314Author: Jean-Baptiste Kempf <jb@videolan.org>
8315Date:   Wed Sep 20 19:37:51 2006 +0000
8316
8317    *Qt4: InfoTree for files. The timer does not function correctly yet. :D
8318
8319commit 31d8bdd47a6aef77ed746e8c8a55cea2d61fce1d
8320Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
8321Date:   Wed Sep 20 16:55:41 2006 +0000
8322
8323    bindings/mediacontrol-python/vlc_instance.c: complete the libvlc
8324    bindings (vlm methods)
8325
8326commit 6159c8408abab720cb7a8bdb9c1c5589c5c58942
8327Author: Damien Fouilleul <damienf@videolan.org>
8328Date:   Wed Sep 20 13:13:04 2006 +0000
8329
8330    - replace std=c99 by std=gnu99, which allows for GCC extensions as well as C99
8331
8332commit c595078b0a811d342a9c9b7a55253a81d0fea047
8333Author: Jean-Baptiste Kempf <jb@videolan.org>
8334Date:   Wed Sep 20 11:50:43 2006 +0000
8335
8336    Replace playlist_NodesCreateForSD by playlist_NodesPairCreate in Bonjour SD according to [16656]
8337
8338commit 4e88f3b25f0d47fcbbaeca9e0e6f5d7dca25e40b
8339Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
8340Date:   Wed Sep 20 11:10:44 2006 +0000
8341
8342    python bindings: add support for the new libvlc API
8343
8344commit c340ebcb432a17840571af513eeb87897acbb8db
8345Author: Clément Stenac <zorglub@videolan.org>
8346Date:   Tue Sep 19 22:40:40 2006 +0000
8347
8348    Layout for album art
8349
8350commit 811bd4f76652c5c04b2b5b334f0a3c967c35ac1f
8351Author: Christophe Mutricy <xtophe@videolan.org>
8352Date:   Tue Sep 19 22:20:15 2006 +0000
8353
8354    clean the musicbrainz stuffs
8355
8356commit 1e01594c3a24a56aae41d4e4530d01506c8e6ffb
8357Author: Clément Stenac <zorglub@videolan.org>
8358Date:   Tue Sep 19 21:28:50 2006 +0000
8359
8360    New system for handling elements in the main interface
8361    Still full of bugs, please don't remove debug
8362
8363commit 6b61e7bd36533660fffa57998213ebb086246623
8364Author: Clément Stenac <zorglub@videolan.org>
8365Date:   Tue Sep 19 15:37:38 2006 +0000
8366
8367    Give control back to the main interface for handling interaction with video.
8368    Still probably broken
8369
8370commit 9906af380efa4f7663ea1c16864e64b9015eae54
8371Author: Clément Stenac <zorglub@videolan.org>
8372Date:   Tue Sep 19 13:34:23 2006 +0000
8373
8374    Rework of the embedded stuff. This breaks everything :)
8375
8376commit 3dda1153f9e0e89399b2c20324b26ceabce7ef7a
8377Author: Clément Stenac <zorglub@videolan.org>
8378Date:   Tue Sep 19 11:26:14 2006 +0000
8379
8380    Split video widget from background image managre
8381
8382commit f929a72c7d5552dd1877c058d4b40bb35b578a58
8383Author: Antoine Cellerier <dionoea@videolan.org>
8384Date:   Mon Sep 18 22:45:01 2006 +0000
8385
8386    Woops
8387
8388commit 03ee7b3af183588fca528cb00ccae97b82a4b8dc
8389Author: Antoine Cellerier <dionoea@videolan.org>
8390Date:   Mon Sep 18 22:34:10 2006 +0000
8391
8392    It's still ugly as hell but a bit more accurate. (This is a *test* plugin)
8393
8394commit 51b923f308b3d89bb43d973a13da14c5decb81d7
8395Author: Antoine Cellerier <dionoea@videolan.org>
8396Date:   Mon Sep 18 22:11:54 2006 +0000
8397
8398    Braindead plugin that get's the current song's album art url (using MusicBrainz)
8399
8400commit aedf292e28f391180b27906b1f3fd98cb390e6b3
8401Author: Jean-Baptiste Kempf <jb@videolan.org>
8402Date:   Mon Sep 18 21:38:06 2006 +0000
8403
8404    * Qt4/Information: Put the close button in a better place.
8405
8406commit 92b376b0d39c31e0fbed53825b8a14ee4b76b392
8407Author: Christophe Mutricy <xtophe@videolan.org>
8408Date:   Mon Sep 18 20:02:21 2006 +0000
8409
8410    Update portuguese l10n by Ari Constancio
8411
8412commit e69979be7622d38567f47bfd9f757f28b65d2a62
8413Author: Clément Stenac <zorglub@videolan.org>
8414Date:   Mon Sep 18 20:02:13 2006 +0000
8415
8416    Temporary dialog for the equalizer
8417
8418commit b372cf284d910f394ab13f37644e1fb8ca94b35c
8419Author: Antoine Cellerier <dionoea@videolan.org>
8420Date:   Mon Sep 18 19:38:47 2006 +0000
8421
8422    Fix voribis meta data stuff (so that it doesn't match on stuff like "MUSICBRAINZ_ARTIST")
8423
8424commit 08dc4d4de1aa051e5a017af0334cac2412e4f5f8
8425Author: Damien Fouilleul <damienf@videolan.org>
8426Date:   Mon Sep 18 19:29:40 2006 +0000
8427
8428    - configure.ac: fix for widl detection
8429
8430commit 5c2c5848c7b2112d96689f28ff33546f1cb48a10
8431Author: Damien Fouilleul <damienf@videolan.org>
8432Date:   Mon Sep 18 18:45:33 2006 +0000
8433
8434    configure.ac: disable warning for unused parameter, some restriction in widl detection (need SDK from winhq CVS)
8435
8436commit c0125ee7e8b9d9b534cc722ce977e4afff215d13
8437Author: Felix Paul Kühne <fkuehne@videolan.org>
8438Date:   Mon Sep 18 18:42:41 2006 +0000
8439
8440    * remove the patch and try a hacky, but supposed to be working fix by LordRPI
8441
8442commit 52e7774ec338afff9d5512e6a0d5f17e3becc093
8443Author: Clément Stenac <zorglub@videolan.org>
8444Date:   Mon Sep 18 18:02:23 2006 +0000
8445
8446    Audioscrobbler plugin update by Rafael Carre
8447
8448commit 727d213164e9c71ff3c8e5cc2ab6294fd3fc1e17
8449Author: Clément Stenac <zorglub@videolan.org>
8450Date:   Mon Sep 18 17:52:57 2006 +0000
8451
8452    Update beautifier for libtool
8453
8454commit 839b10ddc7ae0f18904fbe9fbc7ffc44cacd5a04
8455Author: Clément Stenac <zorglub@videolan.org>
8456Date:   Mon Sep 18 17:39:24 2006 +0000
8457
8458    svn:ignore
8459
8460commit 727b4c332e17015432784708514d388f1cbf3b6b
8461Author: Damien Fouilleul <damienf@videolan.org>
8462Date:   Mon Sep 18 17:12:33 2006 +0000
8463
8464    - activex: cleanup, improved VB compatibility and new test.html file for new script APIs
8465
8466commit f5bc599e315703ac5070f7facda77f20e43d2965
8467Author: Clément Stenac <zorglub@videolan.org>
8468Date:   Mon Sep 18 16:17:15 2006 +0000
8469
8470    Clean up a bit queues handling. Do not use dynamic arrays
8471
8472commit 121930fed7dbc51c93f4eca072fed415baa29041
8473Author: Clément Stenac <zorglub@videolan.org>
8474Date:   Mon Sep 18 15:35:55 2006 +0000
8475
8476    Use a separate message bank for each libvlc instance
8477    Fix compilation for libvlc users
8478
8479commit 3d5f0231f38cf3bea26fd9a7bb55283ed836fcbd
8480Author: Clément Stenac <zorglub@videolan.org>
8481Date:   Mon Sep 18 14:28:30 2006 +0000
8482
8483    Only deinit non-refcounted core data if we're the last instance
8484
8485commit e85a5a618dde3b1d131ffca1cd373a9d3f845fc6
8486Author: Clément Stenac <zorglub@videolan.org>
8487Date:   Mon Sep 18 14:16:14 2006 +0000
8488
8489    A bit of cleanup and test
8490
8491commit 745437093217075837f234f8bc4144d8bd2b44b4
8492Author: Christophe Mutricy <xtophe@videolan.org>
8493Date:   Mon Sep 18 11:30:31 2006 +0000
8494
8495    update-po and fix rules for qt4 ui
8496
8497commit 13e7023413768419047f14ce48a08075570a2125
8498Author: Clément Stenac <zorglub@videolan.org>
8499Date:   Mon Sep 18 09:44:20 2006 +0000
8500
8501    Fix spurious release at end
8502
8503commit 11372015ad0ff62da038e9ff667fa73e0ed601c3
8504Author: Clément Stenac <zorglub@videolan.org>
8505Date:   Mon Sep 18 06:33:24 2006 +0000
8506
8507    Fix deadlock
8508
8509commit b17964ce9036744300fb87024a10f75cc1fc5335
8510Author: Felix Paul Kühne <fkuehne@videolan.org>
8511Date:   Sun Sep 17 22:54:31 2006 +0000
8512
8513    * that one as, please..
8514
8515commit 1b697685e5282825eae7e18d1cb33c80b4cb82e9
8516Author: Felix Paul Kühne <fkuehne@videolan.org>
8517Date:   Sun Sep 17 22:54:08 2006 +0000
8518
8519    * some additions and updates THANKS
8520
8521commit 9e3ce7be477e70cfc17571b6b1ada52335afb6bd
8522Author: Felix Paul Kühne <fkuehne@videolan.org>
8523Date:   Sun Sep 17 22:47:19 2006 +0000
8524
8525    * added button graphics to target
8526
8527commit d016a4283ea29e3596172e4c761f6d66c0d44268
8528Author: Felix Paul Kühne <fkuehne@videolan.org>
8529Date:   Sun Sep 17 22:39:21 2006 +0000
8530
8531    * removed an outdated method instead of commenting it
8532
8533commit 0b66060b624b9987ac79993099754c1b0d87d0cf
8534Author: Felix Paul Kühne <fkuehne@videolan.org>
8535Date:   Sun Sep 17 22:32:39 2006 +0000
8536
8537    * implemented the previously committed playmode buttons and fixed the playmode saving
8538
8539commit d0df040a1470762e8fa8f3f085bdec68ea5e9dbd
8540Author: Clément Stenac <zorglub@videolan.org>
8541Date:   Sun Sep 17 21:59:36 2006 +0000
8542
8543    Missing file
8544
8545commit e21a0c18dd4c596d0a450d3d3a75ba471102211a
8546Author: Clément Stenac <zorglub@videolan.org>
8547Date:   Sun Sep 17 21:44:46 2006 +0000
8548
8549    Fix terrible bug
8550
8551commit a73b9cc1d2cc0c7d81329518255cced07b9c7b40
8552Author: Antoine Cellerier <dionoea@videolan.org>
8553Date:   Sun Sep 17 21:39:33 2006 +0000
8554
8555    Next non bugfix release is going to be 0.9.0
8556    Next bugfix release should be renamed to 0.8.6
8557
8558commit 6243c3942475a9bc25caa0598443e18390708986
8559Author: Clément Stenac <zorglub@videolan.org>
8560Date:   Sun Sep 17 21:37:10 2006 +0000
8561
8562    Update trunk NEWS
8563
8564commit 41c53c385e2c7a2d7b2e41c23de18ac17e3fbedf
8565Author: Clément Stenac <zorglub@videolan.org>
8566Date:   Sun Sep 17 21:26:43 2006 +0000
8567
8568    Equalizer component
8569
8570commit ed5b3247d8a6ff60c49a2fbee4f57192a52b5c76
8571Author: Clément Stenac <zorglub@videolan.org>
8572Date:   Sun Sep 17 21:23:02 2006 +0000
8573
8574    Try computing an approximation of the length when we don't have mp3 bitrate
8575
8576commit 92384683017f8922f501b0e6650e5e57ea724355
8577Author: Felix Paul Kühne <fkuehne@videolan.org>
8578Date:   Sun Sep 17 21:16:48 2006 +0000
8579
8580    * temporarily disable x264 on intel-based Macs until it is fixed
8581
8582commit 10973b33411ac825c733c04379c65c300e975018
8583Author: Antoine Cellerier <dionoea@videolan.org>
8584Date:   Sun Sep 17 21:16:01 2006 +0000
8585
8586    Use Artist/Title/Album meta data in vorbis. Feel free to add what's missing and remove duplicate stuff from this code
8587
8588commit d4f1f65d2b381a22aa31a24174f613cc51068e7a
8589Author: Clément Stenac <zorglub@videolan.org>
8590Date:   Sun Sep 17 20:36:56 2006 +0000
8591
8592    Don't delete callbacks from an already destroyed objects
8593    Make sure we remove the callback before quitting
8594
8595commit 59d5c69e2a8980f382f248c0d9e583cac7bdf1ae
8596Author: Pavlov Konstantin <thresh@videolan.org>
8597Date:   Sun Sep 17 20:29:10 2006 +0000
8598
8599    servicing email change request for Rafael Carre
8600
8601commit 7ed95b6fe099e929651b616236d522a238086980
8602Author: Felix Paul Kühne <fkuehne@videolan.org>
8603Date:   Sun Sep 17 20:19:53 2006 +0000
8604
8605    * add the new icons by Simon Damkjaer Anderson <simondamkjaer@gmail.com>, so Trax doesn't need to bootstrap over and over again. Implementation follows later on
8606
8607commit f95312b22156c77fea100d5afc7b982173f5fa3c
8608Author: Felix Paul Kühne <fkuehne@videolan.org>
8609Date:   Sun Sep 17 20:10:18 2006 +0000
8610
8611    * don't add -Wall to the obj-C flags, as you'll get flooded with useless warnings and don't see the errors anymore
8612
8613commit 6eee127c62da62f5e59ee32303ee00e5e353f510
8614Author: Felix Paul Kühne <fkuehne@videolan.org>
8615Date:   Sun Sep 17 20:07:31 2006 +0000
8616
8617    * compile before you commit, wasn't it?
8618
8619commit c110154c2d8106d1a5ec4bf1a67c489fcb8d5959
8620Author: Felix Paul Kühne <fkuehne@videolan.org>
8621Date:   Sun Sep 17 20:04:47 2006 +0000
8622
8623    * another attempt by pengvado
8624
8625commit 5eb64cb534370c8dd15949ab1c19cec0b5bca23c
8626Author: Antoine Cellerier <dionoea@videolan.org>
8627Date:   Sun Sep 17 19:50:03 2006 +0000
8628
8629    Fix deadlock (hopefully)
8630
8631commit 576c57a734f33b7e84f7630223e2543714f799bb
8632Author: Felix Paul Kühne <fkuehne@videolan.org>
8633Date:   Sun Sep 17 19:36:47 2006 +0000
8634
8635    * try to fix x264 for Mac Intel as suggested by Manao on IRC
8636
8637commit 246a4e235ac1c30b79318ffd627e1cfe7d8c1ad6
8638Author: Antoine Cellerier <dionoea@videolan.org>
8639Date:   Sun Sep 17 19:27:40 2006 +0000
8640
8641    New audioscrobbler/last.fm plugin by Rafaël Carré and Kenneth Ostby.
8642
8643commit a972b8b70806f4ad57ad7e0026a4a1bf77be29ca
8644Author: Felix Paul Kühne <fkuehne@videolan.org>
8645Date:   Sun Sep 17 19:13:33 2006 +0000
8646
8647    * fixed __intf_UserStringInput
8648
8649commit 7fef8b8726f85876ffe110a949e1a09251094c83
8650Author: Felix Paul Kühne <fkuehne@videolan.org>
8651Date:   Sun Sep 17 18:41:21 2006 +0000
8652
8653    * updated all files to yield the playlist instead of finding it
8654
8655commit c77d5dcdee547ee3c2345610a56c95c49ae75259
8656Author: Christophe Mutricy <xtophe@videolan.org>
8657Date:   Sun Sep 17 18:07:35 2006 +0000
8658
8659    Initialise widgets to avoid garbage display
8660
8661commit f93db5de80fdc82f80552065a9ea3622a7a64486
8662Author: Clément Stenac <zorglub@videolan.org>
8663Date:   Sun Sep 17 17:00:33 2006 +0000
8664
8665    UI for equalizer
8666
8667commit 3a2e81d03df5330334c2267a8409414cca0d61fa
8668Author: Clément Stenac <zorglub@videolan.org>
8669Date:   Sun Sep 17 16:11:58 2006 +0000
8670
8671    Don't forget to reset skipping when adding a new item
8672    Fix a debug message
8673
8674commit 4c7f87a7abd8efa1e374187e6037bdb7a8dae246
8675Author: Clément Stenac <zorglub@videolan.org>
8676Date:   Sun Sep 17 14:43:42 2006 +0000
8677
8678    Reduce wakeup frequencies
8679
8680commit b4f2f4885892f3c3f418f022d5401db3aca46980
8681Author: Clément Stenac <zorglub@videolan.org>
8682Date:   Sun Sep 17 14:36:06 2006 +0000
8683
8684    Services discovery are not forced to have a run function
8685
8686commit 360b392dd3393a95af4b8bbf9b58e2638d66d398
8687Author: Clément Stenac <zorglub@videolan.org>
8688Date:   Sun Sep 17 13:40:02 2006 +0000
8689
8690    Woops
8691
8692commit 1c0551f16b97927e5eaf045301957be0f53d1140
8693Author: Clément Stenac <zorglub@videolan.org>
8694Date:   Sun Sep 17 12:40:52 2006 +0000
8695
8696    Clean up a bit of redundant code
8697
8698commit f2453c9285e3d65fb47803ae218dc805deabea24
8699Author: Clément Stenac <zorglub@videolan.org>
8700Date:   Sun Sep 17 12:40:37 2006 +0000
8701
8702    Don't run growl and msn plugins
8703
8704commit c5dde660b85ca27b92ad0515918ac5b680366177
8705Author: Jean-Baptiste Kempf <jb@videolan.org>
8706Date:   Sun Sep 17 12:15:42 2006 +0000
8707
8708    *Qt4: InfoTabs, the layout..
8709
8710commit 187a6ea2ec52ec3624bd8478c7fc0c6a46fb43bf
8711Author: Clément Stenac <zorglub@videolan.org>
8712Date:   Sun Sep 17 10:17:39 2006 +0000
8713
8714    Interfaces are now allowed not to have a Run function.
8715    This will help reduce useless process wakeups
8716
8717commit c17e7670f4f4e40e5da47f463852f1af833cf662
8718Author: Clément Stenac <zorglub@videolan.org>
8719Date:   Sun Sep 17 09:43:12 2006 +0000
8720
8721    Fix
8722
8723commit 1fa9ce8dc234947c947a400b6d0f884afb75d11c
8724Author: Clément Stenac <zorglub@videolan.org>
8725Date:   Sun Sep 17 09:33:59 2006 +0000
8726
8727    * Move all notifications plugins to misc/notify
8728    * Don't find playlist
8729    * Fix a few bugs in notification plugins
8730
8731    Todo: find a way to get rid of this mostly redundant code and rewrite the XOSD plugin
8732
8733commit 415749bf918d5ca772e1f9ba9f1260d7ab115d3e
8734Author: Clément Stenac <zorglub@videolan.org>
8735Date:   Sun Sep 17 09:06:24 2006 +0000
8736
8737    Don't use find for the playlist
8738
8739commit 5adf43c6b1c5755f6fd29aa89cade21ab8802b53
8740Author: Clément Stenac <zorglub@videolan.org>
8741Date:   Sat Sep 16 21:00:15 2006 +0000
8742
8743    Fix crash
8744
8745commit e12ddbf298a8be3e880012728b2d95fa23821312
8746Author: Clément Stenac <zorglub@videolan.org>
8747Date:   Sat Sep 16 20:34:01 2006 +0000
8748
8749    Fix Qt crash on exit
8750
8751commit ace4087ec6c9171876a9b24e820d50f0b4624f6a
8752Author: Clément Stenac <zorglub@videolan.org>
8753Date:   Sat Sep 16 19:21:10 2006 +0000
8754
8755    Fix shoutcast handling and remove broken progress detection
8756
8757commit aba3de3334cfc9baba3ad296278e8071637b1d78
8758Author: Clément Stenac <zorglub@videolan.org>
8759Date:   Sat Sep 16 19:20:42 2006 +0000
8760
8761    Correctly handle "no-skip" items
8762
8763commit c510011287bb8dc1d37fd0860fba8caf06062469
8764Author: Clément Stenac <zorglub@videolan.org>
8765Date:   Sat Sep 16 19:20:11 2006 +0000
8766
8767    Process all playlist updates
8768
8769commit c5b247f5ca19548340b58e9f96b4e88dbaca3826
8770Author: Jean-Paul Saman <jpsaman@videolan.org>
8771Date:   Sat Sep 16 19:05:26 2006 +0000
8772
8773    Don't remove AC_PROG_CPP our headerfile and library checking macros depend on it. Unbreak configure.ac
8774
8775commit 0b2a4827e8fce8fccc9acabd38e234d74a7fb2b5
8776Author: Benjamin Pracht <bigben@videolan.org>
8777Date:   Sat Sep 16 18:18:09 2006 +0000
8778
8779    * One more try to fix my commit
8780
8781commit 997c5859d2ab8e7bc613d1c8654335a92c41b0f8
8782Author: Felix Paul Kühne <fkuehne@videolan.org>
8783Date:   Sat Sep 16 15:22:22 2006 +0000
8784
8785    * various improvements to our Apple Remote bindings by the original author of the inofficial API, Martin Kahr (martin at his surname.com)
8786
8787commit 27bf3d0c1228b5f3ef505be0a85adbe3af71df53
8788Author: Benjamin Pracht <bigben@videolan.org>
8789Date:   Sat Sep 16 15:12:05 2006 +0000
8790
8791    * perhaps OSX likes this line break better ?
8792
8793commit 943db4054726ca32904fcb945f35f7b69b3b6e0d
8794Author: Benjamin Pracht <bigben@videolan.org>
8795Date:   Sat Sep 16 14:36:51 2006 +0000
8796
8797    * Fix the screensaver module for newer dbus APIs. Reported by Stone <syphyr at gmail dot com>
8798
8799commit cad3fd6d2a8aa155f93b5251e9d8104ab6bad78d
8800Author: Clément Stenac <zorglub@videolan.org>
8801Date:   Sat Sep 16 12:45:08 2006 +0000
8802
8803    annoying typo :)
8804
8805commit 224b28cbae995ae40b5b3b2cdc27ab1ab427ddb6
8806Author: Clément Stenac <zorglub@videolan.org>
8807Date:   Sat Sep 16 11:20:10 2006 +0000
8808
8809    Should fix OS X build
8810
8811commit 64fea282d28f812fef7c5622fca0ed39d70ad136
8812Author: Clément Stenac <zorglub@videolan.org>
8813Date:   Sat Sep 16 11:01:24 2006 +0000
8814
8815    Even if we are asked to wait for data, bail out if all sockets are at EOF.
8816
8817    I'm far from being sure this is the right thing to do, but it allows MMSH to work correctly (it requests some data while the server is closing connection)
8818
8819commit f424ec54abf8f25e4107a9219390625f0630cde7
8820Author: Clément Stenac <zorglub@videolan.org>
8821Date:   Sat Sep 16 09:05:35 2006 +0000
8822
8823    Remove old and broken playlist demuxer
8824    Do not search for playlist
8825
8826commit 261a92903895c660c909eebb357b0ab9f7e37b56
8827Author: Clément Stenac <zorglub@videolan.org>
8828Date:   Fri Sep 15 22:58:44 2006 +0000
8829
8830    Oups
8831
8832commit 6ecd4022a3d284f86f1ee632952aa81b8157d17f
8833Author: Clément Stenac <zorglub@videolan.org>
8834Date:   Fri Sep 15 22:10:37 2006 +0000
8835
8836    Remove vlc_object_find for playlist from the core
8837
8838commit 3f99651d8fa1356203faf67103e1c500d3b30e16
8839Author: Clément Stenac <zorglub@videolan.org>
8840Date:   Fri Sep 15 20:14:07 2006 +0000
8841
8842    Hopefully fix OS X
8843
8844commit f0531d5b038ed279e206a3deeae9e70f243a6704
8845Author: Clément Stenac <zorglub@videolan.org>
8846Date:   Fri Sep 15 19:59:12 2006 +0000
8847
8848    Convert the new libvlc API (so, the one that is in src/control) not to use the old libVLC API (the one that is in libvlc.c, er, no, was... ah... maybe it's the internal one... err .... well, it's about vlc for sure...)
8849
8850commit e9947bec0ae6a8f81dcc10e2595dd6cebd72641f
8851Author: Clément Stenac <zorglub@videolan.org>
8852Date:   Fri Sep 15 19:48:42 2006 +0000
8853
8854    Split libvlc.c:
8855    * instances creation/deletion stuff to libvlc-common.c
8856    * implementation of the old libvlc API to libvlc.c
8857
8858commit fcfc11bd0f6ada52543bf1f213d4f0d86de59b8e
8859Author: Christophe Mutricy <xtophe@videolan.org>
8860Date:   Fri Sep 15 17:15:09 2006 +0000
8861
8862    Those files where forgoten in [16658]
8863    vlc_t => libvlc_int_t
8864
8865commit ccc5c5dc52d529195dc4f515c950ed292fa92da7
8866Author: Christophe Mutricy <xtophe@videolan.org>
8867Date:   Fri Sep 15 16:20:57 2006 +0000
8868
8869    Re-use the old OBJC workaround and distribute autoconf260.m4
8870
8871commit 28d49d986f842beb59162ad66b3af94a7e1831bd
8872Author: Clément Stenac <zorglub@videolan.org>
8873Date:   Fri Sep 15 16:18:08 2006 +0000
8874
8875    Store playlist object in instance-specific object
8876
8877commit 8923568d00bddb39e34f82ee8b62152389321b77
8878Author: Clément Stenac <zorglub@videolan.org>
8879Date:   Fri Sep 15 15:10:25 2006 +0000
8880
8881    Move stats stuff to the per-instance object
8882
8883commit f485214f09dd284cbb85674e937fbbb0a6032a2e
8884Author: Clément Stenac <zorglub@videolan.org>
8885Date:   Fri Sep 15 14:31:51 2006 +0000
8886
8887    For consistency, remove references to vlc from libvlc
8888    Also, make it clearer what is shared and instance-specific
8889
8890    So,
8891    libvlc_t ==> libvlc_global_t
8892    vlc_t ==> libvlc_int_t (internal instance)
8893
8894    p_object->p_libvlc ==> p_object->p_libvlc_globale
8895    p_object->p_vlc ==> p_object->p_libvlc
8896
8897    VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC
8898
8899    And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
8900
8901commit 1bcf33abd671e7f77426f10f0ca868cd2a767506
8902Author: Dennis van Amerongen <trax@videolan.org>
8903Date:   Fri Sep 15 12:13:44 2006 +0000
8904
8905    * modules/demux/avi/avi.c: typo secondes -> seconds
8906
8907commit 4e5e7e2dc02660ca7bce516c2845e11e4173fc56
8908Author: Clément Stenac <zorglub@videolan.org>
8909Date:   Fri Sep 15 11:43:22 2006 +0000
8910
8911    Rename playlist_NodesCreateForSD to playlist_NodesPairCreate and document it
8912
8913commit 8a8f3ad9d0339ff7e2e8723b0b74a680cebbe88a
8914Author: Damien Fouilleul <damienf@videolan.org>
8915Date:   Thu Sep 14 22:34:55 2006 +0000
8916
8917    - activex: initialization issues
8918
8919commit 928454fad876fb8f5dc7b993dca4670460a008af
8920Author: Clément Stenac <zorglub@videolan.org>
8921Date:   Thu Sep 14 21:19:34 2006 +0000
8922
8923    Fix a number of problems with interaction dialogs
8924    Remove the "seeking too far" error, as it happens for broken AVI and is quite confusing
8925
8926commit 6cdb3e2829ba401c9781e1532479db658d87c69b
8927Author: Christophe Mutricy <xtophe@videolan.org>
8928Date:   Thu Sep 14 20:31:58 2006 +0000
8929
8930    Use var_ instead of config_  (closes #740)
8931
8932commit 3ef49160506d1ae277c561dc934415e9ae918d55
8933Author: Damien Fouilleul <damienf@videolan.org>
8934Date:   Thu Sep 14 19:44:47 2006 +0000
8935
8936    - ActiveX: support for libvlc and common scripting APIS, widl has replaced midl as default IDL compiler
8937
8938commit c3a1a3712f639eff527d030d129734934aa8b919
8939Author: Clément Stenac <zorglub@videolan.org>
8940Date:   Thu Sep 14 18:58:39 2006 +0000
8941
8942    Filter handling helpers moved to core
8943    Will have to be updated/factorized when new chain and filter stuff is in.
8944
8945commit aa742bd48e7338574e1beaad5ac63fb078794dc0
8946Author: Felix Paul Kühne <fkuehne@videolan.org>
8947Date:   Thu Sep 14 18:47:59 2006 +0000
8948
8949    * fix a nasty handling bug and convert all comments to C-style
8950
8951commit 7a57427bbc9487342e333ce2c63f237c55f4d66e
8952Author: Clément Stenac <zorglub@videolan.org>
8953Date:   Thu Sep 14 16:44:22 2006 +0000
8954
8955    Add missing actions in popup
8956
8957commit 3251407d9420fbf8cf914f7e83b07a15b3ededb6
8958Author: Felix Paul Kühne <fkuehne@videolan.org>
8959Date:   Thu Sep 14 16:12:27 2006 +0000
8960
8961    * enable debug for x264 compilation for testing purposes (refs #733)
8962
8963commit e76c46ddcc4c2603994113f30eefa70cc7d42275
8964Author: Jean-Baptiste Kempf <jb@videolan.org>
8965Date:   Wed Sep 13 23:16:25 2006 +0000
8966
8967    * QT timeout=>timeout() in the MACRO to avoid hanging.
8968    Object::connect: Parentheses expected, signal QTimer::timeout
8969
8970commit 26eb0b3044373ac98ee4d0dbd0f3e6f27c641266
8971Author: Yoann Peronneau <yoann@videolan.org>
8972Date:   Wed Sep 13 19:55:19 2006 +0000
8973
8974    * extras/vlc.vim: match also files with a "Copyright [...] Videolan team"
8975
8976commit 6523dc216580a0886adcd5f95e596a41a9d87107
8977Author: Clément Stenac <zorglub@videolan.org>
8978Date:   Wed Sep 13 13:11:42 2006 +0000
8979
8980    Some more cleanup and macros
8981
8982commit 897144d1e6d04da5f454fee57f8947aeae1523ae
8983Author: Clément Stenac <zorglub@videolan.org>
8984Date:   Wed Sep 13 12:45:46 2006 +0000
8985
8986    Some cleanup here and there
8987    * Add a CONNECT macro for simple signal->slot connections
8988    * Untested save support in simple preferences
8989
8990commit cd3849e8f041322bed74dce1d9866b16f3f178bd
8991Author: Christophe Mutricy <xtophe@videolan.org>
8992Date:   Wed Sep 13 09:20:44 2006 +0000
8993
8994    Typo
8995
8996commit c5ee72d4a3d34cbea77de625efb99b09210d951a
8997Author: Clément Stenac <zorglub@videolan.org>
8998Date:   Wed Sep 13 09:03:27 2006 +0000
8999
9000    Implementation of login, input and progress dialogs in Qt
9001    (untested)
9002
9003commit 6192caae4a74f735df9d831cd0802af91a1f7bfc
9004Author: Clément Stenac <zorglub@videolan.org>
9005Date:   Wed Sep 13 06:22:23 2006 +0000
9006
9007    * Handle parameters in streaming profiles
9008    * Remove i18n_string stuff
9009
9010commit 5a3ae4a1483a0836450623f66b4a8eeca3186464
9011Author: Antoine Cellerier <dionoea@videolan.org>
9012Date:   Tue Sep 12 21:35:18 2006 +0000
9013
9014    Really useless this time
9015
9016commit 1c0569080774c11ac797a932d0bc37d65c2fb529
9017Author: Antoine Cellerier <dionoea@videolan.org>
9018Date:   Tue Sep 12 21:32:29 2006 +0000
9019
9020    Commit random stuff to test modified commit emails.
9021
9022commit 3923780814004f3735687c9963b753fd751b2245
9023Author: Rémi Denis-Courmont <rem@videolan.org>
9024Date:   Tue Sep 12 19:15:20 2006 +0000
9025
9026    Most of demux/
9027
9028commit 39d0e3e076334dc371a62020fba4d30919148548
9029Author: Rémi Denis-Courmont <rem@videolan.org>
9030Date:   Tue Sep 12 19:00:51 2006 +0000
9031
9032    control/
9033
9034commit cf4fe30a158f14e00961b7c65979b7b9eae1a4b9
9035Author: Rémi Denis-Courmont <rem@videolan.org>
9036Date:   Tue Sep 12 18:57:45 2006 +0000
9037
9038    More
9039
9040commit 8ce6877d107e9b354775d8cf9cdcb3481b009074
9041Author: Rémi Denis-Courmont <rem@videolan.org>
9042Date:   Tue Sep 12 18:52:13 2006 +0000
9043
9044    Warnings
9045
9046commit 83f23b6686543887f908d184387782bf018c35d5
9047Author: Rémi Denis-Courmont <rem@videolan.org>
9048Date:   Tue Sep 12 18:49:41 2006 +0000
9049
9050    Ahem: (v)asprintf requires stdio.h; strndup requires string.h
9051
9052commit ecddc275c8a364888dc9ea30917c764875d02fc6
9053Author: Rémi Denis-Courmont <rem@videolan.org>
9054Date:   Tue Sep 12 18:35:04 2006 +0000
9055
9056    Modernize configure.ac a bit
9057
9058commit 6810a85e35b332e3c17149dbd0104cdd42d2db13
9059Author: Rémi Denis-Courmont <rem@videolan.org>
9060Date:   Tue Sep 12 18:03:45 2006 +0000
9061
9062    Revert lame revert from [16628].
9063    Provide trivial work-around for users of obsolete autoconf
9064
9065commit 9360ead000d468646bfb9a8ece6d9b1766e8f7ad
9066Author: Rémi Denis-Courmont <rem@videolan.org>
9067Date:   Tue Sep 12 17:47:05 2006 +0000
9068
9069    Fortunately, VLC is not using CVS anymore.
9070
9071commit 2242665b9b86102477ac0e2299a73bd6b1f6e342
9072Author: Damien Fouilleul <damienf@videolan.org>
9073Date:   Tue Sep 12 17:03:39 2006 +0000
9074
9075    - bootstrap: removed vlcintf.h
9076    - configure.ac: autoconf 2.59c is not yet supported in Cygwin, added Wine support for ActiveX plugin
9077
9078commit 56649e7c4df5c0ae5db6e9ef347dcf1dfa435863
9079Author: Sam Hocevar <sam@videolan.org>
9080Date:   Tue Sep 12 12:19:33 2006 +0000
9081
9082      * src/network/io.c: zorglub: gnagnagna ! :)
9083        (fixed more coding style, and resolved a conflict I introduced)
9084
9085commit 359367c806709085e07eeca2207529facaa7e832
9086Author: Sam Hocevar <sam@videolan.org>
9087Date:   Tue Sep 12 12:17:41 2006 +0000
9088
9089      * src/misc/network/io.c: coding style fixes.
9090
9091commit a6a77c3062c0db1aa1f34a8d74c339703c01f331
9092Author: Rémi Denis-Courmont <rem@videolan.org>
9093Date:   Mon Sep 11 19:53:18 2006 +0000
9094
9095    ***Partial*** Solaris compile fix
9096    (you don't expect me to actual try to compile VLC on puma.cti.ecp.fr, do you?)
9097
9098commit 97fad33aaaa3ea3e2039943933448d15756b9033
9099Author: Rémi Denis-Courmont <rem@videolan.org>
9100Date:   Mon Sep 11 16:36:07 2006 +0000
9101
9102    Improve socket polling logic so that errors to avoid silencing errors.
9103
9104commit 99e3e5bae72d0ffa3deab77c0c996e13e708b116
9105Author: Sam Hocevar <sam@videolan.org>
9106Date:   Mon Sep 11 15:12:33 2006 +0000
9107
9108      * configure.ac: don't add AltiVec modules twice.
9109
9110commit f9fca27aa24f2851b300665c51073167435b94df
9111Author: Jean-Baptiste Kempf <jb@videolan.org>
9112Date:   Mon Sep 11 13:34:17 2006 +0000
9113
9114    *Contribs: Yet another x264 patch
9115
9116commit d75145f303c245eecc8c7eb4b82e064f4a5afa5b
9117Author: Jean-Baptiste Kempf <jb@videolan.org>
9118Date:   Mon Sep 11 12:14:17 2006 +0000
9119
9120    * Contribs: Remove unneeded files
9121    * Contribs: change gz => bz2 for autoconf package
9122
9123commit dd91fd880442e4c2192fae76fa922a0c64c70c37
9124Author: Jean-Baptiste Kempf <jb@videolan.org>
9125Date:   Mon Sep 11 11:49:57 2006 +0000
9126
9127    * Contribs: attempt to update Tiff/SDL/SDL_image
9128
9129commit ea1d91bfbac890a6ca82b1a260427a57efa8ea98
9130Author: Clément Stenac <zorglub@videolan.org>
9131Date:   Mon Sep 11 11:32:31 2006 +0000
9132
9133    Up-to-date schema for profiles
9134
9135commit 47eb22002c8777a8dab0f6e8cb89054cbfd73b45
9136Author: Sam Hocevar <sam@videolan.org>
9137Date:   Mon Sep 11 10:51:16 2006 +0000
9138
9139      * No longer use the $(pic) variable, since all flags are properly set
9140        in the configure script.
9141
9142commit 0ca651f00fca42b6edbd89f9f36bb24e283800d8
9143Author: Sam Hocevar <sam@videolan.org>
9144Date:   Mon Sep 11 09:07:58 2006 +0000
9145
9146      * Don't use PIC on WIN32.
9147
9148commit 7483d6886f3fd607ac8781b9e4a5d9b5f8e176ba
9149Author: Sam Hocevar <sam@videolan.org>
9150Date:   Mon Sep 11 08:20:43 2006 +0000
9151
9152      * Always use PIC to build the Mozilla plugin.
9153
9154commit c8f13a2b162e5b9c03b464729280e1bb5dffb28b
9155Author: Clément Stenac <zorglub@videolan.org>
9156Date:   Mon Sep 11 06:07:47 2006 +0000
9157
9158    Profile sample.
9159    * Remove the l10n stuff, we'll handle it through po4a
9160    * Add the ability to put several profiles in a file
9161    * Split out the name of the elements
9162    * Remove the prefix
9163    Schema is not yet up-to-date.
9164
9165commit 4c5af7b358ebb5702b5280784d89419cba090296
9166Author: Clément Stenac <zorglub@videolan.org>
9167Date:   Sun Sep 10 21:58:29 2006 +0000
9168
9169    Remove useless debug
9170
9171commit 6d3a3912b0d3cfc454d7696992d58c371a584975
9172Author: Felix Paul Kühne <fkuehne@videolan.org>
9173Date:   Sun Sep 10 20:43:14 2006 +0000
9174
9175    * remove non-committed files from target to make buildbot happy. You obviously need to restore this to get a panel with icons
9176
9177commit 6ee0559da62b3bc120e36344a2f42b87514d0e20
9178Author: Clément Stenac <zorglub@videolan.org>
9179Date:   Sun Sep 10 20:36:09 2006 +0000
9180
9181    A bit of cleanup
9182    Add the qtu (Qt To Utf8) and qta (Qt To Ascii) macros
9183
9184commit 4b0f3f8deb301239e5f549163dd68dce76a66f43
9185Author: Antoine Cellerier <dionoea@videolan.org>
9186Date:   Sun Sep 10 20:21:14 2006 +0000
9187
9188    vout-filter is now part of the video-filter option. (video output core still needs to be fixed) Based on patch by hobophobe on IRC.
9189
9190commit 2d0f9f3e6dd379a32583c9334f289ef48eebe5a3
9191Author: Clément Stenac <zorglub@videolan.org>
9192Date:   Sun Sep 10 20:20:21 2006 +0000
9193
9194    Fix typo
9195
9196commit eaeeb9bcc2188c1733a02cd73547eb8f58332472
9197Author: Felix Paul Kühne <fkuehne@videolan.org>
9198Date:   Sun Sep 10 20:17:19 2006 +0000
9199
9200    * removed some further hangover from the original patch and finally added embeddedWindow to the xcode project
9201
9202commit 6f54a5309b529a0368b21cf38854eb1e4e9f696a
9203Author: Felix Paul Kühne <fkuehne@videolan.org>
9204Date:   Sun Sep 10 20:12:12 2006 +0000
9205
9206    * New Fullscreen controller panel
9207    - basically written by Jerome Decoodt <djc at videolan dot org> aka DiDjCodt
9208    plus
9209    - various patches, coding-style fixes, etc. here and there
9210    - integration to VLCControls
9211    - automagic fading-in and -out when in fullscreen mode
9212
9213    TODO:
9214    - get and use native graphics. These are currently being prepared by Simon Damkjaer Andersen, who already donated new playback mode icons (to be committed soon)
9215    - implement the volume slider
9216    - fix seeking with the time slider
9217    - check for memory leaks
9218    - further clean-up
9219
9220    ATTENTION:
9221    for the moment, you need certain images from Jerome's patch to get this running. Put them to extras/MacOSX/Resources/ and it'll work. Otherwise, VLC won't crash, but only show strings.
9222
9223commit 277e9ab5a2a4df835797c6df5b7741f25b9721ad
9224Author: Clément Stenac <zorglub@videolan.org>
9225Date:   Sun Sep 10 19:00:21 2006 +0000
9226
9227    Fix SD support
9228
9229commit 75b1aa19f528bb6f847c09963485d1e0356e1af5
9230Author: Rémi Denis-Courmont <rem@videolan.org>
9231Date:   Sun Sep 10 17:54:17 2006 +0000
9232
9233    Also control plugin export table
9234
9235commit 4f6898465fb467a5b79dda120357032f7325e575
9236Author: Rémi Denis-Courmont <rem@videolan.org>
9237Date:   Sun Sep 10 17:46:50 2006 +0000
9238
9239    Blind svn:ignore update
9240
9241commit 86dd8dbb3da07ee8ef71492cdeb11394a3f3fc9c
9242Author: Rémi Denis-Courmont <rem@videolan.org>
9243Date:   Sun Sep 10 17:40:29 2006 +0000
9244
9245    Ensure libvlc only export symbols from libvlc API
9246
9247commit a1b219961d490dc76e021f419132fc842b6157e8
9248Author: Clément Stenac <zorglub@videolan.org>
9249Date:   Sun Sep 10 17:18:33 2006 +0000
9250
9251    Handle more hotkeys
9252    Prevent the volume slider from stealing the focus
9253
9254commit c0354099098fc62a31b9cced4d1e6ef88f800b4a
9255Author: Christophe Mutricy <xtophe@videolan.org>
9256Date:   Sun Sep 10 17:00:09 2006 +0000
9257
9258    Don't build stream_out_switcher by default
9259
9260commit fb3aa29117f04628e7c5425a6e6b16242301e239
9261Author: Sam Hocevar <sam@videolan.org>
9262Date:   Sun Sep 10 16:37:47 2006 +0000
9263
9264      * Makefile.am: add empty versioning information to libvlc.so.
9265
9266commit f590a8cc9e1b0f2f90f00af0bd6e4e0524d58b52
9267Author: Sam Hocevar <sam@videolan.org>
9268Date:   Sun Sep 10 16:33:18 2006 +0000
9269
9270     * src/Makefile.am: do not use -avoid-version. [ported from r16581]
9271
9272commit 5e10afa2d6a34e09bb82161040f0a1ba386da7fd
9273Author: Antoine Cellerier <dionoea@videolan.org>
9274Date:   Sat Sep 9 20:19:32 2006 +0000
9275
9276    Also decode VP6 in flash ... this currently decodes video upside down (example file: http://samples.mplayerhq.hu/FLV/flash8/harrypotter-480x272-450-vp6.flv ). If someone knows how to tell the vout/codec to change line order ...
9277
9278commit b6ddce30b90af98c75566a174ce5e7cd37202448
9279Author: Antoine Cellerier <dionoea@videolan.org>
9280Date:   Sat Sep 9 19:39:31 2006 +0000
9281
9282    FFmpeg now has VP5/VP6 decoding (flash uses special variant with codec id VP6F in ffmpeg ... this isn't used in VLC yet)
9283
9284commit 4c60d7c5334e1af320e5ae45782ab7e77bd0df61
9285Author: Rémi Denis-Courmont <rem@videolan.org>
9286Date:   Sat Sep 9 13:50:07 2006 +0000
9287
9288    Switch net_Write to poll() to avoid fd set overflow.
9289
9290commit a4e6865cbc4fb2fe7c58afa6478593768c8690c1
9291Author: Rémi Denis-Courmont <rem@videolan.org>
9292Date:   Sat Sep 9 10:50:29 2006 +0000
9293
9294    Accept non-socket handles through net_Read* (closes #731)
9295
9296commit 1a87ee6e8682c823f88cfd5f477bed9f2612a0c9
9297Author: Rémi Denis-Courmont <rem@videolan.org>
9298Date:   Sat Sep 9 10:37:37 2006 +0000
9299
9300    Fix segfault. FTP access output is now somehow "tested"
9301
9302commit 020a810e8d5ebd18f38017834025e764d5618fa6
9303Author: Rémi Denis-Courmont <rem@videolan.org>
9304Date:   Sat Sep 9 10:24:52 2006 +0000
9305
9306    More fixes
9307
9308commit 3b96221979b1cdb336ce79d0ead6c45548b5c5f6
9309Author: Rémi Denis-Courmont <rem@videolan.org>
9310Date:   Sat Sep 9 10:09:15 2006 +0000
9311
9312    OSX compile fix
9313
9314commit 5abd95e1ceeabf24b2d0333b7181635a5881a097
9315Author: Rémi Denis-Courmont <rem@videolan.org>
9316Date:   Sat Sep 9 10:03:06 2006 +0000
9317
9318    Oups
9319
9320commit e45c692c9be3706dbaee7f84a294a943b05c6962
9321Author: Rémi Denis-Courmont <rem@videolan.org>
9322Date:   Sat Sep 9 09:53:34 2006 +0000
9323
9324    Untested FTP access output (closes #605)
9325
9326commit 4a0c164d8c02d3ed72dd78631ba1ea050f9bcd03
9327Author: Rémi Denis-Courmont <rem@videolan.org>
9328Date:   Sat Sep 9 09:23:02 2006 +0000
9329
9330    Fix typo
9331
9332commit 8bc1b5a79027fd3b1cdc927cee1e181adf26709a
9333Author: Clément Stenac <zorglub@videolan.org>
9334Date:   Sat Sep 9 09:12:23 2006 +0000
9335
9336    One more outdated copyright
9337
9338commit ce24095ae19f0fb89902a31489333335b1048467
9339Author: Clément Stenac <zorglub@videolan.org>
9340Date:   Sat Sep 9 09:05:11 2006 +0000
9341
9342    Copyright stuff
9343
9344commit 230ff455d6cf429d7e6bfb9db9eb9a206f819496
9345Author: Rémi Denis-Courmont <rem@videolan.org>
9346Date:   Sat Sep 9 08:27:55 2006 +0000
9347
9348    More cosmetic
9349    (nice reinvention of the while() loop, but I prefer while())
9350
9351commit d2d7e36de5200db692006284ce24646fa234d780
9352Author: Rémi Denis-Courmont <rem@videolan.org>
9353Date:   Sat Sep 9 08:20:18 2006 +0000
9354
9355    Cosmetic fixes
9356
9357commit f78b9464b0cfd8ad268d41957b35bcf5cba62591
9358Author: Rémi Denis-Courmont <rem@videolan.org>
9359Date:   Sat Sep 9 08:19:23 2006 +0000
9360
9361    Don't use someone's else domain in our default values
9362
9363commit 548935b4705c8ad713672739d9ee0a21a1f32dca
9364Author: Rémi Denis-Courmont <rem@videolan.org>
9365Date:   Sat Sep 9 07:48:55 2006 +0000
9366
9367    Really fix SDP ordering here too (closes #716 again)
9368
9369commit 92cb05eb83197e2bf2f765e4ebda9a84350f3f2d
9370Author: Rémi Denis-Courmont <rem@videolan.org>
9371Date:   Sat Sep 9 07:43:58 2006 +0000
9372
9373    * Add multicast source filter (RFC4570),
9374      so that one day we may be able to use IGMPv3/MLDv2 with VLC streams,
9375    * Add recvonly attribute
9376    * Really fix ordering (c= then t= then a=)
9377    * Put type attribute as a session attribute (as per RFC4566)
9378
9379commit 038f61db32c1bcb94639fb38497967fa0035ddda
9380Author: Rémi Denis-Courmont <rem@videolan.org>
9381Date:   Sat Sep 9 07:26:22 2006 +0000
9382
9383    Another SDP ordering fix
9384
9385commit c59d4940d4babd5c9ce94d924cfbf9b81d9fbd5f
9386Author: Antoine Cellerier <dionoea@videolan.org>
9387Date:   Fri Sep 8 22:41:45 2006 +0000
9388
9389    Add vcrop, vzoom and vratio commands to the rc interface (code duplication is horrible ... i know)
9390
9391commit bc66bf9e31b3878f892835110127b377722e92b7
9392Author: Pavlov Konstantin <thresh@videolan.org>
9393Date:   Fri Sep 8 21:42:19 2006 +0000
9394
9395    ALT Linux VLC specfile
9396
9397commit b39946effa28e39768a3d15a9ac9684c7bad6e02
9398Author: Pavlov Konstantin <thresh@videolan.org>
9399Date:   Fri Sep 8 21:30:07 2006 +0000
9400
9401    forgot to mention the last fortune is from #videolan
9402
9403commit fc8f30f200dda95909df482e9d6bf52b8b7e3635
9404Author: Pavlov Konstantin <thresh@videolan.org>
9405Date:   Fri Sep 8 21:27:21 2006 +0000
9406
9407    one more fortune
9408
9409commit 93020752782611894027dae8276b1a489ac5eea3
9410Author: Rémi Denis-Courmont <rem@videolan.org>
9411Date:   Fri Sep 8 19:50:25 2006 +0000
9412
9413    Fix SDP line ordering (closes #716)
9414
9415commit 68b76a9c2818db636384729d67698fca58a615d2
9416Author: Rémi Denis-Courmont <rem@videolan.org>
9417Date:   Fri Sep 8 19:00:04 2006 +0000
9418
9419    Complete(?) migration to net_strerror/net_errno
9420    for nicer Win32 error messages
9421
9422commit 5cdd8862109d8727dfc1af806f545588c7febf05
9423Author: Rémi Denis-Courmont <rem@videolan.org>
9424Date:   Fri Sep 8 18:33:32 2006 +0000
9425
9426    Well, this time maybe
9427
9428commit b6ab759043c837050b1c17b5b1131783b7dab25c
9429Author: Rémi Denis-Courmont <rem@videolan.org>
9430Date:   Fri Sep 8 18:26:50 2006 +0000
9431
9432    Might fix Win32 compilation
9433
9434commit b96f1239ec167521237bb120f6bc0608869186a0
9435Author: Rémi Denis-Courmont <rem@videolan.org>
9436Date:   Fri Sep 8 18:14:25 2006 +0000
9437
9438    Add missing const qualifier and fix warnings
9439
9440commit 898c8550e62ab565c4971290d8a5c1042524373d
9441Author: Rémi Denis-Courmont <rem@videolan.org>
9442Date:   Fri Sep 8 18:08:39 2006 +0000
9443
9444    Don't rebuild the skin all the time
9445
9446commit 0950922e0c34954684d44ad35ceede7cceb29414
9447Author: Rémi Denis-Courmont <rem@videolan.org>
9448Date:   Fri Sep 8 18:07:18 2006 +0000
9449
9450    Actually wreak havoc to the network API.
9451
9452commit f10b00253da9041d3115c7991eaae9f0447ed342
9453Author: Rémi Denis-Courmont <rem@videolan.org>
9454Date:   Fri Sep 8 17:56:58 2006 +0000
9455
9456    Fixes
9457
9458commit c07085a9a490b3a872bd463d092f8876086c9b1e
9459Author: Rémi Denis-Courmont <rem@videolan.org>
9460Date:   Fri Sep 8 17:53:14 2006 +0000
9461
9462    Reallow file descriptor above FD_SETSIZE since we now use poll()
9463
9464commit ad3d32f666b533f2c25711932d58d974d0639409
9465Author: Rémi Denis-Courmont <rem@videolan.org>
9466Date:   Fri Sep 8 17:51:58 2006 +0000
9467
9468    Experimental poll()-capable merge of net_Read, net_ReadNonBlock and net_Select
9469
9470commit cc960e5b4b61132996563818db285adf02507a62
9471Author: Rémi Denis-Courmont <rem@videolan.org>
9472Date:   Fri Sep 8 16:29:56 2006 +0000
9473
9474    More cleanup
9475
9476commit 18115b669990c67216cc740deab06e88bd8bfd3e
9477Author: Rémi Denis-Courmont <rem@videolan.org>
9478Date:   Fri Sep 8 16:26:49 2006 +0000
9479
9480    Add message for most of the Winsock errors
9481    (not compile tested, but since no one else wanted to do such a boring commit,
9482     you can't complain)
9483
9484commit 3ad1a7bfb165d12404bc0525fa6735552cef2ad6
9485Author: Rémi Denis-Courmont <rem@videolan.org>
9486Date:   Fri Sep 8 16:04:29 2006 +0000
9487
9488    Partial cleanup and improved Windows error messages
9489
9490commit b331a74423f602c1070e0b9a3615efb540655e55
9491Author: Sam Hocevar <sam@videolan.org>
9492Date:   Fri Sep 8 15:48:21 2006 +0000
9493
9494      * modules/stream_out/rtp.c:
9495        + Remove SDP file when bailing out. Patch by Fabrice Ollivier.
9496
9497commit c5339761dee63ffc01fea32116b48ae36dd546df
9498Author: Christophe Mutricy <xtophe@videolan.org>
9499Date:   Thu Sep 7 22:58:14 2006 +0000
9500
9501    Update-po
9502
9503commit b173df8fdc94bb0915f274e4c813a2e39a1d52b5
9504Author: Christophe Mutricy <xtophe@videolan.org>
9505Date:   Thu Sep 7 22:20:04 2006 +0000
9506
9507    We need the latest autoconf. see [16537]
9508
9509commit 551cd1d569dcd10d574bf28761137fb14c199b09
9510Author: Derk-Jan Hartman <hartman@videolan.org>
9511Date:   Thu Sep 7 22:01:06 2006 +0000
9512
9513    * Reset access->info.b_eof when we search. After you have read up untill the end, (like ps does), you can search back to the beginning, provided the access module allows this.
9514
9515commit b26a3e619221b00a57b7455d3f98d9be30321544
9516Author: Derk-Jan Hartman <hartman@videolan.org>
9517Date:   Thu Sep 7 21:58:59 2006 +0000
9518
9519    * Improve duration calculation
9520
9521commit e7ef1d978beb56e3e35f0a571e0a352b3dd403bf
9522Author: Rémi Denis-Courmont <rem@videolan.org>
9523Date:   Thu Sep 7 19:49:30 2006 +0000
9524
9525    Implement net_SetDSCP() to set Diffserv code point on a socket.
9526
9527commit 429c5e9921b4f69910d78ecaa413f0b22a886a97
9528Author: Rémi Denis-Courmont <rem@videolan.org>
9529Date:   Thu Sep 7 19:23:03 2006 +0000
9530
9531    Make GnuTLS use pthread directly rather than VLC's API when appropriate.
9532    This would be needed if libvlc is ever embedded in an application that
9533    also uses GnuTLS.
9534
9535commit 55749902576acef148ae85f455ae84fc66eba30c
9536Author: Rémi Denis-Courmont <rem@videolan.org>
9537Date:   Thu Sep 7 19:09:27 2006 +0000
9538
9539    - Check x509 certificates start and end date (*ahem*)
9540    - Some cleanup
9541
9542commit 53ac919ad770f03b1ab47cfd5d02eabd9cc86272
9543Author: Rémi Denis-Courmont <rem@videolan.org>
9544Date:   Thu Sep 7 18:27:41 2006 +0000
9545
9546    Require more recent GnuTLS and get rid of broken algos.
9547
9548commit 8bf0d77a6475210a42f3e22a787d5a66de799970
9549Author: Antoine Cellerier <dionoea@videolan.org>
9550Date:   Thu Sep 7 17:02:46 2006 +0000
9551
9552    :%s/\t/    /g
9553
9554commit f7461fc41d7723c9a5461ae32971a7b1a5845bf8
9555Author: Damien Fouilleul <damienf@videolan.org>
9556Date:   Wed Sep 6 22:15:29 2006 +0000
9557
9558    vlcplugin.cpp: don't forget to increment argc
9559
9560commit 989cefffec6e0942a9264c820fa9d178a76493a6
9561Author: Damien Fouilleul <damienf@videolan.org>
9562Date:   Wed Sep 6 22:07:22 2006 +0000
9563
9564    - OpenCV video filter module by Dugal Harris
9565
9566commit 8dde0ccc90ef43a3935dae2a14885d691df2ce40
9567Author: Clément Stenac <zorglub@videolan.org>
9568Date:   Wed Sep 6 21:32:39 2006 +0000
9569
9570    Use the "video filter2" capability for transcode's vfilter option so we don't get vfilter1.
9571    We need to fix the --video-filter option to accept both vfilter1 and vfilter2 and react correctly
9572
9573commit d72b2da00a99fbaac8b6e79e870ed998d0b39afe
9574Author: Christophe Mutricy <xtophe@videolan.org>
9575Date:   Wed Sep 6 21:30:14 2006 +0000
9576
9577    Don't use the media library in the mozilla plugin
9578
9579commit 1fa3f9dd6e748b80c83a4b358c6b262e62494cdb
9580Author: Clément Stenac <zorglub@videolan.org>
9581Date:   Wed Sep 6 21:05:21 2006 +0000
9582
9583    Preferences categories are *not* categories. They are *user* strings.
9584
9585commit 91e0b51e9cc386c0bceb9ef1cd62c32eb2cdaaaa
9586Author: Clément Stenac <zorglub@videolan.org>
9587Date:   Wed Sep 6 21:03:03 2006 +0000
9588
9589    One more encoding fix
9590
9591commit f3345344bd6645cdce26848cd03ecdd6f346398b
9592Author: Jean-Paul Saman <jpsaman@videolan.org>
9593Date:   Wed Sep 6 10:02:20 2006 +0000
9594
9595    Typo tha -> that
9596
9597commit dbaf0349d79954025f5c6fa69afd77369466ec41
9598Author: Felix Paul Kühne <fkuehne@videolan.org>
9599Date:   Tue Sep 5 21:11:46 2006 +0000
9600
9601    * quick n dirty fix to get the OSX builds compiling for now
9602
9603commit c6868a0ee37aeff6594b0f93445826db40f061da
9604Author: Antoine Cellerier <dionoea@videolan.org>
9605Date:   Tue Sep 5 16:42:10 2006 +0000
9606
9607    FFmpeg now has support for VMware's video codec.
9608
9609commit dde34adcf1c2f1a485b25ecd4da25646e47f6ae0
9610Author: Pavlov Konstantin <thresh@videolan.org>
9611Date:   Tue Sep 5 13:22:38 2006 +0000
9612
9613    link stream_out_switcher with ffmpeg libs (should fix w32 build)
9614
9615commit 895ff51a6cde3756d51d977c2badc2042e91521d
9616Author: Pavlov Konstantin <thresh@videolan.org>
9617Date:   Tue Sep 5 12:33:53 2006 +0000
9618
9619    We can build ffmpeg and stream_out_switcher as plugins when found by pkg-config.
9620    Can we?
9621
9622commit 9ab29013a72a3f9ede29df2331b32c3aba5bfb49
9623Author: Clément Stenac <zorglub@videolan.org>
9624Date:   Tue Sep 5 11:18:44 2006 +0000
9625
9626    Include errno.h
9627
9628commit 226a5a2b0840767940efb1337decc605d45c14b0
9629Author: Derk-Jan Hartman <hartman@videolan.org>
9630Date:   Tue Sep 5 11:07:08 2006 +0000
9631
9632    * Quote add
9633
9634commit 327779e67afccb53ba47f1d76bb15fd92f99c69d
9635Author: Clément Stenac <zorglub@videolan.org>
9636Date:   Tue Sep 5 07:16:17 2006 +0000
9637
9638    Convert items in the preferences tree to locale
9639
9640commit 315069b3b158b8d71668b5295e4fd0ea8957a3f2
9641Author: Clément Stenac <zorglub@videolan.org>
9642Date:   Tue Sep 5 06:09:42 2006 +0000
9643
9644    Split playlist include file in public/private
9645
9646commit a8cd696065beee48f46aa90f1cdf9c3828547b6a
9647Author: Damien Fouilleul <damienf@videolan.org>
9648Date:   Mon Sep 4 21:48:45 2006 +0000
9649
9650    input.c: fixed state (broke pause)
9651
9652commit 199f4a0e93d12b6a1f47a869cd8d9e293fbe07df
9653Author: Christophe Mutricy <xtophe@videolan.org>
9654Date:   Mon Sep 4 19:28:53 2006 +0000
9655
9656    New update of the Portuguese l10n
9657
9658commit 88e69eceaa40dad425a08898ec49231f74aaa1df
9659Author: Damien Fouilleul <damienf@videolan.org>
9660Date:   Mon Sep 4 18:19:03 2006 +0000
9661
9662    fixed typo
9663
9664commit 25323bcd81feeaeb2d86b7ca777f8f6badd52832
9665Author: Damien Fouilleul <damienf@videolan.org>
9666Date:   Mon Sep 4 18:17:10 2006 +0000
9667
9668    mozilla: more clean-ups
9669
9670commit f8cece221f428b36796050936775a0027dbdae7f
9671Author: Damien Fouilleul <damienf@videolan.org>
9672Date:   Mon Sep 4 17:51:10 2006 +0000
9673
9674    - added input state & input rate in control APIs
9675
9676commit ad446ef0aaacdb7deeee1c2c323fd613c1f6106d
9677Author: Damien Fouilleul <damienf@videolan.org>
9678Date:   Mon Sep 4 17:50:19 2006 +0000
9679
9680    forgot that one in last commit
9681
9682commit 5b880a59e478a7cab5de4c8b84b540b9666ef804
9683Author: Damien Fouilleul <damienf@videolan.org>
9684Date:   Mon Sep 4 17:48:38 2006 +0000
9685
9686    - input: added intermediate state info opening & buffering
9687
9688commit 0a9262fddcf27a9d13cdb4586714d80884db424e
9689Author: Christophe Mutricy <xtophe@videolan.org>
9690Date:   Mon Sep 4 13:32:02 2006 +0000
9691
9692    As a second effect of the recent libtool/build system commits, libvlc.dll has loose the extra .a. hurray.
9693
9694commit 17bf8ad695ca1b6f3adc81fa3b0241a708889fec
9695Author: Christophe Mutricy <xtophe@videolan.org>
9696Date:   Mon Sep 4 10:43:50 2006 +0000
9697
9698    We don't use utf-8 in localisable string so drop the option.
9699
9700commit 8078458b0c1d5e9f712b8262b7ea09c7919201cb
9701Author: Sam Hocevar <sam@videolan.org>
9702Date:   Mon Sep 4 10:12:03 2006 +0000
9703
9704      * src/input/decoder.c: sorry, I'm not allowed to put UTF-8 here.
9705
9706commit 577191650a76783ed57720beb3eb5e89470e0313
9707Author: Christophe Mutricy <xtophe@videolan.org>
9708Date:   Mon Sep 4 09:27:21 2006 +0000
9709
9710    * Tell gettext that we use UTF-8.
9711    * run update-po
9712
9713commit 62c70cd27ee6f22339dd67a4be9f210ba80db556
9714Author: Sam Hocevar <sam@videolan.org>
9715Date:   Sun Sep 3 22:18:30 2006 +0000
9716
9717      * src/input/decoder.c: use real, nice quotes.
9718
9719commit 9204240ce5304fca61501b4a80cd013c5b52eaf0
9720Author: Felix Paul Kühne <fkuehne@videolan.org>
9721Date:   Sun Sep 3 22:13:20 2006 +0000
9722
9723    * save playback styles on Macs as well
9724
9725commit c03721fb71a2130478351a46abf54d733e75dc92
9726Author: Pavlov Konstantin <thresh@videolan.org>
9727Date:   Sun Sep 3 22:07:29 2006 +0000
9728
9729    Try to find seamonkey-config too.
9730
9731    TODO: test for xpidl in /usr/lib{,64}/seamonkey too.
9732
9733commit 98de0c4bd48960695e361be7a374d962c3f5afd2
9734Author: Clément Stenac <zorglub@videolan.org>
9735Date:   Sun Sep 3 21:53:38 2006 +0000
9736
9737    Start grabbing hotkeys in Qt. Unfinished
9738
9739commit 9dcb15a14399ed41a65f03db3a330e3c66d13176
9740Author: Sam Hocevar <sam@videolan.org>
9741Date:   Sun Sep 3 20:51:09 2006 +0000
9742
9743      * src/input/decoder.c: fix "unsupported fourcc" fatal error message.
9744
9745commit 72e190bf75f53db77c3242444d40cc8756b2518d
9746Author: Clément Stenac <zorglub@videolan.org>
9747Date:   Sun Sep 3 17:43:25 2006 +0000
9748
9749    Fix postprocessing in menu (Closes:#659)
9750
9751commit 3f1e3abe351f19cb9bff01e8cdc8d36f736c97c9
9752Author: Clément Stenac <zorglub@videolan.org>
9753Date:   Sun Sep 3 17:31:02 2006 +0000
9754
9755    Auto load and save media library (Closes:#433)
9756
9757commit f787ec76c10fa310a23c73d287337d0f6ff35a74
9758Author: Clément Stenac <zorglub@videolan.org>
9759Date:   Sun Sep 3 16:50:22 2006 +0000
9760
9761    open directory and playlist
9762
9763commit 57e8f47c38092e4d1465e6303057c128e37da002
9764Author: Clément Stenac <zorglub@videolan.org>
9765Date:   Sun Sep 3 16:43:26 2006 +0000
9766
9767    Remove useless debug, fix a bug
9768
9769commit fc4f26734d234525e2ecda1bb346a3918790acb2
9770Author: Clément Stenac <zorglub@videolan.org>
9771Date:   Sun Sep 3 16:41:40 2006 +0000
9772
9773    Fix possible crash
9774
9775commit f594604717e1772d3239a34e553a9a19c4b0d9e2
9776Author: Rémi Denis-Courmont <rem@videolan.org>
9777Date:   Sun Sep 3 15:20:43 2006 +0000
9778
9779    Use LTLIBINTL instead of LIBINTL when using libtool.
9780
9781commit 134720bdbf7aed4137c8a276a7e73d33435761d6
9782Author: Christophe Mutricy <xtophe@videolan.org>
9783Date:   Sun Sep 3 15:17:11 2006 +0000
9784
9785    Start of the work of Ari Constancio on Portuguese localisation
9786
9787commit fba89f71376c52418dc3335e8707b0f0babdbfa8
9788Author: Rémi Denis-Courmont <rem@videolan.org>
9789Date:   Sun Sep 3 15:08:52 2006 +0000
9790
9791    Fix type-punning breakage
9792
9793commit 4a3e1087fb3804e3fca54c6a86b8c4b65cfeef25
9794Author: Rémi Denis-Courmont <rem@videolan.org>
9795Date:   Sun Sep 3 15:01:52 2006 +0000
9796
9797    You shall not pass NULL to IsUTF8().
9798
9799commit 91879fc76ebbe0cee33f3fb2e1eff565d3636143
9800Author: Pavlov Konstantin <thresh@videolan.org>
9801Date:   Sun Sep 3 12:41:56 2006 +0000
9802
9803    write comments in config file in user locale instead of utf
9804
9805commit 8b836ad7d36ad81c6d58e357b4aa767ffe525b6e
9806Author: Rémi Denis-Courmont <rem@videolan.org>
9807Date:   Sun Sep 3 11:51:11 2006 +0000
9808
9809    Another GNU makism killed
9810
9811commit 79176e947cefe595db410f1dd291defe881732a6
9812Author: Rémi Denis-Courmont <rem@videolan.org>
9813Date:   Sun Sep 3 11:44:03 2006 +0000
9814
9815    Further crackdown on GNU make-isms
9816    But is the corba plugin functionnal anyway?
9817
9818commit 3895c785f758d99962524fdb2b95f57ed3d389c0
9819Author: Christophe Mutricy <xtophe@videolan.org>
9820Date:   Sat Sep 2 23:24:38 2006 +0000
9821
9822    hmm One of yesterday commit broke binary compatibility.
9823
9824commit 0cd5cdd740f72a453707e4e6166087ce9880c961
9825Author: Clément Stenac <zorglub@videolan.org>
9826Date:   Sat Sep 2 22:33:44 2006 +0000
9827
9828    Remember random/loop/repeat
9829
9830commit 0702b8f8e48dca927ff62d00e0a37f83dacd1987
9831Author: Clément Stenac <zorglub@videolan.org>
9832Date:   Sat Sep 2 21:22:19 2006 +0000
9833
9834    Add --play-and-exit option to quit after no more items are in playlist.
9835    To be backported, but will need some manual merging (diff in vlc-devel should apply pristine to 0.8.5).
9836    Thanks to Georgi Chorbadzhiyski for the patch
9837
9838commit 1aa4230a8154b65139570ee8a953e9cc0b0b2bfd
9839Author: Antoine Cellerier <dionoea@videolan.org>
9840Date:   Sat Sep 2 20:46:57 2006 +0000
9841
9842    Fix refcount issues and only vlc_object_find when needed
9843
9844commit 6a630a520aecb76aa9a0dc5dfc57de6c1b94eaac
9845Author: Rémi Denis-Courmont <rem@videolan.org>
9846Date:   Sat Sep 2 20:30:53 2006 +0000
9847
9848    Merge [PATCH] http chunked encoding fix
9849
9850commit c1e42b89444d735cabe7948a47ec8a28d4ce26b8
9851Author: Christophe Mutricy <xtophe@videolan.org>
9852Date:   Sat Sep 2 19:48:49 2006 +0000
9853
9854    Use our own pkg-config macro. So we don't have problems on OSX (ol pkg.m4 or wrong installation)
9855
9856commit c64eb2f826436eeb9ad309f04ec6014170b2fb91
9857Author: Antoine Cellerier <dionoea@videolan.org>
9858Date:   Sat Sep 2 17:08:08 2006 +0000
9859
9860    Oops.
9861
9862commit 25ff9ffdcabfb151e25f320dbafde1e8b94b5a6f
9863Author: Clément Stenac <zorglub@videolan.org>
9864Date:   Sat Sep 2 17:07:46 2006 +0000
9865
9866    Fixes for random + live search
9867
9868commit 72d2a5b460bd6551a5a2e93216c63c12aba1aaee
9869Author: Antoine Cellerier <dionoea@videolan.org>
9870Date:   Sat Sep 2 17:03:36 2006 +0000
9871
9872    subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29)
9873
9874commit 532a761def76ca5507916dd112bf49b510df6c15
9875Author: Clément Stenac <zorglub@videolan.org>
9876Date:   Sat Sep 2 16:59:50 2006 +0000
9877
9878    Re-enable random.
9879    It is now based on a shuffled array of items, so that next + prev takes you back to what you were playing
9880
9881commit d2b97910a60394c43135195c45d1bef599fb9a3f
9882Author: Christophe Mutricy <xtophe@videolan.org>
9883Date:   Sat Sep 2 14:49:53 2006 +0000
9884
9885    Don't compile the motion plugin on win32
9886
9887commit 176d5aeecafa565eb0683d9b44cfe5b799b07072
9888Author: Dennis van Amerongen <trax@videolan.org>
9889Date:   Sat Sep 2 14:32:19 2006 +0000
9890
9891    * more ouput -> output typos
9892
9893commit 27e0d5bc0d50422e5095e575292d85bb2ddc380b
9894Author: Rémi Denis-Courmont <rem@videolan.org>
9895Date:   Sat Sep 2 12:26:41 2006 +0000
9896
9897    Make mux_ts a plugin too.
9898    Afterall, ts is a plugin, and is probably as useful if not more.
9899
9900commit 7a16cdaa5e463a5c26405fa7eafb19a41592b187
9901Author: Rémi Denis-Courmont <rem@videolan.org>
9902Date:   Sat Sep 2 12:19:59 2006 +0000
9903
9904    Make theora codec a plugin
9905
9906commit c04075035c6b43aa06d45dc182625624960ee8de
9907Author: Rémi Denis-Courmont <rem@videolan.org>
9908Date:   Sat Sep 2 12:15:55 2006 +0000
9909
9910    Cleanup gnutls detection
9911
9912commit c610362cdb77ffb38b61fac3c1a7b8addd75fbda
9913Author: Rémi Denis-Courmont <rem@videolan.org>
9914Date:   Sat Sep 2 11:20:55 2006 +0000
9915
9916    Enable libtool by default.
9917    You can still disable it manually...
9918    and well, you've had six months to fix your build system.
9919
9920commit 0b1d6a5e8279e7075691bb3eeaebbec73ed17c6f
9921Author: Rémi Denis-Courmont <rem@videolan.org>
9922Date:   Sat Sep 2 11:20:07 2006 +0000
9923
9924    Remove evil kludge.
9925    Better fix broken code that would rely on this.
9926
9927commit fe8f7fc7842dc77baf45b50dc2189ea4fa2e5e7a
9928Author: Clément Stenac <zorglub@videolan.org>
9929Date:   Sat Sep 2 10:20:26 2006 +0000
9930
9931    Fix a few quirks with playlist filters
9932
9933commit 0c0286c53b579b29cc0e249be644bc9cbb4d1499
9934Author: Clément Stenac <zorglub@videolan.org>
9935Date:   Sat Sep 2 08:40:01 2006 +0000
9936
9937    Actually use the --playlist-tree option
9938
9939commit 4717c1acae228e87966eec473fae4ab7495af7e0
9940Author: Clément Stenac <zorglub@videolan.org>
9941Date:   Sat Sep 2 08:39:28 2006 +0000
9942
9943    Preferences
9944    * Enable Save/Cancel. Please test heavily with already implemented stuff. There is a layout bug with simple prefs because they don't implement save yet. Also, we still have some parenting issues to fix
9945    * Remove "advanced" stuff
9946
9947commit f9e66b988874723c9eaa673407c17b9b43ffbabd
9948Author: Dennis van Amerongen <trax@videolan.org>
9949Date:   Sat Sep 2 07:52:38 2006 +0000
9950
9951    * typo ouput -> output
9952
9953commit 9aa773ce684884f04655dc433ea3e46e1eb55055
9954Author: Damien Fouilleul <damienf@videolan.org>
9955Date:   Fri Sep 1 16:34:46 2006 +0000
9956
9957    - vlcshell.cpp: fix for a couple of crashing scenarios
9958
9959commit 7e54e24bdf3727463ffaff0dd9671de231d7ad56
9960Author: Damien Fouilleul <damienf@videolan.org>
9961Date:   Fri Sep 1 16:32:09 2006 +0000
9962
9963    asx.c: ignore leading empty lins during detection
9964
9965commit 38a482c2fdc2ce7ab1984a3e043b5bc64eef532f
9966Author: Pavlov Konstantin <thresh@videolan.org>
9967Date:   Fri Sep 1 08:04:55 2006 +0000
9968
9969    This also could be named in non-UTF, recode it
9970
9971commit 955f08dbbce67145a97f5372a64eb529f22523eb
9972Author: Pavlov Konstantin <thresh@videolan.org>
9973Date:   Fri Sep 1 08:03:00 2006 +0000
9974
9975    Recode output in rc interface to current locale
9976
9977commit 268289cf274e8e3395caf7be35e01cc1f6a34128
9978Author: Clément Stenac <zorglub@videolan.org>
9979Date:   Fri Sep 1 06:01:06 2006 +0000
9980
9981    Enable verbosity setting
9982
9983commit 0c6ddb9b05d5524289e6ee88bb1ff27359e1d8df
9984Author: Christophe Mutricy <xtophe@videolan.org>
9985Date:   Thu Aug 31 22:57:35 2006 +0000
9986
9987    Initialize the verbosity box
9988
9989commit 9cd790fcf0d58ce7ac649940812b92860a8d17dc
9990Author: Clément Stenac <zorglub@videolan.org>
9991Date:   Thu Aug 31 22:17:17 2006 +0000
9992
9993    Merge views.hpp in customwidgets
9994
9995commit e03cced9f328baa4cb3896cf479c0cb3c86f87de
9996Author: Clément Stenac <zorglub@videolan.org>
9997Date:   Thu Aug 31 22:10:11 2006 +0000
9998
9999    Warnings/Errors dialog
10000
10001commit 69c492db215787114c4587e901ab534965ea7410
10002Author: Clément Stenac <zorglub@videolan.org>
10003Date:   Thu Aug 31 20:50:50 2006 +0000
10004
10005    * Move the embedded option to libvlc
10006    * Make the interface a bit smaller
10007
10008commit 197dcf8234603c3e21c37d056b2a225fc48ff8f1
10009Author: Clément Stenac <zorglub@videolan.org>
10010Date:   Thu Aug 31 20:39:36 2006 +0000
10011
10012    Preliminary work for better audio visualization handling
10013
10014commit c9f5dbcf676286c75add27c56c60aed802c0e916
10015Author: Rémi Denis-Courmont <rem@videolan.org>
10016Date:   Thu Aug 31 14:55:20 2006 +0000
10017
10018    Export utf8_vfprintf and utf8_fprintf
10019
10020commit ce1c589045b833b221426c5943cff2768dbf85bf
10021Author: Derk-Jan Hartman <hartman@videolan.org>
10022Date:   Thu Aug 31 13:12:26 2006 +0000
10023
10024    * Include vlc_input.h so we don't bug out with shared vlc
10025
10026commit d407ed2a434267b18e1eee6c3df0c2d15a5f71e9
10027Author: Jean-Paul Saman <jpsaman@videolan.org>
10028Date:   Thu Aug 31 12:37:15 2006 +0000
10029
10030    Do not select mono filter automatically
10031
10032commit face3fa4220f5021b6c7efe9b10cfdf17cd6949d
10033Author: Derk-Jan Hartman <hartman@videolan.org>
10034Date:   Thu Aug 31 12:23:54 2006 +0000
10035
10036    Fix a bug in the asx parser. I should really finish cleaning it up :D
10037
10038commit 87bde098013bbeaefe264e805d41ad19ade1aa6b
10039Author: Pavlov Konstantin <thresh@videolan.org>
10040Date:   Thu Aug 31 12:21:51 2006 +0000
10041
10042    added russian translation by Vladimir Yermolayev
10043
10044commit 7dfa2761f98933cdff5ca4adf3604ba81265b7f8
10045Author: Felix Paul Kühne <fkuehne@videolan.org>
10046Date:   Thu Aug 31 11:02:17 2006 +0000
10047
10048    * updated Swedish translation by Daniel Nylander <info at danielnylander dot se>
10049
10050commit 8895a505b05c050cf0379a8da91e13918d4677df
10051Author: Christophe Mutricy <xtophe@videolan.org>
10052Date:   Thu Aug 31 09:51:05 2006 +0000
10053
10054    typo
10055
10056commit 586d8f5a1b367a43df4e2354ba868ef838f68104
10057Author: Felix Paul Kühne <fkuehne@videolan.org>
10058Date:   Wed Aug 30 22:59:21 2006 +0000
10059
10060    * some updates on Apple Remote, etc.
10061
10062commit b0856974cab566960998e182b1f73db250e410a3
10063Author: Felix Paul Kühne <fkuehne@videolan.org>
10064Date:   Wed Aug 30 22:24:25 2006 +0000
10065
10066    * added some buttons for apple remote controlling. Save for backporting, but needs some usability testing
10067
10068commit fd78f83a7625b8fa9506d5f526445af4cd06649f
10069Author: Damien Fouilleul <damienf@videolan.org>
10070Date:   Wed Aug 30 21:30:28 2006 +0000
10071
10072    voutgl: fix AR in mozilla plugin
10073
10074commit ec3f4c8806db398461503c846ffbb29b678dfdc3
10075Author: Clément Stenac <zorglub@videolan.org>
10076Date:   Wed Aug 30 17:40:36 2006 +0000
10077
10078    Fix and port test
10079
10080commit 64f018048c04f47d61c05a4ccfeb78755d2705cd
10081Author: Rémi Denis-Courmont <rem@videolan.org>
10082Date:   Wed Aug 30 17:27:38 2006 +0000
10083
10084    *Really* fix base 64 encoding
10085
10086commit f834305242997bff8e941b4362f147ba2594f4fb
10087Author: Clément Stenac <zorglub@videolan.org>
10088Date:   Wed Aug 30 17:17:11 2006 +0000
10089
10090    Port new URL tests to test/
10091    Support Python 2.4
10092
10093commit f7f09d38fab255e32b511abe723745c8c781cd06
10094Author: Damien Fouilleul <damienf@videolan.org>
10095Date:   Wed Aug 30 16:56:02 2006 +0000
10096
10097    mozilla: mimetype fixes
10098
10099commit 64874cf7fcea79c26dd7303af6bd4d4576a8f425
10100Author: Rémi Denis-Courmont <rem@videolan.org>
10101Date:   Wed Aug 30 14:58:18 2006 +0000
10102
10103    Fix base64 encoding and add regression test
10104
10105commit ac52d273a4a8bf91ed5c6d233a78c3eb96e52f01
10106Author: Derk-Jan Hartman <hartman@videolan.org>
10107Date:   Wed Aug 30 14:56:30 2006 +0000
10108
10109    * forwardport [15373] which was left accidently hanging in the 0.8.5 branch
10110
10111commit fb1fb42f53210f24f198fa7f2323fe592262ac98
10112Author: Benjamin Pracht <bigben@videolan.org>
10113Date:   Wed Aug 30 13:35:56 2006 +0000
10114
10115    * typo
10116
10117commit daa358a696da320a96fe693b109d594129be557d
10118Author: Derk-Jan Hartman <hartman@videolan.org>
10119Date:   Tue Aug 29 23:19:23 2006 +0000
10120
10121    * fix stupid mistake in [16427]
10122
10123commit 20ef751349165a5edf4da20f2e172cd52802cb02
10124Author: Derk-Jan Hartman <hartman@videolan.org>
10125Date:   Tue Aug 29 23:02:13 2006 +0000
10126
10127    * copy [16427] to the switcher module as well. ( is times 3 bytes enough ? perhaps i should use 4 bytes per pixel ? )
10128
10129commit 5cd642814a0249537ea7d4ce99cfc7f5a5a26426
10130Author: Derk-Jan Hartman <hartman@videolan.org>
10131Date:   Tue Aug 29 22:59:16 2006 +0000
10132
10133    * set the proper buffer size when encoding with ffmpeg, instead of using fixed 1024x1024 maximumframe size for the buffer.
10134
10135commit df9d73ddc57c84d4f47e6a5417a9b9ddf438888a
10136Author: Damien Fouilleul <damienf@videolan.org>
10137Date:   Tue Aug 29 21:56:10 2006 +0000
10138
10139    - compatibility fixes for FireFox, Safari and Opera 9
10140    - fixed a couple of crashes on MacOS X
10141
10142commit 4902ffc9e286149f0f90940748579fac46e19dee
10143Author: Clément Stenac <zorglub@videolan.org>
10144Date:   Tue Aug 29 21:37:20 2006 +0000
10145
10146    Some preliminary work for streaming stuff
10147
10148commit 8366eddba8258a137f3324cb8796b69441eedbd4
10149Author: Derk-Jan Hartman <hartman@videolan.org>
10150Date:   Tue Aug 29 21:05:40 2006 +0000
10151
10152    * Fix an issue with DAR vs. Canvas size with matroska files
10153
10154commit a8c5e794784f5a8f47d520565f799e490d8b7367
10155Author: Christophe Mutricy <xtophe@videolan.org>
10156Date:   Tue Aug 29 19:34:50 2006 +0000
10157
10158    hrm, compile before you commit
10159
10160commit d954c8857463bbc1ca49ee3a01cb77139bd991c0
10161Author: Christophe Mutricy <xtophe@videolan.org>
10162Date:   Tue Aug 29 19:24:59 2006 +0000
10163
10164    Fix implicit pointer function. Patch by Dann Frazier. (ref debian #385192)
10165
10166commit f9dfd9843c0419ff992fd6be0de091528c522dc2
10167Author: Jean-Paul Saman <jpsaman@videolan.org>
10168Date:   Tue Aug 29 18:54:05 2006 +0000
10169
10170    combine two channels into mono for the dowmix as last step.
10171
10172commit b19ddef0a3927085ea92fa972accef615c72aa41
10173Author: Damien Fouilleul <damienf@videolan.org>
10174Date:   Tue Aug 29 16:31:39 2006 +0000
10175
10176    vlcshell.cpp: prevent browser from downloading SRC URL before passing it to plugin
10177
10178commit 30b3ac88f3d3dd55984798dfe0453ed79147bdcf
10179Author: Clément Stenac <zorglub@videolan.org>
10180Date:   Tue Aug 29 15:51:56 2006 +0000
10181
10182    Should fix the problem with messages insertion (new messages are inserted at selection point)
10183
10184commit dfdc294ea7a28a95293b7845fd82186a90159d7f
10185Author: Damien Fouilleul <damienf@videolan.org>
10186Date:   Tue Aug 29 12:47:06 2006 +0000
10187
10188    - more javascript fixes
10189    - code cleanup
10190
10191commit 873a4def2718acd08e4295f63641853b18965baf
10192Author: Christophe Mutricy <xtophe@videolan.org>
10193Date:   Tue Aug 29 12:31:06 2006 +0000
10194
10195    no longer need to delete the .xpt
10196
10197commit 7f50b683cd5a23384184caba9c5b3fd0ab938cc6
10198Author: Christophe Mutricy <xtophe@videolan.org>
10199Date:   Tue Aug 29 12:23:28 2006 +0000
10200
10201    Makefile.am: We no longer need a .xpt for the mozilla plugin
10202
10203commit 17afdb9122177e7dd1a974c26d9948c1dbfd4e18
10204Author: Jean-Paul Saman <jpsaman@videolan.org>
10205Date:   Tue Aug 29 11:27:38 2006 +0000
10206
10207    Cleanup
10208
10209commit 1d0b15b5cb9fae31bdc56931a0167556cc4ebe92
10210Author: Jean-Paul Saman <jpsaman@videolan.org>
10211Date:   Tue Aug 29 09:49:07 2006 +0000
10212
10213    Resample audio channels when doing real stereo to mono.
10214
10215commit 1e85ac0bb43423e5f5f63c111842ff6a5c371034
10216Author: Jean-Paul Saman <jpsaman@videolan.org>
10217Date:   Tue Aug 29 09:14:57 2006 +0000
10218
10219    Lower priority of headphone channel_mixer
10220
10221commit 8a225a651e78f818d015f157e1929f706967de7d
10222Author: Christophe Mutricy <xtophe@videolan.org>
10223Date:   Tue Aug 29 09:14:34 2006 +0000
10224
10225    Add include/vlc_intf_strings.h to tarball
10226
10227commit 2a7d4c72bd93525af365d7917a2a5c6e3c130ce8
10228Author: Jean-Paul Saman <jpsaman@videolan.org>
10229Date:   Tue Aug 29 08:50:20 2006 +0000
10230
10231    Fix compiler warnings about signed - unsigned comparissons and wrong datatypes.
10232
10233commit f407de16bc47d3f9bc7b8a2ee67a71de5ca3fc62
10234Author: Jean-Paul Saman <jpsaman@videolan.org>
10235Date:   Tue Aug 29 08:40:57 2006 +0000
10236
10237    Fix compiler warnings (mismatch in datatypes)
10238
10239commit 50491f170a6cffd5f5dfdfe250268268683745ad
10240Author: Jean-Paul Saman <jpsaman@videolan.org>
10241Date:   Tue Aug 29 08:25:59 2006 +0000
10242
10243    Fix compiler warning about comparing signed and unsigned int.
10244
10245commit 38f300b12dc0e09f4bf9c18450323a177de03b9f
10246Author: Jean-Paul Saman <jpsaman@videolan.org>
10247Date:   Tue Aug 29 08:20:19 2006 +0000
10248
10249    Fix compiler warnings related to wrong datatypes.
10250
10251commit c696a407227ae3be5755e6d39431026ae308244f
10252Author: Jean-Paul Saman <jpsaman@videolan.org>
10253Date:   Tue Aug 29 08:09:16 2006 +0000
10254
10255    Use correct formatting for message size_t
10256
10257commit 8c394987d947d7a977193ef1126dbdbc576f1737
10258Author: Jean-Paul Saman <jpsaman@videolan.org>
10259Date:   Tue Aug 29 08:07:08 2006 +0000
10260
10261    Give i_skip a sensible value to start with.
10262
10263commit 2c019e4bd71dde97fe7c019e7058a593224dc880
10264Author: Jean-Paul Saman <jpsaman@videolan.org>
10265Date:   Tue Aug 29 08:05:15 2006 +0000
10266
10267    Provide return statements in non-void function
10268
10269commit dc92781ad5a4a0bd481cdcd57fd0eed56c4da940
10270Author: Damien Fouilleul <damienf@videolan.org>
10271Date:   Mon Aug 28 22:50:30 2006 +0000
10272
10273    vlcshell.cpp:  no need for those printf() any more
10274
10275commit 910868e2bce72fe58d530a45a73a8496182440f4
10276Author: Damien Fouilleul <damienf@videolan.org>
10277Date:   Mon Aug 28 22:48:57 2006 +0000
10278
10279    npmac.cpp: forgot one line from Charles Duffy OS X/Intel patch
10280    vlcshell.cpp: improved FireFox/OSX support
10281
10282commit 961d6594eb76c903e1b5a1d08009e2f83560d430
10283Author: Felix Paul Kühne <fkuehne@videolan.org>
10284Date:   Mon Aug 28 22:00:55 2006 +0000
10285
10286    * GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW. This method should return something but doesn't, so someone with more knowledge of this part might want to have a look at it ;)
10287
10288commit f3c04cc8741b14652af482312d65b4b37f333d37
10289Author: Christophe Mutricy <xtophe@videolan.org>
10290Date:   Mon Aug 28 21:28:29 2006 +0000
10291
10292    po/*: Fix make dist
10293
10294commit d9aeb97fd65b51f4e8cde0c2a166f93029c61ebe
10295Author: Antoine Cellerier <dionoea@videolan.org>
10296Date:   Mon Aug 28 19:44:02 2006 +0000
10297
10298    Begin simple prefs interface panel.
10299
10300commit 310dfdca73406c02beb86f11c4b3d5c467a392ac
10301Author: Damien Fouilleul <damienf@videolan.org>
10302Date:   Mon Aug 28 18:38:33 2006 +0000
10303
10304    - formating
10305    - javascript fixes
10306
10307commit 2454f03d8e91b72ca5c1ac5a8e30d993e5b6b59d
10308Author: Clément Stenac <zorglub@videolan.org>
10309Date:   Mon Aug 28 18:31:00 2006 +0000
10310
10311    Don't output debug on fprintf by default (Refs Debian #385008)
10312
10313commit 8f4473f79fa995139c0bcfbc54ac0f20ac9b1148
10314Author: Rémi Denis-Courmont <rem@videolan.org>
10315Date:   Mon Aug 28 18:24:34 2006 +0000
10316
10317    Work-around to not use IPv6 for braindead unusable IPv6 implementations
10318
10319commit 16b2dec13b17f1b22a793836c75782fc5b847519
10320Author: Derk-Jan Hartman <hartman@videolan.org>
10321Date:   Mon Aug 28 17:02:52 2006 +0000
10322
10323    * Fix the microdvd subs. i forgot that framerate != frameduration :D
10324
10325commit 6e3dbc37fcc814af954cd2020103ee0dd63b3fce
10326Author: Derk-Jan Hartman <hartman@videolan.org>
10327Date:   Mon Aug 28 16:16:33 2006 +0000
10328
10329    * Use the microdvd framerate when available
10330    * avoid the error on sub-original-fps
10331
10332commit d9c2c0936bf428530f4178da317bb62982d24cf7
10333Author: Jean-Paul Saman <jpsaman@videolan.org>
10334Date:   Mon Aug 28 12:27:59 2006 +0000
10335
10336    Try to reopen the audio encoder when channels dimensions have changed.
10337
10338commit bf490f9f931c4ac5d36fe82331bc51bed4782b56
10339Author: Jean-Paul Saman <jpsaman@videolan.org>
10340Date:   Mon Aug 28 11:45:18 2006 +0000
10341
10342    Reenable channel selection for mono: -1 = stereo mix of both channels, 0 = left channel, 1 = right channel, etc.
10343
10344commit 0290a00cb5d662d3635071c94ff9e867361d30b7
10345Author: Jean-Baptiste Kempf <jb@videolan.org>
10346Date:   Mon Aug 28 09:42:13 2006 +0000
10347
10348    Contrib : repair a problem with latest live555 for Mac
10349
10350commit 0201971022d7b95679fc06b988e994dd5793a849
10351Author: Clément Stenac <zorglub@videolan.org>
10352Date:   Mon Aug 28 08:34:52 2006 +0000
10353
10354    Cosmetics:
10355    * Add application icon
10356    * Make interface a bit smaller in Windows
10357    * Fix messages encoding and add header
10358
10359commit c720375b65d134392ed5ca67207e251439d9ebca
10360Author: Clément Stenac <zorglub@videolan.org>
10361Date:   Mon Aug 28 08:25:40 2006 +0000
10362
10363    People might perhaps maybe want to right-click anywhere
10364
10365commit 5c7316ef4842e8cf06e9c17bb8e1a8d35fa7075c
10366Author: Clément Stenac <zorglub@videolan.org>
10367Date:   Mon Aug 28 08:19:38 2006 +0000
10368
10369    Re-enable custom fonts in preferences, without the crash
10370
10371commit f30981466343cd84e2ef182036857ba36b4672f8
10372Author: Clément Stenac <zorglub@videolan.org>
10373Date:   Mon Aug 28 07:37:17 2006 +0000
10374
10375    Fix Win32 preferences crash
10376
10377commit 4587e35963d1bb0587fc7ac6ff426afa2c4242ab
10378Author: Antoine Cellerier <dionoea@videolan.org>
10379Date:   Sun Aug 27 21:41:05 2006 +0000
10380
10381    Add subtitles display effect to simple prefs panel
10382
10383commit a4989d7491f9869198550e1a9605d83c16cb554e
10384Author: Antoine Cellerier <dionoea@videolan.org>
10385Date:   Sun Aug 27 21:37:15 2006 +0000
10386
10387    Float, Float with range and Integer with range widgets.
10388
10389commit 7cf4df92859268243193d530041bba0296cd8bb9
10390Author: Antoine Cellerier <dionoea@videolan.org>
10391Date:   Sun Aug 27 21:06:28 2006 +0000
10392
10393    preferences_widgets.*: Bool prefs widget
10394    simple_preferences.cpp: Audio simple preferences category
10395
10396commit f293fd7bc3b4d43c272798e4ecc891caf4485780
10397Author: Clément Stenac <zorglub@videolan.org>
10398Date:   Sun Aug 27 20:50:54 2006 +0000
10399
10400    Fix crash
10401
10402commit 723b9879d0fee61c9b80fca1b287de6e76fe68af
10403Author: Antoine Cellerier <dionoea@videolan.org>
10404Date:   Sun Aug 27 20:35:11 2006 +0000
10405
10406    Some more prefs fun:
10407     * preferences_widgets.cpp: implement string and int with choice list
10408     * other: simple prefs subtitles dialog
10409
10410commit f7c69bbe4d464531fbd47863b7cdf8abfd848318
10411Author: Clément Stenac <zorglub@videolan.org>
10412Date:   Sun Aug 27 20:27:09 2006 +0000
10413
10414    Improved screen for qt-always-video
10415
10416commit 7ed4cf1bfa327ff1dc37e43c3779f69569ac5f1e
10417Author: Damien Fouilleul <damienf@videolan.org>
10418Date:   Sun Aug 27 19:56:17 2006 +0000
10419
10420    vlcshell.cpp: more X11 fixes
10421
10422commit 7419fda48c86954f898b0217883554049b0d5032
10423Author: Damien Fouilleul <damienf@videolan.org>
10424Date:   Sun Aug 27 19:26:50 2006 +0000
10425
10426    vlcplugin.cpp: removed hardcoded path
10427    npmac.cpp: OSX Intel patch by Charles Duffy
10428    vlcshell.cpp: fixed X11
10429
10430commit 8f8bdcb52a70aa80e3e587c2e6718791bf5424cb
10431Author: Antoine Cellerier <dionoea@videolan.org>
10432Date:   Sun Aug 27 17:07:20 2006 +0000
10433
10434    Fix regression from 0.8.5 when parsing microsoft [Reference] type playlists. We need to check that nothing else was forgoten in the old playlist code.
10435
10436commit 92f7ddf2f9e63eab1da9f8f134407a5e5b3d7dfa
10437Author: Benjamin Pracht <bigben@videolan.org>
10438Date:   Sun Aug 27 17:06:30 2006 +0000
10439
10440    * Some more probing
10441    * The debug output from a v4l2 capable webcam with this would help...
10442
10443commit ba42d61b37c0deeefb035599a2df69ff4ada4e09
10444Author: Clément Stenac <zorglub@videolan.org>
10445Date:   Sun Aug 27 17:06:24 2006 +0000
10446
10447    Add ability to put some background when there is no video
10448
10449commit a593fa18ef93069b6152cc571561c5ccc053e67b
10450Author: Damien Fouilleul <damienf@videolan.org>
10451Date:   Sun Aug 27 16:18:59 2006 +0000
10452
10453    all: rewrite of mozilla plugin
10454    - added a couple of support APIs in libvlc
10455    - retired XPCOM interface, all scripting now goes through NPObject apis
10456    - new APIs using libvlc (roughly similar to java bindings)
10457
10458commit faef0357a70215aed00dd680b7c430f365f2992f
10459Author: Antoine Cellerier <dionoea@videolan.org>
10460Date:   Sun Aug 27 16:19:00 2006 +0000
10461
10462    Fix default category selection
10463
10464commit ea92ef2be2ebfdbb94be206a0aa82dbf1171154d
10465Author: Antoine Cellerier <dionoea@videolan.org>
10466Date:   Sun Aug 27 16:07:10 2006 +0000
10467
10468    Bind simple prefs forms to corresponding simple prefs categories
10469
10470commit 4cd2fe1bbf05bc496460c386603b483e3bce5f41
10471Author: Clément Stenac <zorglub@videolan.org>
10472Date:   Sun Aug 27 15:34:52 2006 +0000
10473
10474    Fix a bug with menu items selection
10475
10476commit ef366726f5a0099793cb8117ea68b942c78f0927
10477Author: Antoine Cellerier <dionoea@videolan.org>
10478Date:   Sun Aug 27 15:34:02 2006 +0000
10479
10480    Start some simple prefs panels. Different kinds of layouts used (ie audio vs video panel). This will have to be standardized (i beleive that the video panel is better).
10481
10482commit cc8c464fb80bf1738ff285eae021a619bae91848
10483Author: Antoine Cellerier <dionoea@videolan.org>
10484Date:   Sun Aug 27 14:50:39 2006 +0000
10485
10486    Simple prefs left hand side stuff (categories). Icons will of course be changed in the future :)
10487
10488commit cfaa0cb3a43d5cc645fbbe55f1d001edc2dc9b10
10489Author: Clément Stenac <zorglub@videolan.org>
10490Date:   Sun Aug 27 14:40:22 2006 +0000
10491
10492    Improved layout for preferences
10493
10494commit 21ab0e41986dd257dc754fc56dff87438fb61e52
10495Author: Clément Stenac <zorglub@videolan.org>
10496Date:   Sun Aug 27 13:09:16 2006 +0000
10497
10498    Fix "All files"
10499
10500commit 94a97b96f25aec6dee7091ee594b827e1429afad
10501Author: Clément Stenac <zorglub@videolan.org>
10502Date:   Sun Aug 27 13:05:51 2006 +0000
10503
10504    Ensure minimum spacing between the status bar and the text
10505
10506commit 2fe13ef6f75e31db2542f8433d53a5c319da7c5b
10507Author: Clément Stenac <zorglub@videolan.org>
10508Date:   Sun Aug 27 12:50:32 2006 +0000
10509
10510    Fix play/pause icons
10511    Implement integer config control
10512
10513commit 44649aaea4ef5f972e73ec9e710f4475cc0739e7
10514Author: Clément Stenac <zorglub@videolan.org>
10515Date:   Sun Aug 27 12:41:54 2006 +0000
10516
10517    Fix a bug with slider positionning
10518
10519commit fded9ae5c8e940c55607af0083a04d019286f0b7
10520Author: Clément Stenac <zorglub@videolan.org>
10521Date:   Sun Aug 27 11:01:22 2006 +0000
10522
10523    Fix a refcount issue
10524    Start using media library
10525
10526commit 948676af6e0ad3f0c6a0581d51b0df77d4416ef7
10527Author: Clément Stenac <zorglub@videolan.org>
10528Date:   Sun Aug 27 10:34:35 2006 +0000
10529
10530    Fix for deletion of current item
10531
10532commit 9e11182b0b6accaaed446c064836d37e7249f8b1
10533Author: Clément Stenac <zorglub@videolan.org>
10534Date:   Sat Aug 26 23:24:23 2006 +0000
10535
10536    Implement basic panel change
10537    Forgot this file
10538
10539commit f10eac9f21c88d529de88ae1b8eeece388f3068c
10540Author: Clément Stenac <zorglub@videolan.org>
10541Date:   Sat Aug 26 23:11:37 2006 +0000
10542
10543    Skeleton for simple prefs
10544
10545commit f9ed4872f2a595f23613df66c225d4ab0b9f2a13
10546Author: Clément Stenac <zorglub@videolan.org>
10547Date:   Sat Aug 26 21:33:56 2006 +0000
10548
10549    Cosmetics
10550
10551commit 9f13f7269bc42bae27d043688745c1eae9f26eb5
10552Author: Clément Stenac <zorglub@videolan.org>
10553Date:   Sat Aug 26 21:30:49 2006 +0000
10554
10555    Find as you type
10556
10557commit 6e670ff201084e6422c065d1006a0244ea4f0e53
10558Author: Clément Stenac <zorglub@videolan.org>
10559Date:   Sat Aug 26 19:16:09 2006 +0000
10560
10561    Volume control
10562
10563commit 159fa24a6c6af16f20a4d5bf0210b8326623a628
10564Author: Clément Stenac <zorglub@videolan.org>
10565Date:   Sat Aug 26 18:03:08 2006 +0000
10566
10567    * Sorting
10568    * Fix a memory leak / crasher
10569
10570commit 69204454599c0d91c2a1dbb176b3f71f4082a89f
10571Author: Clément Stenac <zorglub@videolan.org>
10572Date:   Sat Aug 26 17:06:27 2006 +0000
10573
10574    Cosmetics + Enable menu in playlist
10575
10576commit 6a42cf33fbe64397e701a930057bac60b2835185
10577Author: Clément Stenac <zorglub@videolan.org>
10578Date:   Sat Aug 26 16:51:55 2006 +0000
10579
10580    * Allow service discoveries to state whether they prefer being displayed as tree
10581    * Start putting together all interface strings (Refs:#703)
10582
10583commit abd5dd871c85082eccf68b8bbef49b8ba9c3ef7e
10584Author: Clément Stenac <zorglub@videolan.org>
10585Date:   Sat Aug 26 15:36:45 2006 +0000
10586
10587    * Popups
10588    * Fix a nasty playlist crash
10589
10590commit 1157ad6bd71a8b3aaf45caebd39205fc3e4c1f59
10591Author: Antoine Cellerier <dionoea@videolan.org>
10592Date:   Fri Aug 25 22:11:33 2006 +0000
10593
10594     * Add atrack, vtrack and strack commands. Those can be use to display/change audio, video and subtitle tracks.
10595     * Fix compile warning in enqueue command.
10596
10597commit 566052e9ffb8e9a6671b4a8e624d445dd9586603
10598Author: Pavlov Konstantin <thresh@videolan.org>
10599Date:   Fri Aug 25 21:27:56 2006 +0000
10600
10601    remove unneeded include
10602
10603commit 4016a1a0a31ca2ef48736a21daed4572ea80e870
10604Author: Clément Stenac <zorglub@videolan.org>
10605Date:   Fri Aug 25 21:10:10 2006 +0000
10606
10607    Fix flickering of panels in preferences
10608
10609commit a8b27f21ac60636bf8c2076f30e76e196f4288ee
10610Author: Clément Stenac <zorglub@videolan.org>
10611Date:   Fri Aug 25 15:54:38 2006 +0000
10612
10613    Improve Qt preferences layout handling
10614
10615commit 122fbea6731c39e12a1d80083dc669c9f0654ecd
10616Author: Felix Paul Kühne <fkuehne@videolan.org>
10617Date:   Fri Aug 25 15:47:46 2006 +0000
10618
10619    * set the autoSaveName for the main playlist view, so re-arranged column orders are saved
10620
10621commit 7a6937c5bc32143d017dd4973d6e181e39844e80
10622Author: Sam Hocevar <sam@videolan.org>
10623Date:   Fri Aug 25 12:59:00 2006 +0000
10624
10625      * modules/demux/playlist/asx.c modules/demux/mp4/mp4.c: add missing includes.
10626
10627commit 1b0d1cbcbc877defb2f4d30c18feeac67410965b
10628Author: Sam Hocevar <sam@videolan.org>
10629Date:   Fri Aug 25 12:54:14 2006 +0000
10630
10631      * modules/misc/playlist/xspf.c: fix warnings that are bugs on amd64.
10632
10633commit 64813191d3aebab0bd94db025b40266c8b01cee9
10634Author: Sam Hocevar <sam@videolan.org>
10635Date:   Fri Aug 25 12:19:34 2006 +0000
10636
10637      * modules/demux/playlist/xspf.c: fix warnings that are bugs on amd64.
10638
10639commit 245bf5378f4c9717bb237ac9c9407d7a48fa308e
10640Author: Clément Stenac <zorglub@videolan.org>
10641Date:   Thu Aug 24 20:47:22 2006 +0000
10642
10643    Multiple selection
10644
10645commit 88fbf5360379cf7546c6f9b56bdb791c6f6cad28
10646Author: Jean-Paul Saman <jpsaman@videolan.org>
10647Date:   Thu Aug 24 19:50:23 2006 +0000
10648
10649    Fake the mono stream by duplicating it in both channels
10650
10651commit b531cabe0c65fa2acc6a2b9b3bd5f8d279abac08
10652Author: Clément Stenac <zorglub@videolan.org>
10653Date:   Thu Aug 24 19:45:08 2006 +0000
10654
10655    compile fix
10656
10657commit 2dcb3add64d9fe0dc94490ccf3effcc7ec7dde99
10658Author: Clément Stenac <zorglub@videolan.org>
10659Date:   Thu Aug 24 18:39:25 2006 +0000
10660
10661    Stupid platforms
10662
10663commit 9846f39f69d0beff78c4152cc51df6d64dafa838
10664Author: Clément Stenac <zorglub@videolan.org>
10665Date:   Thu Aug 24 18:00:28 2006 +0000
10666
10667    Preliminary deletion support
10668
10669commit 1fc13bdebe24bcfd20fd297e137de3f5de818d33
10670Author: Clément Stenac <zorglub@videolan.org>
10671Date:   Thu Aug 24 17:52:35 2006 +0000
10672
10673    Template for profile parser
10674
10675commit dc67fdebb80400c917bba041807a6806325c0115
10676Author: Jean-Baptiste Kempf <jb@videolan.org>
10677Date:   Thu Aug 24 16:57:39 2006 +0000
10678
10679    Qt: Small fix on the filters for simpleOpenFile
10680
10681commit 1783d8f0b143a97bee816d7bee72e026b66e2a7b
10682Author: Sam Hocevar <sam@videolan.org>
10683Date:   Thu Aug 24 16:08:31 2006 +0000
10684
10685      * doc/Makefile.am: added missing ChangeLog-2005.
10686
10687commit 496aa990d8f37d30311f63893c9928b34ce4b443
10688Author: Benjamin Pracht <bigben@videolan.org>
10689Date:   Thu Aug 24 06:39:20 2006 +0000
10690
10691    * Some more debug
10692
10693commit b876d12e0e0cd09278ba26a25094644c07130a24
10694Author: Derk-Jan Hartman <hartman@videolan.org>
10695Date:   Thu Aug 24 01:20:43 2006 +0000
10696
10697    * Also pass along the USER DATA of mpeg4
10698      This should help identify the producing encoder and fix some issues with codec specific problems
10699
10700commit 4ecb86281f89ef9d7f3438edcec3798723c93f30
10701Author: Derk-Jan Hartman <hartman@videolan.org>
10702Date:   Thu Aug 24 01:17:58 2006 +0000
10703
10704    * Handle Dicas AVC FOURCC
10705
10706commit 9cbe9cae1b401ce0bcd369bcaedfbd5b75775743
10707Author: Pavlov Konstantin <thresh@videolan.org>
10708Date:   Wed Aug 23 23:40:13 2006 +0000
10709
10710    this should be ifdeffed in a proper way
10711
10712commit 91c55963f699465df6109544d7f149b85d23fabe
10713Author: Eric Petit <titer@videolan.org>
10714Date:   Wed Aug 23 23:32:29 2006 +0000
10715
10716    BeOS / gcc 2.x fixes, patch by Cian Duffy
10717
10718commit 4448a185d76ce605c5c796974115d50478528e7a
10719Author: Jean-Paul Saman <jpsaman@videolan.org>
10720Date:   Wed Aug 23 22:11:28 2006 +0000
10721
10722    Fix bugs in loading of audio transcoding filters.exit
10723
10724commit 0c0c679545f62b3dcfe039859b00be6cdb0da938
10725Author: Jean-Paul Saman <jpsaman@videolan.org>
10726Date:   Wed Aug 23 21:59:47 2006 +0000
10727
10728    put mono audio in both (left/right) channels. For some reason AOUT_CHAN_CENTER doesn't work. Somebody explain this to me, please.
10729
10730commit 0acc11b0549c3ccf237d2b4422e9a8282922adbe
10731Author: Derk-Jan Hartman <hartman@videolan.org>
10732Date:   Wed Aug 23 21:47:53 2006 +0000
10733
10734    * Fix the extradata with mkv native MPEG4 SP/ASP/AP
10735
10736commit ed8404bb5052d17380e5b59d349276bcf81d0bb4
10737Author: Benjamin Pracht <bigben@videolan.org>
10738Date:   Wed Aug 23 20:20:58 2006 +0000
10739
10740    * Very first beginning of a v4l2 access-demux
10741    * Does nothing useful at the moment (only useless device probing)
10742    * The purpose would be to make an access-demux and an access sub-module reusing part of the code
10743    * Access to a webcam or an analog card without an encoder (bt878) would help the development
10744
10745commit 8c8624b4f3ec3cce0115734cbfee9d3916e11f24
10746Author: Jean-Paul Saman <jpsaman@videolan.org>
10747Date:   Wed Aug 23 20:03:48 2006 +0000
10748
10749    Cosmetic
10750
10751commit 8a793c969125c9984c7d937631734426def7f79f
10752Author: Jean-Paul Saman <jpsaman@videolan.org>
10753Date:   Wed Aug 23 20:01:21 2006 +0000
10754
10755    Remove debug that shouldn't be there.
10756
10757commit 2d33618888fbedf54ef837a84a4b618d5441f4e2
10758Author: Benjamin Pracht <bigben@videolan.org>
10759Date:   Wed Aug 23 13:25:22 2006 +0000
10760
10761    * change my email address
10762
10763commit 6e272e8c67ed569ae7b0b6fc2845628aa41fc725
10764Author: Sam Hocevar <sam@videolan.org>
10765Date:   Wed Aug 23 11:57:43 2006 +0000
10766
10767      * Fixed make dist by updating POTFILES.in.
10768
10769commit 649faf948d2d285f5c0a7831deca5f7dc19c017e
10770Author: Felix Paul Kühne <fkuehne@videolan.org>
10771Date:   Wed Aug 23 09:44:27 2006 +0000
10772
10773    * compilation fix
10774
10775commit 89298c16e4964b9033ab4cb6290a953775e92c76
10776Author: Felix Paul Kühne <fkuehne@videolan.org>
10777Date:   Tue Aug 22 23:22:14 2006 +0000
10778
10779    * browsed through all code files starting with A to F and added non-blocking intf_UserFatal calls next to msg_err where I think that it is necessary.
10780    I tried to select the most important msg_errs. If I missed your favourite, feel free to add it.
10781    Feedback on the wording and the placement of the interaction calls is strongly welcomed.
10782
10783    For the records: I'm using some general topics for most of the dialogues to produce less work for the translators. The current ones go like this:
10784    "Audio output failed", "Network interaction failed", "Streaming / Transcoding failed", "Audio filtering failed", "File reading failed", "Playback failure"
10785
10786    More to come.
10787
10788commit dfc8392cd3b2de84dc55e0f4dabf9de63e4d2a42
10789Author: Gildas Bazin <gbazin@videolan.org>
10790Date:   Tue Aug 22 19:03:20 2006 +0000
10791
10792    * modules/codec/ffmpeg/mux.c: libavformat is much more happy with timestamps which start from 0.
10793
10794commit 834b64d0f742bf300b015afdfef91a5f3fa7382c
10795Author: Gildas Bazin <gbazin@videolan.org>
10796Date:   Tue Aug 22 18:24:57 2006 +0000
10797
10798    * modules/packetizer/h264.c: fixed insertion of SPS/PPS.
10799
10800commit 10e3212ea54875dd09bc3ac36bd31b7f795a1cb8
10801Author: Jean-Paul Saman <jpsaman@videolan.org>
10802Date:   Tue Aug 22 14:31:40 2006 +0000
10803
10804    Downmix stereo to mono channel and choose with --sout-mono-channel <n> the destination channel.
10805
10806commit 63fa138598d47f1e75e7065a03952e00be6d4780
10807Author: Gildas Bazin <gbazin@videolan.org>
10808Date:   Mon Aug 21 07:26:31 2006 +0000
10809
10810    * modules/codec/ffmpeg: experimental muxer using ffmpeg's libavformat.
10811
10812commit 5f1df8ae1c05cc595a1cfca9c873e4334aeb3933
10813Author: Jean-Paul Saman <jpsaman@videolan.org>
10814Date:   Sun Aug 20 22:11:27 2006 +0000
10815
10816    cosmetic
10817
10818commit 66ecfa7e153b8b7b554e6b5fd5e679248cad7767
10819Author: Clément Stenac <zorglub@videolan.org>
10820Date:   Sun Aug 20 22:03:18 2006 +0000
10821
10822    Fix messages layout bug
10823    Ensure we scroll correctly
10824
10825commit 11f3f9b07b865299ef0221799be7dde3d3627ec3
10826Author: Jean-Paul Saman <jpsaman@videolan.org>
10827Date:   Sun Aug 20 21:10:17 2006 +0000
10828
10829    enable plugin mono audio filter 2
10830
10831commit 352b5f932f4c6b66a2c0a0b57e749cd6be7f44ee
10832Author: Jean-Paul Saman <jpsaman@videolan.org>
10833Date:   Sun Aug 20 21:00:34 2006 +0000
10834
10835    Make headphone also an audio_filter2
10836
10837commit 663716c008efd7b0a6ce435d89f66b12b33caa81
10838Author: Jean-Paul Saman <jpsaman@videolan.org>
10839Date:   Sun Aug 20 20:56:33 2006 +0000
10840
10841    use memset
10842
10843commit c9c228096bebca57b1738f26f5a2d8723ec62da1
10844Author: Jean-Paul Saman <jpsaman@videolan.org>
10845Date:   Sun Aug 20 20:51:56 2006 +0000
10846
10847    First part of a new mono for audio filter 2. You can select the channel you want to hear all other channels are silenced.
10848
10849    TODO:
10850    - stereo_to_mono downmix
10851
10852commit c3f08a3daf354ec8698e63f2962d691dbe0664eb
10853Author: Jean-Paul Saman <jpsaman@videolan.org>
10854Date:   Sun Aug 20 20:48:35 2006 +0000
10855
10856    Remove some whitespace
10857
10858commit 6d7ee11806562fa34e75d808a2a9654bdd600618
10859Author: Jean-Paul Saman <jpsaman@videolan.org>
10860Date:   Sun Aug 20 20:47:57 2006 +0000
10861
10862    Remove some whitespace
10863
10864commit d17c0dbe2f07b5cdef49a15dbbd88f377c863c50
10865Author: Jean-Paul Saman <jpsaman@videolan.org>
10866Date:   Sun Aug 20 20:46:40 2006 +0000
10867
10868    Don't force s16l as fourcc but let that depend on the stream chain
10869
10870commit 3a95e2c14a5c71d71efc354136733975df70b82d
10871Author: Jean-Baptiste Kempf <jb@videolan.org>
10872Date:   Sun Aug 20 12:57:07 2006 +0000
10873
10874    * First implementation of the simpleOpenFile Dialog for Qt4
10875    * Cosmetic fixes in messages.
10876
10877commit a4697ffa9d7b18a484e7936d2254ca85a5a9135d
10878Author: Gildas Bazin <gbazin@videolan.org>
10879Date:   Sun Aug 20 11:53:35 2006 +0000
10880
10881    * configure.ac: fixed compilation when shoutcast module is enabled.
10882
10883commit 11eb5b51639361a94843c7c283693ab6e559f4c6
10884Author: Olivier Teulière <ipkiss@videolan.org>
10885Date:   Sun Aug 20 09:14:00 2006 +0000
10886
10887     * skins2/src/top_window.cpp: Hide the tooltip when the string to display becomes empty
10888
10889commit 95ff93b28b20d48b2f3b343dee1723c7d87c1eff
10890Author: Olivier Teulière <ipkiss@videolan.org>
10891Date:   Sun Aug 20 08:48:53 2006 +0000
10892
10893     * skins2/win32/win32_dragdrop.cpp: Added a missing encoding conversion
10894     * skins2/parser/interpreter.cpp: playtree.del() is now a synonym of
10895        playlist.del(), as it is already in use in some skins...
10896        Same thing for playtree.sort().
10897
10898commit 6c30ac68ba212328256ec769dbbbc51dd819398b
10899Author: Felix Paul Kühne <fkuehne@videolan.org>
10900Date:   Sat Aug 19 22:54:18 2006 +0000
10901
10902    * also forward the mouse events to super if no vout is present
10903
10904commit bcc2752b97adb71e93ac2fdcab8c8241d4bcda2b
10905Author: Felix Paul Kühne <fkuehne@videolan.org>
10906Date:   Sat Aug 19 22:46:47 2006 +0000
10907
10908    * fixed stupid typo (fixes the highlighting of DVD menu entries)
10909
10910commit 1aeb8f055facaf73d8d287941a37f6a52c3b44b1
10911Author: Felix Paul Kühne <fkuehne@videolan.org>
10912Date:   Sat Aug 19 21:39:06 2006 +0000
10913
10914    * always forward the clicks to OSX's core
10915
10916commit 21ae55dcaa809e0f5e6b6e424a6ce2f77966ad19
10917Author: Dennis van Amerongen <trax@videolan.org>
10918Date:   Sat Aug 19 21:32:19 2006 +0000
10919
10920    * modules/codec/x264.c: cosmetics and added SSIM stats computation option.
10921
10922commit 3189c99ddc42c7e0b4289b28d1efc99d67c1167e
10923Author: Olivier Teulière <ipkiss@videolan.org>
10924Date:   Sat Aug 19 17:51:41 2006 +0000
10925
10926     * skins2/controls/ctrl_slider.cpp: fixed 2 little offset problems, introduced
10927       by a previous commit
10928
10929commit 0fbf13c30976400ed00ccf72ce8d7c84c981d628
10930Author: Clément Stenac <zorglub@videolan.org>
10931Date:   Sat Aug 19 16:19:56 2006 +0000
10932
10933    * Tests for previous commit
10934    * Improve test output
10935
10936commit 23d27c9c9cec127459721c3b9420eb349109b477
10937Author: Clément Stenac <zorglub@videolan.org>
10938Date:   Sat Aug 19 16:19:31 2006 +0000
10939
10940    * B-search macro
10941    * Redo dictionnary handling to remove recursion and bugs
10942
10943commit 2c2ebc9c31414a523710240e5ca6bc743057a42f
10944Author: Jean-Baptiste Kempf <jb@videolan.org>
10945Date:   Sat Aug 19 13:08:04 2006 +0000
10946
10947    * First implementation of the messages dialog for qt4.
10948      It works but it is not finished.
10949      - The changing verbosity does not work yet.
10950      - Too many messages are displayed ?
10951
10952commit 33e494a774556957ffe37f808e87b3a92ea1aa7b
10953Author: Olivier Teulière <ipkiss@videolan.org>
10954Date:   Fri Aug 18 22:00:04 2006 +0000
10955
10956     * skins2/parser/interpreter.cpp: Restored action names modified in [15629]
10957
10958commit 9891b2b15a610ea83c98c51a358f42eaae2b4121
10959Author: Olivier Teulière <ipkiss@videolan.org>
10960Date:   Fri Aug 18 18:58:16 2006 +0000
10961
10962     * skins2/src/theme.cpp: Improved the saving/loading of skins config
10963       - the format of the skins2-config variable has changed (not backwards-compatible)
10964       - the active layout and its size are now restored
10965       - the windows and layouts are now identified by their id, instead of their
10966         order in the XML file; this fixes problems of disappearing windows
10967         when editing a skin (commenting a Window for example)
10968       - it should now be impossible to have all windows hidden at the same time
10969         (but there is no check that the windows are on screen)
10970
10971commit 23ab9d7ec99e6502490f89b2951c7c7e73b876e7
10972Author: Damien Fouilleul <damienf@videolan.org>
10973Date:   Fri Aug 18 15:11:02 2006 +0000
10974
10975    - minor fixes
10976
10977commit ba98f2bd51b7e1f7a7f5ca69807774894fd05e30
10978Author: Damien Fouilleul <damienf@videolan.org>
10979Date:   Fri Aug 18 15:10:21 2006 +0000
10980
10981    - fixed Cygwin issue when linking/building shared libvlc.dll
10982
10983commit 0307453712f8bac7bd6940cc21e211df0334fdec
10984Author: Felix Paul Kühne <fkuehne@videolan.org>
10985Date:   Fri Aug 18 14:05:45 2006 +0000
10986
10987    * finish the vout menu (cloeses #302)
10988
10989commit ba747c38b9314255f838c88d0eee6c9b6dbb2ad3
10990Author: Derk-Jan Hartman <hartman@videolan.org>
10991Date:   Fri Aug 18 01:27:00 2006 +0000
10992
10993    * Fix a RTSP crash
10994
10995commit a757f6af6b811b094ffce8f070c5dff7b09d6f25
10996Author: Gildas Bazin <gbazin@videolan.org>
10997Date:   Thu Aug 17 20:53:27 2006 +0000
10998
10999    * modules/demux/mp4/mp4.c, src/input/decoder.c: support for cropping in quicktime files with H263 video.
11000
11001commit 92811310df44a1a4a67df142feb783fd09e0f3b7
11002Author: Gildas Bazin <gbazin@videolan.org>
11003Date:   Thu Aug 17 20:14:14 2006 +0000
11004
11005    * src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET instead when preparsing.
11006
11007commit 03c6c686591cdaa3438648bf9afaf49d3fdf1107
11008Author: Gildas Bazin <gbazin@videolan.org>
11009Date:   Thu Aug 17 20:07:13 2006 +0000
11010
11011    * modules/stream_out/transcode.c: couple of small fixes.
11012
11013commit d42739f82f5dad1f17a6c395d3f09c3334eb4b7f
11014Author: Clément Stenac <zorglub@videolan.org>
11015Date:   Thu Aug 17 18:16:09 2006 +0000
11016
11017    Fix interaction locking
11018
11019commit 1b481ca9d2d51916561ce699e8ed9340e19434a4
11020Author: Gildas Bazin <gbazin@videolan.org>
11021Date:   Wed Aug 16 21:45:56 2006 +0000
11022
11023    * modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.
11024
11025commit 48031dcee045d4d3855154f0ec946f1672c728d5
11026Author: Dennis van Amerongen <trax@videolan.org>
11027Date:   Wed Aug 16 21:36:26 2006 +0000
11028
11029    * modules/access_output/shout.c: changed 'no bitrate information' warning to be used for both icecast and shoutcast.
11030
11031commit b93020a1d8f9904022bf97c829890bfda928b6df
11032Author: Gildas Bazin <gbazin@videolan.org>
11033Date:   Wed Aug 16 21:19:15 2006 +0000
11034
11035    * modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG messages if they were requested.
11036
11037commit 2379ab142f5c87ddab69e6cb26fbeae3b7f85510
11038Author: Gildas Bazin <gbazin@videolan.org>
11039Date:   Wed Aug 16 20:59:04 2006 +0000
11040
11041    * src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages at all. That avoids flooding the console with useless messages when preparsing.
11042
11043commit 4519ef1e12b3bdc025848ba75eabd8107ef7fa56
11044Author: Gildas Bazin <gbazin@videolan.org>
11045Date:   Wed Aug 16 20:48:06 2006 +0000
11046
11047    * modules/demux/mkv.cpp: remove useless printf()s
11048
11049commit 300a5c1017d98a0cb0435e2ff9889204c7187c1f
11050Author: Gildas Bazin <gbazin@videolan.org>
11051Date:   Wed Aug 16 20:30:04 2006 +0000
11052
11053    * modules/demux/live555.cpp: fixed segfault
11054
11055commit 822898c7e73d506d71defd9efcf34840598d484e
11056Author: Olivier Teulière <ipkiss@videolan.org>
11057Date:   Wed Aug 16 07:03:52 2006 +0000
11058
11059     * skins2/controls/ctrl_image.cpp: Allow resizing to a width of 1 now that the
11060       bug in ScaledBitmap is fixed
11061     * skins2/controls/ctrl_slider.*: Support resizing of the SliderBackground control
11062
11063commit 73a3acb7c56362a9e6c3141fe654fae212c0799e
11064Author: Dennis van Amerongen <trax@videolan.org>
11065Date:   Tue Aug 15 23:13:46 2006 +0000
11066
11067    * modules/access_output/shout.c: removed protocol selection and set it to automaticly try shoutcast protocol if icecast fails. added options for stream info settings, genre, url and public (yellow pages).
11068
11069commit ac16a947d1fbf16d8934b169a9bacf1abc4df1d0
11070Author: Cyril Deguet <asmax@videolan.org>
11071Date:   Tue Aug 15 22:38:49 2006 +0000
11072
11073    * scaled_bitmap.cpp: better fix than [16273] ...
11074
11075commit 357973f8f8eac44c4c5b4beb9011ed0cf860b505
11076Author: Cyril Deguet <asmax@videolan.org>
11077Date:   Tue Aug 15 22:25:27 2006 +0000
11078
11079    * scaled_bitmap.cpp: - fixed an infinite loop when width=1
11080       + fixed a huge bug in horizontal scaling (btw, TODO: use bresenham for
11081       vertical scaling too)
11082
11083commit fa2bb4e2f02622c7464a06183b958adf53e7bae8
11084Author: Gildas Bazin <gbazin@videolan.org>
11085Date:   Tue Aug 15 22:10:37 2006 +0000
11086
11087    * modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit, introduced in changelist 16148 (unix VOUT_REPARENT).
11088
11089commit 386742db4a73be9bae69fdd6ad7855b9bc62b8e0
11090Author: Olivier Teulière <ipkiss@videolan.org>
11091Date:   Tue Aug 15 20:57:56 2006 +0000
11092
11093     * skins2/controls/ctrl_image.cpp: Avoid a crash when resizing a Image control
11094       to a very small size, in scaling mode
11095
11096commit e0a50df328a2051ce9c3f25dc79f766ca1419d5e
11097Author: Olivier Teulière <ipkiss@videolan.org>
11098Date:   Tue Aug 15 18:59:40 2006 +0000
11099
11100     * skins2/controls/*: forward the onResize() method to the decorated controls
11101
11102commit 7ea9e5cc89fab3680c91cb136dc4c4ff8606750e
11103Author: Derk-Jan Hartman <hartman@videolan.org>
11104Date:   Tue Aug 15 16:17:59 2006 +0000
11105
11106    * Get and write the correct profile_compat_byte
11107
11108commit 970efecd699a6ba0fb5482bed5291912b75e4737
11109Author: Derk-Jan Hartman <hartman@videolan.org>
11110Date:   Tue Aug 15 16:12:44 2006 +0000
11111
11112    * provide the SPS and PPS in the SDP when doing h264 packetization (sprop-parameters)
11113
11114commit 3886a791e2f635fa58bc5b32a423b66d1716e237
11115Author: Olivier Teulière <ipkiss@videolan.org>
11116Date:   Tue Aug 15 11:04:13 2006 +0000
11117
11118     * skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax
11119
11120commit 62f073c8ddf2a46f9dd462cc21818ef644cf448f
11121Author: Olivier Teulière <ipkiss@videolan.org>
11122Date:   Tue Aug 15 10:43:00 2006 +0000
11123
11124     * qt4: Added a few forward declarations and includes
11125
11126commit cc5aad0aba5eb0b6f41ea93850ef7a8989e6d8b4
11127Author: Derk-Jan Hartman <hartman@videolan.org>
11128Date:   Mon Aug 14 23:37:28 2006 +0000
11129
11130    * first sps, then pps
11131
11132commit 4598f227ca9f8cb35d6a834577db17aaef1a608d
11133Author: Gildas Bazin <gbazin@videolan.org>
11134Date:   Mon Aug 14 22:16:07 2006 +0000
11135
11136    * modules/packetizer/h264.c: insert an SPS and PPS before each keyframe.
11137
11138commit c72c4815bb525a54ecaae23a29e506e9af8b506c
11139Author: Derk-Jan Hartman <hartman@videolan.org>
11140Date:   Mon Aug 14 21:46:13 2006 +0000
11141
11142    * Set the SPS and PPS properly in the extradata when we receive RTP h264
11143
11144commit c10879d5a1db9af6524ae8728dc546e68f78f704
11145Author: Derk-Jan Hartman <hartman@videolan.org>
11146Date:   Mon Aug 14 21:45:19 2006 +0000
11147
11148    * set extradata of the x264 encoder.
11149
11150commit 94431db895039165b839c35907eb21890b87cc61
11151Author: Derk-Jan Hartman <hartman@videolan.org>
11152Date:   Mon Aug 14 21:44:15 2006 +0000
11153
11154    * Victory at last. The h264 packetizer is fixed. Thx to Haali and gibalou for the insights.
11155      - manage private data properly
11156      - use 4 byte startcodes
11157
11158commit 7cb0b7cc0d65a44147aa14fd7d7ab11936114ba0
11159Author: Dennis van Amerongen <trax@videolan.org>
11160Date:   Sun Aug 13 22:23:33 2006 +0000
11161
11162    * shout.c: add support for protocol selection (icy for shoutcast and http for icecast)
11163
11164commit d56de48889887ee8ce6a914acda14eb514a950c1
11165Author: Christophe Mutricy <xtophe@videolan.org>
11166Date:   Sun Aug 13 19:33:16 2006 +0000
11167
11168    Distribute the java bindings in the tarball
11169
11170commit 55c9d6e9e73285752869ad82f515d0fc184a9e92
11171Author: Rémi Denis-Courmont <rem@videolan.org>
11172Date:   Sun Aug 13 18:48:17 2006 +0000
11173
11174    Attempt to remove all the non standard GNU/make stuff
11175
11176commit 5a4f82600755445667eb01c4ec4b818051e938b7
11177Author: Jean-Paul Saman <jpsaman@videolan.org>
11178Date:   Sun Aug 13 14:31:02 2006 +0000
11179
11180    Fix memory leak
11181
11182commit 87de74a84516cce295b3bd8bedbb9fd45c8dc292
11183Author: Olivier Teulière <ipkiss@videolan.org>
11184Date:   Sun Aug 13 12:34:37 2006 +0000
11185
11186     * doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC 0.8.6 only.
11187
11188commit febb6d4b3969f138879d2925c1ee828f6a8a9f9a
11189Author: Derk-Jan Hartman <hartman@videolan.org>
11190Date:   Sat Aug 12 20:08:08 2006 +0000
11191
11192    * all macintel patches have been fixed upstream now. Also remove outdated ffmpeg prefix patch
11193
11194commit 7f01046284c11de3393f7ac801e8ae97d3617a40
11195Author: Derk-Jan Hartman <hartman@videolan.org>
11196Date:   Sat Aug 12 14:24:54 2006 +0000
11197
11198    * fix the getlength. It needs to be after the SETUP, so that liveMedia can correct Windows Media Servers.
11199
11200commit 32cdd8cbac60ad4103b03255762423cf062dc418
11201Author: Derk-Jan Hartman <hartman@videolan.org>
11202Date:   Sat Aug 12 00:10:37 2006 +0000
11203
11204    * refactoring of live555 module.
11205      - less code duplication
11206      - automaticly try HTTP tunneling if describe fails
11207      - upon authentication failure, ask for a new user/passwd and try again (untested due to lack of a rtsp source)
11208      - fix a bug with adding tracks introduced in [16114]
11209      - fix a bug closing the RTSPClient
11210      - disabled the QT VoD detection because it's unreliable like hell.
11211
11212      TODO:
11213      - test with a WMS RTSP session
11214      - test against a paswd. protected RTSP session
11215      - find a better way for error communication with live (parsing random strings is so 1990)
11216      - find a way to relay Control() calls to a subdemux (for time/pos in TS)
11217      - add the HREF support of the 0.8.5-href branch
11218      - better flushing etc. during the PAUSE (ideas anyone?)
11219
11220commit a4f7a7716f6e4e3284489e32d9fe2e2b9b820da5
11221Author: Christophe Mutricy <xtophe@videolan.org>
11222Date:   Fri Aug 11 23:30:02 2006 +0000
11223
11224    Should fix compilation. Not tested
11225
11226commit e6e82bdad0341165d78fc8bb13307cafc2298a4b
11227Author: Clément Stenac <zorglub@videolan.org>
11228Date:   Fri Aug 11 13:32:42 2006 +0000
11229
11230    Add functions to use the media library
11231
11232commit af1c0e0ac16695c4df182db543ea91738f4e276c
11233Author: Clément Stenac <zorglub@videolan.org>
11234Date:   Fri Aug 11 06:23:56 2006 +0000
11235
11236    Gah, forgot to commit this: fix a potential crash in stats
11237
11238commit a6f5ad1f02d90003bb906ae619a677362165b311
11239Author: Derk-Jan Hartman <hartman@videolan.org>
11240Date:   Thu Aug 10 21:28:56 2006 +0000
11241
11242    * nop part of ffmpeg patch was fixed upstream
11243
11244commit cb9d21f9ed44b9f5cf2a0cbeb9f7c6f937bb4086
11245Author: Antoine Cellerier <dionoea@videolan.org>
11246Date:   Thu Aug 10 19:21:25 2006 +0000
11247
11248    Add "enqueue" command. Original patch by Greg Farell
11249
11250commit 7a305d417788d1559abfb43386af6a321e95f79d
11251Author: Olivier Teulière <ipkiss@videolan.org>
11252Date:   Thu Aug 10 18:26:18 2006 +0000
11253
11254     * doc/skins/skins2-howto.xml: Updated copyright year
11255
11256commit 18c84cde7f93f81a21113d55a79843a3ef3b44a0
11257Author: Olivier Teulière <ipkiss@videolan.org>
11258Date:   Thu Aug 10 17:25:30 2006 +0000
11259
11260     * doc/skins/skins2-howto.xml: Changed the structure of the sections, for a
11261       nicer output
11262
11263commit 8d8a62725399118085c7ac5b09103c5fbe6e2a73
11264Author: Rémi Denis-Courmont <rem@videolan.org>
11265Date:   Thu Aug 10 14:27:28 2006 +0000
11266
11267    Partial UPnP fix from Christian Henz, from Ralf Huvendiek.
11268
11269commit 70631390cde8ff06bbde56d9be2a171c2a3f8ca6
11270Author: Derk-Jan Hartman <hartman@videolan.org>
11271Date:   Thu Aug 10 12:51:53 2006 +0000
11272
11273    * p_input->p_libvlc == p_filter->p_libvlc: remove p_input dependancy here.
11274
11275commit fc380de0c39ee134177681df88996d258c54137a
11276Author: Derk-Jan Hartman <hartman@videolan.org>
11277Date:   Thu Aug 10 11:46:19 2006 +0000
11278
11279    * Part of the Intel patches are now fixed upstream
11280
11281commit 04870f7ca7b951cd811e41440b8303fd74c522cc
11282Author: Jean-Paul Saman <jpsaman@videolan.org>
11283Date:   Wed Aug 9 18:09:34 2006 +0000
11284
11285    Fix comments
11286
11287commit 25ee96d6c287fadd3d96b9030a57c661b7683817
11288Author: Derk-Jan Hartman <hartman@videolan.org>
11289Date:   Tue Aug 8 20:39:12 2006 +0000
11290
11291    * Fix an #ifdef hidden error in cddax
11292
11293commit a5df65a280d747e837e95690064d4fa082706e4f
11294Author: Clément Stenac <zorglub@videolan.org>
11295Date:   Mon Aug 7 17:26:02 2006 +0000
11296
11297    Fix sort by artist
11298
11299commit afab53090bd616cbde57a9c19206fdbb9a58ac34
11300Author: Felix Paul Kühne <fkuehne@videolan.org>
11301Date:   Mon Aug 7 16:36:57 2006 +0000
11302
11303    * configure.ac: enabled Obj-C exceptions in the OBJCFLAGS (they're currently used by AppleRemote only, but we should extend them to further classes)
11304    * AppleRemote.*: added svn id and proper notes about the MIT-style and GPL dual licensing
11305
11306commit a20ffdd49a3a6055b810012bfd46e3e2d4450639
11307Author: Clément Stenac <zorglub@videolan.org>
11308Date:   Sun Aug 6 17:12:01 2006 +0000
11309
11310    * Add random/loop buttons
11311    * Improve hilighting
11312
11313commit fa2f997e2451ebe8197aff5c2bcab5281adc1d37
11314Author: Olivier Teulière <ipkiss@videolan.org>
11315Date:   Sun Aug 6 16:36:30 2006 +0000
11316
11317     * skins2: Fixed resizing of the Text control
11318
11319commit 29a03bfd0be5cc9834daa416496f44eaa401827b
11320Author: Clément Stenac <zorglub@videolan.org>
11321Date:   Sun Aug 6 16:14:56 2006 +0000
11322
11323    Fix deletion of items when changing them to nodes
11324
11325commit 6bdb92a04ae418a5eb052a389a059acf163e7bce
11326Author: Felix Paul Kühne <fkuehne@videolan.org>
11327Date:   Sun Aug 6 16:10:19 2006 +0000
11328
11329    * fix compilation warnings by adding _defaultTableHeader*SortImage to NSOutlineView's interface
11330
11331commit db7965b7eef0dcd0999429ceba628191466580e8
11332Author: Olivier Teulière <ipkiss@videolan.org>
11333Date:   Sun Aug 6 15:49:56 2006 +0000
11334
11335     * skins2: fixed the xkeepratio/ykeepratio attributes for controls not tied to
11336       the top left corner of the layout
11337
11338commit 9a707e07cc83388899ea0658f578bc4286e1e480
11339Author: Jean-Paul Saman <jpsaman@videolan.org>
11340Date:   Sun Aug 6 15:07:47 2006 +0000
11341
11342    Oops use VLC_ error messages
11343
11344commit 4acd4d484bc2fc2819cb6d3c302e446602d290dd
11345Author: Clément Stenac <zorglub@videolan.org>
11346Date:   Sun Aug 6 13:53:58 2006 +0000
11347
11348    Oh look ! Bananas !
11349
11350commit 22267492f5d52efd4affd3062d56a34b4abfd2c7
11351Author: Jean-Paul Saman <jpsaman@videolan.org>
11352Date:   Sun Aug 6 13:43:18 2006 +0000
11353
11354    sanity checking
11355
11356commit 416c06518093388341dd69a567ae5b78aa72d5de
11357Author: Jean-Paul Saman <jpsaman@videolan.org>
11358Date:   Sun Aug 6 13:40:11 2006 +0000
11359
11360    enabled check for p_sys->i_channels>2 again for mp3 audio. It was wrongly disabled.
11361
11362commit c27768fc58cfff7e65cdae1fac86ffa605ce590d
11363Author: Jean-Paul Saman <jpsaman@videolan.org>
11364Date:   Sun Aug 6 13:27:58 2006 +0000
11365
11366    Implement afilter transcode filters and renamed vfilter to ufilter (userfilter) so only one extra entry in sout_stream_id_t is needed and not one for every ES type.
11367
11368commit f74833924c95c5a730dfb6d8afe71a7468605122
11369Author: Jean-Paul Saman <jpsaman@videolan.org>
11370Date:   Sun Aug 6 13:25:05 2006 +0000
11371
11372    ifdef away compiler warning
11373
11374commit 34340fbb8a16b9d491f573dd17788a7487c9a5b1
11375Author: Jean-Paul Saman <jpsaman@videolan.org>
11376Date:   Sun Aug 6 13:24:29 2006 +0000
11377
11378    Remove unused variable
11379
11380commit 2f662e486a43d851ea27deb58d230d98278fecfc
11381Author: Jean-Paul Saman <jpsaman@videolan.org>
11382Date:   Sun Aug 6 13:24:11 2006 +0000
11383
11384    Fix double free bug in psychedelic filter
11385
11386commit 594d7138c36aeb4304feb4253d1d315a04efb08f
11387Author: Jean-Paul Saman <jpsaman@videolan.org>
11388Date:   Sun Aug 6 13:23:47 2006 +0000
11389
11390    Put just deleted objects to NULL.
11391
11392commit 9b14f80f77a367ba1a87c3c8e45af76ee6127ffd
11393Author: Jean-Paul Saman <jpsaman@videolan.org>
11394Date:   Sun Aug 6 13:21:54 2006 +0000
11395
11396    Use NULL iso 0 (is more portable)
11397
11398commit 32e5b144d86451e4c02ae5ebf4546dde9da571b5
11399Author: Jean-Paul Saman <jpsaman@videolan.org>
11400Date:   Sun Aug 6 13:21:36 2006 +0000
11401
11402    Remove some whitespace
11403
11404commit 7c4d81ac3d2670f0330209c2d480250dc59234b9
11405Author: Jean-Paul Saman <jpsaman@videolan.org>
11406Date:   Sun Aug 6 13:11:49 2006 +0000
11407
11408    Use C-style comments
11409
11410commit 4c23c78cdd318473410fd798588f9b620401a280
11411Author: Jean-Paul Saman <jpsaman@videolan.org>
11412Date:   Sun Aug 6 13:11:04 2006 +0000
11413
11414    Cleanup whitespace
11415
11416commit 4376dfd2e9ddd6bae4f71ca57681a7a807c8138e
11417Author: Jean-Paul Saman <jpsaman@videolan.org>
11418Date:   Sun Aug 6 13:10:27 2006 +0000
11419
11420    Remove unused variable.
11421
11422commit efca32ab0a4c9af4bda5656a60e6e00f74dd1e81
11423Author: Jean-Paul Saman <jpsaman@videolan.org>
11424Date:   Sun Aug 6 13:09:42 2006 +0000
11425
11426    Fix compiler warning on uninitialized variable.
11427
11428commit f2a9ea36b4eaa0cac040c8038b2e89bb421c569a
11429Author: Jean-Paul Saman <jpsaman@videolan.org>
11430Date:   Sun Aug 6 13:09:24 2006 +0000
11431
11432    Fix compiler warning on uninitialized variable.
11433
11434commit 2743c5c96ee8fbc02ae293d4be0659fadccbf16a
11435Author: Clément Stenac <zorglub@videolan.org>
11436Date:   Sun Aug 6 12:25:52 2006 +0000
11437
11438    This should fix the locking problems with stats
11439
11440commit 546b08b6df27225539fdb64654e81b09fc3cd543
11441Author: Jean-Paul Saman <jpsaman@videolan.org>
11442Date:   Sun Aug 6 10:30:30 2006 +0000
11443
11444    Coding Style fixes
11445
11446commit 61b7f84a13801112c00baa717fd0bf639f75fdae
11447Author: Clément Stenac <zorglub@videolan.org>
11448Date:   Sun Aug 6 10:07:35 2006 +0000
11449
11450    Qt4:
11451    * Hilight playing item
11452    * Partial removal support, not yet correct
11453    * Reduce critical section when rebuilding playlist
11454    * Beginning of menu support
11455
11456commit bdcb4fac9f061dcd3d3de8afdb08b1b99ad1ad2b
11457Author: Loren Merritt <pengvado@videolan.org>
11458Date:   Sun Aug 6 00:48:05 2006 +0000
11459
11460    oops in r16209
11461
11462commit dda858d436bceafa45b834836a6dd302ad7da181
11463Author: Olivier Teulière <ipkiss@videolan.org>
11464Date:   Sat Aug 5 13:37:06 2006 +0000
11465
11466     * skins2: new "xkeepratio" and "ykeepratio" attributes, common to all the
11467       controls. When set to "true", the behaviour of the resizing is changed
11468       (cf. documentation). The main use for these attributes is to keep a
11469       a control centered in the layout (horizontally, vertically or both) without
11470       resizing the control.
11471
11472commit 3d353c9e2704e7b02de167015c93702bccc01e22
11473Author: Loren Merritt <pengvado@videolan.org>
11474Date:   Fri Aug 4 18:14:40 2006 +0000
11475
11476    fix the crf option to reflect x264's API change in its revision 537
11477
11478commit afee2b7a19b5d9d9d849ca91f2c0b1c05d948d08
11479Author: Jean-Paul Saman <jpsaman@videolan.org>
11480Date:   Fri Aug 4 15:17:15 2006 +0000
11481
11482    Some cleanup of whitespace
11483
11484commit 6bfea2fcd003b1999217e4de9f3483e17f04b049
11485Author: Clément Stenac <zorglub@videolan.org>
11486Date:   Thu Aug 3 22:24:42 2006 +0000
11487
11488    This dichotomy code apparently still is buggy. Todo: redo it
11489
11490commit 4ecc5ff7e39aa6601c2d0e643ad737b5189b89c2
11491Author: Gildas Bazin <gbazin@videolan.org>
11492Date:   Thu Aug 3 21:57:58 2006 +0000
11493
11494    * modules/access/file.c, directory.c: bug and memory leak fixes
11495
11496commit 446f3e9dc82295f5ce004d5fa1d185040fa5490b
11497Author: Clément Stenac <zorglub@videolan.org>
11498Date:   Thu Aug 3 17:03:26 2006 +0000
11499
11500    Fix svn:ignore
11501
11502commit 982c2c891aa4dc440fe65009993004b52534b577
11503Author: Clément Stenac <zorglub@videolan.org>
11504Date:   Thu Aug 3 16:58:10 2006 +0000
11505
11506    Fix a bunch of warnings and errors
11507
11508commit 2d824acd426d7f4c5169083ce9966b5ed4e15da3
11509Author: Clément Stenac <zorglub@videolan.org>
11510Date:   Thu Aug 3 15:34:08 2006 +0000
11511
11512    Fix duplicate definitions of FREE
11513
11514commit c17969a07b54d9ec473402f60ab4c0d8384f2604
11515Author: Clément Stenac <zorglub@videolan.org>
11516Date:   Thu Aug 3 15:27:19 2006 +0000
11517
11518    Handle blocking errors, fix layout for login
11519
11520commit 669d2f81fb1186410228b42592378989b17736f2
11521Author: Jean-Baptiste Kempf <jb@videolan.org>
11522Date:   Thu Aug 3 08:46:47 2006 +0000
11523
11524    Yet another x264 contrib patch for win32
11525
11526commit a3139ceb3c08db0e57e46a50a1f1a13200a78ca0
11527Author: Jean-Baptiste Kempf <jb@videolan.org>
11528Date:   Thu Aug 3 07:48:55 2006 +0000
11529
11530    * Some small updates in the contribs
11531    * FFMpeg reactivated the WM3-codec. The patch is now useless
11532
11533commit 54cfbbc8db822f49819f2230c74c7e8865772d7f
11534Author: Clément Stenac <zorglub@videolan.org>
11535Date:   Thu Aug 3 06:10:57 2006 +0000
11536
11537    * Some Qt interaction stuff
11538    * More useless interaction cleanup
11539    * Small fix for make beautifier
11540
11541commit 1c98d750758a7812c1c433d967564ad92f39ef98
11542Author: Clément Stenac <zorglub@videolan.org>
11543Date:   Wed Aug 2 21:52:28 2006 +0000
11544
11545    Fix crash with GVP, if it breaks it, yell and provide samples so we can put tests for them
11546
11547commit 093de8561e556dcc9c233fa4aef3046fb658721c
11548Author: Clément Stenac <zorglub@videolan.org>
11549Date:   Wed Aug 2 19:51:46 2006 +0000
11550
11551    Interaction cleanup, remove some unused functions, factorize some code, ...
11552
11553commit 7eee710f7983a7f186fe5cacaaaca74614690a89
11554Author: Filippo Carone <littlejohn@videolan.org>
11555Date:   Wed Aug 2 14:11:17 2006 +0000
11556
11557    Java Bindings synched with lastest version.
11558
11559commit fac890f0222fdee3dc3bfa906c7624fc4d4ce440
11560Author: Jean-Baptiste Kempf <jb@videolan.org>
11561Date:   Tue Aug 1 22:09:34 2006 +0000
11562
11563    * Some work for BeOS Contrib's should repair some of'em
11564
11565commit 935598e0b2f7c9de06365f5a2775737039815edb
11566Author: Clément Stenac <zorglub@videolan.org>
11567Date:   Tue Aug 1 15:23:46 2006 +0000
11568
11569    Remove references to deprecated files
11570
11571commit 384f1ef4ec0dcc66311bb374c9aba95ea4b693f4
11572Author: Rémi Denis-Courmont <rem@videolan.org>
11573Date:   Tue Aug 1 15:11:33 2006 +0000
11574
11575    Apparently, someone does not about "make".
11576
11577commit d0733993c70484691029f5aa04539009e4b0149b
11578Author: Rémi Denis-Courmont <rem@videolan.org>
11579Date:   Tue Aug 1 15:00:50 2006 +0000
11580
11581    Syntax error
11582
11583commit 0b01ad2f33131ee91788b42c06c23cd4fe599bbc
11584Author: Rémi Denis-Courmont <rem@videolan.org>
11585Date:   Tue Aug 1 14:54:54 2006 +0000
11586
11587    Cosmetic: Don't leak internal error to the console.
11588
11589commit 14e11ab1c8a1579bfd177dd3813e7c77b30eba51
11590Author: Clément Stenac <zorglub@videolan.org>
11591Date:   Tue Aug 1 13:12:48 2006 +0000
11592
11593    Improve Qt interaction stuff
11594
11595commit 1990bf6f53a495b1fab7522eb2cc8e09aae0242c
11596Author: Filippo Carone <littlejohn@videolan.org>
11597Date:   Tue Aug 1 10:30:31 2006 +0000
11598
11599    Fixed a missing assert.h inclusion.
11600
11601commit 44de024820ed206165d81338c36439e786fe2f65
11602Author: Clément Stenac <zorglub@videolan.org>
11603Date:   Tue Aug 1 09:22:35 2006 +0000
11604
11605    src/control: a bit of cleanup here and there
11606
11607commit 5d09f6000a0b589d63e1fc9c6af4e5b055658203
11608Author: Felix Paul Kühne <fkuehne@videolan.org>
11609Date:   Mon Jul 31 22:51:43 2006 +0000
11610
11611    * interaction.c: always show errors through the interaction framework, even if the user disabled its usage
11612    * macosx/*: minor clean-up
11613
11614commit 52679672fc97ad174da8673a26e09ad78c2adb36
11615Author: Felix Paul Kühne <fkuehne@videolan.org>
11616Date:   Mon Jul 31 22:21:00 2006 +0000
11617
11618    * fix layout
11619
11620commit d57320b4266d9835d85f5d69b7270fbcb087e23a
11621Author: Felix Paul Kühne <fkuehne@videolan.org>
11622Date:   Mon Jul 31 22:15:13 2006 +0000
11623
11624    * removed the old panel which used to show msg_err completely (hopefully) and added a new menu entry to show the collective errors/warnings panel by hand. Additionally, this panel got a details button now. (thanks to thedj for the idea)
11625
11626commit df35f57f1c853dd5e7149f911910dd0bc78b8398
11627Author: Antoine Cellerier <dionoea@videolan.org>
11628Date:   Mon Jul 31 21:07:17 2006 +0000
11629
11630    This was missing to have backwards compatibility with scripts using the old intf.
11631
11632commit c509b07dfaefb13881ef53279a7c00ef7c313559
11633Author: Jean-Baptiste Kempf <jb@videolan.org>
11634Date:   Mon Jul 31 20:13:08 2006 +0000
11635
11636    - Reverting the previous commit.
11637      Something went bad. Sorry.
11638
11639commit f101cc12d2e3ed0827d855338aaa56e02f7d6d5c
11640Author: Jean-Baptiste Kempf <jb@videolan.org>
11641Date:   Mon Jul 31 19:49:19 2006 +0000
11642
11643    - Should remove all the references to intf_UserOkayCancel,
11644    removed in r16159 by fkuehne and fix the nightlies.
11645
11646commit 1e5e694bd3d164d5e11593cbe5cd9d9c87e5a113
11647Author: Gildas Bazin <gbazin@videolan.org>
11648Date:   Mon Jul 31 18:09:49 2006 +0000
11649
11650    * modules/demux/ps.c: fixed breakage
11651
11652commit 195e4bcf28bc52f5eae9b7a988e3dfdb4847af9e
11653Author: Derk-Jan Hartman <hartman@videolan.org>
11654Date:   Mon Jul 31 15:36:36 2006 +0000
11655
11656    * Fix support for QT ref files. this close #700
11657     - this dupes some code from the playlist demux (FindItem).
11658
11659commit 36ef02d1808f31d437820ef67ebd8a0da3141844
11660Author: Filippo Carone <littlejohn@videolan.org>
11661Date:   Mon Jul 31 12:11:51 2006 +0000
11662
11663    Some Java checks on --enable-java-bindings:
11664     * JAVA_HOME is set
11665     * a java compiler compiles
11666
11667commit 8914d39a96c9131b1cbfc8f93869d310c16e9c34
11668Author: Filippo Carone <littlejohn@videolan.org>
11669Date:   Mon Jul 31 09:31:35 2006 +0000
11670
11671    New input_set_(time|position) in libvlc.
11672
11673commit d77533f0a3c7afe9ae93d613e905277484fb183a
11674Author: Filippo Carone <littlejohn@videolan.org>
11675Date:   Mon Jul 31 07:09:53 2006 +0000
11676
11677    Video resize function added in libvlc.
11678
11679    Typo fix in modules/stream_out/bridge.c
11680
11681commit bb444b6f32cae80d2b29351871d913faa4255806
11682Author: Derk-Jan Hartman <hartman@videolan.org>
11683Date:   Sun Jul 30 23:21:58 2006 +0000
11684
11685    * gnutls needs -lintl ldflag with newer versions. It's so nice if packages keep track of what libs they use....... hint hint
11686
11687commit a5973510191cb2533a4e3bff622f65aaf9dcf708
11688Author: Derk-Jan Hartman <hartman@videolan.org>
11689Date:   Sun Jul 30 22:40:08 2006 +0000
11690
11691    * the ffmpeg api version id was updated
11692
11693commit 6eb7b11df81d5ade38cdcbd1d05114f9e75ce520
11694Author: Felix Paul Kühne <fkuehne@videolan.org>
11695Date:   Sun Jul 30 22:35:04 2006 +0000
11696
11697    * compilation fix
11698
11699commit 765427d0af47e0f68b3f62f7746caa14da2058db
11700Author: Felix Paul Kühne <fkuehne@videolan.org>
11701Date:   Sun Jul 30 22:11:36 2006 +0000
11702
11703    osx/intf.m: don't show msg_err's in the OSX GUI anymore. Localised errors/warnings are shown by the interaction framework now.
11704    wx/interaction.cpp: another WX compilation fix
11705
11706commit 7365e40970cc3c09ac8f464c72243dcad0d87765
11707Author: Felix Paul Kühne <fkuehne@videolan.org>
11708Date:   Sun Jul 30 22:03:56 2006 +0000
11709
11710    * forgot these in the previous commit (updated to current API)
11711
11712commit 0a9dbda92034654d20a12e3d616e93e3ac382849
11713Author: Felix Paul Kühne <fkuehne@videolan.org>
11714Date:   Sun Jul 30 22:00:44 2006 +0000
11715
11716    * additional interaction enhancements
11717        - intf_UserFatal takes an addition bool-argument now to set whether the error message will be blocking in the interface or not (so TRUE = blocking)
11718        - intf_UserWarn is always non-blocking and is used to check important, localised warnings to the user
11719    * wx: a compilation fix, but no update to the current API
11720    * osx: complete implementation of the interaction framework using some Carbon (!) functions, because the needed icons aren't accessible through Cocoa. Regrettably, I had to add yet another nib-file to keep the code clean and readable.
11721
11722    The Error-dialogue is no longer re-usable (so the specific ID was removed). The interface needs to keep track of the reported errors and warnings. Thus, it may discard them as requested by the user and doesn't need to care about the core.
11723
11724commit 87c7bdf06f337b06cd2c19a45d3abd2115ef646f
11725Author: Clément Stenac <zorglub@videolan.org>
11726Date:   Sun Jul 30 21:19:38 2006 +0000
11727
11728    Forgot this
11729
11730commit 96a9eea8c77b0325391d50b002b0e068ac115a0c
11731Author: Clément Stenac <zorglub@videolan.org>
11732Date:   Sun Jul 30 20:28:59 2006 +0000
11733
11734    Icons support
11735    Misc fprintf cleanup
11736
11737commit 5b6e15db433474a58b363715a71cc973f8ebdac6
11738Author: Clément Stenac <zorglub@videolan.org>
11739Date:   Sun Jul 30 16:41:20 2006 +0000
11740
11741    Qt4 playlist dialog base stuff
11742
11743commit f8663297096782a1ea1994094b073f924890b4c3
11744Author: Olivier Teulière <ipkiss@videolan.org>
11745Date:   Sun Jul 30 14:34:21 2006 +0000
11746
11747     * skins2/*: fixed some doxygen comments
11748
11749commit b9864a81adc15e47b3058d4e51cfe5be513359fb
11750Author: Olivier Teulière <ipkiss@videolan.org>
11751Date:   Sun Jul 30 13:04:27 2006 +0000
11752
11753     * skins2/src/generic_layout.cpp: refresh the area of the Video control when it
11754       is not visible
11755
11756commit 664f12538bc4d99f02f752712add11b57c4df4f0
11757Author: Cyril Deguet <asmax@videolan.org>
11758Date:   Sun Jul 30 12:22:00 2006 +0000
11759
11760    * fixed galaktos plugin which was broken for a very long time
11761
11762commit a3cceda1c91321de1090d0906a991f8e870bac69
11763Author: Olivier Teulière <ipkiss@videolan.org>
11764Date:   Sun Jul 30 12:07:45 2006 +0000
11765
11766     * skins2: when restoring the previous skin because a new one failed to load,
11767       show only the windows that were visible before
11768
11769commit de277e80b5445affffbb17b8e2d16c6d525c0f7c
11770Author: Damien Fouilleul <damienf@videolan.org>
11771Date:   Sat Jul 29 23:32:05 2006 +0000
11772
11773    few fixes in libvlc APis
11774    - allow for libvlc_exception_t to be NULL in APIs
11775    - remove X11 references from libvlc, as it breaks MacOS X
11776
11777commit 56c768439b42a3c975b75d9a881927f44839aca5
11778Author: Derk-Jan Hartman <hartman@videolan.org>
11779Date:   Sat Jul 29 22:58:49 2006 +0000
11780
11781    * Allow the asx module to peek instead on relying on file extension
11782    * Added the QuickTime RTSPtext redirect system. uses m3u, even though they are not related.
11783    * Added the WM Server [Reference] redirects to the pls playlist demux. it's also INI based.
11784
11785    This fixes #690
11786
11787commit 9c964adb00e5fa32f4cedb096c62a791fd4f1cba
11788Author: Felix Paul Kühne <fkuehne@videolan.org>
11789Date:   Sat Jul 29 15:47:08 2006 +0000
11790
11791    * minor core cleanup and WX compilation fix
11792
11793commit 76d75d3dc50a4c40a6bd48c613c0cabfba0a37f9
11794Author: Felix Paul Kühne <fkuehne@videolan.org>
11795Date:   Sat Jul 29 15:32:30 2006 +0000
11796
11797    * improved some error messages
11798
11799commit 6cb1101a9144409fe27ffd7984c58f33b66eb78c
11800Author: Felix Paul Kühne <fkuehne@videolan.org>
11801Date:   Sat Jul 29 15:07:42 2006 +0000
11802
11803    * enhanced the interaction core with some method additions/changes
11804    - intf_UserProgress* takes an additional argument now. use it to provide the time to go (in sec) until the process will be finished. Provide 0, if you don't have such info. The interface will hide the respective text-field.
11805    - intf_UserProgressIsCancelled can be called by the module which triggered the interaction dialogue on a regular interval, to check if the user cancelled the dialogue or not. This is for dialogues with an optional cancel-button only (like the modal progress panel), so it doesn't replace p_dialog->i_return = DIALOG_CANCELLED which is for yes/no-style dialogues
11806    - intf_UserOkayCancel was removed in favour of an enhanced intf_UserYesNo
11807    - intf_UserYesNo takes 3 additional arguments now to get the custom captions of the default (~Yes), alternate(~No) and one optional button(~Cancel). This provides a better interface experience for the user and is more compliant with OSX's HIGL. The interface automatically hides the 3rd button, if NULL is given.
11808
11809commit 87a71d24f916ba528c1ec7b545dfb6c58433567c
11810Author: Christophe Mutricy <xtophe@videolan.org>
11811Date:   Sat Jul 29 14:38:38 2006 +0000
11812
11813    fix breakqge introduce in [16152]
11814
11815commit 525b810c5548f0ec59f77e2b184f56efbbec3694
11816Author: Clément Stenac <zorglub@videolan.org>
11817Date:   Sat Jul 29 13:32:12 2006 +0000
11818
11819    svn ids and stuff
11820
11821commit 77824cb40c9997dc993d6fa40ba38f4d7a4bd571
11822Author: Clément Stenac <zorglub@videolan.org>
11823Date:   Sat Jul 29 13:31:48 2006 +0000
11824
11825    One more
11826
11827commit ebd136c426b0944df97ca604d12aede861a32f42
11828Author: Clément Stenac <zorglub@videolan.org>
11829Date:   Sat Jul 29 13:31:32 2006 +0000
11830
11831    Some old stats fixes
11832
11833commit 9056d31fe80d943ca2248a46203446c1d0b9c076
11834Author: Jérome Decoodt <djc@videolan.org>
11835Date:   Sat Jul 29 13:01:52 2006 +0000
11836
11837    Add Ctrl+clic to handle one button mice
11838
11839commit 81ad2fc1a3798ed265bb301178ca03aa3ace3605
11840Author: Clément Stenac <zorglub@videolan.org>
11841Date:   Sat Jul 29 12:25:13 2006 +0000
11842
11843    Simplify transcode handling
11844
11845commit 702a5518958aa2ce5e19a7b23ac681576d90558b
11846Author: Felix Paul Kühne <fkuehne@videolan.org>
11847Date:   Sat Jul 29 12:18:48 2006 +0000
11848
11849    * enabled ffmpeg's beta WMV3/VC1-support
11850
11851commit cfd2fa8ffc78dba9729cece7e4df0e0fd77b7f8a
11852Author: Christophe Mutricy <xtophe@videolan.org>
11853Date:   Fri Jul 28 19:34:03 2006 +0000
11854
11855    Cosmetics
11856
11857commit e4395e51ffe49e5f086625b622ad5eb54bfb1093
11858Author: Christophe Mutricy <xtophe@videolan.org>
11859Date:   Fri Jul 28 19:05:04 2006 +0000
11860
11861    Update png patch for mactel. Thanks to Jean-Baptiste Kempf
11862
11863commit 7b006d7b3c358b3d58bdd90d22c6c284f3d745e0
11864Author: Pavlov Konstantin <thresh@videolan.org>
11865Date:   Fri Jul 28 15:28:31 2006 +0000
11866
11867    reverted erroneous part of 16030 commit (this will fix libtool builds)
11868
11869commit 05985a982b4c136f5bdb72073d39dee1819fb994
11870Author: Filippo Carone <littlejohn@videolan.org>
11871Date:   Fri Jul 28 15:24:07 2006 +0000
11872
11873    Real VOUT_REPARENT (UNIX only ATM).
11874
11875    if (vout_Control VOUT_REPARENT is called giving a Drawable in args)
11876    then
11877         that Drawable is used as new parent
11878    otherwise
11879         DefaultRootWindow will be the parent
11880
11881commit 89471fa0ae4ddc54bd49511af6e3f3b43761f153
11882Author: Clément Stenac <zorglub@videolan.org>
11883Date:   Fri Jul 28 13:28:08 2006 +0000
11884
11885    Some initial work for streaming profiles
11886    + some misc test cleanup
11887
11888commit ebc698a515bd416b4f03063b0c68d524015bfeef
11889Author: Clément Stenac <zorglub@videolan.org>
11890Date:   Fri Jul 28 11:58:58 2006 +0000
11891
11892    Check type before cast
11893
11894commit 0c5b1abc5b2652a48bc4fa007316c4280d0535aa
11895Author: Clément Stenac <zorglub@videolan.org>
11896Date:   Fri Jul 28 11:45:52 2006 +0000
11897
11898    WTF isn't QEvent a QObject ?
11899
11900commit 4ca4116ea176a7a216ff32ae0c2e15b2d7f5fc78
11901Author: Clément Stenac <zorglub@videolan.org>
11902Date:   Fri Jul 28 11:16:49 2006 +0000
11903
11904    Don't use RTTI
11905
11906commit 073717300deb5765082f6ea0618572234ec9b9d7
11907Author: Damien Fouilleul <damienf@videolan.org>
11908Date:   Fri Jul 28 00:01:15 2006 +0000
11909
11910    Makefile: fix cross compiling broken by my previous commit
11911
11912commit 94762fed6b24e11c94d0981d57dc0a8f68700feb
11913Author: Christophe Mutricy <xtophe@videolan.org>
11914Date:   Thu Jul 27 22:53:41 2006 +0000
11915
11916    Update the libpng patches
11917
11918commit c73a3a6967fa198a97f3b299d795c848c80a5bfa
11919Author: Damien Fouilleul <damienf@videolan.org>
11920Date:   Thu Jul 27 22:46:48 2006 +0000
11921
11922    patch for libgpg-error when NLS is disabled
11923
11924commit 07b09e4e3f3bc31b7f3e41c1d5521fe089325677
11925Author: Clément Stenac <zorglub@videolan.org>
11926Date:   Thu Jul 27 20:12:41 2006 +0000
11927
11928    Add --france / --no-france option to disable DRM playback.
11929    CSS is not yet disabled as it is hidden from us by libdvdnav/libdvdplay
11930
11931commit 727eb9d899feb540f9ac298aeb125fa25d2cbbc8
11932Author: Damien Fouilleul <damienf@videolan.org>
11933Date:   Thu Jul 27 19:51:57 2006 +0000
11934
11935    miscellaneous fixes when building contribs on Cygwin
11936    - boostrap: make configure.ac happy when detecting contribs build on Cygwin
11937    - Makefile: cleanup, fixed extraction of files containing invalid characters (on DOS LFN), gpg-error compiling
11938
11939commit 4962512e327e7cf60b5564561845205369991780
11940Author: Filippo Carone <littlejohn@videolan.org>
11941Date:   Thu Jul 27 14:51:22 2006 +0000
11942
11943    This was overwritten by mistake. Backported to revision 15898.
11944
11945commit a1f2a86dc770ecff1c29f403ddf4e6ac7fa8c738
11946Author: Eric Petit <titer@videolan.org>
11947Date:   Wed Jul 26 22:48:34 2006 +0000
11948
11949    Make I420_UYVY/MMX support widths non multiple of 8
11950
11951commit 145662277a0cb3ac52b6cd297b91c28e7be65c96
11952Author: Christophe Mutricy <xtophe@videolan.org>
11953Date:   Wed Jul 26 22:01:37 2006 +0000
11954
11955    use pic on amd64. should fix the amd64 moz plugin
11956
11957commit e9bbc01fdc597c29a2dfb95d297da8118d42288b
11958Author: Christophe Mutricy <xtophe@videolan.org>
11959Date:   Wed Jul 26 21:59:13 2006 +0000
11960
11961    add qvlc to the summary
11962
11963commit 832682c4ab7aa885a467da2d4d8300db8c6417eb
11964Author: Antoine Cellerier <dionoea@videolan.org>
11965Date:   Wed Jul 26 21:21:48 2006 +0000
11966
11967    Use 5 digits for snapshot numbering when in sequential mode (padd with 0s)
11968
11969commit bc133f33f41dc575bf416a3638a0e9624d483e30
11970Author: Filippo Carone <littlejohn@videolan.org>
11971Date:   Wed Jul 26 15:13:47 2006 +0000
11972
11973    More vlm functions added in libvlc (to play, pause and stop a broadcast)
11974
11975commit 0e977f2f91855d0d3a0e778bca2ef224f8543b32
11976Author: Filippo Carone <littlejohn@videolan.org>
11977Date:   Wed Jul 26 14:15:08 2006 +0000
11978
11979    Sync bindings/java with jvlc head (release is close ;).
11980
11981commit d48bf82bf7ebf6c743ae9ce721ae6d18a463ce3a
11982Author: Christophe Mutricy <xtophe@videolan.org>
11983Date:   Wed Jul 26 13:49:56 2006 +0000
11984
11985    Contrib: fix speex patch. Thanks to JB Kempf
11986
11987commit a4cdb18a631fbb89e66fdc22e21619821fe0bd5a
11988Author: Christophe Mutricy <xtophe@videolan.org>
11989Date:   Wed Jul 26 12:04:25 2006 +0000
11990
11991    Protect the email address
11992
11993commit a57f81be76098c94e9f684c6a7cc5dde12704568
11994Author: Christophe Mutricy <xtophe@videolan.org>
11995Date:   Wed Jul 26 10:56:30 2006 +0000
11996
11997    ffmpeg contribs:
11998        .pc hqve been fixed upstream
11999        delete empty win32 patch
12000        temporarly disable install patch. it works fine without on debian and macOSX. FC4 to be investigated
12001
12002commit 4a32026b06ff804c84142325552e0a39f5e5a9a6
12003Author: Clément Stenac <zorglub@videolan.org>
12004Date:   Tue Jul 25 22:56:37 2006 +0000
12005
12006    New Qt Contrib
12007
12008commit c640ae86f495718fbd393b68b956771959515368
12009Author: Olivier Teulière <ipkiss@videolan.org>
12010Date:   Tue Jul 25 21:23:01 2006 +0000
12011
12012     * skins2/src/skin_common.hpp: Added missing header
12013
12014commit 0e83925220a547b658cb6722e29597a563a109d3
12015Author: Christophe Mutricy <xtophe@videolan.org>
12016Date:   Tue Jul 25 12:41:29 2006 +0000
12017
12018    Upgrade patch for png on osx. Thanks to Jean-Baptiste Kempf
12019
12020commit 0e6317449320deacf9f5e459774fc29361d33976
12021Author: Christophe Mutricy <xtophe@videolan.org>
12022Date:   Tue Jul 25 09:37:31 2006 +0000
12023
12024    Don't include opie/ in the gettext stuff as it's not in the tarball.
12025
12026commit 717b5070683209785736bc89a57d026a597280ea
12027Author: Christophe Mutricy <xtophe@videolan.org>
12028Date:   Mon Jul 24 23:00:57 2006 +0000
12029
12030    Grrrr, silly qt4 build system
12031
12032commit 7706a5aa3fe8b95cdd28ded2372678380cd9de71
12033Author: Christophe Mutricy <xtophe@videolan.org>
12034Date:   Mon Jul 24 22:56:44 2006 +0000
12035
12036    Oups miss that in previous commit
12037
12038commit 2ef0df8a7382ef9f58461a1a2ee2c6709d9cc348
12039Author: Christophe Mutricy <xtophe@videolan.org>
12040Date:   Mon Jul 24 22:45:26 2006 +0000
12041
12042    Use newer version of libraries in extras/contrib. Patch courtesy of Jean-Baptiste Kempf
12043
12044commit 62ab3db5c4b59d666e3c80b7fa8c5eb49f0cf7a8
12045Author: Christophe Mutricy <xtophe@videolan.org>
12046Date:   Mon Jul 24 21:45:56 2006 +0000
12047
12048    Localized the stings inside the .ui  and update the po files.
12049
12050commit c81509e47e1fca436ef6175fc75b4d2ebc1cfc3f
12051Author: Olivier Teulière <ipkiss@videolan.org>
12052Date:   Mon Jul 24 20:09:22 2006 +0000
12053
12054     * skins2/src/dialogs.cpp: more encoding fixes
12055
12056commit f9e4bcb926004f39ddd160439d5772a60dd0686d
12057Author: Felix Paul Kühne <fkuehne@videolan.org>
12058Date:   Mon Jul 24 17:55:28 2006 +0000
12059
12060    libavutil/common.h was re-worked, so it doesn't need to be patched anymore
12061
12062commit 4809df7de08ec0ea632de59bcd52bb5059cf9e40
12063Author: Olivier Teulière <ipkiss@videolan.org>
12064Date:   Sun Jul 23 22:19:46 2006 +0000
12065
12066     * skins2: fixed several encoding issues. In particular, it should now be
12067       possible to load a skin on Windows when logged with an account containing
12068       non-english characters.
12069
12070commit 93ca90e6e580d76c59d6851f85e8adf73c3d89f2
12071Author: Jean-Paul Saman <jpsaman@videolan.org>
12072Date:   Sun Jul 23 18:10:04 2006 +0000
12073
12074    Fix installation of ffmpeg-svn version
12075
12076commit e24fb253c769299f991bb32886ab72f22226775c
12077Author: Jean-Paul Saman <jpsaman@videolan.org>
12078Date:   Sun Jul 23 17:51:07 2006 +0000
12079
12080    Revert revision 16112
12081
12082commit bf43238e937fb0d2a9366bb82e19003375d696c7
12083Author: Jean-Paul Saman <jpsaman@videolan.org>
12084Date:   Sun Jul 23 16:21:35 2006 +0000
12085
12086    Forward port of revision 16113. Fixes a bug in live555 module, that made audio packets (only for audio types that are not supported) being sent to the video decoder. This caused artefacts and segmentation faults in the decoder. VLC core handles the case for codec being not supported just fine, so removed the check for undefined codec.
12087
12088commit 42b84e0a23d56ce03030dbc5919ad1054608e7d0
12089Author: Jean-Paul Saman <jpsaman@videolan.org>
12090Date:   Sun Jul 23 11:04:13 2006 +0000
12091
12092    Forward port of revision 16111
12093
12094commit 88c15f68b53fd353a002a2d445531777017a29f0
12095Author: Antoine Cellerier <dionoea@videolan.org>
12096Date:   Sat Jul 22 15:41:38 2006 +0000
12097
12098    Oops
12099
12100commit 6ec5618a564992a88b105966aacdf3e2762bcce1
12101Author: Antoine Cellerier <dionoea@videolan.org>
12102Date:   Sat Jul 22 15:33:03 2006 +0000
12103
12104    add --snapshot-prefix and --snapshot-sequential options. --snapshot-prefix lets you choose the filename's prefix (default it "vlcsnap-"). --snapshot-sequential numbers the snapshot starting with 1 and incrementing every time.
12105
12106commit 51c68fc76a02fc6fcc969c63151f46469bf48869
12107Author: Antoine Cellerier <dionoea@videolan.org>
12108Date:   Sat Jul 22 14:45:25 2006 +0000
12109
12110    Some more vfilter2 stuff
12111
12112commit d12c9741f5599a6f2521a10a95a11efa278eaa53
12113Author: Christophe Mutricy <xtophe@videolan.org>
12114Date:   Fri Jul 21 21:14:35 2006 +0000
12115
12116    oups missed that
12117
12118commit 9f7ea79c25ea018a603bc42bf2926181443d3b37
12119Author: Felix Paul Kühne <fkuehne@videolan.org>
12120Date:   Fri Jul 21 20:36:29 2006 +0000
12121
12122    * minor layout improvement
12123
12124commit b05dd90dd91a6b1f6981525aef740922b9f691dd
12125Author: Christophe Mutricy <xtophe@videolan.org>
12126Date:   Fri Jul 21 15:19:35 2006 +0000
12127
12128    contribs: Rename the qt tarball to indicate it's a win32 binaries
12129
12130commit e890a6c3f24f5b96ba0a4f58d074f5ff1405d6a6
12131Author: Clément Stenac <zorglub@videolan.org>
12132Date:   Fri Jul 21 09:42:43 2006 +0000
12133
12134    Qt4 contrib fixes
12135
12136commit 9eecdaf8361fbdebd529a0df4b527cb538bb2d86
12137Author: Clément Stenac <zorglub@videolan.org>
12138Date:   Thu Jul 20 22:16:10 2006 +0000
12139
12140    Add Qt4 to contrib
12141
12142commit 1f62202f719d7cd3ed5d34fd3b8a55a204b368f4
12143Author: Felix Paul Kühne <fkuehne@videolan.org>
12144Date:   Thu Jul 20 19:45:51 2006 +0000
12145
12146    * some minor fixes (signed vs unsigned ints, removed an always ignored pragma, fixed an if)
12147
12148commit 25b064e16de89d1a22949691deaa72ee36fae75b
12149Author: Felix Paul Kühne <fkuehne@videolan.org>
12150Date:   Thu Jul 20 19:30:39 2006 +0000
12151
12152    * compile before you commit
12153
12154commit 9f15438ba9784764e998f4ec5aad4a57d0c37430
12155Author: Felix Paul Kühne <fkuehne@videolan.org>
12156Date:   Thu Jul 20 19:26:33 2006 +0000
12157
12158    * another patch for ffmpeg, so make up a new ffmpeg patch-file and ditch the previous configure-specific one
12159
12160commit aa0e6bd7f82b79d41c9aad41e65efb9d42e84672
12161Author: Felix Paul Kühne <fkuehne@videolan.org>
12162Date:   Thu Jul 20 19:16:52 2006 +0000
12163
12164    * compilation fix to reflect x264's API change in its revision 537 (x264 build 48)
12165
12166    It would be nice if someone with more x264-knowledge could review this.
12167
12168commit 3f319f8968cbf1b2aabbdd480b3e4a57d411428a
12169Author: Felix Paul Kühne <fkuehne@videolan.org>
12170Date:   Thu Jul 20 19:06:18 2006 +0000
12171
12172    * yet another patch for ffmpeg: its configure script doesn't recognise that (at least on OSX) variables' names are case-sensitive
12173
12174commit ac1fa4837a6200585894305ae583135f39fba3d3
12175Author: Christophe Mutricy <xtophe@videolan.org>
12176Date:   Thu Jul 20 18:54:26 2006 +0000
12177
12178    Compile fix. gcc doesn't like foo=foo();
12179
12180commit b48e3d2890bb6e2b1a35d7c051ef101a50809833
12181Author: Clément Stenac <zorglub@videolan.org>
12182Date:   Thu Jul 20 15:25:02 2006 +0000
12183
12184    Fix a bunch of bugs
12185
12186commit 2dcdfb683746040cb57acb593c3fb3cf4786aced
12187Author: Christophe Mutricy <xtophe@videolan.org>
12188Date:   Thu Jul 20 13:44:04 2006 +0000
12189
12190    Cosmetic: svn properties, Id, copyright dates
12191
12192commit 599340cfaca4b6b23ed234ec6b577ac8aff76fb8
12193Author: Damien Fouilleul <damienf@videolan.org>
12194Date:   Thu Jul 20 13:21:16 2006 +0000
12195
12196    - direct3d: new video output module using Direct3D 9 APIs
12197
12198commit 27c3154a7a758045b43553dbb29fa593906a7f75
12199Author: Christophe Mutricy <xtophe@videolan.org>
12200Date:   Thu Jul 20 08:59:14 2006 +0000
12201
12202    Run update-po. Fix make dist
12203
12204commit 837f3ba2b933a1f0914998ab3e1ad5505436c178
12205Author: Antoine Cellerier <dionoea@videolan.org>
12206Date:   Wed Jul 19 22:38:25 2006 +0000
12207
12208    Add some "const" where relevant
12209
12210commit cbe9f051089a3077fd52856b01a1ece072904356
12211Author: Antoine Cellerier <dionoea@videolan.org>
12212Date:   Wed Jul 19 22:08:38 2006 +0000
12213
12214    Make code less readable and (hopefully) faster for gradient and edge modes.
12215
12216commit 5fcb0513d1b7dc649d01fddda79f913441f63c5b
12217Author: Clément Stenac <zorglub@videolan.org>
12218Date:   Wed Jul 19 15:17:23 2006 +0000
12219
12220    Some more Qt interaction support
12221
12222commit debc036355976230163d6e80419847c3fc811236
12223Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
12224Date:   Wed Jul 19 12:55:04 2006 +0000
12225
12226    configure.ac: the svg module now needs a librsvg2 >= 2.9.0
12227
12228commit 1685c92307787c48715d390192596f36ce21d791
12229Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
12230Date:   Wed Jul 19 12:54:13 2006 +0000
12231
12232    modules/misc/svg.c: fix SVG rendering
12233
12234commit 5ca8805a8f359c45f477e123ea5a97c6a3276373
12235Author: Clément Stenac <zorglub@videolan.org>
12236Date:   Wed Jul 19 11:53:51 2006 +0000
12237
12238    Add support for modules help strings (Closes:#413)
12239
12240commit a8fcedd2dde5382673e6b39c559d3b93ac638297
12241Author: Clément Stenac <zorglub@videolan.org>
12242Date:   Wed Jul 19 11:53:18 2006 +0000
12243
12244    Remove some code duplication
12245
12246commit 13d098788a120824f287be44e1e63637ba82ddc1
12247Author: Jean-Paul Saman <jpsaman@videolan.org>
12248Date:   Wed Jul 19 10:59:30 2006 +0000
12249
12250    Don't use Patches/goom2k4-0-nommx.patch when building for MacOS X
12251
12252commit a0ef9efea8b7951bcba0bfbcb8bca93e810eeb84
12253Author: Clément Stenac <zorglub@videolan.org>
12254Date:   Wed Jul 19 09:45:02 2006 +0000
12255
12256    Move v4l and pvr into the main access directory.
12257    No need for a separate directory for 1 file
12258
12259commit 90a4caea90dbbb8c8b6d3a78f1671083b8694637
12260Author: Clément Stenac <zorglub@videolan.org>
12261Date:   Wed Jul 19 09:33:41 2006 +0000
12262
12263    Some more demux and access code factorization
12264
12265commit 5e2f8763a9603c302e084d040ca7b3bd4441c822
12266Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
12267Date:   Wed Jul 19 09:01:15 2006 +0000
12268
12269    bindings/mediacontrol-python/vlcglue.c: bind get_/set_rate and get_/set_fullscreen
12270
12271commit 671f0b24a057135af63c2a5fd8a966345f134b51
12272Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
12273Date:   Wed Jul 19 09:00:32 2006 +0000
12274
12275    include/vlc/mediacontrol.h, src/control/mediacontrol_audio_video.c: implement get_/set_rate and get_/set_fullscreen
12276
12277commit e1cc961bd9e7fe0a1fc4e3bd62bc82a08d3c2ecc
12278Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
12279Date:   Wed Jul 19 08:59:26 2006 +0000
12280
12281    bindings/mediacontrol-python/setup.py: deactivate PIC support for
12282    linux also (I do no quite know the current status, but it works for me this way at the moment).
12283
12284commit 64e68cb4564b29b615fcdcbb60ee98cfa76083ac
12285Author: Clément Stenac <zorglub@videolan.org>
12286Date:   Tue Jul 18 23:20:06 2006 +0000
12287
12288    A bunch of various fixes (encoding, refcount, layout)
12289
12290commit 77b8c78a77756ae7b5ff80d96f9ab392eb8c98b2
12291Author: Clément Stenac <zorglub@videolan.org>
12292Date:   Tue Jul 18 21:29:05 2006 +0000
12293
12294    Layout improvements
12295
12296commit 04b8258960d92dcd89aa5690de9b842c665872a4
12297Author: Christophe Mutricy <xtophe@videolan.org>
12298Date:   Tue Jul 18 21:25:14 2006 +0000
12299
12300    Fix compilation
12301
12302commit daddd71a2e2c306aa73233730ff3061d5962ba7b
12303Author: Jean-Paul Saman <jpsaman@videolan.org>
12304Date:   Tue Jul 18 21:00:19 2006 +0000
12305
12306    Fix libpng properly (forgot this in a previous commit).
12307
12308commit f15c486bef6a06353326f24387a527e4b6b72088
12309Author: Clément Stenac <zorglub@videolan.org>
12310Date:   Tue Jul 18 18:57:19 2006 +0000
12311
12312    * Fix a number of encoding bugs
12313    * add "make nice" in modules to call ./compile
12314
12315commit f6ef9859ac452f74c2303ac999eddc7be33bf60b
12316Author: Clément Stenac <zorglub@videolan.org>
12317Date:   Tue Jul 18 17:19:10 2006 +0000
12318
12319    Better packetizer helpers
12320
12321commit f0ddd6157663426507a2ac18ef1341e69fbed2bf
12322Author: Clément Stenac <zorglub@videolan.org>
12323Date:   Tue Jul 18 17:08:18 2006 +0000
12324
12325    Add a bunch of helper functions/macros and start using them:
12326    * malloc with NULL check
12327    * file extension check
12328    * check if a demux was forced
12329    * try peeking, and check what we poke
12330    * init standard demuxer fields
12331    * create packetizers
12332
12333commit 50a87715a20ce5372c9b4caa1e1f63a563a89ca6
12334Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
12335Date:   Tue Jul 18 14:45:24 2006 +0000
12336
12337    bindings/mediacontrol-python/vlcwrapper.py: make the tree() method return a string rather than print it.
12338
12339commit efed5df6d36ab595e9fd60b5569eda499d255729
12340Author: Clément Stenac <zorglub@videolan.org>
12341Date:   Tue Jul 18 14:33:18 2006 +0000
12342
12343    * compiles-but-untested complete implementation of menus and popups
12344    * handle play/pause status
12345
12346commit 054049cf321df84a245d7d5b523a120ccfff81b5
12347Author: Damien Fouilleul <damienf@videolan.org>
12348Date:   Tue Jul 18 09:10:24 2006 +0000
12349
12350    - all: fixed object interfaces queries and other fixes as reported by Jacob Lewallen
12351
12352commit fb0991c4183d6399b021e4baf1b4d3cf1c9e1763
12353Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
12354Date:   Tue Jul 18 08:48:53 2006 +0000
12355
12356    support muxing and demuxing of dual mono mpeg ts streams if libdvbpsi is up to date
12357
12358commit 665d0ef43005bd1073b995d1a91516109d2906fe
12359Author: Felix Paul Kühne <fkuehne@videolan.org>
12360Date:   Mon Jul 17 12:59:46 2006 +0000
12361
12362    * adapted the extended panel to the latest video filter changes and re-designed the interface a bit (by introducing some additional strings and moving the invert-option to the adjust image section, etc.)
12363    * src/video_output/video_output.c: small fix to insert filters on the fly
12364
12365commit 2bfe0a067073300f90cd9bd5b632edbfbb7bce01
12366Author: Filippo Carone <littlejohn@videolan.org>
12367Date:   Mon Jul 17 08:37:09 2006 +0000
12368
12369    Report in the FAQ that --enable-java-bindings works in win32.
12370
12371commit 86b6b7c36b213f843b2978202b8a93137837d6ac
12372Author: Antoine Cellerier <dionoea@videolan.org>
12373Date:   Sun Jul 16 21:22:31 2006 +0000
12374
12375    Don't show the scale filter in the preferences
12376
12377commit 5e47b73d4763daed626728f600aa0699a3a97574
12378Author: Antoine Cellerier <dionoea@videolan.org>
12379Date:   Sun Jul 16 21:02:33 2006 +0000
12380
12381    Add (verbose) NEWS
12382
12383commit 6b7fbfedbba57bad1954b64ce478baa6aafd658a
12384Author: Antoine Cellerier <dionoea@videolan.org>
12385Date:   Sun Jul 16 20:57:09 2006 +0000
12386
12387    Make "video filter2" filters selectable on the vout level.
12388    Exemple: --video-filter "adjust{hue=180}:wave"
12389    For the moment, the video filter2 filters are applied *before* subpicture filters.
12390
12391commit 25f65dade398ac6c41bb641692fbc392dd2c65cc
12392Author: Rémi Denis-Courmont <rem@videolan.org>
12393Date:   Sun Jul 16 19:58:46 2006 +0000
12394
12395    (Partial?) fix for make dist
12396
12397commit 4afe1bf2b662bb49c83c8ffbed72144f91b80c1f
12398Author: Rémi Denis-Courmont <rem@videolan.org>
12399Date:   Sun Jul 16 19:37:56 2006 +0000
12400
12401    Revert commit that breaks bootstrap/aclocal (v2.60, latest release).
12402    That has been annoying quite a bunch of users[1] including buildbots
12403    and myself.
12404
12405    [1] http://forum.videolan.org/viewtopic.php?t=21059
12406
12407commit f22738a8d46646c0bc64fc84b14fd721996b9066
12408Author: Rémi Denis-Courmont <rem@videolan.org>
12409Date:   Sun Jul 16 19:16:48 2006 +0000
12410
12411    Don't duplicate check for automake 1.7
12412
12413commit 5d60e26348db44fc26781c72402a2c9c10331df5
12414Author: Rémi Denis-Courmont <rem@videolan.org>
12415Date:   Sun Jul 16 18:10:22 2006 +0000
12416
12417    Use nice apostrophe
12418
12419commit 12d716fa4ffb1f9129d25ec693b3587fa420a4d6
12420Author: Sam Hocevar <sam@videolan.org>
12421Date:   Sun Jul 16 16:06:29 2006 +0000
12422
12423      * src/libvlc.c: fixed comment.
12424
12425commit a1948b0de5b903d8595f9af3706c65abb52b9ad2
12426Author: Felix Paul Kühne <fkuehne@videolan.org>
12427Date:   Sat Jul 15 19:50:58 2006 +0000
12428
12429    * removed useless include
12430
12431commit 9e2759bc11a6e9302c676502f919e9995e4942d0
12432Author: Felix Paul Kühne <fkuehne@videolan.org>
12433Date:   Sat Jul 15 19:47:29 2006 +0000
12434
12435    * implemented a ctrl-click menu for the vouts (refs #302)
12436    - currently loaded through rightMouseUp because rightMouseDown, etc. don't register any NSRightMouseDowns. If anybody got an idea why, I would be willing to change this of cause, since the current way is quite slower in the user's experience.
12437    - the Snapshot item doesn't work yet (it triggers the fullscreen-event)
12438    - localisation support is complete
12439
12440    Any comments and wanteds for further items are welcome :)
12441
12442commit 9bee423be4fa3fa21bd59d0d343bdc791edaab65
12443Author: Antoine Cellerier <dionoea@videolan.org>
12444Date:   Sat Jul 15 14:53:58 2006 +0000
12445
12446    check that p_pic->pf_release != NULL before calling it
12447
12448commit 7588d6a1def6b9b5a9296342f77d51d4ca6ffc88
12449Author: Antoine Cellerier <dionoea@videolan.org>
12450Date:   Fri Jul 14 22:58:41 2006 +0000
12451
12452    Split the distort video filter module into several video filter2 modules.
12453
12454commit f5141f9f333ca07b3093743aaeb9969588708d9a
12455Author: Antoine Cellerier <dionoea@videolan.org>
12456Date:   Fri Jul 14 22:06:57 2006 +0000
12457
12458    Remove unneeded include
12459
12460commit 7aaf3f08547550d1d432cbd3f910346fe814907c
12461Author: Sam Hocevar <sam@videolan.org>
12462Date:   Fri Jul 14 21:36:11 2006 +0000
12463
12464      * m4: added libtool macro files. Na.
12465
12466commit 8777d28f69e4040274ba72efd5d11ac3b3cd22be
12467Author: Antoine Cellerier <dionoea@videolan.org>
12468Date:   Fri Jul 14 21:33:23 2006 +0000
12469
12470    Invert is now a "video filter2"
12471
12472commit ae0b191df59c3f49e58d0bb3e9b3b020920f31b6
12473Author: Antoine Cellerier <dionoea@videolan.org>
12474Date:   Fri Jul 14 21:32:43 2006 +0000
12475
12476    Adjust is now a "video filter2"
12477
12478commit d9474d275af974e3f3d52bb020d24fe8664edd03
12479Author: Jean-Paul Saman <jpsaman@videolan.org>
12480Date:   Fri Jul 14 11:18:29 2006 +0000
12481
12482    Remove double .gnutls from HAVE_WIN32 and UNIX targets
12483
12484commit 43f4d03dfd05e34bc4ae5193aa6261abcfa6f8e3
12485Author: Christophe Mutricy <xtophe@videolan.org>
12486Date:   Thu Jul 13 22:41:07 2006 +0000
12487
12488    Fix dist
12489
12490commit 0620daf1c054d836aa883126ff7bc2fe3e4a9019
12491Author: Christophe Mutricy <xtophe@videolan.org>
12492Date:   Thu Jul 13 20:47:49 2006 +0000
12493
12494    Revert [16011] until someone svn add the concerned files.
12495
12496commit 1a4bde724d8569c47782fe2eb606e2d0fdaf7bf3
12497Author: Jean-Paul Saman <jpsaman@videolan.org>
12498Date:   Thu Jul 13 15:31:29 2006 +0000
12499
12500    Really fix goom for fc4
12501
12502commit 07e87b93860ce1cbbb6cbe86cc61461648925f78
12503Author: Sam Hocevar <sam@videolan.org>
12504Date:   Thu Jul 13 15:25:56 2006 +0000
12505
12506      * src/Makefile.am: made the dist rule independent of --enable-libtool.
12507
12508commit 40c5adff2ba95c388d5e2c90234941f55250997f
12509Author: Jean-Paul Saman <jpsaman@videolan.org>
12510Date:   Thu Jul 13 15:22:58 2006 +0000
12511
12512    Disable MMX support goom for now since it doesn't compile and is probably broken.
12513
12514commit 6f18b6123609280ecb03406544787563e7a489cf
12515Author: Jean-Paul Saman <jpsaman@videolan.org>
12516Date:   Thu Jul 13 15:13:10 2006 +0000
12517
12518    Fix live555 compilation in contrib
12519
12520commit cf5572b702269409bfe5ca6aae0732cee8fcf542
12521Author: Rémi Denis-Courmont <rem@videolan.org>
12522Date:   Thu Jul 13 14:29:00 2006 +0000
12523
12524    Another extra boilerplate
12525
12526commit 940d271a5dc429b4685057ca8c9610f46fef59fd
12527Author: Rémi Denis-Courmont <rem@videolan.org>
12528Date:   Thu Jul 13 14:19:35 2006 +0000
12529
12530    Work-around for Winsock
12531
12532commit df3a146185447ed55adf2a5d59254555bb0f4b48
12533Author: Christophe Mutricy <xtophe@videolan.org>
12534Date:   Thu Jul 13 13:51:05 2006 +0000
12535
12536    qt4/*: buildsytem fix + cosmetic+ copyright dates + svn Id
12537
12538commit 84ff292f5cc43046af941174fad71e5dd2ce72b9
12539Author: Sam Hocevar <sam@videolan.org>
12540Date:   Thu Jul 13 13:41:54 2006 +0000
12541
12542      * Added SVN ignore flags to src/ subdirectories.
12543
12544commit 6d1c28b3c74828f7810301f3dadd41d89e326ccb
12545Author: Felix Paul Kühne <fkuehne@videolan.org>
12546Date:   Thu Jul 13 12:06:22 2006 +0000
12547
12548    * implement the error panel correctly (for the records: not < 10.3 compatible)
12549
12550commit da6b3153d7f952476c403e0e73fdefd5c26a9b6f
12551Author: Sam Hocevar <sam@videolan.org>
12552Date:   Thu Jul 13 11:48:47 2006 +0000
12553
12554      * bootstrap: strip library version from modules.
12555
12556commit 7acc87492380d5283416b2872853e374288fe4c6
12557Author: Clément Stenac <zorglub@videolan.org>
12558Date:   Thu Jul 13 11:21:23 2006 +0000
12559
12560    Beginning of menus implementation
12561    Fix a make dist bug
12562
12563commit 375ec8946f8362b89e84c3d48429662decadeb9f
12564Author: Sam Hocevar <sam@videolan.org>
12565Date:   Thu Jul 13 10:32:06 2006 +0000
12566
12567      * modules/control/hotkeys.c: nawak.
12568
12569commit 35809029048fb24a7f4782ac17ac07a62a9267e3
12570Author: Jean-Paul Saman <jpsaman@videolan.org>
12571Date:   Wed Jul 12 18:49:35 2006 +0000
12572
12573    Removed unused variable pi_gamma
12574
12575commit 6f3e4d56cb72a5f845bd28edea7104bdc6474b8a
12576Author: Jean-Paul Saman <jpsaman@videolan.org>
12577Date:   Wed Jul 12 18:48:21 2006 +0000
12578
12579    RTSP rewind and fastforward support (Scale option). Almost entirely rewritten a patch from K. Staring <Qdk _at_ quickdekay dot net>.
12580
12581commit c69f698af16d3398873d5cbd8ee520dc794408b4
12582Author: Pavlov Konstantin <thresh@videolan.org>
12583Date:   Wed Jul 12 15:49:13 2006 +0000
12584
12585    get rid of unresolved symbols
12586
12587commit 5aac3e5a2086ed7595fae6293d81636fb43481a7
12588Author: Sam Hocevar <sam@videolan.org>
12589Date:   Wed Jul 12 15:38:08 2006 +0000
12590
12591      * src/Makefile.am: fixed sed commands.
12592
12593commit c60745f8149a22ff39f1691913a357d5ec12567e
12594Author: Sam Hocevar <sam@videolan.org>
12595Date:   Wed Jul 12 15:01:55 2006 +0000
12596
12597      * src/Makefile.am: reverted addition of vlc_devices.h, it was already done.
12598
12599commit 47f210ad0f444eb9a7ba21cbd33a4050ea9f8405
12600Author: Sam Hocevar <sam@videolan.org>
12601Date:   Wed Jul 12 13:54:29 2006 +0000
12602
12603      * Updated changelog.
12604
12605commit ed6af124dda70edb6eb104dc4d8b8cc0683f98b9
12606Author: Sam Hocevar <sam@videolan.org>
12607Date:   Wed Jul 12 13:51:51 2006 +0000
12608
12609      * src/Makefile.am: yay, another missing file in Makefile.am (vlc_devices.h).
12610
12611commit 3f0987d209633f9507a7efb555684a4bd81cb99b
12612Author: Sam Hocevar <sam@videolan.org>
12613Date:   Wed Jul 12 13:23:26 2006 +0000
12614
12615      * m4/Makefile.am: added more missing files. olleh buglroz!
12616
12617commit 52b0dd5e8e562a1d664fbd44418a7ebe157bfc03
12618Author: Sam Hocevar <sam@videolan.org>
12619Date:   Wed Jul 12 13:04:37 2006 +0000
12620
12621      * m4/Makefile.am: added missing files to the distribution. happy bootstrap.
12622
12623commit 5351f2c653afeb3ab9cc7117d72e27b76a86f93c
12624Author: Sam Hocevar <sam@videolan.org>
12625Date:   Wed Jul 12 12:34:07 2006 +0000
12626
12627      * src/audio_output/common.c: moved message around so that it compiles.
12628
12629commit 440388e0ceb72d12a61e9357516fa858ef6856eb
12630Author: Sam Hocevar <sam@videolan.org>
12631Date:   Wed Jul 12 12:27:06 2006 +0000
12632
12633      * src/audio_output/common.c: added error message upon invalid initialisation.
12634
12635commit 9fa569824f60716bfb5c96a2fde12be97612f119
12636Author: Clément Stenac <zorglub@videolan.org>
12637Date:   Wed Jul 12 11:29:30 2006 +0000
12638
12639    Missing header in EXTRA_DIST
12640
12641commit 85a0c7529c6d0c2509479f32ec7a0be372790d4c
12642Author: Benjamin Pracht <bigben@videolan.org>
12643Date:   Tue Jul 11 19:12:18 2006 +0000
12644
12645    * Patch to add ATSC support by Dennis Lou
12646    * This is untested, but shouldn't have any adverse effect at least
12647    * Any feedback much welcomed
12648
12649commit 6eec4bf0c3eaa57b94d45fd3c24d442791862927
12650Author: Felix Paul Kühne <fkuehne@videolan.org>
12651Date:   Tue Jul 11 10:49:50 2006 +0000
12652
12653    * fix make dist
12654
12655commit 6f2a64ee29499b3768efabe5ca9dd611b0938cd4
12656Author: Felix Paul Kühne <fkuehne@videolan.org>
12657Date:   Mon Jul 10 21:30:31 2006 +0000
12658
12659    * updated the po-files, started some work on the German translation, a minor string fix and removal of an untranslatable string
12660
12661commit d09d23ba8e4c0dbd448827bfef6af07118314cff
12662Author: Derk-Jan Hartman <hartman@videolan.org>
12663Date:   Mon Jul 10 20:52:57 2006 +0000
12664
12665    * when possible use the PTS for GET_TIME and GET_LENGTH. Note that this isn't always reliable. If you want you can disable it.
12666
12667commit 44a72b16bbced4a5faa12dfcdc863fb02a8c7ccd
12668Author: Felix Paul Kühne <fkuehne@videolan.org>
12669Date:   Mon Jul 10 18:46:46 2006 +0000
12670
12671    * fixed typo pointed out by Dirk Stegemann on the forum
12672
12673commit cbf60127d77335c034227f8e12ad8577244dcaa0
12674Author: Antoine Cellerier <dionoea@videolan.org>
12675Date:   Sun Jul 9 15:01:13 2006 +0000
12676
12677    #transcode{vfilter=...} only works with video filter2 filters.
12678
12679commit 5d4c27ecdd021b87457a42d0af752bb2a124987d
12680Author: Christophe Mutricy <xtophe@videolan.org>
12681Date:   Sat Jul 8 21:42:12 2006 +0000
12682
12683    Have a module_string less confusing
12684
12685commit ee6aea54c2b35f394d50a4a6fef2645fe7e81bbf
12686Author: Christophe Mutricy <xtophe@videolan.org>
12687Date:   Sat Jul 8 21:20:00 2006 +0000
12688
12689    Clean up
12690
12691commit 4059579bc7de368c10642a47622a31ab745636a9
12692Author: Christophe Mutricy <xtophe@videolan.org>
12693Date:   Sat Jul 8 21:19:17 2006 +0000
12694
12695    Fix compilation. It inserts the playlist only in tree view local.
12696
12697commit 2adf9ed0317059dd306e238055676d406d82830a
12698Author: Felix Paul Kühne <fkuehne@videolan.org>
12699Date:   Sat Jul 8 19:13:50 2006 +0000
12700
12701    * complete clean-up
12702
12703commit 19f724fc72c75ed677a99d82a50b9d458185e55f
12704Author: Felix Paul Kühne <fkuehne@videolan.org>
12705Date:   Sat Jul 8 19:12:11 2006 +0000
12706
12707    * unified the GUI-presented string
12708
12709commit 48425dfdb882247d61a152dc43fcfc59404e3239
12710Author: Christophe Mutricy <xtophe@videolan.org>
12711Date:   Sat Jul 8 19:11:05 2006 +0000
12712
12713    Fix stats collecting
12714
12715commit cc4fd87a3e90a7e1e67429ae0d55df27ebd1ec0f
12716Author: Felix Paul Kühne <fkuehne@videolan.org>
12717Date:   Sat Jul 8 18:32:41 2006 +0000
12718
12719    * use intf_IntfProgress instead of intf_UserProgress to test the interaction-implementations. Additionally, it's nicer here IMO, so we might keep it this way.
12720
12721commit f3c6bbcc0afde6731ea31f123e44844365720cfd
12722Author: Clément Stenac <zorglub@videolan.org>
12723Date:   Sat Jul 8 17:28:51 2006 +0000
12724
12725    Some infrastructure work for playlist autoload/autosave
12726
12727commit 3c47829f5a4f9f9c5d4faf4556d47e8e39be6167
12728Author: Felix Paul Kühne <fkuehne@videolan.org>
12729Date:   Sat Jul 8 16:30:21 2006 +0000
12730
12731    * added the Google Video Playlist file-type
12732
12733commit f4dcd21d8c84f02b1bf1b5f4ac7cee477f8990d7
12734Author: Mohammed Adnène Trojette <adn@videolan.org>
12735Date:   Sat Jul 8 12:51:10 2006 +0000
12736
12737    cosmetic changes + compilation fixes
12738
12739commit 8a473ffa6e4ab4d51024fdb896133a45cdab4373
12740Author: Clément Stenac <zorglub@videolan.org>
12741Date:   Sat Jul 8 11:16:46 2006 +0000
12742
12743    Improve embedded video output
12744    Skeleton for interaction
12745    Fix window settings save
12746
12747commit 3ebf4f3016482567cd87ecbfea6bf2035c24a159
12748Author: Clément Stenac <zorglub@videolan.org>
12749Date:   Sat Jul 8 11:16:20 2006 +0000
12750
12751    Fix some crashes
12752
12753commit 87e02f76a9ab27d864d12390165c33a1bc878105
12754Author: Rémi Denis-Courmont <rem@videolan.org>
12755Date:   Sat Jul 8 09:31:56 2006 +0000
12756
12757    Some legal boilerplate.
12758    Some files missing.
12759
12760commit cb9e27ce07a4076ca96255ac35be7c9c98ec893e
12761Author: Antoine Cellerier <dionoea@videolan.org>
12762Date:   Fri Jul 7 21:27:14 2006 +0000
12763
12764    Fix segfault (thanks to zorglub for the hint)
12765
12766commit 92caa32e121afea9c4ec3e62ad979d5136f27ef9
12767Author: Antoine Cellerier <dionoea@videolan.org>
12768Date:   Fri Jul 7 20:24:11 2006 +0000
12769
12770    Add Google Video Playlist parsing support (stuff like http://video.google.com/videogvp?docid=... )
12771
12772commit 3619c8af51a44504161862751b97dc88ae37c98e
12773Author: Christophe Mutricy <xtophe@videolan.org>
12774Date:   Thu Jul 6 23:23:59 2006 +0000
12775
12776    Add a b_restart flag to indicate this option take effect only after a restart.
12777    Break binary compatibility
12778
12779commit b0133e4818fc7f60b91590d838f2a585cd1ebe52
12780Author: Damien Fouilleul <damienf@videolan.org>
12781Date:   Thu Jul 6 23:19:12 2006 +0000
12782
12783    vout.m: change in fullscreen behaviour
12784    - toggle fullscreen mode when double clicking on video.
12785    - allow menu autoshow/autohide when moving cursor in or out the menu area while in fullscreen mode
12786
12787commit 956087a83e8ff3653bcc2b87340a593bad6388ab
12788Author: Derk-Jan Hartman <hartman@videolan.org>
12789Date:   Thu Jul 6 20:43:21 2006 +0000
12790
12791    * Fix SDP file parsing of the SAP module.
12792
12793commit c158aecdaf63c3b1490e04147915c32425cd4d3b
12794Author: Clément Stenac <zorglub@videolan.org>
12795Date:   Thu Jul 6 11:15:31 2006 +0000
12796
12797    Fix 2005 changelog
12798
12799commit c5326f2399bb5d312c83dbf8e9cb9c23287757a4
12800Author: Sam Hocevar <sam@videolan.org>
12801Date:   Thu Jul 6 10:26:39 2006 +0000
12802
12803      * doc/fortunes.txt: Fixed layout. We need quality quotes.
12804
12805commit 03f29fc27dee1d3796d9e1c1d3f1c22b48a063ee
12806Author: Mohammed Adnène Trojette <adn@videolan.org>
12807Date:   Thu Jul 6 10:09:47 2006 +0000
12808
12809    partial Arabic translation.
12810    Courtesy from Zayed Al-Saidi <zayed ÷ alsaidi × gmail ÷ com>.
12811
12812commit a23552a985d834ba92ff0d67290e97499be6e1e2
12813Author: Clément Stenac <zorglub@videolan.org>
12814Date:   Wed Jul 5 18:12:55 2006 +0000
12815
12816    [Untested] Save interface position
12817
12818commit 8f270cb5f9ab82ac55990fe4c9ec45d48e148c30
12819Author: Christophe Mutricy <xtophe@videolan.org>
12820Date:   Wed Jul 5 11:12:06 2006 +0000
12821
12822    unicode.c: Fix MB2MB() by removing spurious ';'. Thanks to ericx on IRC.
12823
12824commit 147fdab00b77a69d2237f872c84b4416378a2564
12825Author: Pavlov Konstantin <thresh@videolan.org>
12826Date:   Tue Jul 4 15:23:04 2006 +0000
12827
12828    link visual plugin against math library
12829
12830commit 2cda7c1d22866f915976e568595c9597c87e4600
12831Author: Sam Hocevar <sam@videolan.org>
12832Date:   Tue Jul 4 14:06:44 2006 +0000
12833
12834      * modules/control/motion.c: control VLC with laptop built-in motion sensors.
12835
12836commit c6a6149e738799959aac0fb200b7770de3fdc610
12837Author: Sam Hocevar <sam@videolan.org>
12838Date:   Tue Jul 4 12:55:43 2006 +0000
12839
12840      * modules/demux/mkv.cpp: fixed a pointer cast bug.
12841
12842commit 868ae7e32bb82299d7481b10b0cd0cbeadda99e5
12843Author: Sam Hocevar <sam@videolan.org>
12844Date:   Tue Jul 4 12:28:23 2006 +0000
12845
12846      * modules/stream_out/transcode.c: improve error message verbosity.
12847
12848commit 75a1b08ad40fea3f65385c1033145b472eb87337
12849Author: Sam Hocevar <sam@videolan.org>
12850Date:   Tue Jul 4 12:26:08 2006 +0000
12851
12852      * modules/video_filter/transform.c: minor coding improvement.
12853
12854commit 1dcfa0fb96152890f96aa5a9c41f2fe52ad52431
12855Author: Felix Paul Kühne <fkuehne@videolan.org>
12856Date:   Mon Jul 3 11:20:02 2006 +0000
12857
12858    * you didn't see anything
12859
12860commit fa1bf19af0adba012589e25280b7ea1baf948a44
12861Author: Felix Paul Kühne <fkuehne@videolan.org>
12862Date:   Mon Jul 3 10:38:09 2006 +0000
12863
12864    * implemented a non-blocking progress-bar in the main interface; needs testing (closes #475)
12865
12866commit 3fbed7ad31691060d782832c07cbaa0d4ef1740b
12867Author: Antoine Cellerier <dionoea@videolan.org>
12868Date:   Sun Jul 2 17:47:26 2006 +0000
12869
12870    s/Shoutcast/QTL/
12871
12872commit a413a33bab7a0b00d36030db4dfad9b2b3bc16e9
12873Author: Antoine Cellerier <dionoea@videolan.org>
12874Date:   Sun Jul 2 17:28:15 2006 +0000
12875
12876    Add QuickTime Media Link parsing. FIXME: Optional attributes (like fullscreen, volume, quitwhendone ...) are parsed but aren't used.
12877
12878commit 1c4fe75a6001c4906282f93adb1865416164562d
12879Author: Clément Stenac <zorglub@videolan.org>
12880Date:   Sun Jul 2 09:22:05 2006 +0000
12881
12882    make sure that we don't use deleted objects
12883
12884commit a38975fd6393cc765f0ddad44c7cb3c2d7982b18
12885Author: Derk-Jan Hartman <hartman@videolan.org>
12886Date:   Sat Jul 1 19:23:39 2006 +0000
12887
12888    * Move sgimb demux to the playlist demux, and port it to the new playlist API
12889
12890commit 170df325b5bcaaf624c7337115a8549c886d931c
12891Author: Clément Stenac <zorglub@videolan.org>
12892Date:   Sat Jul 1 18:34:03 2006 +0000
12893
12894    Preliminary embedded vout implementation
12895
12896commit 3793e3726479b56b294d7946f0599725dd8f2654
12897Author: Pavlov Konstantin <thresh@videolan.org>
12898Date:   Sat Jul 1 10:13:13 2006 +0000
12899
12900    fix indentation and memory leak introduced in 19564.
12901    do not use vlc_t to store psz_pidfile
12902
12903commit ff924dbc0fa20c7631c2a07af0a1c36d571a5e71
12904Author: Pavlov Konstantin <thresh@videolan.org>
12905Date:   Fri Jun 30 16:34:46 2006 +0000
12906
12907    support for creating pid files when going daemon mode.
12908    Someone should really review it as it is my first experience in C.
12909
12910commit d17c2e5f50a30c7f73821a70e7a0f8ae0b495e9d
12911Author: Derk-Jan Hartman <hartman@videolan.org>
12912Date:   Thu Jun 29 22:04:35 2006 +0000
12913
12914    * fix an issue with stats on inputstreams (this fixes the check for update crash)
12915    - also fixed a similar potential issue on subtitles.
12916    - lesson for today: Be careful when you use p_parent of an object.
12917    - i chose not to use vlc_object_find, but yield/release instead because of the speed implications.
12918
12919commit 816ea1d63230e5ac504914e1aa375294c97c63ea
12920Author: Derk-Jan Hartman <hartman@videolan.org>
12921Date:   Thu Jun 29 20:52:30 2006 +0000
12922
12923    * MPNG support
12924
12925commit 2139a22460b4b8d903abc92c9edeacd8d272e1e6
12926Author: Dennis van Amerongen <trax@videolan.org>
12927Date:   Thu Jun 29 20:15:57 2006 +0000
12928
12929    * modules/codec/dmo/dmo.c: if an aspect ratio was specified in the input format then force it
12930
12931commit 2a06d8340d8a507ce77e078d1bd21f8c4c7babd4
12932Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
12933Date:   Thu Jun 29 17:55:14 2006 +0000
12934
12935    Fix a regression in r15404 causing people to experience artefacts and lost lock
12936
12937commit d69c29d60837aa1b250e2e486c675f2b9eee361a
12938Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
12939Date:   Thu Jun 29 17:31:28 2006 +0000
12940
12941    Finnally got rid of the old m3u module. RIP
12942
12943commit 7c5af0186a0df7942d1b49b3acc36c22a75ea196
12944Author: Derk-Jan Hartman <hartman@videolan.org>
12945Date:   Thu Jun 29 15:27:26 2006 +0000
12946
12947    * New ASX parser
12948      - some elements are not yet supported.
12949      - it could perhaps use a little bit more cleaning.
12950
12951    In the basics. It just works :D
12952
12953commit 41c96ddeb258f6705f96c20bb76b149d0eacf526
12954Author: Derk-Jan Hartman <hartman@videolan.org>
12955Date:   Thu Jun 29 13:55:23 2006 +0000
12956
12957    * HTTP 1.0 is not seekable
12958    * Set Connection:Close for HTTP 1.1 streams that are not continious
12959
12960commit 8c0fc2c3315587aff4110cdb2f18c704df8b295c
12961Author: Christophe Mutricy <xtophe@videolan.org>
12962Date:   Wed Jun 28 22:11:36 2006 +0000
12963
12964    add the volume icons
12965
12966commit 834d0aa8837c1ebf6e70a307ba5d4b470190b258
12967Author: Clément Stenac <zorglub@videolan.org>
12968Date:   Wed Jun 28 21:50:59 2006 +0000
12969
12970    various fixes
12971
12972commit 4ec49559ac10ede34041e453cb8c557a4d78a8b3
12973Author: Derk-Jan Hartman <hartman@videolan.org>
12974Date:   Wed Jun 28 20:03:15 2006 +0000
12975
12976    * Fix a potential buffer overflow, UTF-8'ify session name in a previous unhandled case.
12977
12978commit 20acaecf0409d6db281253f8d6ec89e95604ffbb
12979Author: Derk-Jan Hartman <hartman@videolan.org>
12980Date:   Wed Jun 28 19:02:37 2006 +0000
12981
12982    * Fix some sap SD memleaks. more to follow
12983
12984commit c95e810917d9e47cfa7ad63eafd8d3830ba05591
12985Author: Christophe Mutricy <xtophe@videolan.org>
12986Date:   Wed Jun 28 18:57:20 2006 +0000
12987
12988    fix compile for builddir != srcdir
12989
12990commit 8b05507e3109d11ea476dfbc797c80b07af33195
12991Author: Clément Stenac <zorglub@videolan.org>
12992Date:   Wed Jun 28 15:16:23 2006 +0000
12993
12994    Compile fix
12995
12996commit 37bd4719b8cbc109c853130393cb30d16b49af7c
12997Author: Clément Stenac <zorglub@videolan.org>
12998Date:   Wed Jun 28 14:36:39 2006 +0000
12999
13000    Mostly fix GME meta
13001
13002commit 5e2c9b528c05f3846a3eb73d659986d40f39ebf1
13003Author: Clément Stenac <zorglub@videolan.org>
13004Date:   Wed Jun 28 14:24:22 2006 +0000
13005
13006    Gra. Fix most of TS meta
13007
13008commit 19738f6a319be6a3ec5e869b81256554d808be98
13009Author: Clément Stenac <zorglub@videolan.org>
13010Date:   Wed Jun 28 14:22:04 2006 +0000
13011
13012    Forgot that for Qt
13013
13014commit 47315c3983f4ca66917befcdb823dd74eb4ecc27
13015Author: Clément Stenac <zorglub@videolan.org>
13016Date:   Wed Jun 28 13:16:45 2006 +0000
13017
13018    Icons
13019
13020commit f28b106bb531ec36c1295ecc212f653d43fc5645
13021Author: Jean-Paul Saman <jpsaman@videolan.org>
13022Date:   Tue Jun 27 13:32:30 2006 +0000
13023
13024    Theora framesize calculation patch by Kevin H. Patterson (kevpatt at khptech dot com)
13025
13026commit e1dc62de2e9f675dc9088a22597da707382e79b4
13027Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
13028Date:   Tue Jun 27 10:14:58 2006 +0000
13029
13030    Attempt to support international charsets in mmi menus according to ETS
13031    300 468 Annex A. Please test
13032
13033    TODO: This convertion should be done on strings received from SDT and
13034    EIT (and possibly others) in the TS demux as well.
13035
13036commit 596ccd7682678e4416d193eef9ddc80fa6cf2f7e
13037Author: Clément Stenac <zorglub@videolan.org>
13038Date:   Mon Jun 26 21:11:38 2006 +0000
13039
13040    Some more Qt playlist code
13041
13042commit f2627995b642c9130901a87d8b98e1141b2aefce
13043Author: Clément Stenac <zorglub@videolan.org>
13044Date:   Mon Jun 26 06:26:45 2006 +0000
13045
13046    Some more playlist code
13047    Fix makefile
13048
13049commit 9c00cdd96265643bc35771ce6ad1ce7dae23c4c4
13050Author: Rémi Denis-Courmont <rem@videolan.org>
13051Date:   Sun Jun 25 17:05:52 2006 +0000
13052
13053    - Work-around for IPv6 SSM with Winsock 2 from Olivier Levon
13054    - Remove old kludges (get yourself a decently recent Mingw32 or die)
13055
13056commit 507cfc279ad6827e3d782f0220307b21f853f211
13057Author: Clément Stenac <zorglub@videolan.org>
13058Date:   Sun Jun 25 16:29:49 2006 +0000
13059
13060    Playlist model
13061
13062commit 1b87dba74c236b912859064462a52e86fb6f5c1a
13063Author: Clément Stenac <zorglub@videolan.org>
13064Date:   Thu Jun 22 13:45:38 2006 +0000
13065
13066    Bah, who really needs this ?
13067
13068commit dea4749b295b562871a84bf2a3e3ba83a1f5fa87
13069Author: Clément Stenac <zorglub@videolan.org>
13070Date:   Thu Jun 22 10:03:32 2006 +0000
13071
13072    * Create new types for device probing
13073    * Beginning of core implementation
13074
13075commit 29f94bbc1065352bcbf836bf0217a0159b4ac4d2
13076Author: Derk-Jan Hartman <hartman@videolan.org>
13077Date:   Wed Jun 21 14:32:21 2006 +0000
13078
13079    * update the ffmpeg VC-1 fourcc info. Hopefully it can be enabled soon now.
13080
13081commit 3fa2448ecc7a70f69c967dc7dbd0e995dcaf6ffe
13082Author: Clément Stenac <zorglub@videolan.org>
13083Date:   Wed Jun 21 14:22:22 2006 +0000
13084
13085    HAL probing module
13086
13087commit ef7464b001d7777a90dbbf802007113ece59f51f
13088Author: Yoann Peronneau <yoann@videolan.org>
13089Date:   Wed Jun 21 00:09:19 2006 +0000
13090
13091    * wxwidgets: repair slider dragging.
13092      my algorithm is still not perfect: it should take account of the "thumb length"
13093
13094commit bd6335a4db2327313f6b54429764037c49a00452
13095Author: Clément Stenac <zorglub@videolan.org>
13096Date:   Tue Jun 20 20:54:16 2006 +0000
13097
13098    Non-working general declarations for disc probing (Refs:#565)
13099
13100commit ce80081cb82ba2ebeeeb5c393d5835dd00e6bcda
13101Author: Yoann Peronneau <yoann@videolan.org>
13102Date:   Tue Jun 20 18:57:13 2006 +0000
13103
13104    * wxwidgets: try to implement a go-where-you-click slider
13105      but I don't have a real video/audio file to test it...
13106
13107commit a17edf64bb70b2ec95c66c3c2d20e693b4e12d64
13108Author: Yoann Peronneau <yoann@videolan.org>
13109Date:   Tue Jun 20 15:51:23 2006 +0000
13110
13111    * vlc.win32.nsi.in: set "Recommended" as the default installation type
13112
13113commit 507cd4520d39166027f67e9cdb1fe75a25010b4a
13114Author: Rémi Denis-Courmont <rem@videolan.org>
13115Date:   Tue Jun 20 14:37:45 2006 +0000
13116
13117    Use the not so broken getaddrinfo implementation from ws2_32.dll
13118    instead of the painfully braindead one from wship6 that we'd rather
13119    flatly ignore
13120
13121commit 99226c9857b1ece2890937c7ba0b6a810edd7192
13122Author: Rémi Denis-Courmont <rem@videolan.org>
13123Date:   Tue Jun 20 14:33:48 2006 +0000
13124
13125    There is no such a thing as Winsock 2.0. Use version 2.2 instead.
13126    Microsoft was probably too much afraid that developpers would request
13127    version 0.2 instead of 2.0 so they switched straight from 1.1 to 2.2.
13128
13129commit 77bec750b5846004d0a4788adf335de7d2e9add1
13130Author: Jean-Paul Saman <jpsaman@videolan.org>
13131Date:   Tue Jun 20 12:51:29 2006 +0000
13132
13133    Add another test for MacOS X 10.4.0 with Darwin ports installed
13134
13135commit 357232c41b5b8f54fc02bbeb0ad77fbc46e06f05
13136Author: Clément Stenac <zorglub@videolan.org>
13137Date:   Tue Jun 20 06:04:43 2006 +0000
13138
13139    Some skeleton files for playlist
13140
13141commit 5ab2b4ea9a7d7eede29346da6567625a5b2be306
13142Author: Christophe Mutricy <xtophe@videolan.org>
13143Date:   Mon Jun 19 18:33:11 2006 +0000
13144
13145    src/innput/input.c: Compile fix
13146
13147commit 5ec136a26389da3e7928ecef1511b474de3c9745
13148Author: Clément Stenac <zorglub@videolan.org>
13149Date:   Mon Jun 19 17:46:20 2006 +0000
13150
13151    Use a tristate for avi index (fix / don't fix / ask). Closes:#679
13152
13153commit 7032788b524c2bd3ed1d6440a5b9d49c57d1034d
13154Author: Clément Stenac <zorglub@videolan.org>
13155Date:   Mon Jun 19 17:33:43 2006 +0000
13156
13157    Small stats improvements
13158
13159commit 666dc0889c8a028c828235c41c6942cd2fbf4327
13160Author: Yoann Peronneau <yoann@videolan.org>
13161Date:   Sat Jun 17 18:42:29 2006 +0000
13162
13163    * input/subtitles.c: fix another bug in subtitle autodetection
13164
13165commit de1aedd6b3d65864c9a2d45091a1a32dad7a0dd7
13166Author: Christophe Mutricy <xtophe@videolan.org>
13167Date:   Sat Jun 17 14:16:51 2006 +0000
13168
13169    src/misc/stats.c: avoid buffer underflow.
13170
13171commit ab248b851a9a2f40ba529d505185034e977a135e
13172Author: Yoann Peronneau <yoann@videolan.org>
13173Date:   Sat Jun 17 04:13:04 2006 +0000
13174
13175    * src/input/input.c: don't clean twice the read_bytes counter
13176
13177commit 08addc5ab32adc2f629e08304cd2cca8eacf0c7b
13178Author: Christophe Mutricy <xtophe@videolan.org>
13179Date:   Fri Jun 16 22:42:00 2006 +0000
13180
13181    Fix a bunch of segfaults. It may be heavy handed and breaking other stuffs. zorglub to review
13182
13183commit 28422e789b04d3173cfb52c5fe1b3e29bd0c51f9
13184Author: Yoann Peronneau <yoann@videolan.org>
13185Date:   Fri Jun 16 19:05:55 2006 +0000
13186
13187    * If we are passed a SUB file as subtitle, just open the IDX instead, if there is one. (Closes: #681)
13188
13189commit baacaea316cff470f3fe11e52a833ef4a51afe74
13190Author: Clément Stenac <zorglub@videolan.org>
13191Date:   Thu Jun 15 21:22:35 2006 +0000
13192
13193    Partial rewrite of stats to avoid lookups (Closes:#693)
13194
13195commit 7a6b8a51f8b06684d32ba3a4985230363c32d8b0
13196Author: Damien Fouilleul <damienf@videolan.org>
13197Date:   Wed Jun 14 22:49:57 2006 +0000
13198
13199    fixes for crash in Safari plugin when terminating (it actually locks the computer completely on some occasion)
13200    - opengl.c: let End destroy elements created by Init, DestroyVout for CreateVout
13201    - voutgl.m: set context to NULL on exit
13202
13203commit 350045b47585e3f67cf0ebebdecb549be84ef83d
13204Author: Yoann Peronneau <yoann@videolan.org>
13205Date:   Wed Jun 14 20:15:23 2006 +0000
13206
13207    * playlist/xspf.c: upgrade to new structure
13208      inputs are not yet added to the playlist
13209
13210commit 06b57a510f4f0b66183f1e643f4cfe13a71ceab4
13211Author: Clément Stenac <zorglub@videolan.org>
13212Date:   Wed Jun 14 20:09:51 2006 +0000
13213
13214    * Add a "media-library" option to enable/disable ML
13215    * Add a "playlist-tree" option to force onelevel/catgory mode
13216
13217commit efae654ee9b0c27238a98cd2fd658cab7534549e
13218Author: Yoann Peronneau <yoann@videolan.org>
13219Date:   Wed Jun 14 18:31:45 2006 +0000
13220
13221    * web interface: add a snapshot button
13222
13223commit ef4685ad4b84b82ec30e157c2af9eea6cd30e116
13224Author: Olivier Teulière <ipkiss@videolan.org>
13225Date:   Wed Jun 14 18:25:51 2006 +0000
13226
13227     * skins2/parser/interpreter.cpp: Check the VarMAnager first before trying to parse the action. This fixes a bug with dvd.isActive and LayoutID.isActive
13228
13229commit 206a6d2e084000db978a3da30db7379c12647eec
13230Author: Yoann Peronneau <yoann@videolan.org>
13231Date:   Wed Jun 14 14:48:32 2006 +0000
13232
13233    * playlist/xspf.c: handles empty nodes
13234
13235commit 9d17940416c1118a0775aecb41c0b35efa5a1685
13236Author: Yoann Peronneau <yoann@videolan.org>
13237Date:   Wed Jun 14 12:05:39 2006 +0000
13238
13239    * control/http: fix "pl.current"
13240
13241commit 82c2d527e16c3718b851e9ab7d096d58a058879b
13242Author: Yoann Peronneau <yoann@videolan.org>
13243Date:   Wed Jun 14 04:43:47 2006 +0000
13244
13245    * demux/playlist/xspf: skeleton for XSPF tree playlist import
13246
13247commit 6bc1500f97bf158ec4160570ff3d6173f8f67dc4
13248Author: Yoann Peronneau <yoann@videolan.org>
13249Date:   Wed Jun 14 02:00:42 2006 +0000
13250
13251    * xpsf.c: ...but <playlist> has... grmbl
13252
13253commit 37b5af493075f95769ee26ed583f2b0f43c6d3b7
13254Author: Yoann Peronneau <yoann@videolan.org>
13255Date:   Wed Jun 14 01:51:05 2006 +0000
13256
13257    * xspf.c: <trackList> has no <location> or <title> element
13258
13259commit 9526c4781b741555b9b90ae5d5a4cfa87e71a878
13260Author: Yoann Peronneau <yoann@videolan.org>
13261Date:   Wed Jun 14 01:46:17 2006 +0000
13262
13263    * demux/playlist/xspf.c: fix a bug introduced by [15757]
13264      + cosmetic changes
13265
13266commit dbc59e3a782ed65537b56b7d9df7ee82498a0bc4
13267Author: Yoann Peronneau <yoann@videolan.org>
13268Date:   Wed Jun 14 00:43:00 2006 +0000
13269
13270    * Tree playlist XSPF export
13271      Kids, don't try this at home...
13272
13273commit e955c93c2ea6d2caf3555796fead5b8bba68416f
13274Author: Felix Paul Kühne <fkuehne@videolan.org>
13275Date:   Tue Jun 13 21:36:37 2006 +0000
13276
13277    * code and GUI improvements
13278
13279commit 7d92213a8d969532d4b7e75db15afeb089eab96b
13280Author: Filippo Carone <littlejohn@videolan.org>
13281Date:   Tue Jun 13 15:34:27 2006 +0000
13282
13283    Java bindings Makefile tested and working on both GNU and Windows.
13284
13285commit 5e80d19e6d47c260de1931a21ab5469e84cb1308
13286Author: Filippo Carone <littlejohn@videolan.org>
13287Date:   Tue Jun 13 13:35:49 2006 +0000
13288
13289    10 PRINT "Remember to include a final endif at the end of Makefile.am."
13290    20 GOTO 10
13291
13292commit 2a5b03c88d6916b9c3cea5826a5631531147223c
13293Author: Filippo Carone <littlejohn@videolan.org>
13294Date:   Tue Jun 13 13:19:46 2006 +0000
13295
13296    make buildbot (and ppl) happy with java Makefile.am .
13297
13298commit 28637d5443cd154309e2106aab23dacc263db4c4
13299Author: Filippo Carone <littlejohn@videolan.org>
13300Date:   Tue Jun 13 13:09:37 2006 +0000
13301
13302    another attempt to make java bindings win32 friendly.
13303
13304commit 094585133d32b992c874cf55919ef5d19c01ad31
13305Author: Filippo Carone <littlejohn@videolan.org>
13306Date:   Tue Jun 13 10:40:26 2006 +0000
13307
13308    Corrections in the java bindings Makefile
13309
13310commit 89d5ea7b7e86874ddeeec9214b32a57d5d5274e1
13311Author: Filippo Carone <littlejohn@videolan.org>
13312Date:   Tue Jun 13 09:58:56 2006 +0000
13313
13314    A first try in making the Makefile crossplatform (gnu/win32)
13315
13316commit 188a9ba248ff95f11f4e589c62cd54cfaa0618de
13317Author: Yoann Peronneau <yoann@videolan.org>
13318Date:   Tue Jun 13 03:04:08 2006 +0000
13319
13320    * src/input/input.c: use input_AddSubtitles() and fix a bug with the autoselection of autodetected subtitles files.
13321
13322commit 18416d13f4c4d21b473d842062825fe690db86d7
13323Author: Damien Fouilleul <damienf@videolan.org>
13324Date:   Mon Jun 12 23:29:31 2006 +0000
13325
13326    - x264-svn-win32.patch: synchronized with latest on svn
13327
13328commit 172a37ad6661fbb137a38d0ee9af37a5c790c0cd
13329Author: Damien Fouilleul <damienf@videolan.org>
13330Date:   Mon Jun 12 23:26:38 2006 +0000
13331
13332    - configure.ac: replaced 'av_add_i' with 'av_crc_init' when testing avutil as the former is no longer compiled in lib
13333
13334commit 31eaf45b4ad36764476a8a5636d31e5bc6797061
13335Author: Damien Fouilleul <damienf@videolan.org>
13336Date:   Mon Jun 12 23:14:44 2006 +0000
13337
13338    vlcshell.cpp: fixed plugin 'autoplay'
13339
13340commit e444bfd2adc3ab5405a7cd2cb05adde8f4b8d8c8
13341Author: Gildas Bazin <gbazin@videolan.org>
13342Date:   Mon Jun 12 20:41:22 2006 +0000
13343
13344    * src/misc/stats.c: don't forget to call vlc_object_release() after a stats_HandlerGet().
13345
13346commit fab2e7bcdbf32b56a8561f55db9b276eebf2f1c4
13347Author: Clément Stenac <zorglub@videolan.org>
13348Date:   Mon Jun 12 19:56:25 2006 +0000
13349
13350    Simplify the CDDA module. Split more between parse and play
13351
13352commit 47643f0a85bf67e29d9d1fa23a05b20aac26a685
13353Author: Gildas Bazin <gbazin@videolan.org>
13354Date:   Mon Jun 12 19:51:14 2006 +0000
13355
13356    * src/video_output/video_output.c: avoid calling config_GetInt in the main loop.
13357
13358commit 2ef372cafeb0e990ea1e7f01649e38f37f2ca582
13359Author: Dennis van Amerongen <trax@videolan.org>
13360Date:   Mon Jun 12 19:32:00 2006 +0000
13361
13362    * typo consummed -> consumed
13363
13364commit 79b230a334b75ad5bc1e7c702d84b71560bffc60
13365Author: Yoann Peronneau <yoann@videolan.org>
13366Date:   Mon Jun 12 19:31:33 2006 +0000
13367
13368    * modules/video_output/image.c: add --image-width and --image-height to set the size of the image output module.
13369      Thanks to Menele from the forum for submitting a patch.
13370
13371commit 75d4dcbdcb92211ee62e973830a7a9fce2a7ae4a
13372Author: Clément Stenac <zorglub@videolan.org>
13373Date:   Mon Jun 12 19:21:01 2006 +0000
13374
13375    * Fix skip in initial status
13376    * Don't waste ids
13377    * Fix a bug in services discoveries
13378
13379commit 97a70d1ba50f4483e47129237ec237e1e20af878
13380Author: Pavlov Konstantin <thresh@videolan.org>
13381Date:   Mon Jun 12 14:47:01 2006 +0000
13382
13383    Second try: we should add *flags for mozilla plugin not only in the case of xulrunner.
13384
13385commit 09b70e1c19e9ffce31146c4853cf705591e30adc
13386Author: Gildas Bazin <gbazin@videolan.org>
13387Date:   Sun Jun 11 20:52:08 2006 +0000
13388
13389    * modules/packetizer/mpeg4video.c: ts/ps muxers rely on VOL being present in the stream.
13390
13391commit b7ce1c36e2c9fbfa4c452af991eb3aa8506755fe
13392Author: Christophe Mutricy <xtophe@videolan.org>
13393Date:   Sun Jun 11 19:21:30 2006 +0000
13394
13395    ffmpeg-svn-cross.patch has been applied upstream
13396
13397commit b33404334798c4980ae1601f9a7f416c625d3ba0
13398Author: Clément Stenac <zorglub@videolan.org>
13399Date:   Sun Jun 11 19:03:12 2006 +0000
13400
13401    Skeleton for open
13402
13403commit 5bd77e4ba780501cd46ad76c62919681a47984b4
13404Author: Gildas Bazin <gbazin@videolan.org>
13405Date:   Sun Jun 11 11:57:05 2006 +0000
13406
13407    * src/audio_output/intf.c: optimise aout_VolumeGet a bit.
13408
13409commit af23abe4b8908ee9067b412fce5b93918e8750b1
13410Author: Gildas Bazin <gbazin@videolan.org>
13411Date:   Sun Jun 11 11:56:39 2006 +0000
13412
13413    * modules/gui/wxwidgets: don't call aout_VolumeGet so often because it is MIPS intensive.
13414
13415commit 045867482d1df58d453fa5bf6e95867cfc83a2d4
13416Author: Gildas Bazin <gbazin@videolan.org>
13417Date:   Sun Jun 11 11:21:59 2006 +0000
13418
13419    * src/misc/stats.c: fix no-stats mode.
13420
13421commit 9296f9b8d98657f4c0fff15e56a57a6b4e9a1d93
13422Author: Felix Paul Kühne <fkuehne@videolan.org>
13423Date:   Sun Jun 11 09:43:20 2006 +0000
13424
13425    * disable sdk-support on ppc-macs until it is fixed (refs #692)
13426
13427commit 349fa35a1cb76e1d52dc310a5526eeedf1a74dc6
13428Author: Christophe Mutricy <xtophe@videolan.org>
13429Date:   Sat Jun 10 22:26:29 2006 +0000
13430
13431    * Patch ffmpeg configure to not use twice the cross prefix.
13432    * CVS -> SVN
13433
13434commit 03562f42d3e3dd4f700b38a6bd7d39681bb7d3a9
13435Author: Gildas Bazin <gbazin@videolan.org>
13436Date:   Sat Jun 10 22:21:37 2006 +0000
13437
13438    * src/libvlc.h, src/interface/interaction.c: new config option to disable interaction mode. Default value is set to disable for now because this mode is currently broken.
13439
13440commit 46b44b39fd650cedfe26a1b2db4bf69f14f72db8
13441Author: Christophe Mutricy <xtophe@videolan.org>
13442Date:   Sat Jun 10 21:17:13 2006 +0000
13443
13444    misc/freetype.c: Fix strings
13445
13446commit 0ce6483d7fda44a04cd32140623f500286268a27
13447Author: Christophe Mutricy <xtophe@videolan.org>
13448Date:   Sat Jun 10 21:15:19 2006 +0000
13449
13450    qt4/input_manager.cpp: compile fix
13451
13452commit 76c472ef4b410345a1eb351c98cb1815e2bfd923
13453Author: Filippo Carone <littlejohn@videolan.org>
13454Date:   Sat Jun 10 18:13:46 2006 +0000
13455
13456    Java bindings update.
13457
13458    - a new java example shows general jvlc use
13459    - more functions added in InputIntf (getInputFPS now works)
13460    - a little potential problem fixed in Playlist
13461
13462commit f25c42997007fd769a1d297ad2a59387a0079987
13463Author: Filippo Carone <littlejohn@videolan.org>
13464Date:   Sat Jun 10 17:36:22 2006 +0000
13465
13466    a vlc_object_release added
13467
13468commit e63f4a4b5870dc5075cddbe91beb6adb4b25d3f2
13469Author: Filippo Carone <littlejohn@videolan.org>
13470Date:   Sat Jun 10 16:13:38 2006 +0000
13471
13472    Initial implementation of libvlc_get_input_fps.
13473
13474commit 9781b8469aa24bb7c414eedeb113d0318f2cc5f9
13475Author: Filippo Carone <littlejohn@videolan.org>
13476Date:   Sat Jun 10 15:34:32 2006 +0000
13477
13478    Muting and unmuting functions implemented in the control interface
13479
13480commit 0627647ffb3c4dc71b4803f8da5035d507f0f6f2
13481Author: Filippo Carone <littlejohn@videolan.org>
13482Date:   Sat Jun 10 13:58:03 2006 +0000
13483
13484    Java bindings update.
13485
13486    * new JVLC.destroy() method to cleanup a JVLC object
13487    * new GenericVideoWidget for general use (thx: Kuldipsingh Pabla)
13488    * Status class removed
13489    * new JVLC.isInputPlaying() and JVLC.hasVout() methods
13490
13491commit 599b0d51b3fbd297941c76397a6a57c7fbc2fbe2
13492Author: Filippo Carone <littlejohn@videolan.org>
13493Date:   Sat Jun 10 13:15:15 2006 +0000
13494
13495    New snapshot behaviour.
13496
13497    if the user specifies a directory in the snapshot-path variable, then vlc
13498    behaves as before;
13499
13500    if the user specifies a complete path (folder/filename) then the snapshot
13501    is named and saved after it.
13502
13503commit 71148dd9141b229f48a987ec653a89c2b3566af8
13504Author: Gildas Bazin <gbazin@videolan.org>
13505Date:   Sat Jun 10 10:26:17 2006 +0000
13506
13507    * modules/codec/ffmpeg/audio.c: reduce memory usage a bit.
13508
13509commit fb220e5045fd5ceee4c351ddceba215b2667460b
13510Author: Rémi Denis-Courmont <rem@videolan.org>
13511Date:   Sat Jun 10 10:13:31 2006 +0000
13512
13513    Memleak spotted by Dugal Harris.
13514
13515commit 085676a436e10da777ca174c812dbd95c0304b3f
13516Author: Rémi Denis-Courmont <rem@videolan.org>
13517Date:   Sat Jun 10 10:13:10 2006 +0000
13518
13519    MJPG support with DirectShow (patch from Dugal Harris)
13520
13521commit 44070ee64f16b5e029d1ea21b506e969014b5e81
13522Author: Gildas Bazin <gbazin@videolan.org>
13523Date:   Sat Jun 10 10:10:56 2006 +0000
13524
13525    * modules/gui/wxwidgets/dialogs/fileinfo.hpp: compilation fix.
13526
13527commit d02df00247810ef550a33333166719342f210689
13528Author: Rémi Denis-Courmont <rem@videolan.org>
13529Date:   Sat Jun 10 10:10:54 2006 +0000
13530
13531    Include bitrate in SDP when known.
13532    Patch from Ilkka Ollakka with cosmetic fixes.
13533
13534commit a78b832aae9df6435496f5b81d75dea46a6f5639
13535Author: Gildas Bazin <gbazin@videolan.org>
13536Date:   Sat Jun 10 10:01:40 2006 +0000
13537
13538    * modules/codec/dmo/dmo.c: fix typo in fourcc.
13539
13540commit 6f4778fac7bf7aa82d60ac17e11e45a625012d95
13541Author: Gildas Bazin <gbazin@videolan.org>
13542Date:   Sat Jun 10 09:57:45 2006 +0000
13543
13544    * src/playlist/tree.c: fix memory leak.
13545
13546commit a1bf965dd5248902f24b0d0ee5279b5f758db02d
13547Author: Gildas Bazin <gbazin@videolan.org>
13548Date:   Fri Jun 9 22:20:11 2006 +0000
13549
13550    * modules/packetizer/mpeg4video.c: rewrite using the block helper facility. Fixes a few issues with the previous packetizer and is simpler.
13551
13552commit 31a2d53b0aa1e4e8f929471e8760043aa65c50e4
13553Author: Gildas Bazin <gbazin@videolan.org>
13554Date:   Fri Jun 9 21:35:13 2006 +0000
13555
13556    * modules/gui/wxwidgets/menus.cpp: avoid using STL strings. This gets rid of weird crashes here.
13557
13558commit bbde0a771f20e794a229dbd750a2b93a71ebb047
13559Author: Gildas Bazin <gbazin@videolan.org>
13560Date:   Fri Jun 9 20:45:41 2006 +0000
13561
13562    * modules/demux/mpeg/m4v.c: wait until we get p_extra from the packetizer before adding the stream.
13563
13564commit 0f1bed44147dda93fc7e02c15f9f1d5c668f49ce
13565Author: Antoine Cellerier <dionoea@videolan.org>
13566Date:   Fri Jun 9 20:44:18 2006 +0000
13567
13568    Dshow input fix (suggest by "sneeze" on http://forum.videolan.org/viewtopic.php?t=21578, Thanks).
13569
13570commit 1f1c05083b9640f537faaf7804bebd10ef71218d
13571Author: Pavlov Konstantin <thresh@videolan.org>
13572Date:   Fri Jun 9 19:59:22 2006 +0000
13573
13574    revert 15853 as it brokes things
13575
13576commit 1b168781175c2f631de2d9fb7f6abd1978c26bc1
13577Author: Clément Stenac <zorglub@videolan.org>
13578Date:   Fri Jun 9 19:17:49 2006 +0000
13579
13580    * Split apart gui and input management
13581    * Functional stats panel
13582
13583commit e5ed4c8e9f4f1851b966742f2dc535df8aa676cb
13584Author: Pavlov Konstantin <thresh@videolan.org>
13585Date:   Fri Jun 9 16:56:13 2006 +0000
13586
13587    lets add *flags not only in the case of xulrunner-config
13588
13589commit 7337338303bfda585c5a4681525912177a7a3794
13590Author: Pavlov Konstantin <thresh@videolan.org>
13591Date:   Fri Jun 9 14:19:32 2006 +0000
13592
13593    Fix for building mozilla plugin with mozilla-dev on non-debian systems
13594    Needs more check, as i've only tested it on altlinux
13595
13596commit b8a24c4adf7b35b6d40adc4bb8f94eed8b03f668
13597Author: Rémi Denis-Courmont <rem@videolan.org>
13598Date:   Fri Jun 9 14:17:26 2006 +0000
13599
13600    FTP cleartext authentication from Petr Vacek.
13601
13602commit c9c85bef374c60c958bba36f0fe858b5c3dddacc
13603Author: Yoann Peronneau <yoann@videolan.org>
13604Date:   Fri Jun 9 04:38:16 2006 +0000
13605
13606    * proof of concept of drag & dropping a subtitle file while playing a video file. (Refs: #645)
13607
13608commit 92ee23d34534809e3f1854feb1f043d770d0c799
13609Author: Yoann Peronneau <yoann@videolan.org>
13610Date:   Fri Jun 9 02:08:08 2006 +0000
13611
13612    * the first autodetected subtitles file should now be automatically enabled
13613
13614commit 9b21a3e02405a59a10b0649feccad9e8295b74a2
13615Author: Yoann Peronneau <yoann@videolan.org>
13616Date:   Fri Jun 9 00:28:07 2006 +0000
13617
13618    * fix subtitles file autodetection
13619      this was broken when the video file name included its directory name
13620      (for instance "vlc dir/file.avi")
13621
13622commit 128b8fdb26cd6b9d14b26f3e61161e57eaebaec9
13623Author: Clément Stenac <zorglub@videolan.org>
13624Date:   Thu Jun 8 21:04:24 2006 +0000
13625
13626    Don't forget to reset slider position
13627
13628commit 0cc8937fe2b2b564438100cda288d90c2905f21b
13629Author: Christophe Mutricy <xtophe@videolan.org>
13630Date:   Thu Jun 8 21:01:09 2006 +0000
13631
13632    Oups
13633
13634commit 23a3d91d476a5ed848f910a01ec88ff1395d9173
13635Author: Clément Stenac <zorglub@videolan.org>
13636Date:   Thu Jun 8 20:54:20 2006 +0000
13637
13638    Don't laugh
13639
13640commit 3c9aa734ca74e518eed648839551823f259e0b5c
13641Author: Christophe Mutricy <xtophe@videolan.org>
13642Date:   Thu Jun 8 20:43:59 2006 +0000
13643
13644    Don't hardcode path
13645
13646commit 88d96cf47228da5ddeb4df152373ed95242a78e2
13647Author: Clément Stenac <zorglub@videolan.org>
13648Date:   Thu Jun 8 20:43:12 2006 +0000
13649
13650    nom de dieu de putain de merde de saloperie de chiure de putasserie de bordel de couille
13651
13652commit fd7ce7553f53f1f44d97327ce8776aa3bacdd8c4
13653Author: Clément Stenac <zorglub@videolan.org>
13654Date:   Thu Jun 8 19:39:15 2006 +0000
13655
13656    * Don't delete main nodes in playlist_Clear
13657    * Fix item add in RC
13658
13659commit 0f4a49175ee55dd444fd99874a614c8120f66a45
13660Author: Clément Stenac <zorglub@videolan.org>
13661Date:   Thu Jun 8 19:18:11 2006 +0000
13662
13663    Get rid of some pic stuff that caused vlc-config to do baad things
13664
13665commit 63db764f0ed95728821c89bc19ed2f034595df21
13666Author: Clément Stenac <zorglub@videolan.org>
13667Date:   Thu Jun 8 18:59:14 2006 +0000
13668
13669    Fix vout/sout garbage collection and input spam debug messages
13670
13671commit a2dbfd134c6229d637b02136ee1bcc2a1fab441e
13672Author: Clément Stenac <zorglub@videolan.org>
13673Date:   Thu Jun 8 18:36:09 2006 +0000
13674
13675    Some general clean up
13676
13677commit 183dd67ee505142dc0d563532f98e4f023c22e34
13678Author: Gildas Bazin <gbazin@videolan.org>
13679Date:   Wed Jun 7 22:20:15 2006 +0000
13680
13681    * configure.ac: you can do it.
13682
13683commit 97b5c1546269c39f24e9a7619d865d99567ba0e9
13684Author: Gildas Bazin <gbazin@videolan.org>
13685Date:   Wed Jun 7 22:02:16 2006 +0000
13686
13687    * configure.ac: libpostproc detection was more broken than I thought.
13688
13689commit 9bc15cda0a46fe9ea07ffcb9273f71374bd7a860
13690Author: Gildas Bazin <gbazin@videolan.org>
13691Date:   Wed Jun 7 21:42:21 2006 +0000
13692
13693    * configure.ac: fix typo in ffmpeg's libpostproc detection.
13694
13695commit 22089b32e9c539e44552ce5006a53720b927f9af
13696Author: Filippo Carone <littlejohn@videolan.org>
13697Date:   Wed Jun 7 15:20:08 2006 +0000
13698
13699    Suggest to check/set JAVA_HOME if compilation fails
13700
13701commit 973a35aabd50a7ab95caf6b8af067adea1fe04a3
13702Author: Rémi Denis-Courmont <rem@videolan.org>
13703Date:   Wed Jun 7 14:22:15 2006 +0000
13704
13705    Remove experimental flag from libtool.
13706    Several people use it and nobody complain it was broken.
13707    Besides, some stuff seem not to work without it.
13708
13709commit 08b3fcc622fc45784579fd505cac5d6481aff620
13710Author: Felix Paul Kühne <fkuehne@videolan.org>
13711Date:   Wed Jun 7 13:25:23 2006 +0000
13712
13713    * ugly compilation fix for ffmpeg on PPC-GCC 4.0.0
13714
13715commit 9b2b219e047a24874724680d2e2fda79dc270e6c
13716Author: Derk-Jan Hartman <hartman@videolan.org>
13717Date:   Wed Jun 7 11:33:30 2006 +0000
13718
13719    * fortune
13720
13721commit 2d7612ab1579df79a01183796bdc03d44d3e894e
13722Author: Yoann Peronneau <yoann@videolan.org>
13723Date:   Tue Jun 6 20:46:03 2006 +0000
13724
13725    * use Play icon for play-only hotkey
13726
13727commit 775b37327219527229bc075b47d81459f097664b
13728Author: Derk-Jan Hartman <hartman@videolan.org>
13729Date:   Tue Jun 6 20:44:28 2006 +0000
13730
13731    * blegh fprintf
13732
13733commit b81187776b39942efca2a5fdd0253946e4aef1a0
13734Author: Yoann Peronneau <yoann@videolan.org>
13735Date:   Tue Jun 6 18:34:42 2006 +0000
13736
13737    * try to fix the pause-only hotkey
13738      this needs to be tested
13739
13740commit 5ea9b67e5690ac08765236d8b293a25f266722f3
13741Author: Filippo Carone <littlejohn@videolan.org>
13742Date:   Tue Jun 6 12:51:36 2006 +0000
13743
13744    Ops.. i did it again
13745
13746commit df1f3f10213f7d99ea6b3ac2fc0525bfcaa07a01
13747Author: Filippo Carone <littlejohn@videolan.org>
13748Date:   Tue Jun 6 11:35:28 2006 +0000
13749
13750    one more object release in video.c
13751
13752commit b2de137f9fcc1b5fc9998f0f2a934853ed009008
13753Author: Filippo Carone <littlejohn@videolan.org>
13754Date:   Tue Jun 6 11:31:55 2006 +0000
13755
13756    Java bindings update:
13757
13758    * more synchronization with playlist and input threads
13759    * new libvlc functions binded
13760
13761commit 10225af5815d0b7421489da069ee37494354568c
13762Author: Filippo Carone <littlejohn@videolan.org>
13763Date:   Tue Jun 6 11:17:52 2006 +0000
13764
13765    libvlc compile warnings resolved
13766
13767commit 4799808cda5106bac1e0ce3c696348bcea3f11ee
13768Author: Pavlov Konstantin <thresh@videolan.org>
13769Date:   Tue Jun 6 11:07:40 2006 +0000
13770
13771    compile fix
13772
13773commit 0b0cc6da63fe6a62b51eb0472fe4ddfcf14bac4f
13774Author: Marian Durkovic <md@videolan.org>
13775Date:   Tue Jun 6 08:47:00 2006 +0000
13776
13777    make --sout-ts-alignment default enabled (refs: #669)
13778
13779commit 57980f409c3aa8df7a61ef42d489b5b4323f21ac
13780Author: Filippo Carone <littlejohn@videolan.org>
13781Date:   Mon Jun 5 18:23:56 2006 +0000
13782
13783    libvlc input and video update:
13784    * video.c: added 1 release object in GetVout
13785    * input.c: added libvlc_get_input_thread helper
13786
13787commit 65c56bb9d8ba7b0789d16407b81836af0bcd367a
13788Author: Clément Stenac <zorglub@videolan.org>
13789Date:   Mon Jun 5 16:05:34 2006 +0000
13790
13791    Fix playlist crash on quit
13792
13793commit d90a5fa3162f609bf4f2ec9539b0e7d2265b9e69
13794Author: Filippo Carone <littlejohn@videolan.org>
13795Date:   Mon Jun 5 16:01:35 2006 +0000
13796
13797    if --enable-java-bindings then check a javac exists
13798
13799commit 13c61234f856eec2ede84508e6c87334345f630b
13800Author: Filippo Carone <littlejohn@videolan.org>
13801Date:   Mon Jun 5 16:00:27 2006 +0000
13802
13803    libvlc: Vout object now released when needed
13804
13805commit d09a0fbf9b816cdc0e91c2a87b0126543c36bbcc
13806Author: Filippo Carone <littlejohn@videolan.org>
13807Date:   Mon Jun 5 15:06:45 2006 +0000
13808
13809    libvlc enhanced:
13810    * video height/width retrieval
13811    * input playing status check
13812
13813commit 74c5cd2ad37925900939009afcf775b85afaa9f9
13814Author: Christophe Mutricy <xtophe@videolan.org>
13815Date:   Mon Jun 5 13:43:48 2006 +0000
13816
13817    * Work around automake stupid test
13818    * Add notify plugin
13819
13820commit 55a578529adf3d194d878a81fc3bab48f688d393
13821Author: Christophe Mutricy <xtophe@videolan.org>
13822Date:   Sun Jun 4 21:50:01 2006 +0000
13823
13824    Libpostproc moved.
13825
13826commit dc3f03c55b6b2321501fcd73069b8485ebb8b48b
13827Author: Jérome Decoodt <djc@videolan.org>
13828Date:   Sun Jun 4 20:53:54 2006 +0000
13829
13830    OBJECT_INPUT->OBJECT_PLAYLIST
13831    Thanks to xtophe
13832
13833commit 33983554b25e79aad349e6703573449f7799e672
13834Author: Filippo Carone <littlejohn@videolan.org>
13835Date:   Sun Jun 4 19:26:55 2006 +0000
13836
13837    * added video height/width getters in libvlc
13838    * libvlc playlist play uses locking
13839
13840commit 840f845c8c4d723a7d84ab28bf9cc43e315b4695
13841Author: Rémi Denis-Courmont <rem@videolan.org>
13842Date:   Sun Jun 4 18:43:05 2006 +0000
13843
13844    Make config.status happy (muahaha)
13845
13846commit 1ee48e2704b37e657ac58ca69582c44129b46713
13847Author: Rémi Denis-Courmont <rem@videolan.org>
13848Date:   Sun Jun 4 18:32:14 2006 +0000
13849
13850    Remove spurious warning
13851
13852commit 9d85b9dace93996a50fbf415463c058aaa1fe815
13853Author: Rémi Denis-Courmont <rem@videolan.org>
13854Date:   Sun Jun 4 18:09:30 2006 +0000
13855
13856    Some build systems clean up. Now require automake 1.7
13857
13858    Automake 1.5 and 1.6 both suck, and 1.7 is almost four years old, so there is really no excuse for not using a decent version. Besides, there seems to some problems while building the loader with old Automake versions.
13859
13860commit bb3c43d2822a8fb83725687d54f5e10754548296
13861Author: Rémi Denis-Courmont <rem@videolan.org>
13862Date:   Sun Jun 4 18:05:00 2006 +0000
13863
13864    Another PIC fix
13865
13866commit 14815d2cc5501b7417a34b96957c726e253bdeb2
13867Author: Rémi Denis-Courmont <rem@videolan.org>
13868Date:   Sun Jun 4 17:35:56 2006 +0000
13869
13870    Remove PIC stuff too
13871
13872commit 5b369300e5f7093ac99f2f626533e7f9bc9b66fb
13873Author: Rémi Denis-Courmont <rem@videolan.org>
13874Date:   Sun Jun 4 17:07:19 2006 +0000
13875
13876    Suppress support for position dependant code (except on mingw32).
13877    This simplifies the build system quite a lot, and reduce compilation
13878    times when PIC is actually needed.
13879
13880    If you really mind the extra overhead of PIC, use:
13881    ./configure --enable-libtool --enable-static --disable-shared
13882
13883commit 7cc72564f95e39aa619884fecb04558db63bd6c9
13884Author: Filippo Carone <littlejohn@videolan.org>
13885Date:   Sun Jun 4 15:30:18 2006 +0000
13886
13887    pic libraries are now correctly installed when needed:
13888    * --enable-pic added in configure.ac
13889    * bootstrap modified to use BUILD_PIC in place of BUILD_MOZILLA where needed
13890
13891commit 31c1e82eb9382d6b2d8ad5ee54b6ce6546a250fc
13892Author: Olivier Teulière <ipkiss@videolan.org>
13893Date:   Sun Jun 4 14:17:46 2006 +0000
13894
13895     * modules/gui/skins2/*: Use ARG instead of ARG* as a template argument
13896
13897commit ff65ea953015d3387bc6fa2027102e875198dc26
13898Author: Olivier Teulière <ipkiss@videolan.org>
13899Date:   Sun Jun 4 14:03:54 2006 +0000
13900
13901     * modules/gui/skins2/*: More simplifications of the same kind
13902
13903commit e1670aca558b0fea3a9530c36d4753a022983ec9
13904Author: Olivier Teulière <ipkiss@videolan.org>
13905Date:   Sun Jun 4 13:55:41 2006 +0000
13906
13907     * modules/gui/skins2/*: The second template argument of the Subject and
13908       Observer classes now has a default value. This simplifies the code in many
13909       places.
13910
13911commit 4a3d46bd2b7ac46483aa960965e1bc8bf91d73e4
13912Author: Clément Stenac <zorglub@videolan.org>
13913Date:   Sun Jun 4 09:00:36 2006 +0000
13914
13915    * Don't reset input meta information
13916    * Improve notification layout
13917
13918commit a378f1a7122a37042ec1a24ce874e9a917f0c691
13919Author: Clément Stenac <zorglub@videolan.org>
13920Date:   Sun Jun 4 08:13:00 2006 +0000
13921
13922    More cosmetics for plastique
13923
13924commit 8e2036e4e1cc5e158a9d8c209684f63bf774a8f0
13925Author: Christophe Mutricy <xtophe@videolan.org>
13926Date:   Sun Jun 4 00:13:40 2006 +0000
13927
13928    New libnotify plugin.
13929    TODO: - get rid of the harcoded path for the icon
13930          - make the meta printed an option.
13931
13932commit ddd1fc5e3a1ebd8b2db3268f3ed438cf039f9515
13933Author: Christophe Massiot <massiot@videolan.org>
13934Date:   Sun Jun 4 00:10:01 2006 +0000
13935
13936    .
13937
13938commit e99be2d187dd032ee60bc15615d9e5869528762b
13939Author: Olivier Teulière <ipkiss@videolan.org>
13940Date:   Sun Jun 4 00:00:34 2006 +0000
13941
13942     * dos/skins/skins2-howto.xml: Small precision
13943
13944commit 24648f43cf4371f6c6d6d78db2f5ae755f810cc8
13945Author: Olivier Teulière <ipkiss@videolan.org>
13946Date:   Sat Jun 3 23:57:40 2006 +0000
13947
13948     * modules/gui/skins2/*:
13949         - anchors have a new "lefttop" attribute, allowing them to follow the
13950           border of the window when resizing
13951         - the resizing is now handled by the WindowManager class (to enforce the
13952           mediator pattern). This makes it possible to handle tricky cases,
13953           such as:
13954               window B is anchored to window A, and A is resized
13955               ==> B moves accordingly, and can still be anchored by other windows
13956
13957commit fef44fa9395f5d7c7fa1a80c6725f877affa3fad
13958Author: Clément Stenac <zorglub@videolan.org>
13959Date:   Sat Jun 3 22:27:19 2006 +0000
13960
13961    Cosmetics
13962
13963commit ccacddbd547138e44ffcdd832f9d92961b965282
13964Author: Clément Stenac <zorglub@videolan.org>
13965Date:   Sat Jun 3 21:44:25 2006 +0000
13966
13967    * Fix crash
13968    * Add a prefs button
13969
13970commit 04e52ef4fcfd62cf03de3a9a679f55f94824ea90
13971Author: Clément Stenac <zorglub@videolan.org>
13972Date:   Sat Jun 3 18:03:40 2006 +0000
13973
13974    Preferences
13975
13976commit a53a078c54b35ae0e7183debf8fe9763af7ffdad
13977Author: Felix Paul Kühne <fkuehne@videolan.org>
13978Date:   Sat Jun 3 12:15:03 2006 +0000
13979
13980    * use ganesh instead of the official server while it is down
13981
13982commit 8ecff20aa150130f7f6ff1d9aff29480899dd3a0
13983Author: Felix Paul Kühne <fkuehne@videolan.org>
13984Date:   Sat Jun 3 10:45:32 2006 +0000
13985
13986    * fixed compilation if svn isn't in the default path
13987
13988commit 640fe7328c3efafc924a03d11710a3378ba5ed7c
13989Author: Christophe Mutricy <xtophe@videolan.org>
13990Date:   Fri Jun 2 22:56:38 2006 +0000
13991
13992    Fix Stream title. Patch by Diego "Flameeyes" Petteno
13993
13994commit 35580f5029a7bdea5c541eaa99545e0c1e759d26
13995Author: Christophe Mutricy <xtophe@videolan.org>
13996Date:   Fri Jun 2 22:22:01 2006 +0000
13997
13998    discriminate between the two OpenGL modules
13999
14000commit 5e68685cd4e5c6c74a4939ed9cbb5e212def3fe0
14001Author: Clément Stenac <zorglub@videolan.org>
14002Date:   Fri Jun 2 20:20:21 2006 +0000
14003
14004    Empty files
14005
14006commit c62e2983ad64e98cf2e39800b965ea790b3ed857
14007Author: Benjamin Pracht <bigben@videolan.org>
14008Date:   Fri Jun 2 19:24:36 2006 +0000
14009
14010    * Don't change the FSF address
14011
14012commit 61acca87b84855af227746fac59bc5b6a83fd47e
14013Author: Benjamin Pracht <bigben@videolan.org>
14014Date:   Fri Jun 2 18:41:31 2006 +0000
14015
14016    * Patch by Cédric Cocquebert to add several additional video effects to the opengl vout
14017
14018commit 1ba03e33a5521d31fc0c04354070140f2774d20b
14019Author: Filippo Carone <littlejohn@videolan.org>
14020Date:   Fri Jun 2 13:22:58 2006 +0000
14021
14022    when testing if mozilla is required, use enable_mozilla, not just mozilla
14023
14024commit 54b0c48d2fb735a66dbfdaf9121363cf63346e5d
14025Author: Filippo Carone <littlejohn@videolan.org>
14026Date:   Fri Jun 2 11:27:30 2006 +0000
14027
14028    added in libvlc:
14029     - simple screenshot function
14030     - an helper function to check if the input item is playing
14031
14032commit 80ba0c2698c7e30d1e6020045958ed7f88243e54
14033Author: Clément Stenac <zorglub@videolan.org>
14034Date:   Fri Jun 2 06:06:38 2006 +0000
14035
14036    Todo for prefs widgets
14037
14038commit 1d33ae2dfe2e9ceeb61b99be31a74bbeb1f71e9f
14039Author: Clément Stenac <zorglub@videolan.org>
14040Date:   Fri Jun 2 06:05:11 2006 +0000
14041
14042    Typo. Thanks to radius on the forum
14043
14044commit 7351430d692ed07033772b093ab4d49d39f8235a
14045Author: Damien Fouilleul <damienf@videolan.org>
14046Date:   Thu Jun 1 23:22:54 2006 +0000
14047
14048    - voutgl.m: added OpenGL provider for MacOS X Safari/mozilla plugin
14049    - vlcshell.cpp: make opengl the default video output module for macosx
14050    - vlc.r: remove Quicktime mimetype from supported list
14051    - configure.ac: the OpenGL provider requires the AGL framework
14052
14053commit d1ae6b84388da636f8bfc0f87f7a679ed6c8bc26
14054Author: Christophe Mutricy <xtophe@videolan.org>
14055Date:   Thu Jun 1 21:28:12 2006 +0000
14056
14057    Don't lock the mutex twice
14058
14059commit 053d5bb66c6ac58ec0810b13d2cefb797a57d307
14060Author: Clément Stenac <zorglub@videolan.org>
14061Date:   Thu Jun 1 20:42:03 2006 +0000
14062
14063    Skeleton for preferences widgets
14064
14065commit 0f98a479b87835a8becb08444269a8619833fbf8
14066Author: Clément Stenac <zorglub@videolan.org>
14067Date:   Thu Jun 1 14:46:26 2006 +0000
14068
14069    Manage navigation buttons, status and text
14070
14071commit 4a935b11d36969b079aa0802efa6e68b975c2a35
14072Author: Christophe Mutricy <xtophe@videolan.org>
14073Date:   Thu Jun 1 13:10:28 2006 +0000
14074
14075    caca.c: compile fix
14076
14077commit 41f79cdb76a1617f32622c3ee9eafc923ff24a89
14078Author: Sam Hocevar <sam@videolan.org>
14079Date:   Thu Jun 1 10:34:32 2006 +0000
14080
14081      * modules/video_output/caca.c: fixed typedefs for older libcaca versions.
14082
14083commit 61c29c8f4f906a535430844852ab89f019d85531
14084Author: Sam Hocevar <sam@videolan.org>
14085Date:   Thu Jun 1 09:57:01 2006 +0000
14086
14087      * modules/video_output/caca.c: many code simplifications.
14088
14089commit 8c672e8dfb6827bcdfa307f06adce2dba22f63ae
14090Author: Sam Hocevar <sam@videolan.org>
14091Date:   Thu Jun 1 09:53:36 2006 +0000
14092
14093      * bootstrap: simplified automake detection and added support for the FreeBSD
14094        automake naming scheme.
14095
14096commit 5c8a02618600ff7b9e76333f11d42425a0bf6536
14097Author: Dennis van Amerongen <trax@videolan.org>
14098Date:   Wed May 31 23:12:09 2006 +0000
14099
14100    * modules/mux/asf.c: Experimental support for AAC (mp4a) in asf. Needs testing.
14101
14102commit a73c2964d205fc945318773af3753196601533d4
14103Author: Clément Stenac <zorglub@videolan.org>
14104Date:   Wed May 31 21:48:31 2006 +0000
14105
14106    Don't crash
14107
14108commit 059c0ff3b7791ce45cefdcbf0c5be405ef4059e5
14109Author: Christophe Mutricy <xtophe@videolan.org>
14110Date:   Wed May 31 21:45:06 2006 +0000
14111
14112    Add a qt shortcut
14113
14114commit ba50ee9293253b651a66e6eb12111e887d123f29
14115Author: Christophe Mutricy <xtophe@videolan.org>
14116Date:   Wed May 31 21:34:01 2006 +0000
14117
14118    [15729] breaks binary compatibility
14119
14120commit 6c3d99106546fc732be6f555de651966dfbd98a1
14121Author: Clément Stenac <zorglub@videolan.org>
14122Date:   Wed May 31 21:24:58 2006 +0000
14123
14124    Cleanup
14125
14126commit 0bfccfadab7815fa8ded920181cb523f3a5e3095
14127Author: Clément Stenac <zorglub@videolan.org>
14128Date:   Wed May 31 21:04:26 2006 +0000
14129
14130    First benefits of QT ! A slider ! (Refs:#80)
14131
14132commit 8f973a0b05db90ef8f602ca8863563e0724e8581
14133Author: Clément Stenac <zorglub@videolan.org>
14134Date:   Wed May 31 20:40:54 2006 +0000
14135
14136    Fix playlist crasher and simplify a few things
14137    (Remove ITEMPLAY method, which had become redundant)
14138
14139commit 40d23030a7fbfb89137c138cab90e9f45eec83de
14140Author: Antoine Cellerier <dionoea@videolan.org>
14141Date:   Tue May 30 19:57:34 2006 +0000
14142
14143    Typo corretion. Thanks to tango_ on IRC :)
14144
14145commit 9f13848c8fa513d1bf2944cc81bd291bbc80fd35
14146Author: Clément Stenac <zorglub@videolan.org>
14147Date:   Tue May 30 19:17:33 2006 +0000
14148
14149    QT4 detection patch by Pavlov Konstantin
14150
14151commit 172b718fba9e34681904640b86e3819c6f1806a5
14152Author: Clément Stenac <zorglub@videolan.org>
14153Date:   Tue May 30 06:20:06 2006 +0000
14154
14155    Fix properties
14156
14157commit a47f56081981bcd72cfde3c19eb68c08812aede3
14158Author: Clément Stenac <zorglub@videolan.org>
14159Date:   Mon May 29 20:08:14 2006 +0000
14160
14161    Start handling input
14162    Quit
14163
14164commit 6309ebbf82fa9e4341c51d58d8439d9cd7c7f9a5
14165Author: Jean-Paul Saman <jpsaman@videolan.org>
14166Date:   Mon May 29 18:58:58 2006 +0000
14167
14168    Added Diego Petteno to THANKS file.
14169
14170commit 165364d31807e22e2e3ebe71dab4854d1e100104
14171Author: Jean-Paul Saman <jpsaman@videolan.org>
14172Date:   Mon May 29 18:57:20 2006 +0000
14173
14174    This patch removes the usage of FFMPEG's internal ff_mpeg4_default_*_matrix
14175    symbols that would be hidden by the visibility patch, thus allowing VLC usage
14176    with patched FFMPEG code, and sanitise the need for accessing non-public
14177    symbols. Patch by Diego Petteno (flameeyes at gentoo do org).
14178
14179commit 631ba3aaed5b15da459472eb6ca2170c795f7217
14180Author: Rémi Denis-Courmont <rem@videolan.org>
14181Date:   Mon May 29 18:46:09 2006 +0000
14182
14183    Build system fixes + cleanup
14184
14185commit 1fa283fd60260f02c53fe52fb6ab1063ffc16fa7
14186Author: Clément Stenac <zorglub@videolan.org>
14187Date:   Mon May 29 17:28:15 2006 +0000
14188
14189    Some progress
14190
14191commit 79854934aca7387463044d647ad84d8a8037e8f4
14192Author: Clément Stenac <zorglub@videolan.org>
14193Date:   Mon May 29 13:23:48 2006 +0000
14194
14195    Fix a typo
14196
14197commit 776ba66b045f8624242f2c7e8a6f732830246c7a
14198Author: Clément Stenac <zorglub@videolan.org>
14199Date:   Mon May 29 06:07:36 2006 +0000
14200
14201    * Fix QT detection and make dist
14202    * First dialog
14203    * Start of input management
14204
14205commit b1580c1479f265ddccd5e7e75909efadc5822ee1
14206Author: Derk-Jan Hartman <hartman@videolan.org>
14207Date:   Sun May 28 16:26:13 2006 +0000
14208
14209    this patch allows xml comments directly before the root node. Patch by Daniel Stranger.
14210
14211commit 4e3a00fb5895f28d213335f4e3fec880c00c9d8f
14212Author: Clément Stenac <zorglub@videolan.org>
14213Date:   Sun May 28 13:18:21 2006 +0000
14214
14215    Fix
14216
14217commit dfb262bd3dda55953daabdfd0e6069066f941104
14218Author: Clément Stenac <zorglub@videolan.org>
14219Date:   Sun May 28 12:04:19 2006 +0000
14220
14221    File type filters and implementation in WX. Refs:#24
14222    Thanks to Steven Sheehy and sorry for the delay :)
14223
14224commit f30c349b4dc3c13f46888be5f5b22a35edd00ec5
14225Author: Sam Hocevar <sam@videolan.org>
14226Date:   Sat May 27 23:12:26 2006 +0000
14227
14228      * modules/codec/realaudio.c: oh, after all, let's use WINAPI for function
14229        declarations :-)
14230
14231commit 45ff435b9ab009961399c235039d190b4f62fba7
14232Author: Sam Hocevar <sam@videolan.org>
14233Date:   Sat May 27 23:10:52 2006 +0000
14234
14235      * modules/codec/realaudio.c: only use WINAPI for function declarations, not
14236        for function pointers.
14237
14238commit df0cb344c487f0ccd229ec21093a0fb852d49f12
14239Author: Rémi Denis-Courmont <rem@videolan.org>
14240Date:   Sat May 27 17:40:15 2006 +0000
14241
14242    src/misc/mtime.c:
14243     - Don't use TIMER_ABSTIME which sucks (at least on Linux with HZ=1000)
14244     - Cosmetic
14245    configure.ac:
14246     - Check for clock_nanosleep() rather than clock_gettime(), as it is more
14247       recent and we need both.
14248
14249commit bd475b063164cc97addcc8088c6090306bc469a4
14250Author: Felix Paul Kühne <fkuehne@videolan.org>
14251Date:   Sat May 27 17:00:27 2006 +0000
14252
14253    * playlistinfo.m: fixed a rare crash and made sure that the timer is run in every case
14254    * playlist.m: minor update to the new playlist plus removal of an unpurposelly commited debug-msg
14255
14256commit fa22449f5039e571f377cc61590a962dc3d4130a
14257Author: Antoine Cellerier <dionoea@videolan.org>
14258Date:   Sat May 27 12:49:06 2006 +0000
14259
14260    set_program( "qvlc" ); to make it look "official"
14261
14262commit c791680a2332ae65d3a150d01c1248a21e522e5c
14263Author: Dennis van Amerongen <trax@videolan.org>
14264Date:   Sat May 27 11:12:22 2006 +0000
14265
14266    minor typo loose -> lose
14267
14268commit 1bf74fe7327bbd6240fb9a09383392b155cdd2df
14269Author: Clément Stenac <zorglub@videolan.org>
14270Date:   Sat May 27 11:09:56 2006 +0000
14271
14272    Initial layout
14273
14274commit 56674e0fa8dbde833f78795fb09ea471f69cdf10
14275Author: Clément Stenac <zorglub@videolan.org>
14276Date:   Sat May 27 11:08:56 2006 +0000
14277
14278    Here too
14279
14280commit 727740c80fd3931d47ddae82ffb94b3bd909ccc3
14281Author: Clément Stenac <zorglub@videolan.org>
14282Date:   Sat May 27 11:08:39 2006 +0000
14283
14284    Re-enable PLAYLIST_GO
14285
14286commit 3ba8ca57862e60daa722ef9496eea68e9207a1f7
14287Author: Dennis van Amerongen <trax@videolan.org>
14288Date:   Sat May 27 11:07:31 2006 +0000
14289
14290    Add support for Windows Media Video (VC-1) Advanced Profile Decoder
14291
14292commit fa3a118ec33394e442a305e34340633c2deeaa79
14293Author: Christophe Mutricy <xtophe@videolan.org>
14294Date:   Fri May 26 19:43:32 2006 +0000
14295
14296    s/cvs/svn for ffmpeg
14297
14298commit 59cf0d99de7674276a1ae2de3cadf24931ead005
14299Author: Christophe Mutricy <xtophe@videolan.org>
14300Date:   Fri May 26 19:00:36 2006 +0000
14301
14302    extras/contrib: FFMpeg has switched to SVN
14303                    wxWidgets 2.6.3
14304
14305commit f87a7197913d4e0a1156785d772fdb883575eec7
14306Author: Mohammed Adnène Trojette <adn@videolan.org>
14307Date:   Fri May 26 05:41:42 2006 +0000
14308
14309    s/Conttrôle/Contrôle/ (thanks to OuTman <outman52 free fr>)
14310
14311commit 23d7bba710717fc9d46e99beeb950e531af105c5
14312Author: Felix Paul Kühne <fkuehne@videolan.org>
14313Date:   Thu May 25 22:16:27 2006 +0000
14314
14315    * disabled the debug-msg which prints the pointer to each p_item. this produces so many msgs, that you can't see others
14316
14317commit 26f68e7fa95cae2d2fc10e44700863cfe71b2672
14318Author: Felix Paul Kühne <fkuehne@videolan.org>
14319Date:   Thu May 25 21:44:11 2006 +0000
14320
14321    * meta fixes
14322
14323commit 71de7a93ce53a00d96ef52455e4065fdd4d65ef4
14324Author: Clément Stenac <zorglub@videolan.org>
14325Date:   Thu May 25 19:58:32 2006 +0000
14326
14327    Fix build
14328
14329commit 450a2fb53d96f11f7438f9ecdb6225bdaf2ab1c2
14330Author: Clément Stenac <zorglub@videolan.org>
14331Date:   Thu May 25 19:38:45 2006 +0000
14332
14333    Fix CDDA and a corner-case in playlist handling
14334
14335commit 05b21e9603158b8e145eaa776bf088db6594eb33
14336Author: Derk-Jan Hartman <hartman@videolan.org>
14337Date:   Thu May 25 18:34:32 2006 +0000
14338
14339    * H264 RTP packetization by Vitaly V. Bursov <vitalyvb at ukr dotnet> refs #132
14340      NAL and FU-A modes of RFC 3984
14341      works for VLC -> VLC
14342      Does not work with QT yet, because QT requires the optional params profile-level-id and sprop-parameter-sets. these are usually provided in QT hinted tracks I guess. I'm not sure if we can reconstruct them manually. If someone would care to investigate..
14343
14344commit 8e7484b4ff79cc0d22ee0a61ee372dee78431eed
14345Author: Clément Stenac <zorglub@videolan.org>
14346Date:   Thu May 25 18:27:39 2006 +0000
14347
14348    Cumulative fix for BeOS - by Cian Duffy < myob87 4t gmail dot com >
14349
14350commit d4adc50540fd8c0e4a0dbe755be953d823e1f968
14351Author: Eric Petit <titer@videolan.org>
14352Date:   Thu May 25 15:26:51 2006 +0000
14353
14354    Handle Volume Up/Down as well
14355
14356commit 55f33b618e2f85714f11d0cce08a2fadd6679182
14357Author: Eric Petit <titer@videolan.org>
14358Date:   Thu May 25 14:59:57 2006 +0000
14359
14360    Adds support for Apple's remote (only handles Play/Pause at the moment).
14361
14362    AppleRemote.[mh] is MIT licensed code from Martin Kahr:
14363    http://www.martinkahr.com/source-code
14364
14365commit ee5179d0393260197c095dc423aeda860297c598
14366Author: Antoine Cellerier <dionoea@videolan.org>
14367Date:   Thu May 25 14:52:17 2006 +0000
14368
14369    Spell fix
14370
14371commit f49d38d70566039ee2fa685248769f7f2227a51c
14372Author: Clément Stenac <zorglub@videolan.org>
14373Date:   Thu May 25 14:43:53 2006 +0000
14374
14375    Mark skins2-config, wx-config and parent-item as internal
14376
14377commit 8e67d37a872aa568cc649123310dbf107d1c846b
14378Author: Derk-Jan Hartman <hartman@videolan.org>
14379Date:   Thu May 25 14:40:20 2006 +0000
14380
14381    * Fix id3tag new meta
14382
14383commit 38f9675cdd28ab19b806307f9d1629f85a34a576
14384Author: Clément Stenac <zorglub@videolan.org>
14385Date:   Thu May 25 14:24:17 2006 +0000
14386
14387    Add a change_internal modifier to options. Please check OS X implementation
14388
14389commit 3b0885e5ae7231e36af17ad0024b757db98a32ac
14390Author: Clément Stenac <zorglub@videolan.org>
14391Date:   Thu May 25 13:58:28 2006 +0000
14392
14393    Sanity checks
14394
14395commit 7c4a54f94c8585393878c5c0e410645d50b571f1
14396Author: Clément Stenac <zorglub@videolan.org>
14397Date:   Thu May 25 13:45:33 2006 +0000
14398
14399    Fix XSPF (Closes:#651)
14400
14401commit 19607df85f3f1a1083fe011c57a055e021df5169
14402Author: Derk-Jan Hartman <hartman@videolan.org>
14403Date:   Thu May 25 13:19:44 2006 +0000
14404
14405    * Compile before you commit :D
14406
14407commit dc8b65071878a7b0c6435c2caefc5c76a615b904
14408Author: Derk-Jan Hartman <hartman@videolan.org>
14409Date:   Thu May 25 13:04:51 2006 +0000
14410
14411    * Another ID3 tag supported :D
14412
14413commit 02a0a42937d6029cb1ea0f473f071ce37564af1d
14414Author: Clément Stenac <zorglub@videolan.org>
14415Date:   Thu May 25 11:45:32 2006 +0000
14416
14417    * Almost fix shoutcast (still some problems in "flat" view)
14418    * Disable interaction in WX until it's fixed
14419
14420commit a3a3661f008426d913e6c7fc0d0871b73be7d1a5
14421Author: Rémi Denis-Courmont <rem@videolan.org>
14422Date:   Thu May 25 10:51:17 2006 +0000
14423
14424    Fix overflows
14425
14426commit bf85a9205c4fb2c70d5ae88034c301f1bc9bccd5
14427Author: Clément Stenac <zorglub@videolan.org>
14428Date:   Thu May 25 10:11:06 2006 +0000
14429
14430    Fix DVB demuxer. Barely tested
14431
14432commit 2987f40fa309c774616efbdf9b2a527dd57591e9
14433Author: Rémi Denis-Courmont <rem@videolan.org>
14434Date:   Thu May 25 09:54:35 2006 +0000
14435
14436    Also implement msleep() wrt _POSIX_MONOTONIC_CLOCK
14437
14438commit c21acbbcf5f0c6969fcd3a2daf6812925f334fa5
14439Author: Clément Stenac <zorglub@videolan.org>
14440Date:   Thu May 25 09:52:57 2006 +0000
14441
14442    * Remove unused playlist_ItemCopy
14443    * Fix some debug
14444
14445commit 105598d5b7e6b2ff69e5884b44d7d3ca3f6c919d
14446Author: Clément Stenac <zorglub@videolan.org>
14447Date:   Thu May 25 09:20:03 2006 +0000
14448
14449    Fix playing from popup
14450
14451commit e496c16baa296c006f9dd2cb87fb7383085bcff1
14452Author: Clément Stenac <zorglub@videolan.org>
14453Date:   Thu May 25 09:19:25 2006 +0000
14454
14455    Fix a bug in preparse throttling
14456
14457commit b33f655357605832dfc3d392691ab8be75acf0b8
14458Author: Clément Stenac <zorglub@videolan.org>
14459Date:   Thu May 25 09:04:19 2006 +0000
14460
14461    * Search on artist and album
14462    * Remove some debug
14463
14464commit 3790497de9260eb6b91725a01cba6386ece65ee2
14465Author: Clément Stenac <zorglub@videolan.org>
14466Date:   Thu May 25 08:55:05 2006 +0000
14467
14468    Fix m3u unhandled meta
14469
14470commit 58bae5695fb6b5504b7fd30f1237969aee49ae79
14471Author: Rémi Denis-Courmont <rem@videolan.org>
14472Date:   Wed May 24 20:39:21 2006 +0000
14473
14474    Fix monotonic clock POSIX option detection
14475
14476commit 402b2ed2f093bdf8d22e691a6d5b893623decece
14477Author: Rémi Denis-Courmont <rem@videolan.org>
14478Date:   Wed May 24 19:35:31 2006 +0000
14479
14480    Use the monotonic clock from POSIX real time extension when available.
14481    That one goes at the same “speed” as the real time clock, but it is
14482    warp-less. Now it should be safe to call ntpdate while performing.
14483
14484commit 9921422767789b7a3172b5cb224017efd99e1ef6
14485Author: Christophe Mutricy <xtophe@videolan.org>
14486Date:   Tue May 23 23:05:34 2006 +0000
14487
14488    configure.ac: Forgot this one.
14489
14490commit b62a04cb553065912d72098eb0a9f46d03bf6f39
14491Author: Dennis van Amerongen <trax@videolan.org>
14492Date:   Mon May 22 21:34:50 2006 +0000
14493
14494    proper subme integer range
14495
14496commit d8941c4983bd0bcd46bc294a33b5f3875981db81
14497Author: Christophe Mutricy <xtophe@videolan.org>
14498Date:   Mon May 22 20:06:40 2006 +0000
14499
14500    configure.ac: More strict test fot GL stuff
14501
14502commit cc8fa0d27d07df4c9ccf75650994fa414daf50f8
14503Author: Felix Paul Kühne <fkuehne@videolan.org>
14504Date:   Mon May 22 15:45:01 2006 +0000
14505
14506    * fixed a typo
14507
14508commit afbb1dafbbbbd6f2157f5b79eb26e9a6fbd22322
14509Author: Christophe Mutricy <xtophe@videolan.org>
14510Date:   Mon May 22 09:42:08 2006 +0000
14511
14512    s/livedotcom/live555
14513
14514commit 824df743f8064428627a3f423b8f04a523ea400a
14515Author: Christophe Mutricy <xtophe@videolan.org>
14516Date:   Mon May 22 08:53:17 2006 +0000
14517
14518    Update po file after filename change ( we should do a post-commit hook one day)
14519
14520commit 058853c7c72dc501a7d9298c265eca8d077d3d35
14521Author: Yoann Peronneau <yoann@videolan.org>
14522Date:   Sun May 21 22:17:25 2006 +0000
14523
14524    * control/hotkeys.c: Fix Play/Pause hotkey
14525
14526commit 039185d48197e9df75ffe6ada917b84de2421919
14527Author: Antoine Cellerier <dionoea@videolan.org>
14528Date:   Sun May 21 22:01:14 2006 +0000
14529
14530    Add support for keyboard multimedia keys on win32. This is of course untested.
14531
14532commit b2d0c3930c86534fb7afe4c4003fdb3581740bbc
14533Author: Christophe Mutricy <xtophe@videolan.org>
14534Date:   Sun May 21 21:39:34 2006 +0000
14535
14536    Update
14537
14538commit 9ea586416c5222941e6be69679d700427bdc9603
14539Author: Christophe Mutricy <xtophe@videolan.org>
14540Date:   Sun May 21 21:20:06 2006 +0000
14541
14542    s/livedotcom/live555/
14543
14544commit 1a2878255a326bfaf90bea5badfe1a9f684338b3
14545Author: Christophe Mutricy <xtophe@videolan.org>
14546Date:   Sun May 21 21:17:52 2006 +0000
14547
14548    ALL: s/livedotcom/live555/
14549
14550commit 4c14ef78c993098b4c59f19e34a8850f996cf523
14551Author: Benjamin Pracht <bigben@videolan.org>
14552Date:   Sun May 21 20:00:27 2006 +0000
14553
14554    * Fix hal detection
14555
14556commit 71bca20ee7844a4f5a30fded078281cb36c47d91
14557Author: Christophe Mutricy <xtophe@videolan.org>
14558Date:   Sun May 21 17:31:06 2006 +0000
14559
14560    Fix the integer widget
14561
14562commit bcf036f976ae03e248f4807d8e7cb5ce84e9f4bb
14563Author: Benjamin Pracht <bigben@videolan.org>
14564Date:   Sat May 20 13:38:04 2006 +0000
14565
14566    * HAL / DBUS / GnomeVFS aren't linux only
14567
14568commit 0599d81244c9e90aaac73975d34184449e81dc39
14569Author: Rémi Denis-Courmont <rem@videolan.org>
14570Date:   Sat May 20 13:17:00 2006 +0000
14571
14572    Add missing const qualifier
14573
14574commit a80e73e4db4a5733aff85465e5ea47bba7291956
14575Author: Rémi Denis-Courmont <rem@videolan.org>
14576Date:   Sat May 20 13:16:46 2006 +0000
14577
14578    missing #include
14579
14580commit 60e01ff5856095e32cd88549d0705100c81fdf14
14581Author: Jean-Paul Saman <jpsaman@videolan.org>
14582Date:   Sat May 20 13:10:30 2006 +0000
14583
14584    Use correct datatype in srtncasecmp
14585
14586commit 31c99363adc608d68a3b43e8d0a844d6956d8b20
14587Author: Jean-Paul Saman <jpsaman@videolan.org>
14588Date:   Sat May 20 13:05:21 2006 +0000
14589
14590    Use correct datatype
14591
14592commit 7d7fbb052b6d182de4eb7c40349cf395b43a4b0d
14593Author: Jean-Paul Saman <jpsaman@videolan.org>
14594Date:   Sat May 20 12:55:15 2006 +0000
14595
14596    Use correct types
14597
14598commit d7ee68a7f8ab6f8df3e62ab0f934d182ef435ead
14599Author: Jean-Paul Saman <jpsaman@videolan.org>
14600Date:   Sat May 20 11:46:26 2006 +0000
14601
14602    Remove unused variables
14603
14604commit a63d4a7744503f81b96b796f1e1558e9b558fcfe
14605Author: Jean-Paul Saman <jpsaman@videolan.org>
14606Date:   Sat May 20 11:45:33 2006 +0000
14607
14608    Remove unused variables and #ifdef DEBUG_SPUDEC the variables used when DEBUG_SPUDEC is active.
14609
14610commit 3d274a15f3772d7189a8c6bb0f160cfb8ffee6e3
14611Author: Jean-Paul Saman <jpsaman@videolan.org>
14612Date:   Sat May 20 11:43:35 2006 +0000
14613
14614    Compare the right datatypes
14615
14616commit 2cecfed5484a5d06f8b403b00dc30f4b9fe1c8c5
14617Author: Jean-Paul Saman <jpsaman@videolan.org>
14618Date:   Sat May 20 11:42:40 2006 +0000
14619
14620    Default value for pointer that could be used uninitalised
14621
14622commit 7a4db902aa18e87b9e2781b8500ff7bbb2d53d79
14623Author: Jean-Paul Saman <jpsaman@videolan.org>
14624Date:   Sat May 20 11:41:26 2006 +0000
14625
14626    Return in a non-void function
14627
14628commit 947384fb6a0080aff3e0697f39d8ddad238d8f3c
14629Author: Jean-Paul Saman <jpsaman@videolan.org>
14630Date:   Sat May 20 11:41:08 2006 +0000
14631
14632    Remove unused variables
14633
14634commit df12bb74b66cbbeb18dc3024d48f802c22b828c2
14635Author: Jean-Paul Saman <jpsaman@videolan.org>
14636Date:   Sat May 20 11:40:50 2006 +0000
14637
14638    Return in a non-void function
14639
14640commit 495fa88f985b71fff905b612e5e011ff25110b40
14641Author: Jean-Paul Saman <jpsaman@videolan.org>
14642Date:   Sat May 20 11:40:35 2006 +0000
14643
14644    Return in a non-void function
14645
14646commit 49af7dbfc05bb99f154b3213bf46871d15b90bbd
14647Author: Jean-Paul Saman <jpsaman@videolan.org>
14648Date:   Sat May 20 11:40:15 2006 +0000
14649
14650    Compare using the right data types
14651
14652commit 5b8844d090c4048849aa7ea350214032c32bbfe1
14653Author: Jean-Paul Saman <jpsaman@videolan.org>
14654Date:   Sat May 20 11:39:53 2006 +0000
14655
14656    Remove unused variables
14657
14658commit 7990cd7d6cc4d4024d4520e1c4ab5e21b6326fb1
14659Author: Jean-Paul Saman <jpsaman@videolan.org>
14660Date:   Sat May 20 11:39:32 2006 +0000
14661
14662    Remove unused variables
14663
14664commit 33b6e2a4ed1efb13c7f0057af926e3629e0afa04
14665Author: Jean-Paul Saman <jpsaman@videolan.org>
14666Date:   Sat May 20 11:39:19 2006 +0000
14667
14668    Remove unused variables
14669
14670commit 3d23a7a3555d4fcd705629fcd4255f4a572416ce
14671Author: Jean-Paul Saman <jpsaman@videolan.org>
14672Date:   Sat May 20 11:38:50 2006 +0000
14673
14674    Fix data type: Compiler warning
14675
14676commit 1e9a940860378c39a5bca13cee78b97e6cbbe8e4
14677Author: Jean-Paul Saman <jpsaman@videolan.org>
14678Date:   Sat May 20 11:38:26 2006 +0000
14679
14680    Remove unused variables
14681
14682commit 803dbbe6f389e363d3957344cb70b0825bc38988
14683Author: Jean-Paul Saman <jpsaman@videolan.org>
14684Date:   Sat May 20 11:38:04 2006 +0000
14685
14686    Compiler warning
14687
14688commit fb7890cfac06404f44713eb37896665defbaad56
14689Author: Jean-Paul Saman <jpsaman@videolan.org>
14690Date:   Sat May 20 11:37:41 2006 +0000
14691
14692    Add missing vlc_es.h
14693
14694commit 9c026ec4739cda5ae4b6b0fe198cbe1ad3b2bdee
14695Author: Jean-Paul Saman <jpsaman@videolan.org>
14696Date:   Sat May 20 11:37:26 2006 +0000
14697
14698    return -1 in a non-void function
14699
14700commit 4896c1142ce67d768f567c0e12bfaa8252f8bf24
14701Author: Jean-Paul Saman <jpsaman@videolan.org>
14702Date:   Sat May 20 11:37:01 2006 +0000
14703
14704    Compiler warnings
14705
14706commit 9197bd58e82a1ecd583bc6b0a001d7b1e4b39dbf
14707Author: Jean-Paul Saman <jpsaman@videolan.org>
14708Date:   Sat May 20 11:36:38 2006 +0000
14709
14710    Compiler warnings
14711
14712commit 58192ba548cf0c2406ff668b25bb63bc3a52815f
14713Author: Jean-Paul Saman <jpsaman@videolan.org>
14714Date:   Sat May 20 10:16:21 2006 +0000
14715
14716    x264 options patch from Dennis van Amerongen (Trax) (dennis dot vanAmerongen at nob dot nl)
14717
14718commit dd18262ded6a068271d812365640b5d7c6e1167c
14719Author: Clément Stenac <zorglub@videolan.org>
14720Date:   Fri May 19 10:00:39 2006 +0000
14721
14722    gcc 2.95 compile fix
14723
14724commit bc3f5d4829593aa2546fe7abec7692810e2b84a5
14725Author: Christophe Mutricy <xtophe@videolan.org>
14726Date:   Thu May 18 23:00:48 2006 +0000
14727
14728    Add Czech translation. Many thaks to Miroslav Oujesky
14729
14730commit 1f3af1b4293cdf2c1ae7f4a70f58ec4a4a05424b
14731Author: Damien Fouilleul <damienf@videolan.org>
14732Date:   Thu May 18 22:01:31 2006 +0000
14733
14734    - using strcmp with a NULL string isn't really a good thing to do
14735
14736commit 056af2713dbe7f3e333c957bc43a31fe7ad246de
14737Author: Felix Paul Kühne <fkuehne@videolan.org>
14738Date:   Thu May 18 17:50:19 2006 +0000
14739
14740    * address the user formally instead of informally (comparable to tu <-> vous in French)
14741
14742commit 3876aaa761ba9ef1914a10591ecf0a1cbfcee6bc
14743Author: Derk-Jan Hartman <hartman@videolan.org>
14744Date:   Wed May 17 19:38:53 2006 +0000
14745
14746    * This makes the cddax and vcdx modules compile again. meta is disabled. functionality is untested.
14747    refs #649
14748
14749commit f0a9192492ee9edc9c01314bdc543c835d7e8972
14750Author: Jean-Paul Saman <jpsaman@videolan.org>
14751Date:   Wed May 17 11:17:31 2006 +0000
14752
14753    Fix po/Makefile.in.in
14754
14755commit 8bdb93173cc905d4d7b368f6d35d2ec1df70e932
14756Author: Clément Stenac <zorglub@videolan.org>
14757Date:   Wed May 17 06:04:37 2006 +0000
14758
14759    Forgot to change the deletion function
14760
14761commit 1e8f294038d82f770455e4478d9724a852b7f809
14762Author: Yoann Peronneau <yoann@videolan.org>
14763Date:   Wed May 17 02:59:48 2006 +0000
14764
14765    * gui/ncurses.c: first attempt to fix ncurses with new playlist
14766                     still not working: Add something to playlist
14767
14768commit 0f7b859feca6e02c9d93e69eb3390508c26cacac
14769Author: Yoann Peronneau <yoann@videolan.org>
14770Date:   Wed May 17 02:31:30 2006 +0000
14771
14772    * playlist/tree.c: when removing a node, don't forget to remove it from its parent!
14773
14774commit d6bdbbab183d3c92646899238e6a0bfa205fa2f9
14775Author: Christophe Mutricy <xtophe@videolan.org>
14776Date:   Tue May 16 23:40:52 2006 +0000
14777
14778    Fix mozilla and xpidl detection
14779
14780commit f02a46fdfc882057095208bfa0c77def0f94be93
14781Author: Derk-Jan Hartman <hartman@videolan.org>
14782Date:   Tue May 16 22:29:39 2006 +0000
14783
14784    * Fixed Meta for OSX, so i know what music i'm listening to.
14785    (debug left in place. when you run into a crash please not the console info so we can investigate)
14786
14787commit 6f5d2c79e09ee1bd112aa53cc24718f430958b89
14788Author: Felix Paul Kühne <fkuehne@videolan.org>
14789Date:   Tue May 16 19:25:18 2006 +0000
14790
14791    * sorry, this part wasn't supposed to be committed yet
14792
14793commit 243e7bff125a2e645f6e659a098ae0f5dfdad5aa
14794Author: Felix Paul Kühne <fkuehne@videolan.org>
14795Date:   Tue May 16 19:22:02 2006 +0000
14796
14797    * ask for the name of the new node through the interaction framework (node creation runs in a separate thread now to avoid interface blocking)
14798
14799commit a8e743f786744cebd251aa15285bd63e458b2696
14800Author: Derk-Jan Hartman <hartman@videolan.org>
14801Date:   Tue May 16 18:23:37 2006 +0000
14802
14803    * don't fail http output if AVAHI support is enabled, but the avahi daemon is not running. Just generate an error and continue.
14804
14805commit 70905c6d22f7fe86b36442db4255f5f81874f38a
14806Author: Derk-Jan Hartman <hartman@videolan.org>
14807Date:   Tue May 16 18:09:47 2006 +0000
14808
14809    * detail what id3tag handling is unimplemented.
14810
14811commit 2b38bca6c4d6608963fa668cbdc26352236f1b31
14812Author: Felix Paul Kühne <fkuehne@videolan.org>
14813Date:   Tue May 16 16:45:57 2006 +0000
14814
14815    * update of the German translation by Mathias C. Berens | welcome-soft with some few additions by myself
14816
14817commit 51ced20e1598df2af761afb64a2c46f6e326782b
14818Author: Jean-Paul Saman <jpsaman@videolan.org>
14819Date:   Tue May 16 16:04:06 2006 +0000
14820
14821    coding style fix
14822
14823commit d04d403ae5256460589d7c35f52395161e7073b3
14824Author: Jean-Paul Saman <jpsaman@videolan.org>
14825Date:   Tue May 16 16:02:56 2006 +0000
14826
14827    Fix potential segmentation fault
14828
14829commit 91b521689d016ee868fa30c9c820eac6f302307e
14830Author: Jean-Paul Saman <jpsaman@videolan.org>
14831Date:   Tue May 16 16:01:59 2006 +0000
14832
14833    Fix po installation
14834
14835commit 58bb2fbd35e466b9ee4f90153b9582eb7961790e
14836Author: Jean-Paul Saman <jpsaman@videolan.org>
14837Date:   Tue May 16 16:01:01 2006 +0000
14838
14839    Fix Segmentation fault in RPN while parsing pathnames.
14840
14841commit d1652d5ca75dbec92bb03733b0c336a242f7fe47
14842Author: Felix Paul Kühne <fkuehne@videolan.org>
14843Date:   Mon May 15 20:08:30 2006 +0000
14844
14845    * a plain %s can't be localised IMHO ;)
14846
14847commit 5314d9ee3cc405f09821cc0d35cdcdd7493f7a4c
14848Author: Christophe Mutricy <xtophe@videolan.org>
14849Date:   Mon May 15 14:47:23 2006 +0000
14850
14851    New playlist API fix.
14852
14853commit e148a401f8220d48d04fedf3e3566def58b3d972
14854Author: Clément Stenac <zorglub@videolan.org>
14855Date:   Mon May 15 12:50:39 2006 +0000
14856
14857    Last fix for win32 ?
14858
14859commit 1e0b16b3bc024adedbabcdef036e6aee0cf040b0
14860Author: Clément Stenac <zorglub@videolan.org>
14861Date:   Mon May 15 12:28:44 2006 +0000
14862
14863    Should fix Xosd compilation
14864
14865commit dea44d9658b8b052594133f1abf53eb80903e595
14866Author: Clément Stenac <zorglub@videolan.org>
14867Date:   Mon May 15 12:26:49 2006 +0000
14868
14869    Should fix win32 WX compile
14870
14871commit b1f5c760a0767f35ce26868146c6655d9b6de868
14872Author: Clément Stenac <zorglub@videolan.org>
14873Date:   Mon May 15 12:07:26 2006 +0000
14874
14875    Fix bonjour compilation. Completely untested
14876
14877commit 4c07fa0c91eb1a1ec34901779849dc6673815405
14878Author: Christophe Mutricy <xtophe@videolan.org>
14879Date:   Mon May 15 09:37:08 2006 +0000
14880
14881    Run make update-po. Fix make dist
14882
14883commit c6e29a7dda6734857ce5e28d03ea953b9e12fe35
14884Author: Clément Stenac <zorglub@videolan.org>
14885Date:   Mon May 15 05:57:19 2006 +0000
14886
14887    New helper to create nodes for services discovery
14888
14889commit 28bd3a4a6af005742657f8a0ea7fa92a4fef0618
14890Author: Olivier Teulière <ipkiss@videolan.org>
14891Date:   Sun May 14 22:16:59 2006 +0000
14892
14893     * skins2: new LayoutID.isActive boolean variable
14894
14895commit ccf834a51a5ba339dff515333118635aaa3b9047
14896Author: Felix Paul Kühne <fkuehne@videolan.org>
14897Date:   Sun May 14 21:57:37 2006 +0000
14898
14899    * more compilation fixes
14900
14901commit 88528f4cf58865945d3f13b5f9260ebc6f4caf6b
14902Author: Olivier Teulière <ipkiss@videolan.org>
14903Date:   Sun May 14 21:51:37 2006 +0000
14904
14905     * skins2/src/skin_main.cpp: Do not forget to return a value
14906
14907commit 2a4da6a518aad594032014927cc41404935e921b
14908Author: Olivier Teulière <ipkiss@videolan.org>
14909Date:   Sun May 14 21:43:22 2006 +0000
14910
14911     * skins2/parser/skin_parser.cpp: make sure the IDs are unique in the whole skin
14912
14913commit 6d2df9126dddf225a005d20fef833f524902856f
14914Author: Felix Paul Kühne <fkuehne@videolan.org>
14915Date:   Sun May 14 21:10:07 2006 +0000
14916
14917    * vlc-meta fixes
14918
14919commit 42b2536ebb571c2c72ef89d671e2d4ffa51f4419
14920Author: Clément Stenac <zorglub@videolan.org>
14921Date:   Sun May 14 20:40:23 2006 +0000
14922
14923    Fix ffmpeg linking
14924
14925commit a7e16ca0d833fad739b595a60cf4515154decb27
14926Author: Clément Stenac <zorglub@videolan.org>
14927Date:   Sun May 14 19:52:42 2006 +0000
14928
14929    Fix shout compile
14930
14931commit e0e7b2ef03e32657d347ad5ef039191a3d57cdd1
14932Author: Clément Stenac <zorglub@videolan.org>
14933Date:   Sun May 14 18:49:50 2006 +0000
14934
14935    Change some error message to assertions
14936
14937commit 9835f07bb2cf049dc4ed2250a2bc35ae1a7f8f24
14938Author: Clément Stenac <zorglub@videolan.org>
14939Date:   Sun May 14 18:44:21 2006 +0000
14940
14941    Fix http access output with bonjour
14942
14943commit 189bd77bd4531faf3e29e020402307130fd1615d
14944Author: Olivier Teulière <ipkiss@videolan.org>
14945Date:   Sun May 14 18:30:19 2006 +0000
14946
14947     * src/input/input.c: msg_Warn --> msg_Dbg
14948
14949commit ed0b72e3714ad87cb4e10b9a7239e19b9ef0724e
14950Author: Clément Stenac <zorglub@videolan.org>
14951Date:   Sun May 14 18:29:00 2006 +0000
14952
14953    Merge back branch 0.8.6-playlist-vlm to trunk.
14954
14955    What is currently broken:
14956     * Some playlist demuxers (shout, dvb and pls)
14957     * DAAP
14958     * BeOS playlist
14959     * GPE playlist, I suppose
14960
14961    What has some trouble:
14962     * Meta handling in several demuxers (most notably TS)
14963     * Skins2 playlist (doesn't refresh correctly)
14964     * OS X playlist (see bigben's latest commits)
14965
14966commit 806edd25dcb922c430ac5b99aac14326b00c7829
14967Author: Olivier Teulière <ipkiss@videolan.org>
14968Date:   Sun May 14 18:17:14 2006 +0000
14969
14970     * skins2/win32/win32_factory.cpp: msg_Err --> msg_Dbg
14971
14972commit df6dba9cd2641c06c7e106181bd7e2f72345a2e0
14973Author: Rémi Denis-Courmont <rem@videolan.org>
14974Date:   Sun May 14 15:27:30 2006 +0000
14975
14976    Remove non breakable space
14977
14978commit 70cd338dfab3e7e6938968287b177381e5ad94c7
14979Author: Cyril Deguet <asmax@videolan.org>
14980Date:   Sun May 14 15:21:25 2006 +0000
14981
14982    * vlcproc.cpp: fixed detection of play/pause status (when the popup menu or
14983    keyboard shortcut is used to toggle pause instead of a skin button)
14984
14985commit 04630cb913554782a9f0d1e03d3a59f95ada0ecc
14986Author: Clément Stenac <zorglub@videolan.org>
14987Date:   Sun May 14 14:59:12 2006 +0000
14988
14989    Be more resilient
14990
14991commit c7b70c3b76d4710aa1a718ad5886255b63bd02cc
14992Author: Felix Paul Kühne <fkuehne@videolan.org>
14993Date:   Sun May 14 14:44:12 2006 +0000
14994
14995    * forgot to add UserOkayCancel to the header (creates the same dialogue as UserYesNo, but with different labels)
14996
14997commit 5d04943cbd4190513343beffa30e71d31801b052
14998Author: Felix Paul Kühne <fkuehne@videolan.org>
14999Date:   Sun May 14 14:36:08 2006 +0000
15000
15001    * new dialogue type to prompt the user for a string
15002    * the core is widget-free now (except for the header to keep wx compiling, hopefully)
15003    * updated the OSX-implementation to reflect the recent changes
15004
15005    more clean up is necessary; testing and any feedback is welcomed
15006
15007    refs #553
15008
15009commit c7c309ce04d7f3ed5ec59a01136136d2c5acdf6d
15010Author: Felix Paul Kühne <fkuehne@videolan.org>
15011Date:   Sun May 14 13:20:04 2006 +0000
15012
15013    * introduction of a widget-free progress bar dialogue, partially already committed in [15617] (core and OSX only, refs #553)
15014
15015commit b67e6fc2b71b626ee1533f0631ec4e6f0a3f1f1b
15016Author: Felix Paul Kühne <fkuehne@videolan.org>
15017Date:   Sun May 14 13:07:29 2006 +0000
15018
15019    * first implementation of a widget-free authentication-dialogue (core and OSX only, refs #553)
15020
15021commit 96053dfbebec9c6d309a1f7c2f910d9e3cfbc975
15022Author: Rémi Denis-Courmont <rem@videolan.org>
15023Date:   Sun May 14 13:06:09 2006 +0000
15024
15025    Recognize XSPF MIME type when there is a charset parameter.
15026    Thanks to “DS” for pointing this out.
15027
15028commit 83cc55c7f7c03e7deb1476ee7aac13946970e561
15029Author: Rémi Denis-Courmont <rem@videolan.org>
15030Date:   Sun May 14 13:04:48 2006 +0000
15031
15032    Some users reported problems with subtitles encoding on Win32.
15033    Probably a setlocale() breakage. Use GetACP() instead.
15034
15035commit 4db8257a88e991b8d84d1bdce3119eaa3558b544
15036Author: Felix Paul Kühne <fkuehne@videolan.org>
15037Date:   Sun May 14 12:41:40 2006 +0000
15038
15039    * first implementation of a widget-free authentication-dialogue (core and OSX only, refs #553)
15040
15041commit 4e0d4c98a8b6070aa594db368470cfae6b7291d7
15042Author: Jean-Paul Saman <jpsaman@videolan.org>
15043Date:   Sun May 14 11:57:58 2006 +0000
15044
15045    Patch for wxWidgets and gcc-4.1.0, iconv fix and live555 compile fix
15046
15047commit 6288c1e6b995a090ddd8248a25d5ce385b62ba4a
15048Author: Jean-Paul Saman <jpsaman@videolan.org>
15049Date:   Sun May 14 11:56:38 2006 +0000
15050
15051    Compile fix live555 for iconv.h headerfile
15052
15053commit 5bd101d9fe322eac543860a0119983be9fa0d7bf
15054Author: Christophe Mutricy <xtophe@videolan.org>
15055Date:   Sun May 14 11:41:55 2006 +0000
15056
15057    toolbox: remove debian and woody references
15058
15059commit 47902e37d9e3bd16c9d66d0e529250bf40b6a4de
15060Author: Rémi Denis-Courmont <rem@videolan.org>
15061Date:   Sun May 14 07:01:20 2006 +0000
15062
15063    == -> =
15064
15065commit 8d19624ee75463ac9bdd89cb07bdec9f7b283891
15066Author: Antoine Cellerier <dionoea@videolan.org>
15067Date:   Sat May 13 23:16:24 2006 +0000
15068
15069    Allow on the fly cropping size change with top, left, right and bottom offsets.
15070    alt+i -> crop one more pixel from the top
15071    alt+j -> crop one more from the left
15072    alt+k -> crop one more from the bottom
15073    alt+l -> crop one more from the right
15074    alt+shift+<the letter> -> crop one less
15075
15076commit f4f98d5c262a75947befb0d6055b26ef2cc57d63
15077Author: Antoine Cellerier <dionoea@videolan.org>
15078Date:   Sat May 13 21:49:16 2006 +0000
15079
15080    Add <left>+<top>+<right>+<bottom> syntax for cropping.
15081
15082commit 58961aa8bced3df48dec45118ac1028d53c61cbb
15083Author: Antoine Cellerier <dionoea@videolan.org>
15084Date:   Sat May 13 21:22:27 2006 +0000
15085
15086    Allow the <width>x<height>+<left>+<top> syntax in video output core cropping
15087
15088commit b73b4a125fc7b9dedf0e95e3854ad4e491e83ffd
15089Author: Antoine Cellerier <dionoea@videolan.org>
15090Date:   Sat May 13 21:01:05 2006 +0000
15091
15092    Woops, this somehow got removed in previous commit.
15093
15094commit c6e6d111c7e2143c5913d14f2d910cef6f960ed8
15095Author: Antoine Cellerier <dionoea@videolan.org>
15096Date:   Sat May 13 20:56:03 2006 +0000
15097
15098    Add the --custom-aspect-ratios and --custom-crop-ratios options which make it possible to add custom values to the video menu's aspect ratio and crop lists.
15099
15100commit 49d002c336739f7e721cb01ace263f8f1a62e1cd
15101Author: Antoine Cellerier <dionoea@videolan.org>
15102Date:   Sat May 13 20:22:20 2006 +0000
15103
15104    Change DVD-next hotkey on !__APPLE__ to ctrl-f instead of ctrl-n (ctrl-n is already used to open the "open network stream" dialog)
15105
15106commit 83a6e5b081d00d4096b533fd359257366444319d
15107Author: Antoine Cellerier <dionoea@videolan.org>
15108Date:   Sat May 13 20:15:00 2006 +0000
15109
15110    Display snapshot file name on video when taking snapshot (and remove some tabs)
15111
15112commit 90de252b7e5a4e02c5c6a7012ecc240b2b12d84b
15113Author: Antoine Cellerier <dionoea@videolan.org>
15114Date:   Sat May 13 20:07:33 2006 +0000
15115
15116    Add zoom (z) and unzoom (shift+z) hotkeys
15117
15118commit 1cf7350be358c16dc9d89d58786af1b7c60ce511
15119Author: Olivier Teulière <ipkiss@videolan.org>
15120Date:   Sat May 13 17:54:21 2006 +0000
15121
15122     * skins2: new skins2-taskbar configuration option, to allow removing VLC from the task bar on Windows (changing this option takes effect on the fly)
15123
15124commit a05b23aac0c27884c03852e3217febae76470919
15125Author: Olivier Teulière <ipkiss@videolan.org>
15126Date:   Sat May 13 17:09:21 2006 +0000
15127
15128     * skins2: The skins2-systray option can now be changed on the fly
15129
15130commit 660cc33fe350b27c3c355c531dad8b700d2c48a8
15131Author: Olivier Teulière <ipkiss@videolan.org>
15132Date:   Sat May 13 11:42:20 2006 +0000
15133
15134     * skins2: new skins2-systray option on Windows to activate an icon in the system tray
15135
15136commit 0603924b22369d0028e426c345fca84f0c9e37d6
15137Author: Antoine Cellerier <dionoea@videolan.org>
15138Date:   Fri May 12 19:26:48 2006 +0000
15139
15140    Fix uninstaller (i hope)
15141
15142commit f14c45740bcda8579d1d71b8d3310c5cb8a573f6
15143Author: Felix Paul Kühne <fkuehne@videolan.org>
15144Date:   Fri May 12 17:54:28 2006 +0000
15145
15146    * added "Magnify" to the available video filters
15147        - re-designed the view a bit, so it is smaller (and nicer IMO)
15148        - string fix
15149
15150commit a9b12caead48117116f3a55afcff670c05337778
15151Author: Felix Paul Kühne <fkuehne@videolan.org>
15152Date:   Fri May 12 16:27:35 2006 +0000
15153
15154    * made the look-for-update process faster and more error tolerant
15155        - we can't get release notes if vlc-version == current-release, so don't wait for them
15156        - wait only 15 sec for the r-notes, any longer can't be good
15157        - show the user that her version is up-to-date
15158
15159commit bc38c3ea5b533d3eb0607241f1d89c1f4f884cd1
15160Author: Damien Fouilleul <damienf@videolan.org>
15161Date:   Thu May 11 23:02:56 2006 +0000
15162
15163    - modified for standalone INF file distribution (i.e. installer is no longer bundled in cab, it is downloaded instead)
15164
15165commit 4815d7f68835e4fb08b6381988dd214f651f4069
15166Author: Christophe Mutricy <xtophe@videolan.org>
15167Date:   Thu May 11 21:46:51 2006 +0000
15168
15169    Synchronise the po file from the 0.8.5 branch.
15170    Add gl, he, hu and sv to activated l10n.
15171
15172commit 272e38a0b5628d7dd74da24d94cb6cefbe608ae9
15173Author: Christophe Mutricy <xtophe@videolan.org>
15174Date:   Thu May 11 18:56:20 2006 +0000
15175
15176    wxwidgets/* : Forwardport [15370]. button localisation
15177
15178commit b5243c87c4c4a031b2d8665b1be83d430dd210ba
15179Author: Christophe Mutricy <xtophe@videolan.org>
15180Date:   Wed May 10 21:47:22 2006 +0000
15181
15182commit 1420a0f3835c3d1e6d89445e0a814a8bb5aae279
15183Author: Antoine Cellerier <dionoea@videolan.org>
15184Date:   Wed May 10 21:13:35 2006 +0000
15185
15186    Forward port from 0.8.5
15187
15188commit 73921f62998d40ebbfec3a8909110191ac054f2a
15189Author: Jean-Paul Saman <jpsaman@videolan.org>
15190Date:   Wed May 10 13:30:19 2006 +0000
15191
15192    Readability change
15193
15194commit a16c5cd892b1036a7f311d838974a14d5b81ffc9
15195Author: Jean-Paul Saman <jpsaman@videolan.org>
15196Date:   Wed May 10 12:40:41 2006 +0000
15197
15198    Patch for connecting authenticated RTSP connections.
15199
15200commit a59419de943c89f8edcb6c463afce5026484fbb5
15201Author: Christophe Mutricy <xtophe@videolan.org>
15202Date:   Wed May 10 10:56:31 2006 +0000
15203
15204    install vlc.desktop at the good place
15205
15206commit 9dbb1324b5aa098ffb78faacd4cbeb1f22a6a18e
15207Author: Christophe Mutricy <xtophe@videolan.org>
15208Date:   Tue May 9 22:49:36 2006 +0000
15209
15210    Typo
15211
15212commit d636cba575eb5b9fc31bd96aaa04891c7e342101
15213Author: Christophe Mutricy <xtophe@videolan.org>
15214Date:   Tue May 9 22:41:16 2006 +0000
15215
15216    configure.ac: Detect the Xulrunner sdk (from sam's debian patch)
15217
15218commit dea973301c3c0854ba370b6e0f6a5a113026f214
15219Author: Olivier Teulière <ipkiss@videolan.org>
15220Date:   Tue May 9 21:21:50 2006 +0000
15221
15222     * doc/skins/skins2-howto.xml: dialogs.playlist() is not yet available in a release
15223
15224commit c7efaf76442a4bffecc0742b53897df38add7485
15225Author: Clément Stenac <zorglub@videolan.org>
15226Date:   Tue May 9 20:42:28 2006 +0000
15227
15228    *popup is not in 0.8.5
15229
15230commit 2d7665e0ed3e7fa2df2a740a5afe775777ed43c6
15231Author: Boris Dorès <babal@videolan.org>
15232Date:   Tue May 9 14:39:12 2006 +0000
15233
15234    - monitor aspect ratio, source aspect ratio and crop ratio are not
15235      octal numbers
15236
15237commit 15dce7e1ebc88e0bb86961c2dd56790caff2f950
15238Author: Filippo Carone <littlejohn@videolan.org>
15239Date:   Tue May 9 07:52:31 2006 +0000
15240
15241    Playlist item deletion added in libvlc.h for external programs use.
15242
15243commit 645e86714f7369afb00ec1dba1be0983313b2c71
15244Author: Damien Fouilleul <damienf@videolan.org>
15245Date:   Mon May 8 23:39:44 2006 +0000
15246
15247    - configure.ac: removed dependency on XPCOM support libs as they bloat the mozilla plugin, which does not use them.
15248    - mozilla/Makefile.am: removed dependency on PPC only flags and libs, the plugin builds for MacIntel (doesn't mean it works, though)
15249
15250commit d64ddb67c67d3ae73ed1b8cba1a79c45a335a07c
15251Author: Christophe Mutricy <xtophe@videolan.org>
15252Date:   Mon May 8 22:48:36 2006 +0000
15253
15254    Dig up .desktop from removed debian folder. Thanks to Flameeyes for noticing.
15255
15256commit f1269968c95765cc449900cb5594db5d388d6886
15257Author: Christophe Mutricy <xtophe@videolan.org>
15258Date:   Mon May 8 21:51:52 2006 +0000
15259
15260    suppress reference to debian/
15261
15262commit fe35447f93056ffac86e6127b1710aedb1334c38
15263Author: Christophe Mutricy <xtophe@videolan.org>
15264Date:   Mon May 8 20:59:52 2006 +0000
15265
15266    The Debian packaging data have been moved to svn.v.o/pkg-multimedia
15267
15268commit 2fe4e8cf675186936b4b624ca3a8eba90dc8b812
15269Author: Christophe Mutricy <xtophe@videolan.org>
15270Date:   Mon May 8 20:20:13 2006 +0000
15271
15272    * : svn:keywords
15273
15274commit e6df827c3c6767c0ccbbbbda5ab647b02c9ced4a
15275Author: Damien Fouilleul <damienf@videolan.org>
15276Date:   Mon May 8 09:46:51 2006 +0000
15277
15278    wav.c: added 'mlaw' fourcc, same as 'ulaw'
15279
15280commit ba5cd4c71f5c04bf3ed43fdce2774cb4efafbde0
15281Author: Antoine Cellerier <dionoea@videolan.org>
15282Date:   Sun May 7 22:48:27 2006 +0000
15283
15284    Don't put --intf wx in the desktop VLC shortcut
15285
15286commit c2dfdd4b13e658db47a9497132b641b743cbe1f0
15287Author: Antoine Cellerier <dionoea@videolan.org>
15288Date:   Sun May 7 20:51:23 2006 +0000
15289
15290    Crash fix. Thanks to _steven_ on IRC
15291
15292commit 03d0ff1c544c8fd6a32b25ea3502f3d7fb511b0a
15293Author: Christophe Mutricy <xtophe@videolan.org>
15294Date:   Sun May 7 16:53:18 2006 +0000
15295
15296    interactions.*: button order (fix #470)
15297
15298commit f44c0c99e8cfff564d0f94c79764f31e8b1b118a
15299Author: Olivier Teulière <ipkiss@videolan.org>
15300Date:   Sun May 7 16:02:49 2006 +0000
15301
15302     * modules/gui/wxwidgets/dialogs/subtitles.cpp: Bigger range for the subtitles delay (useful when a movie is split in 2 files...)
15303
15304commit 71e48ab2326b9f393691695238a9b76b61d4e870
15305Author: Rémi Denis-Courmont <rem@videolan.org>
15306Date:   Sun May 7 16:01:07 2006 +0000
15307
15308    ACL_* documentation
15309
15310commit bf49636c5371184757e6deeb993c4a9728d79563
15311Author: Rémi Denis-Courmont <rem@videolan.org>
15312Date:   Sun May 7 15:50:09 2006 +0000
15313
15314    Compile fix
15315
15316commit 3e8c0de97d5eb9a1520d5d8eb40cce91c65e6cef
15317Author: Christophe Mutricy <xtophe@videolan.org>
15318Date:   Sun May 7 15:41:37 2006 +0000
15319
15320    wx/dilaogs/ : Fix button alignment in dialogs (refs #470)
15321
15322commit 8a764762d0c7be0accaf7cac704a1bc6d085d902
15323Author: Christophe Mutricy <xtophe@videolan.org>
15324Date:   Sun May 7 11:44:53 2006 +0000
15325
15326    Forward-port [15539]
15327
15328commit 4e939d80073c826dc77735552f7f17e77a77bed2
15329Author: Clément Stenac <zorglub@videolan.org>
15330Date:   Sun May 7 08:51:34 2006 +0000
15331
15332    Forward-port and adapt [15500]
15333
15334commit 9ac8ebb092d9f48aa9e384a6b29ca12952871727
15335Author: Antoine Cellerier <dionoea@videolan.org>
15336Date:   Sat May 6 22:50:11 2006 +0000
15337
15338    Add 'GENRE' to the list of vlc_get_meta language independent wrappers.
15339
15340commit 226eab71b7f7551401bb17ca32cb0d566251a9c5
15341Author: Christophe Mutricy <xtophe@videolan.org>
15342Date:   Sat May 6 22:39:02 2006 +0000
15343
15344    We release ;)
15345
15346commit 2cb34d1eb24d193ad10a60d62d10860ccd924ab3
15347Author: Antoine Cellerier <dionoea@videolan.org>
15348Date:   Sat May 6 11:50:58 2006 +0000
15349
15350    Update ChangeLog
15351
15352commit de928c0ab13eddb75c3b09e1090ddc9b2c216673
15353Author: Damien Fouilleul <damienf@videolan.org>
15354Date:   Sat May 6 10:36:58 2006 +0000
15355
15356    vlc.win32.nsi.in: i need holidays
15357
15358commit bc14424e470c8157e5eba605342c7d006ce999fa
15359Author: Filippo Carone <littlejohn@videolan.org>
15360Date:   Sat May 6 10:04:34 2006 +0000
15361
15362    Java bindings updated to latest jvlc version.
15363    SWT components removed until we are able to configure and check for swt-*.jar
15364    presence.
15365
15366commit 88b0a696a4c0e32668bb2c15fb95c5293e823700
15367Author: Damien Fouilleul <damienf@videolan.org>
15368Date:   Fri May 5 23:41:55 2006 +0000
15369
15370    - vlc.win32.nsi.in: second attempt
15371
15372commit c75bb43a846709c6f5baaa243a7f84628f03f8a9
15373Author: Damien Fouilleul <damienf@videolan.org>
15374Date:   Fri May 5 23:09:43 2006 +0000
15375
15376    vlc.win32.nsi: libvlc.dll needs be copied into mozilla plugins directory as well.
15377
15378commit 8f08042cccca463a68661901d8b1cf06b99d421f
15379Author: Antoine Cellerier <dionoea@videolan.org>
15380Date:   Fri May 5 20:38:58 2006 +0000
15381
15382    Add "shoutcast" as an alias for "shout".
15383
15384commit a29234a00e7b250f3c5e94e1f39022c73364cd52
15385Author: Antoine Cellerier <dionoea@videolan.org>
15386Date:   Fri May 5 20:35:43 2006 +0000
15387
15388    see previous commit
15389
15390commit 50efe28b094baa0ab4a2853bf7c55f33ea7b8c92
15391Author: Antoine Cellerier <dionoea@videolan.org>
15392Date:   Fri May 5 20:34:42 2006 +0000
15393
15394    "[PATCH] for changing the mosaic-order in execution time" by Mateus Krepsky Ludwich + a few fixes. Many thanks.
15395
15396commit 02939393c6b9e222353975bc147583210941d12b
15397Author: Christophe Mutricy <xtophe@videolan.org>
15398Date:   Fri May 5 17:12:15 2006 +0000
15399
15400    Update chinese l10n by  Wei Mingzhi
15401
15402commit f49dc314914c962c5b44f892c1f08e838a3e1a1a
15403Author: Rémi Denis-Courmont <rem@videolan.org>
15404Date:   Fri May 5 15:49:54 2006 +0000
15405
15406    We need to include "config.h" somehow before we can use the HAVE_* defines
15407
15408commit 34478c8969cece578c4172b79ad20f3ce9be8582
15409Author: Christophe Mutricy <xtophe@videolan.org>
15410Date:   Fri May 5 12:02:55 2006 +0000
15411
15412    Hope it really fix it
15413
15414commit 4fd81206d72a3e6242974bf551061f14cf530379
15415Author: Christophe Mutricy <xtophe@videolan.org>
15416Date:   Thu May 4 22:36:31 2006 +0000
15417
15418    Fix.
15419
15420commit 5128f3e95d75e9d367491e9a91faac15651154bf
15421Author: Christophe Mutricy <xtophe@videolan.org>
15422Date:   Thu May 4 22:00:42 2006 +0000
15423
15424    configure.ac: test a bit more for contribs
15425
15426commit c99cbb3bee3c6f8db324dc9cc0d0a549eaa3f68d
15427Author: Damien Fouilleul <damienf@videolan.org>
15428Date:   Thu May 4 21:58:37 2006 +0000
15429
15430    libvlc.c: removed debug
15431
15432commit 086d46574617166f9b5a31bf6e16748a7b472e6a
15433Author: Antoine Cellerier <dionoea@videolan.org>
15434Date:   Thu May 4 21:25:07 2006 +0000
15435
15436    Add undocummented comments to help. Thanks to pieroxy ( http://forum.videolan.org/viewtopic.php?t=19603 )
15437
15438commit 09341bf8c3c97514aa4db308fa90c4ec56ac92d9
15439Author: Antoine Cellerier <dionoea@videolan.org>
15440Date:   Tue May 2 20:17:33 2006 +0000
15441
15442    This should now at least compile
15443
15444commit 8e5e360b6d896b3dfda5f0783b2aa97127180147
15445Author: Benjamin Pracht <bigben@videolan.org>
15446Date:   Tue May 2 20:07:59 2006 +0000
15447
15448    * Hopefully fix a long lasting refcount issue in the es module that prevented the mp4 frame header to be written properly on exit
15449    * (Well, es is deprecated anyway)
15450
15451commit 44e87ccd1ae3769abf156d77047866d8facc73f1
15452Author: Antoine Cellerier <dionoea@videolan.org>
15453Date:   Tue May 2 19:54:29 2006 +0000
15454
15455    Untested change to support different AMTUNER modes in dshow input (see http://forum.videolan.org/viewtopic.php?t=19814 )
15456
15457commit fe3acfea8d6edd788f7ca69915a05c16050e89df
15458Author: Benjamin Pracht <bigben@videolan.org>
15459Date:   Tue May 2 19:20:28 2006 +0000
15460
15461    * Really fix the color depth specification
15462
15463commit f1e171109c426f6917dcc56ca692e9094218dcd2
15464Author: Rémi Denis-Courmont <rem@videolan.org>
15465Date:   Tue May 2 15:23:39 2006 +0000
15466
15467    Hopefully fix linking of the mosaic plugin
15468
15469commit acd71ac337879e22aefdbc0e326282b3f86f39e3
15470Author: Damien Fouilleul <damienf@videolan.org>
15471Date:   Tue May 2 15:13:28 2006 +0000
15472
15473    voutqt.m: use kYUVSPixelFormat for MacIntel CPUs
15474
15475commit 60b8618df7da9036eafa6697d4d036b453eee66f
15476Author: Rémi Denis-Courmont <rem@videolan.org>
15477Date:   Tue May 2 14:54:32 2006 +0000
15478
15479    Mozilla libtool fix from Pavlov Konstantin
15480
15481commit b037ebc1f29257516147ce05b6e59b89e424e824
15482Author: Damien Fouilleul <damienf@videolan.org>
15483Date:   Tue May 2 09:23:06 2006 +0000
15484
15485    Makefile.am: fixed EXTRA_DIST for MacOS X plugin
15486
15487commit fa87744af0f5215ebd969450c42215cea137d0f7
15488Author: Damien Fouilleul <damienf@videolan.org>
15489Date:   Tue May 2 08:50:18 2006 +0000
15490
15491    - added support for 64 bit version of mozilla SDK, thanks to thresh for the patch
15492
15493commit 879c696cc1be9c9eb40af7193752ef7aa8f607ba
15494Author: Rémi Denis-Courmont <rem@videolan.org>
15495Date:   Tue May 2 06:57:46 2006 +0000
15496
15497    Avoid code duplication
15498
15499commit 9ddc8d6a0e6db06d1b83f959f9f06a6cc6a10425
15500Author: Olivier Teulière <ipkiss@videolan.org>
15501Date:   Tue May 2 06:50:30 2006 +0000
15502
15503     * forwardport of [15426] and [15516]
15504
15505commit 763ec5c2a42d5146bffadfbcec453533ed3ff821
15506Author: Sreng Jean <fox@videolan.org>
15507Date:   Mon May 1 22:06:57 2006 +0000
15508
15509    First rough demux2 implementation for game music files using Game_Music_Emu
15510    (Super Nintendo (SPC), Nintendo NES (NSF), Nintendo Game Boy (GBS),
15511    Sega Genesis/Mega Drive (VGM/VGZ/GYM), and Sega Master System (VGM/VGZ)).
15512
15513commit 67b302613d48a5786bbe8e0280ab339c85136754
15514Author: Sreng Jean <fox@videolan.org>
15515Date:   Mon May 1 21:20:09 2006 +0000
15516
15517     Use strrchr to extract the file's extension
15518
15519commit 1eefa7ea8b5f76e7c47108f274e3b719d61dd0aa
15520Author: Antoine Cellerier <dionoea@videolan.org>
15521Date:   Mon May 1 19:13:45 2006 +0000
15522
15523    Win95/98/Me file opening and stat "fix". Thanks to Quovodis for the help (even though we finaly came back to an easy solution).
15524
15525commit 346168e021b074b904a697d143e85037d285382d
15526Author: Rémi Denis-Courmont <rem@videolan.org>
15527Date:   Mon May 1 15:18:01 2006 +0000
15528
15529    - Save one malloc()
15530    - Return NULL in case of error
15531
15532commit 6eba55d5ffc2108aa3239d1e9f9e0ebdc0c2c854
15533Author: Antoine Cellerier <dionoea@videolan.org>
15534Date:   Mon May 1 14:47:24 2006 +0000
15535
15536    Hum
15537
15538commit 2b42bb15dc24c874c5d9076a0fc910c23c02405a
15539Author: Antoine Cellerier <dionoea@videolan.org>
15540Date:   Mon May 1 14:25:07 2006 +0000
15541
15542    Add some more debug (this is easier than compiling at home).
15543
15544commit c90405bfb877bb9178de6079f3f3bac51a646ea8
15545Author: Olivier Teulière <ipkiss@videolan.org>
15546Date:   Mon May 1 13:28:07 2006 +0000
15547
15548     * skins2/src/generic_layout.cpp: do not draw on top of the embedded vout when
15549       resizing
15550
15551commit b6ec3349bcc616bad075dac166ab3a195d52af10
15552Author: Antoine Cellerier <dionoea@videolan.org>
15553Date:   Mon May 1 13:18:11 2006 +0000
15554
15555    Fix tabs and add some debug.
15556
15557commit 52250745292dd67255354ab43d8076cf3e22ff79
15558Author: Cyril Deguet <asmax@videolan.org>
15559Date:   Mon May 1 12:12:03 2006 +0000
15560
15561    * forward port of [15504]
15562
15563commit b8118762a5432c1d04be50e28f556ec5462b3d99
15564Author: Felix Paul Kühne <fkuehne@videolan.org>
15565Date:   Mon May 1 11:47:19 2006 +0000
15566
15567    * forward-port [15502]
15568
15569commit 62fe8f4c5d4aff6bad957089ff16cdb5068f1929
15570Author: Damien Fouilleul <damienf@videolan.org>
15571Date:   Mon May 1 10:41:00 2006 +0000
15572
15573    - unicode.c: possible fix for UTF8 filename support under WinMe/98/95, needs testing though
15574
15575commit b4fa3ce61b4ec57a5f90c6fd450ce2446b275dc3
15576Author: Clément Stenac <zorglub@videolan.org>
15577Date:   Mon May 1 08:34:27 2006 +0000
15578
15579    Forwardport [15492]
15580
15581commit 23eb4c419c64df4b83e40a5a2cef904f2e4b88a1
15582Author: Clément Stenac <zorglub@videolan.org>
15583Date:   Sun Apr 30 22:34:50 2006 +0000
15584
15585    Fix handling of buffer underruns in ALSA. Probably closes #461
15586    We passed the delay verbatim to ...frames_to_bytes function which doesn't like negative numbers.
15587
15588commit 6458cddbae319ce061535e85c4c7425cc40d9a01
15589Author: Derk-Jan Hartman <hartman@videolan.org>
15590Date:   Sun Apr 30 22:08:18 2006 +0000
15591
15592    * Fix searching in aggregate mode for the RTSP VoD module. (fixes #655)
15593      Pausing is still broken.
15594
15595commit 65ff3035938ada85b1ab6b0cf09fa9628962df6f
15596Author: Rémi Denis-Courmont <rem@videolan.org>
15597Date:   Sun Apr 30 21:01:54 2006 +0000
15598
15599    Rah forgot to commit this file
15600
15601commit 8ac58f00b9e493bb1cd0cf1618d09e9461acceae
15602Author: Benjamin Pracht <bigben@videolan.org>
15603Date:   Sun Apr 30 19:26:25 2006 +0000
15604
15605    * Patch from Basil Achermann to handle esc and space keyboard events in VLCControl when the controller is active
15606    * It seems that corrects a bug when the controller was the acrtive window in fullscreen (that shouldn't happen, but well...)
15607    * Best thing to do would be to handle the keypresses from the vout here too, I guess...
15608
15609commit 1aff501d32fbab62f1c5f2d7fad39e91e8c4150d
15610Author: Antoine Cellerier <dionoea@videolan.org>
15611Date:   Sun Apr 30 19:16:39 2006 +0000
15612
15613    Forward port [15485] and [15486].
15614
15615commit 34e223883058ef37c736a927a1ea4daa12ac8eb5
15616Author: Rémi Denis-Courmont <rem@videolan.org>
15617Date:   Sun Apr 30 17:51:34 2006 +0000
15618
15619    Fix segfault
15620
15621commit 0bf89973917584b880be05fb62ccc27be582abc0
15622Author: Damien Fouilleul <damienf@videolan.org>
15623Date:   Sun Apr 30 17:40:34 2006 +0000
15624
15625    - MacOS X: bundle 'VLC Internet Plug-In' package into a disk image for online distribution
15626
15627commit 1f3ea530892e77b6b1c4081f5c8caa8b7fc89110
15628Author: Clément Stenac <zorglub@videolan.org>
15629Date:   Sun Apr 30 17:40:03 2006 +0000
15630
15631    Ditto
15632
15633commit 26b0f760b7401c05a6c94d2a3fbb0f7888e2111a
15634Author: Clément Stenac <zorglub@videolan.org>
15635Date:   Sun Apr 30 17:39:28 2006 +0000
15636
15637    Woops
15638
15639commit f1588c975cbc2e28980d4863b4430f92f7a74b98
15640Author: Clément Stenac <zorglub@videolan.org>
15641Date:   Sun Apr 30 17:36:48 2006 +0000
15642
15643    Fortune
15644
15645commit 8865c5c72cb845c9c30bb0c7261264fa79c4c29f
15646Author: Rémi Denis-Courmont <rem@videolan.org>
15647Date:   Sun Apr 30 17:19:29 2006 +0000
15648
15649    Also set SO_REUSEADDR here
15650
15651commit d5d024154d08f1bd9dae7362b0be50c299d08cf7
15652Author: Rémi Denis-Courmont <rem@videolan.org>
15653Date:   Sun Apr 30 17:16:32 2006 +0000
15654
15655    Set SO_REUSEADDR on client sockets
15656
15657commit fed99e5f05dc502dedd21a5e0053dcc0c9166547
15658Author: Antoine Cellerier <dionoea@videolan.org>
15659Date:   Sun Apr 30 17:12:50 2006 +0000
15660
15661    Remove the Thumbs.db files here too
15662
15663commit e0966aca366c7567c5f496cc8f80a04d637dd147
15664Author: Rémi Denis-Courmont <rem@videolan.org>
15665Date:   Sun Apr 30 16:54:32 2006 +0000
15666
15667    Fix memleak
15668
15669commit 0263f8f47b1f3838850d8d4262409469535f35de
15670Author: Antoine Cellerier <dionoea@videolan.org>
15671Date:   Sun Apr 30 16:37:30 2006 +0000
15672
15673    Forward port podcast fixes [15462] and [15465].
15674
15675commit fcc9f8640b1157585f4640e856d3276dc8adf9dc
15676Author: Felix Paul Kühne <fkuehne@videolan.org>
15677Date:   Sun Apr 30 16:31:38 2006 +0000
15678
15679    * forward-port [15464] and update the TODO-list at the top of the file
15680
15681commit e2c422e819c27f72bed64f44e7862c26e0dcbd5c
15682Author: Damien Fouilleul <damienf@videolan.org>
15683Date:   Sun Apr 30 16:08:32 2006 +0000
15684
15685    - added installer for MacOSX VLC Plugin
15686    - updated supported mime types in resource
15687
15688commit e3aa4d0b12c75c76617c88f520969ae71d22473a
15689Author: Antoine Cellerier <dionoea@videolan.org>
15690Date:   Sun Apr 30 15:39:19 2006 +0000
15691
15692    Forward port [15458].
15693
15694commit ebda53544de3f4aec0afad936925f319206ad9e7
15695Author: Eric Petit <titer@videolan.org>
15696Date:   Sun Apr 30 15:30:35 2006 +0000
15697
15698    Build fix
15699
15700commit 460a7506ea42d993f12add828c97a340b4551bb9
15701Author: Antoine Cellerier <dionoea@videolan.org>
15702Date:   Sun Apr 30 15:19:24 2006 +0000
15703
15704    Fix statistics panel alignement
15705
15706commit a630c20b533c28b765005a63ec96f7ce310c0586
15707Author: Felix Paul Kühne <fkuehne@videolan.org>
15708Date:   Sun Apr 30 14:44:54 2006 +0000
15709
15710    * forward-port [15453]
15711
15712commit f6482bd6f604e8f829825e711e062bc4ed18731f
15713Author: Cyril Deguet <asmax@videolan.org>
15714Date:   Sun Apr 30 13:44:20 2006 +0000
15715
15716    * generic_layout.cpp: don't draw controls of an invisible layout
15717
15718commit dc90d4486418c9de04072049adacb7fe83ae88b5
15719Author: Clément Stenac <zorglub@videolan.org>
15720Date:   Sun Apr 30 13:25:32 2006 +0000
15721
15722    Add support for Windows Media Audio 9 Speech (Closes:#606)
15723
15724commit b7718838bd25a73ea21e9d61f8bdb0267cb3cbbc
15725Author: Cyril Deguet <asmax@videolan.org>
15726Date:   Sun Apr 30 13:12:34 2006 +0000
15727
15728    * all: added a SliderBackground to the volume slider of the default skin
15729     (fixes an incorrect behaviour when clicking on the white part of the slider)
15730
15731commit d216605aa6d112334cbdefa551f0c27e4e4862eb
15732Author: Benjamin Pracht <bigben@videolan.org>
15733Date:   Sat Apr 29 20:48:44 2006 +0000
15734
15735    * Support for saving xspf playlist files
15736
15737commit 53eabb3f7e4822f09230875d4d1f38f53e8cf6d0
15738Author: Christophe Mutricy <xtophe@videolan.org>
15739Date:   Sat Apr 29 20:18:21 2006 +0000
15740
15741    Re-enables the XOSD plugin in debian nightlies
15742
15743commit 2981073a4923717ef3051525ea4fba2dbf5f16dd
15744Author: Antoine Cellerier <dionoea@videolan.org>
15745Date:   Sat Apr 29 18:33:44 2006 +0000
15746
15747    Forward port [15418] and [15420].
15748
15749commit 2e26f5410dccbc583b5c693f48321a964c0869be
15750Author: Rémi Denis-Courmont <rem@videolan.org>
15751Date:   Sat Apr 29 15:56:15 2006 +0000
15752
15753    Hmm 512 bytes to format a decimal integer sounds a little abusive
15754
15755commit ebf89221e1a891c79649ee652cc0c374ffb30142
15756Author: Rémi Denis-Courmont <rem@videolan.org>
15757Date:   Sat Apr 29 15:46:36 2006 +0000
15758
15759    Another overflow
15760
15761commit 64b797904ffa733c89140d6574e02f7dcd6cef02
15762Author: Rémi Denis-Courmont <rem@videolan.org>
15763Date:   Sat Apr 29 15:34:09 2006 +0000
15764
15765    Fix likely stack buffer overflow
15766
15767commit 0627abcd256540c5af77cdc34c9a006b37a4087c
15768Author: Rémi Denis-Courmont <rem@videolan.org>
15769Date:   Sat Apr 29 15:15:30 2006 +0000
15770
15771    - Don't nul-terminate after snprintf(), it does it already
15772    - Use strlcpy()
15773
15774commit 388d2d1b359f765bc45dc3527a9072f373eafa90
15775Author: Rémi Denis-Courmont <rem@videolan.org>
15776Date:   Sat Apr 29 15:11:48 2006 +0000
15777
15778    Clean up
15779
15780commit 1715ecf8b022e7abe603fb2fde492f245e3d3ccb
15781Author: Rémi Denis-Courmont <rem@videolan.org>
15782Date:   Sat Apr 29 15:10:39 2006 +0000
15783
15784    Use strlcpy
15785
15786commit 065691d718276f9e42506ccdc6887d362f331018
15787Author: Rémi Denis-Courmont <rem@videolan.org>
15788Date:   Sat Apr 29 14:38:39 2006 +0000
15789
15790    Also use strlcpy()
15791
15792commit 533d6dbf37d7a32ee339058f6657f64ba1009525
15793Author: Rémi Denis-Courmont <rem@videolan.org>
15794Date:   Sat Apr 29 14:34:50 2006 +0000
15795
15796    Use strlcpy()
15797
15798commit 83d3320758201fc208b3a0e011af10c5e26bd7fe
15799Author: Rémi Denis-Courmont <rem@videolan.org>
15800Date:   Sat Apr 29 14:30:49 2006 +0000
15801
15802    OpenBSDish strlcpy()
15803
15804commit 0a930be206c0211be8a48a7a31749f91eeeca424
15805Author: Clément Stenac <zorglub@videolan.org>
15806Date:   Sat Apr 29 14:23:44 2006 +0000
15807
15808    Update ru.po from rosetta
15809
15810commit de19a1c7b10bc6c8b0c940d3866e154f2c9502b6
15811Author: Clément Stenac <zorglub@videolan.org>
15812Date:   Sat Apr 29 14:23:41 2006 +0000
15813
15814    Initialize variables
15815
15816commit a10232da1f84a5341d6dad6de9b025c199caab9e
15817Author: Rémi Denis-Courmont <rem@videolan.org>
15818Date:   Sat Apr 29 14:23:00 2006 +0000
15819
15820    Win32 compile fix
15821
15822commit 8a500492990947e81ae1648c5c0f51bb617d567a
15823Author: Rémi Denis-Courmont <rem@videolan.org>
15824Date:   Sat Apr 29 14:07:18 2006 +0000
15825
15826    Remove some unused configure checks
15827
15828commit f4a873176ea5b514a1b9fffa7e064975ca85007a
15829Author: Rémi Denis-Courmont <rem@videolan.org>
15830Date:   Sat Apr 29 13:59:07 2006 +0000
15831
15832    Nul terminate
15833
15834    Might be a better idea to implement strlcpy()
15835
15836commit 1cea7efdb0ed4615093834ad6c129715487b89c5
15837Author: Rémi Denis-Courmont <rem@videolan.org>
15838Date:   Sat Apr 29 13:55:07 2006 +0000
15839
15840    - Use poll() instead of select() so we don't depend on FD_SETSIZE
15841    - Clean up
15842
15843commit fa9c4fb80f5994457256ed9ec42ed2b1d2629c7a
15844Author: Benjamin Pracht <bigben@videolan.org>
15845Date:   Sat Apr 29 13:53:49 2006 +0000
15846
15847    * Fix for some strange x drivers that return 8 bits screens as first answer when being requested a Truecolor class one
15848
15849commit 2e1e0990567db4bd21567f830a8dfd4f027ddca3
15850Author: Rémi Denis-Courmont <rem@videolan.org>
15851Date:   Sat Apr 29 13:38:50 2006 +0000
15852
15853    Use strncpy() rather than strncat() when the destination is empty
15854
15855commit 30cc7ccac0a7f593b1f4c8247f231fcd8167618b
15856Author: Rémi Denis-Courmont <rem@videolan.org>
15857Date:   Sat Apr 29 13:32:36 2006 +0000
15858
15859    Don't use #ifdef + alloca() when we have something simpler
15860
15861commit fdf4ef95eb2e5d8c9bb957d47c4315c6ea03b14f
15862Author: Clément Stenac <zorglub@videolan.org>
15863Date:   Sat Apr 29 13:31:39 2006 +0000
15864
15865    Be sure to write correct time values
15866
15867commit 5a6a6caf6743681c390ca0815c3046e5ce5c5084
15868Author: Rémi Denis-Courmont <rem@videolan.org>
15869Date:   Sat Apr 29 13:30:39 2006 +0000
15870
15871    Simplification assuming that sizeof(char) = 1
15872
15873commit 4833d61b404d6086f10157dbf79e4d0a6c69f07b
15874Author: Rémi Denis-Courmont <rem@videolan.org>
15875Date:   Sat Apr 29 13:30:10 2006 +0000
15876
15877    Fix copyright
15878
15879commit 0428abf50359d729f8bd04e173b33d0c8a57066b
15880Author: Antoine Cellerier <dionoea@videolan.org>
15881Date:   Sat Apr 29 13:12:29 2006 +0000
15882
15883    Forward port [15410]
15884
15885commit b7169e0ec1539efb3277e7bf7b3e6e809c00a0f1
15886Author: Clément Stenac <zorglub@videolan.org>
15887Date:   Fri Apr 28 20:21:42 2006 +0000
15888
15889    Set skip-frames to default enabled
15890
15891commit 8575312cf0556342f47454e8d4443602c37bde0d
15892Author: Rémi Denis-Courmont <rem@videolan.org>
15893Date:   Fri Apr 28 19:43:55 2006 +0000
15894
15895    Compile fix
15896
15897commit fe99a2ad789a0ee0a61f489a1f4af3fd50d8d6b9
15898Author: Rémi Denis-Courmont <rem@videolan.org>
15899Date:   Fri Apr 28 19:38:52 2006 +0000
15900
15901    Another select() -> poll()
15902
15903commit 7985205304ec02a23fa0e029ea40444c6a5a0163
15904Author: Rémi Denis-Courmont <rem@videolan.org>
15905Date:   Fri Apr 28 19:31:26 2006 +0000
15906
15907    Use poll() instead of select() so we won't fall for the FD_SETSIZE trap
15908    in any case (however unlikely we were to fall far it on Linux)
15909
15910commit c744b977176bc66a715879cccce094216dcc6c2d
15911Author: Benjamin Pracht <bigben@videolan.org>
15912Date:   Fri Apr 28 17:18:46 2006 +0000
15913
15914    * Revert 15357, as it would make vlc crash if you try to load a main interface that doesn't exist
15915    * Instead, use "screensaver,none" when trying to load the screensaver interface
15916    * Same fix for onther interfaces loaded by libvlc
15917
15918commit 13f91aa0d55acddd0c8f5ad755420d5b24b3b0c4
15919Author: Antoine Cellerier <dionoea@videolan.org>
15920Date:   Fri Apr 28 16:32:00 2006 +0000
15921
15922    Display file size instead of svn revision in update dialog
15923
15924commit 9c9649fe8e37fefaa4b912c93e820a629c4b68c3
15925Author: Antoine Cellerier <dionoea@videolan.org>
15926Date:   Fri Apr 28 15:19:10 2006 +0000
15927
15928    Woops
15929
15930commit 45ce7ee83072bf3dfc89dc2dd7c959426fc11206
15931Author: Antoine Cellerier <dionoea@videolan.org>
15932Date:   Fri Apr 28 14:39:25 2006 +0000
15933
15934    Remove local copies of Mozilla plugin and ActiveX dlls
15935    Fix #525 Fixes #525
15936
15937commit fb72aa38f8128bf79c95e4fba13ac7c1206c4740
15938Author: Rémi Denis-Courmont <rem@videolan.org>
15939Date:   Fri Apr 28 12:30:39 2006 +0000
15940
15941    Another close-on-exec
15942
15943commit d2357816e0e4b45922267c4ae82120f9ab403ba2
15944Author: Rémi Denis-Courmont <rem@videolan.org>
15945Date:   Fri Apr 28 12:29:00 2006 +0000
15946
15947    - Fix POSIX setting of non-blocking mode (we were clearing the R/W flags)
15948    - Close-on-exec: Don't leak httpd client sockets into CGI scripts or
15949      whatever child process we spawn.
15950
15951commit feef7142148ee7d3e53a42b59526c8d5639ded7c
15952Author: Rémi Denis-Courmont <rem@videolan.org>
15953Date:   Fri Apr 28 12:25:51 2006 +0000
15954
15955    Only check FD_SETSIZE limit on POSIX OSes.
15956
15957commit 81ced0140dbfc564366cb8fcaabae3fd206f96b6
15958Author: Rémi Denis-Courmont <rem@videolan.org>
15959Date:   Fri Apr 28 12:22:25 2006 +0000
15960
15961    Hmm, damn stupid fd_set implementation by Winsock does of course not
15962    work like any other one: it's actually thirty two times as big than the
15963    POSIX ones for any given FD_SETSIZE, plus FD_SET and FD_ISSET are O(n)
15964    instead of O(1). But at least, the mingw implementations of FD_SET has
15965    built-in overflow checks.
15966
15967    Also, Winsock insists on returning big socket numbers, so we can't drop
15968    those above FD_SETSIZE or we have no TCP/IP support at all, anyway.
15969
15970commit 561a7d3da8626cdb3a5972919a275e666325b72e
15971Author: Antoine Cellerier <dionoea@videolan.org>
15972Date:   Fri Apr 28 12:15:27 2006 +0000
15973
15974    Shoutcast changed
15975
15976commit 9a72439fd7a25ba0a55f6aa9cf2ad7bdbdb32c1a
15977Author: Antoine Cellerier <dionoea@videolan.org>
15978Date:   Fri Apr 28 12:10:07 2006 +0000
15979
15980    New default skin by aLtgLasS. Many thanks for making one on such short notice.
15981
15982commit 655d7fb089c75da8d060919c088b1950bc410d4b
15983Author: Antoine Cellerier <dionoea@videolan.org>
15984Date:   Fri Apr 28 11:38:55 2006 +0000
15985
15986    Remove playtree skin
15987
15988commit 623979f701e5dd51f287bb15ce0ea0e543326e38
15989Author: Antoine Cellerier <dionoea@videolan.org>
15990Date:   Fri Apr 28 11:37:38 2006 +0000
15991
15992    Remove old default skin
15993
15994commit 7d9a54b7f2d5eddadc7a132c6f5e542f93c8df2b
15995Author: Clément Stenac <zorglub@videolan.org>
15996Date:   Fri Apr 28 07:58:18 2006 +0000
15997
15998    HA HA ! (Refs:#658)
15999
16000commit db5d2044c2d6828d22fe15200ed48a1a79f1c70a
16001Author: Antoine Cellerier <dionoea@videolan.org>
16002Date:   Thu Apr 27 22:31:16 2006 +0000
16003
16004    Ahem...
16005
16006commit bc6c6306298f85355ea5325fd23f890f4b7008fe
16007Author: Antoine Cellerier <dionoea@videolan.org>
16008Date:   Thu Apr 27 21:23:34 2006 +0000
16009
16010    Add option (--shoutcast-show-adult) to show porn^WNC17 rated video streams. Default setting is of course disabled.
16011
16012commit 8c722f37ad8d56073579b86faa3e15a8c9d7bc66
16013Author: Jean-Paul Saman <jpsaman@videolan.org>
16014Date:   Thu Apr 27 21:15:18 2006 +0000
16015
16016    Added Rob Casey to THANKS file.
16017
16018commit 0ee3f461252cc68d934f012a286c99418723ebf9
16019Author: Rémi Denis-Courmont <rem@videolan.org>
16020Date:   Thu Apr 27 20:18:14 2006 +0000
16021
16022    Whenever using select() companion macro FD_SET(), one must ensure that
16023    the specified file descriptor does not exceeds the fd_set limit (FD_SETSIZE).
16024    Registering a file descriptor above this limit is not defined (read: this is
16025    a buffer overflow).
16026
16027    This is not normally exploitable on Linux because FD_SETSIZE equals the
16028    default limit for file descriptors per processes, but should work on BSDs.
16029    Cygwin is also very prone to this problem (but right, we don't use it). As
16030    for Windows, it will overflow if you try to select() more than 64 sockets at
16031    a time (regardless of the total numbers of socket), but for the sake of
16032    simplicity and portability, this patch actually prevent opening more than
16033    64 sockets at all.
16034
16035    There are still quite a bunch of plugins that needs fixing.
16036
16037commit 3202dc4574fa78d24321e8f674625172ca4a95c5
16038Author: Jean-Paul Saman <jpsaman@videolan.org>
16039Date:   Thu Apr 27 19:31:20 2006 +0000
16040
16041    Fix for VLM commands when 'new test vod mux mp2ts enabled' is used.
16042
16043commit e611fdaed9c43584597eba1d1a7002cda5c9961a
16044Author: Jean-Paul Saman <jpsaman@videolan.org>
16045Date:   Thu Apr 27 19:13:42 2006 +0000
16046
16047    Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au)
16048
16049commit d8210c3978acca959bacf7d6d7569875c6685259
16050Author: Damien Fouilleul <damienf@videolan.org>
16051Date:   Thu Apr 27 15:47:53 2006 +0000
16052
16053    - fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid=d4ec4d6ac1bcdc8074d8d2855d734d29
16054
16055commit f9d80e5a8848a22a8ea6022253b6cf4fd1380743
16056Author: Jean-Paul Saman <jpsaman@videolan.org>
16057Date:   Thu Apr 27 08:14:45 2006 +0000
16058
16059    Remove whitespace
16060
16061commit 6d3beb9dd21349029d906247b507cfe39b727545
16062Author: Jean-Paul Saman <jpsaman@videolan.org>
16063Date:   Thu Apr 27 08:13:50 2006 +0000
16064
16065    Remove whitespace
16066
16067commit 9bfe50230cd85ad2a5fdd2c8d2ce1e57558e9028
16068Author: Felix Paul Kühne <fkuehne@videolan.org>
16069Date:   Wed Apr 26 21:32:10 2006 +0000
16070
16071    * forward-port [15368]
16072
16073commit 7d8c4743aa74a3d5eb574a454f2abc43765b7170
16074Author: Antoine Cellerier <dionoea@videolan.org>
16075Date:   Wed Apr 26 21:04:47 2006 +0000
16076
16077    Add option to force timeshift filter even if access can control pace or pause.
16078    The goal is to be able to timeshift on live rtsp streams. The true fix would be to fix the rtsp access ...
16079
16080commit 1f09d331a4c5def92b66b3d36a3288929bc71b76
16081Author: Olivier Teulière <ipkiss@videolan.org>
16082Date:   Wed Apr 26 17:59:29 2006 +0000
16083
16084     * skins2: Added the vlc.snapshot() action
16085
16086commit 74a92012bbc633466d2a8ffc15cce297b4c2acf0
16087Author: Antoine Cellerier <dionoea@videolan.org>
16088Date:   Wed Apr 26 09:56:04 2006 +0000
16089
16090    Changes to the default selected options in the installer
16091
16092commit 8355c1af7652db723f6c56884d28dd8132c1eaa4
16093Author: Clément Stenac <zorglub@videolan.org>
16094Date:   Wed Apr 26 08:21:52 2006 +0000
16095
16096    Oh look ! Bananas !
16097
16098commit a72b1177706eb6be6089a040d78757cdeaafc5d5
16099Author: Cyril Deguet <asmax@videolan.org>
16100Date:   Tue Apr 25 17:25:02 2006 +0000
16101
16102    * top_window.cpp: stupid bug...
16103
16104commit 31f3794d49aab7695c72462b0520b2db5d1d1ba6
16105Author: Benjamin Pracht <bigben@videolan.org>
16106Date:   Tue Apr 25 16:47:56 2006 +0000
16107
16108    * screensaver.c, configure.ac: use directly dbus to disable gnome-screensaver if dbus is available upon compilation, instead of using system(gnome-screensaver-command
16109    * interface.c: use the b_strict boolean when calling module_Need upon extra interface launching. This prevents vlc to try to launch a 2nd wx gui if the screensaver module isn't available.
16110
16111commit d416f2c542842a03aa2001365505db611979e938
16112Author: Clément Stenac <zorglub@videolan.org>
16113Date:   Tue Apr 25 10:17:57 2006 +0000
16114
16115    Add edit button for VLM (Closes:#530)
16116
16117commit 5e56e467ead270d5de46bfdcbeaf873b412624ba
16118Author: Olivier Teulière <ipkiss@videolan.org>
16119Date:   Mon Apr 24 21:57:04 2006 +0000
16120
16121     * skins2/parser/interpreter.cpp: Fixed a crash when using an action of the form "foo;"
16122
16123commit 3d8de5ba0582097cabc4a640b153e06efcc139cd
16124Author: Felix Paul Kühne <fkuehne@videolan.org>
16125Date:   Mon Apr 24 21:04:54 2006 +0000
16126
16127    * add --enable-pic to x264's configure on PPC as well and check out the latest revisions again
16128
16129commit 8ed1af2f3b8b9f81acc3e501576606ab23d4fa6f
16130Author: Antoine Cellerier <dionoea@videolan.org>
16131Date:   Mon Apr 24 19:41:04 2006 +0000
16132
16133    Some more cleaning
16134
16135commit ced209fa45b81f06d0ad7cc886083b55d838b5ed
16136Author: Christophe Mutricy <xtophe@videolan.org>
16137Date:   Mon Apr 24 18:29:14 2006 +0000
16138
16139    shoutcast.c: Memleak hunt.
16140
16141commit ec4b9fba2495c78aebaf80b5b3765dbc2f0fbc82
16142Author: Sam Hocevar <sam@videolan.org>
16143Date:   Mon Apr 24 08:53:26 2006 +0000
16144
16145      * modules/video_output/caca.c: synced caca output with libcaca-0.99.beta1.
16146
16147commit 97ec13c961b859a12dc6034c871abe76a526a11d
16148Author: Antoine Cellerier <dionoea@videolan.org>
16149Date:   Mon Apr 24 00:25:25 2006 +0000
16150
16151     * Handle submodules correctly in the prefs (so we can enable/disable them).
16152     * Fix bug with modules chain if the begining or the end of one module's name matched another module's name. (like 'shoutcasttv' and 'shout')
16153
16154commit 8f81a57bd66b83983db080931c9aacf20f83e6cc
16155Author: Antoine Cellerier <dionoea@videolan.org>
16156Date:   Sun Apr 23 22:53:40 2006 +0000
16157
16158    Support for Shoutcast TV. vp3 streams segfault, vp5 and 6 don't play :)
16159
16160commit aa98ec018655fa827fc1900122d0403ee0691aee
16161Author: Antoine Cellerier <dionoea@videolan.org>
16162Date:   Sun Apr 23 22:52:35 2006 +0000
16163
16164    Hack to handle service discovery submodules correctly. This should maybe be changed in other interfaces.
16165
16166commit c5823f07b592b71528fe73171c8c6e7f1e106941
16167Author: Antoine Cellerier <dionoea@videolan.org>
16168Date:   Sun Apr 23 21:17:51 2006 +0000
16169
16170    Don't remove files added by user when uninstalling
16171    Fix #525 / Fixes #525
16172
16173commit 4d33631202c58b53dce8a3460ec5ef48edb7b5e1
16174Author: Benjamin Pracht <bigben@videolan.org>
16175Date:   Sun Apr 23 20:31:06 2006 +0000
16176
16177    * Support for gnome-screensaver
16178    * We should test if the command is in the path before trying to launch it
16179    * Anyway, system is dirty, we should use dbus, at least for gnome-screensaver
16180
16181commit 1db77bbb6c0da17b3e7db9031842fe316f82a587
16182Author: Jérome Decoodt <djc@videolan.org>
16183Date:   Sun Apr 23 20:11:23 2006 +0000
16184
16185    Add %T modifier to filename refs: #561
16186
16187commit df7d82b29b3c762318ec980485b6c254e7cfe5fa
16188Author: Rémi Denis-Courmont <rem@videolan.org>
16189Date:   Sun Apr 23 15:56:41 2006 +0000
16190
16191    Partially updated russian localization by Pavlov Konstantin
16192
16193commit c2a6a1a9c871fbac26e9e8e42ac7ec4384f2bdb4
16194Author: Rémi Denis-Courmont <rem@videolan.org>
16195Date:   Sun Apr 23 14:41:48 2006 +0000
16196
16197    Doxygenization
16198
16199commit ddcfbcdf52661b2ee82873be3c09a42d58020679
16200Author: Benjamin Pracht <bigben@videolan.org>
16201Date:   Sun Apr 23 14:37:54 2006 +0000
16202
16203    * bit masks for RV15 and RV16 were inverted (!) (or there is something I really haven't caught)
16204    * Endianness fix for RV15 and RV16 (mostly used for x11)
16205
16206commit c1cb1da8e0d3fb166ccf1574c03c601b46dd880a
16207Author: Rémi Denis-Courmont <rem@videolan.org>
16208Date:   Sun Apr 23 14:34:44 2006 +0000
16209
16210    Use Doxygen syntax for comments
16211
16212commit ffa12f46bdc2793e175be6efa65a4307bc49a09a
16213Author: Rémi Denis-Courmont <rem@videolan.org>
16214Date:   Sun Apr 23 14:05:03 2006 +0000
16215
16216    British translation l10n update
16217
16218commit b275e4e44da2ee4c988aaf4d29934e937478d27e
16219Author: Rémi Denis-Courmont <rem@videolan.org>
16220Date:   Sun Apr 23 14:00:23 2006 +0000
16221
16222    Add missing white space
16223
16224commit 7ab12b0b09286f94e23d566374671ec829ed54d0
16225Author: Rémi Denis-Courmont <rem@videolan.org>
16226Date:   Sun Apr 23 13:59:33 2006 +0000
16227
16228    Remove extra white space
16229
16230commit 41c51564ba55b8746d741a707059c6b7b013079f
16231Author: Rémi Denis-Courmont <rem@videolan.org>
16232Date:   Sun Apr 23 13:54:30 2006 +0000
16233
16234    Fix a grammar mistake
16235
16236commit 747222478a5e46289281710f8371fd782f86fa06
16237Author: Benjamin Pracht <bigben@videolan.org>
16238Date:   Sun Apr 23 13:51:04 2006 +0000
16239
16240    * Try to fix endianness in the opengl output on unixes
16241    * RV32 works, I'm not sure of the masks for RV24 and RV16
16242
16243commit 70160a5677cff78d9d475ca59ba48677ad863ae3
16244Author: Sam Hocevar <sam@videolan.org>
16245Date:   Sun Apr 23 13:41:42 2006 +0000
16246
16247      * src/video_output/video_output.c: 4th (and good) attempt at fixing mask
16248        shifts.  Thanks to bigben for testing.
16249
16250commit 2bd21655ed35f7322df3328971e4f9e42992e7f8
16251Author: Sam Hocevar <sam@videolan.org>
16252Date:   Sun Apr 23 13:21:42 2006 +0000
16253
16254      * src/video_output/video_output.c: Fixed RGB mask when the 32nd bit is on.
16255
16256commit d2bee0b95defd8a239b6028648d08d51f72ce6d3
16257Author: Sam Hocevar <sam@videolan.org>
16258Date:   Sun Apr 23 13:15:12 2006 +0000
16259
16260      * Argh, I didn't mean to commit that. Fixed my previous commit (mask types).
16261
16262commit 6d4ec6fd2c23f22cb1a70b624822d8b1a64d4a79
16263Author: Sam Hocevar <sam@videolan.org>
16264Date:   Sun Apr 23 13:13:40 2006 +0000
16265
16266      * include/vlc_video.h: Fixed mask variable types for YUV to RGB conversions.
16267
16268commit 91e5a905385d41cb009fd77be58d89b5576f3a45
16269Author: Cyril Deguet <asmax@videolan.org>
16270Date:   Sat Apr 22 23:16:20 2006 +0000
16271
16272    * all: new handling of vout controls to allow serveral layouts/windows
16273     with a vout (if only one is visible at the same time)
16274     A callback is now called when a layout becomes visible or hidden.
16275     The vout window is still not reparented correctly if the layout
16276     is changed while a video is being played...
16277
16278commit 34bbcba8efe9b2f508ce07725d8574f6917f409f
16279Author: Felix Paul Kühne <fkuehne@videolan.org>
16280Date:   Sat Apr 22 22:06:39 2006 +0000
16281
16282    * forward-port [15311]
16283
16284commit 75ee1b38c85b84c6ac2b4a1252469b58848578f6
16285Author: Antoine Cellerier <dionoea@videolan.org>
16286Date:   Sat Apr 22 21:06:41 2006 +0000
16287
16288     * shout.c : change playlist layout (remove 1 node)
16289     * shoutcast.c : remove "debug" printf
16290
16291commit acb5da732a27b6c7e8d6e05c2e183d4ae49a9ea9
16292Author: Antoine Cellerier <dionoea@videolan.org>
16293Date:   Sat Apr 22 16:39:04 2006 +0000
16294
16295    Change shoutcast service discovery module and write a new demux to be compatible with the new winamp 5.2 format. See trac ticket for detailed info. I'd appreciate if people could test this and proof read the code since we'll have to include this in 0.8.5 which is due to be released soon.
16296
16297    Ref #640.
16298
16299commit fea437ab11391c5c5a2290fb65b90fde4f967548
16300Author: Clément Stenac <zorglub@videolan.org>
16301Date:   Sat Apr 22 11:28:39 2006 +0000
16302
16303    Use search engine
16304
16305commit eb9935990a3af55b4a112f7afee46efa3a8ed971
16306Author: Christophe Mutricy <xtophe@videolan.org>
16307Date:   Fri Apr 21 23:48:53 2006 +0000
16308
16309    Fix error pages
16310
16311commit 7bac1dd63ade02a35e9648aa4d90d212e4dbbab0
16312Author: Christophe Mutricy <xtophe@videolan.org>
16313Date:   Fri Apr 21 21:33:39 2006 +0000
16314
16315    debian/*: we no longer seems to requires gcc-snapshot. I commit mainly to test on the nightlies. feel free to revert.
16316
16317commit 66987bac2d70480379b82a6cf99451c5507a220a
16318Author: Christophe Mutricy <xtophe@videolan.org>
16319Date:   Fri Apr 21 21:28:36 2006 +0000
16320
16321    debian/*: temporarely disable the xosd plugin
16322
16323commit 32f97907399ec6026fb0bc3e0b6b66db975954ee
16324Author: Felix Paul Kühne <fkuehne@videolan.org>
16325Date:   Thu Apr 20 20:32:14 2006 +0000
16326
16327    * show the svn-revision only if it isn't 'exported'
16328
16329commit aa1c15b2ed04601260bf781addc04943f5afeda7
16330Author: Damien Fouilleul <damienf@videolan.org>
16331Date:   Thu Apr 20 16:25:53 2006 +0000
16332
16333    - fix for shared libvlc and unicows for win32 builds
16334
16335commit 0fad4fbd9774ac7e7133472ebc783b70073a3433
16336Author: Rémi Denis-Courmont <rem@videolan.org>
16337Date:   Thu Apr 20 16:15:15 2006 +0000
16338
16339    Fix overflow on UTF-16 strings with an odd characters length
16340
16341commit 685788635fcd476ff633437aa5f569a0997ef279
16342Author: Antoine Cellerier <dionoea@videolan.org>
16343Date:   Wed Apr 19 23:30:20 2006 +0000
16344
16345    Hackish fix for 'TITLE' vlc_meta_get
16346
16347commit 0485b8df5af30a00e67aa7529b52bde106f11546
16348Author: Benjamin Pracht <bigben@videolan.org>
16349Date:   Wed Apr 19 20:33:22 2006 +0000
16350
16351    * Fix always on top when exiting fullscreen
16352
16353commit 854c04215f390c0392f576be275468fa7aeb617b
16354Author: Felix Paul Kühne <fkuehne@videolan.org>
16355Date:   Wed Apr 19 16:25:01 2006 +0000
16356
16357    * quickly forward-port the previous commit so joneskoo can test it
16358
16359commit 253233c6a45e21d7ee48c706ed961f4d95a0037c
16360Author: Filippo Carone <littlejohn@videolan.org>
16361Date:   Wed Apr 19 13:51:59 2006 +0000
16362
16363    delete item added in playlist control
16364
16365commit c7178603f9371c81e00ca6e3fd768c6c000f5708
16366Author: Damien Fouilleul <damienf@videolan.org>
16367Date:   Wed Apr 19 10:13:07 2006 +0000
16368
16369    - added 'VLC Plugin.plugin' in MacOS X Disk image
16370
16371commit 348abac3a11dd0c6792daed5032ea2788189d53a
16372Author: Clément Stenac <zorglub@videolan.org>
16373Date:   Tue Apr 18 21:48:37 2006 +0000
16374
16375    Update skins doc
16376
16377commit bb682dfedadde4849868a4b83ea376891503ace6
16378Author: Clément Stenac <zorglub@videolan.org>
16379Date:   Tue Apr 18 21:48:34 2006 +0000
16380
16381    Add a dialogs.playlist() command
16382
16383commit 58e5405277f7b093d1584a13ef346b36fe647ead
16384Author: Clément Stenac <zorglub@videolan.org>
16385Date:   Tue Apr 18 21:24:43 2006 +0000
16386
16387    Add dialogs.audioPopup, dialogs.videoPopup and dialogs.miscPopup commands
16388
16389commit a31e68409a21976dcdcec2a7ac06209600350046
16390Author: Clément Stenac <zorglub@videolan.org>
16391Date:   Tue Apr 18 21:24:42 2006 +0000
16392
16393    Add vlc.hasAudio variable
16394
16395commit ab21bfce1e873378fba79653eb8b3e305fb0e6e2
16396Author: Clément Stenac <zorglub@videolan.org>
16397Date:   Tue Apr 18 21:24:38 2006 +0000
16398
16399    Fix refcount bug
16400
16401commit 11bfb4643ba7ce5d39c0abf53ad2107571f9fb8d
16402Author: Clément Stenac <zorglub@videolan.org>
16403Date:   Tue Apr 18 21:24:36 2006 +0000
16404
16405    Add separate audio and video popup menus
16406
16407commit 9f75024934955e1eae94a8a1a3d2c3872e290f65
16408Author: Damien Fouilleul <damienf@videolan.org>
16409Date:   Tue Apr 18 21:14:38 2006 +0000
16410
16411    - fix UNIX X11 build for plugin
16412    - give myself some credit
16413    - removed unnecessary PLUGIN_TO_HOST_GLUE macro
16414
16415commit 7ea1d7c48f959b25c666646c3594e177c4e84223
16416Author: Clément Stenac <zorglub@videolan.org>
16417Date:   Tue Apr 18 17:50:42 2006 +0000
16418
16419    Make sure we hide the skins playlist
16420
16421commit e8ca105f1f5dbed69a1a077cfa4473195e930cd3
16422Author: Antoine Cellerier <dionoea@videolan.org>
16423Date:   Mon Apr 17 22:52:57 2006 +0000
16424
16425    Add vlc_get_meta function. Argument can be:
16426    'ARTIST' -> gets the artist
16427    'TITLE' -> gets the title
16428    'ALBUM' -> gets the album name
16429    'something else' -> get 'something else' ... meta labels are translated so don't expect this to be portable.
16430
16431commit 7b34dfa9ef91e0d9c1d569c7d7561167458f4858
16432Author: Clément Stenac <zorglub@videolan.org>
16433Date:   Mon Apr 17 21:36:36 2006 +0000
16434
16435    Add todo
16436
16437commit 76a63d034f7d7cbf2959d38fec786a922a9632de
16438Author: Clément Stenac <zorglub@videolan.org>
16439Date:   Mon Apr 17 21:28:30 2006 +0000
16440
16441    Add a (default enabled) skinned-playlist option
16442
16443    It will show the dialogs provider playlist instead of the "playlist_window" window
16444
16445commit 02a21822760ca4e1534f4e4d41fdfb4404e3e258
16446Author: Felix Paul Kühne <fkuehne@videolan.org>
16447Date:   Mon Apr 17 17:15:43 2006 +0000
16448
16449    * revert 2 hacky compilation fixes which were accidentelly committed in [15259]
16450
16451commit 5ad9a2d4834f952d789434a19d7f09121ec3f4dd
16452Author: Felix Paul Kühne <fkuehne@videolan.org>
16453Date:   Mon Apr 17 17:10:12 2006 +0000
16454
16455    * mark some buggy strings as pointed out by Mathias C. Berens
16456
16457commit 997d993b3428fa42e87dbf09126131b9429806a2
16458Author: Cyril Deguet <asmax@videolan.org>
16459Date:   Mon Apr 17 17:03:55 2006 +0000
16460
16461    * all: convert keys in INI files to lower case, to fix buggy winamp2 skins
16462
16463commit b2b8d4dfc880f0c775298afcf363149aebc004ad
16464Author: Cyril Deguet <asmax@videolan.org>
16465Date:   Mon Apr 17 16:29:34 2006 +0000
16466
16467    * jack.c: fixed non-stereo audio streams
16468
16469commit 0d481c162395628dfcb83be6ee0ddb060ff69296
16470Author: Cyril Deguet <asmax@videolan.org>
16471Date:   Mon Apr 17 15:56:21 2006 +0000
16472
16473    * ctrl_checkbox: fixed initial image of checkbox
16474
16475commit 4f54142e7aa42d8a2f83a578b0757ece6fd9e6bc
16476Author: Olivier Teulière <ipkiss@videolan.org>
16477Date:   Mon Apr 17 15:26:53 2006 +0000
16478
16479     * skins2/controls/ctrl_tree.cpp: I forgot 1 occurrence of the bug
16480
16481commit efad303f0f10a04b28ab6ba7c5891eb6c13df39a
16482Author: Olivier Teulière <ipkiss@videolan.org>
16483Date:   Mon Apr 17 15:23:13 2006 +0000
16484
16485     * skins2/controls/ctrl_tree.cpp: Check that the iterator is not end() before using it...
16486       This fixes random freezes when loading skins with a PlayTree control on Windows, and probably some crashes as well.
16487
16488commit a5a9346ce5476119e7fadc5a2c6f7981b1f32ec4
16489Author: Cyril Deguet <asmax@videolan.org>
16490Date:   Mon Apr 17 12:46:51 2006 +0000
16491
16492    * all: added a INI file parser in skins2. For instance if the file
16493     with id "pledit" (defined in the new tag "<IniFile>" contains:
16494        [Text]
16495        Normal=#FFFFFF
16496     it will create a constant "pledit.Text.Normal" with value "#FFFFFF"
16497    * winamp2.xml: use the "pledit.txt" file to have correct playlist colors
16498
16499    is it ok to backport in 0.8.5 ?
16500
16501commit 07eee2b853949a787a2c2509e9027bc1a149e4a2
16502Author: Felix Paul Kühne <fkuehne@videolan.org>
16503Date:   Sun Apr 16 15:59:33 2006 +0000
16504
16505    * removed instability warning, which was introduced for the 0.8.5 betas
16506
16507commit 832b6848b6227935269376a0e9e76f79975b1049
16508Author: Antoine Cellerier <dionoea@videolan.org>
16509Date:   Sat Apr 15 22:33:27 2006 +0000
16510
16511    Fix dtd (a Layout can have more than one groups)
16512
16513commit d16b63ef8237833db936937f7c09b91d1bba99db
16514Author: Jean-Paul Saman <jpsaman@videolan.org>
16515Date:   Sat Apr 15 22:21:18 2006 +0000
16516
16517    Fix compilation on FC3 linux for mozilla plugin.
16518
16519commit 467472bcecd6bae797dea03543ca105a61a8f6c2
16520Author: Cyril Deguet <asmax@videolan.org>
16521Date:   Sat Apr 15 16:18:59 2006 +0000
16522
16523    * all: added a new skin text variable "$S" to get the audio sample rate
16524     (in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate.
16525    * winamp2.xml: updated the winamp2 skin
16526
16527commit 3782ac32ca58235b122f82b568969a2073836d92
16528Author: Antoine Cellerier <dionoea@videolan.org>
16529Date:   Sat Apr 15 16:06:47 2006 +0000
16530
16531    Comment subtitles related stuff (since it isn't coded yet)
16532
16533commit 6f8a319d8ae9a4894150c86c75286bacafc0f84c
16534Author: Antoine Cellerier <dionoea@videolan.org>
16535Date:   Sat Apr 15 15:58:24 2006 +0000
16536
16537    rpn magic to remove slashes from the playlist item's name
16538
16539commit dc05f4b504b6d9347d5074854ea532958c1f8b3c
16540Author: Antoine Cellerier <dionoea@videolan.org>
16541Date:   Sat Apr 15 15:48:44 2006 +0000
16542
16543    Fix interface in regards to [15116].
16544
16545commit 71fc0c72c7b716de080e109d8aa5d83bb46bc1c0
16546Author: Rémi Denis-Courmont <rem@videolan.org>
16547Date:   Sat Apr 15 14:18:13 2006 +0000
16548
16549    Do not provide a broken language option on Linux and similar OSes
16550    where the user normally use LANG, LANGUAGE, etc to define his/her
16551    language(s). It didn't work anyway (refs #638).
16552
16553commit e67aa8aaf61864b4266dd63ea8e4e83b03c88dbb
16554Author: Damien Fouilleul <damienf@videolan.org>
16555Date:   Sat Apr 15 13:48:34 2006 +0000
16556
16557    - added support for NPRuntime to win32 and unix version of mozilla
16558
16559commit 20defc2a2b12f52fdf5c09c51451a62b0e2edf0d
16560Author: Damien Fouilleul <damienf@videolan.org>
16561Date:   Sat Apr 15 11:51:45 2006 +0000
16562
16563    - the resurected mozilla plugin for Safari/Firefox on MacOS X
16564
16565commit 858ff0c446a68cd378cb9d0108eb66ddf513e6a6
16566Author: Antoine Cellerier <dionoea@videolan.org>
16567Date:   Sat Apr 15 00:51:53 2006 +0000
16568
16569    Add missing itemimage attribute to playtree doc
16570
16571commit c7ad2a4057ce28215c7dd1195141302ac52410f9
16572Author: Derk-Jan Hartman <hartman@videolan.org>
16573Date:   Sat Apr 15 00:07:09 2006 +0000
16574
16575    * Support for Topfield .rec recordings. It's MPEG-TS with an exceptionally large (1MB) header in front of it.
16576      I tried adding the info in the header to meta, but the existing documention seems incorrect or at least incomplete. Instead we just accept the start of the header as identifying a MPEG-TS file, and skipping the header.
16577
16578      BTW this header is again an example of very bad format design. It is using fixed length strings, for which the used buffers clearly are not null'ed before written with new information. As such i was able to determine which programs were running before this program was recorded :D
16579      Also a PID printed to a field was clearly not printed to null'ed memory, causing an invalid (too high) PID number to be in the field. You'd think the least someone could do when designing something like this, would be to analyze a hexdump of your own custom header.
16580
16581commit 9f83ce760a5c6b5788e8350a9a56461d0b4a91ae
16582Author: Rémi Denis-Courmont <rem@videolan.org>
16583Date:   Fri Apr 14 17:37:06 2006 +0000
16584
16585    Fix missing #include
16586
16587commit c849535f34f45d989668633fc2c257b5c7179018
16588Author: Rémi Denis-Courmont <rem@videolan.org>
16589Date:   Fri Apr 14 17:31:27 2006 +0000
16590
16591    Same as previous commit (refs #581)
16592
16593commit 4ba34e140c59019198e246221516f6923419d959
16594Author: Rémi Denis-Courmont <rem@videolan.org>
16595Date:   Fri Apr 14 17:28:24 2006 +0000
16596
16597    Do not alter LC_NUMERIC (refs #581).
16598    *** NOT MEANT FOR BACKPORTING ***
16599
16600commit c1f5a1a657fe2f99f86568bda962d562590f4b58
16601Author: Antoine Cellerier <dionoea@videolan.org>
16602Date:   Fri Apr 14 16:47:23 2006 +0000
16603
16604    Prevent some segfaults when using hotkeys with no vout
16605
16606commit a71707c146ff23f6bf5ef88d51ffadd5437ad1ff
16607Author: Derk-Jan Hartman <hartman@videolan.org>
16608Date:   Fri Apr 14 15:16:23 2006 +0000
16609
16610    * Fix a crash in the MacOS X vout if p_real_vout isn't available yet.
16611
16612commit 59cd4c2c80e7da6b98ce41a63931e0b76ad9738c
16613Author: Clément Stenac <zorglub@videolan.org>
16614Date:   Fri Apr 14 14:25:26 2006 +0000
16615
16616    Clean-up test
16617
16618commit 4db506d372bd4dbd6a0223eb66a98f9dacb4dc62
16619Author: Clément Stenac <zorglub@videolan.org>
16620Date:   Fri Apr 14 14:16:46 2006 +0000
16621
16622    Add I18N and URL tests in test/
16623
16624commit 4923cfeff6360e13aa1ccf052d4c20a9a3801b14
16625Author: Benjamin Pracht <bigben@videolan.org>
16626Date:   Fri Apr 14 13:22:44 2006 +0000
16627
16628    * What is the point in having a detection for libvc1 if we don't have a libvc1 module ? Moreover, that prevents jlj's patch with the module from applying.
16629
16630commit 6a320d91b2c8f6833b579c0d3d87ae49c8010687
16631Author: Christophe Massiot <massiot@videolan.org>
16632Date:   Fri Apr 14 12:38:22 2006 +0000
16633
16634     * modules/access/pvr/pvr.c: Be compatible with both old and new kernels.
16635
16636commit d68e34793ce68d7b6f4de2f12b4c3e6d63f6e429
16637Author: Benjamin Pracht <bigben@videolan.org>
16638Date:   Fri Apr 14 12:30:40 2006 +0000
16639
16640    * Marillat changed the path to the win32 codecs in his latest packages, so look for the codecs there too
16641
16642commit c9d63207b5f910af13d94a901f3d62343fbb6c9a
16643Author: Clément Stenac <zorglub@videolan.org>
16644Date:   Fri Apr 14 12:09:26 2006 +0000
16645
16646    Bump version numbers
16647
16648commit a5dd5b1c1123bc38f2aefd7bad2aa869be657203
16649Author: Christophe Mutricy <xtophe@videolan.org>
16650Date:   Fri Apr 14 11:42:49 2006 +0000
16651
16652    Update Chinese translation by Wei Mingzhi.
16653
16654commit 2fc1756882380cd8eae3090b49a283e26fbf1b4b
16655Author: Clément Stenac <zorglub@videolan.org>
16656Date:   Fri Apr 14 09:37:39 2006 +0000
16657
16658    Strings
16659
16660commit 3975d8c9a4ad0e7131b0401f9e36dc98b7223c05
16661Author: Felix Paul Kühne <fkuehne@videolan.org>
16662Date:   Thu Apr 13 18:51:38 2006 +0000
16663
16664    * fixed 2 minor typos
16665
16666commit 59cb414dfa3fdba712ac98c495046f3aead15fec
16667Author: Felix Paul Kühne <fkuehne@videolan.org>
16668Date:   Thu Apr 13 18:51:16 2006 +0000
16669
16670    * implemented showintf-support. Thanks to ipkiss for pointing out that this was missing on OSX.
16671
16672commit 52f92c68bcc2ca716c223382a90c079de9bc2c57
16673Author: Christophe Massiot <massiot@videolan.org>
16674Date:   Thu Apr 13 18:32:12 2006 +0000
16675
16676     * modules/access/pvr/pvr.c: The radio API in ivtv-0.6.1 has changed : now
16677       you are supposed to pass frequency * 16000 instead of frequency * 16.
16678       This is sooo coherent.
16679
16680commit 71072cc634180b465fe2a9ba0b3fc10180febd1c
16681Author: Derk-Jan Hartman <hartman@videolan.org>
16682Date:   Thu Apr 13 14:47:20 2006 +0000
16683
16684    * Revert the unintentially committed files of [15202]
16685
16686commit 40becd58f69f5c4cd238988d883165834e287911
16687Author: Derk-Jan Hartman <hartman@videolan.org>
16688Date:   Thu Apr 13 14:43:40 2006 +0000
16689
16690    * Fix libgcrypt on MacIntel by disabling it's ASM. This fixes #620
16691
16692commit 496b159ea8273bf5de4e8ce90e4ff4444db2ccaa
16693Author: Derk-Jan Hartman <hartman@videolan.org>
16694Date:   Thu Apr 13 14:12:20 2006 +0000
16695
16696    * Fix subtitle  alignment if we don't have styles. fixes #619
16697
16698    I chose to re-add the align paramter to the subpicture region struct, since adding a style struct for every single subpicture for just an alignment seemed to be overkill to me.
16699
16700commit 2ec45e6f9fb34cec89722493dc40eeb17d66d3b5
16701Author: Antoine Cellerier <dionoea@videolan.org>
16702Date:   Thu Apr 13 13:49:45 2006 +0000
16703
16704    URL encode fix
16705
16706commit bcb8ad992a0e4edb9c0b979ab9ad6b762042b8ca
16707Author: Clément Stenac <zorglub@videolan.org>
16708Date:   Thu Apr 13 09:04:34 2006 +0000
16709
16710    String stuff
16711
16712commit 3ac2dcd09b23c9ebb1496e835e5a8b358659c292
16713Author: Christophe Mutricy <xtophe@videolan.org>
16714Date:   Thu Apr 13 08:31:33 2006 +0000
16715
16716    Really fix xml url
16717
16718commit 113059d0b3118667d13b41576d92bfb18c9780cf
16719Author: Christophe Mutricy <xtophe@videolan.org>
16720Date:   Wed Apr 12 22:31:19 2006 +0000
16721
16722    Fix libxml url.
16723
16724commit b9560d0dc7db5cb7aafe931ad1010255aa92eff6
16725Author: Christophe Mutricy <xtophe@videolan.org>
16726Date:   Wed Apr 12 21:56:41 2006 +0000
16727
16728    Makefile.am: Fix for introduction of vlc.win32.nsi.in
16729
16730commit 0e92e93da2abdc7f93b265815c94e4738da820ac
16731Author: Christophe Mutricy <xtophe@videolan.org>
16732Date:   Wed Apr 12 21:22:51 2006 +0000
16733
16734    *macro.c: Get the name correctly
16735
16736commit 637544bd7593c36dfdef4b2dcce486445608bb34
16737Author: Rémi Denis-Courmont <rem@videolan.org>
16738Date:   Wed Apr 12 19:25:59 2006 +0000
16739
16740    Set close-on-exec flag on sockets so that we don't pass them to CGI scripts
16741
16742commit c397800da5b5b019e367f40f3fc4d8b1505685ea
16743Author: Rémi Denis-Courmont <rem@videolan.org>
16744Date:   Wed Apr 12 17:27:31 2006 +0000
16745
16746    xvideo X.Org 7 detection fix by Pavlov Konstantin
16747
16748commit 21bd7be900bf2c4bb4b8001999522f34c10559c1
16749Author: Felix Paul Kühne <fkuehne@videolan.org>
16750Date:   Wed Apr 12 16:54:42 2006 +0000
16751
16752    * be a bit more verbose when creating the disk-image
16753
16754commit cd03499d39119fc3c3877b1a4a25dacd4f3f963e
16755Author: Felix Paul Kühne <fkuehne@videolan.org>
16756Date:   Wed Apr 12 16:40:47 2006 +0000
16757
16758    * fix streaming. This section and a few others need to and will be re-written after 0.8.5
16759
16760commit d0d7d03162d4ccbd6dd67d3d11c9629f040d6820
16761Author: Felix Paul Kühne <fkuehne@videolan.org>
16762Date:   Wed Apr 12 16:27:30 2006 +0000
16763
16764    * first update of the German translation by Mathias C. Berens | welcome-soft and myself. More to come.
16765
16766commit 4b0e7fbfe996ef0b426d49f054c4b357e877f7c3
16767Author: Christophe Massiot <massiot@videolan.org>
16768Date:   Wed Apr 12 14:26:21 2006 +0000
16769
16770     * modules/control/http/macro.c: Add slashes in the MVLC_ADD macro for
16771       backwards compatibility with the old http intf (anyway MVLC_ADD is
16772       obsoleted by RPN function playlist_add).
16773
16774commit 92e730c19cc89684f15f93a9f98c265806354543
16775Author: Clément Stenac <zorglub@videolan.org>
16776Date:   Wed Apr 12 13:03:37 2006 +0000
16777
16778    Ship libvlc.dll in installer if built in shared mode
16779
16780commit e26fe1f67ba5a140c58ec504a4c3b29791a60e93
16781Author: Clément Stenac <zorglub@videolan.org>
16782Date:   Wed Apr 12 11:43:33 2006 +0000
16783
16784    Package fix
16785
16786commit aa08eb223baf72fc471076a58ea1773d0c787a33
16787Author: Clément Stenac <zorglub@videolan.org>
16788Date:   Wed Apr 12 10:22:55 2006 +0000
16789
16790    Remove useless favicon (Refs:#634)
16791
16792commit a77043300592cda0340ebd9e1861cd92615c7be1
16793Author: Clément Stenac <zorglub@videolan.org>
16794Date:   Wed Apr 12 10:22:19 2006 +0000
16795
16796    Don't ship default skin (Refs:#634)
16797
16798    If you think playtree is not ready yet, yell :)
16799
16800commit e80e7b22dec26eb2f672a59135b950df66b3f040
16801Author: Clément Stenac <zorglub@videolan.org>
16802Date:   Wed Apr 12 08:13:14 2006 +0000
16803
16804    Document <Playtree> (Closes:#611)
16805
16806commit 11532265818c1f1ff8a217b73de53d31dbf5645b
16807Author: Antoine Cellerier <dionoea@videolan.org>
16808Date:   Tue Apr 11 23:56:54 2006 +0000
16809
16810    "too"!=2=="two"
16811
16812commit d50656d87cbe00c670a962311a2129330478c33d
16813Author: Antoine Cellerier <dionoea@videolan.org>
16814Date:   Tue Apr 11 23:51:21 2006 +0000
16815
16816    Fix indentation.
16817
16818    I was actually trying to understand why command line option parsing on my computer with self compiled VLC behaves as "If the first character of optstring is '+' or the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered." while neither of these conditions is true (see the while( getopt_long( ... ) != EOF ) loop).
16819    Small illustration:
16820    ./vlc -vvv -I dummy input.ts --color
16821    All options before the first non option argument work as expected (-vvv and -I dummy). All options after the first non option argument are also interpreted as being non option arguments.
16822    Help would be appreciated.
16823    (I've already had reports of other people having the same kind of issues)
16824
16825commit 94ad23aeb28003659f437e118efc7772df05b6fd
16826Author: Derk-Jan Hartman <hartman@videolan.org>
16827Date:   Tue Apr 11 22:09:20 2006 +0000
16828
16829    * make the flac decoder errors less annoying. some are warns, some are err's.
16830
16831commit e98a1ade617a0c345b7140c5a1b78b3e78012448
16832Author: Rémi Denis-Courmont <rem@videolan.org>
16833Date:   Tue Apr 11 16:35:42 2006 +0000
16834
16835    Link some additionnal plugins against the math library
16836    Report and fix from Pavlov Konstantin “thresh”
16837
16838commit 07db6c8d8ec90339b6b82693ec881de6c6565a67
16839Author: Rémi Denis-Courmont <rem@videolan.org>
16840Date:   Tue Apr 11 16:24:46 2006 +0000
16841
16842    Restores [13132] back - break the new interface again
16843
16844commit 2be9be270037b619f3be91b14770cec7a76d96a8
16845Author: Rémi Denis-Courmont <rem@videolan.org>
16846Date:   Tue Apr 11 16:18:39 2006 +0000
16847
16848    Lalala
16849
16850commit f76c592fbb22e9755dd7c7d57ebecd3c41041228
16851Author: Rémi Denis-Courmont <rem@videolan.org>
16852Date:   Tue Apr 11 15:59:43 2006 +0000
16853
16854    Revert [15132]:
16855    - Fix HTTPd crash
16856    - Break the old interface again
16857
16858commit 08c410dcfbdf0fb2643ac87aac4944cd594bb821
16859Author: Rémi Denis-Courmont <rem@videolan.org>
16860Date:   Tue Apr 11 15:52:29 2006 +0000
16861
16862    Even more tests
16863
16864commit 8549e2b01bf212c0facd441547eeed58aa4e7a81
16865Author: Rémi Denis-Courmont <rem@videolan.org>
16866Date:   Tue Apr 11 15:47:52 2006 +0000
16867
16868    Additionnal unit test for decode_URI
16869
16870commit 55687512c44c67ea54e9e14858a653066c105a37
16871Author: Rémi Denis-Courmont <rem@videolan.org>
16872Date:   Tue Apr 11 15:26:28 2006 +0000
16873
16874    Fix missing initializer warning
16875
16876commit 379e3d260740c85917ab730d3116512d44c6dba9
16877Author: Clément Stenac <zorglub@videolan.org>
16878Date:   Tue Apr 11 13:57:01 2006 +0000
16879
16880    Update of swedish translation by Daniel Nylander.
16881    Thanks.
16882
16883    For those wondering, this *is* swedish.
16884
16885commit 79f9f30aba459bede4709275b10336089161ead0
16886Author: Clément Stenac <zorglub@videolan.org>
16887Date:   Tue Apr 11 13:17:20 2006 +0000
16888
16889    More strings
16890
16891commit 31943c2c6d661ccedcbd49c1471865e873ef5e38
16892Author: Felix Paul Kühne <fkuehne@videolan.org>
16893Date:   Tue Apr 11 13:05:50 2006 +0000
16894
16895    * replaced NULL with empty strings when providing no help for an option
16896
16897commit 089c011a6f08dc48ee3a4cd9d8e59e0450fa6454
16898Author: Felix Paul Kühne <fkuehne@videolan.org>
16899Date:   Tue Apr 11 12:37:47 2006 +0000
16900
16901    intf.m: * we can't localise empty strings, so don't put an error when trying to do so, but just a warning
16902        * be a bit nicer and return @"" instead of NULL strings
16903        - this fixes the display of certain modules in the preferences such as the parametric equaliser
16904
16905    prefs.m: * removed 2 unused variables
16906
16907commit b0639d945f0a9a3a52d3506b724b7f4aa6b287d6
16908Author: Clément Stenac <zorglub@videolan.org>
16909Date:   Tue Apr 11 09:27:46 2006 +0000
16910
16911    String fixes
16912
16913commit 7025a1e9b05300db7ca43cf2eb8955e6420f8f31
16914Author: Damien Fouilleul <damienf@videolan.org>
16915Date:   Mon Apr 10 23:55:28 2006 +0000
16916
16917    - fixed faad2 libtool so that shared library is properly built for MacOS X
16918
16919commit 23e6b8e63cee3f2fa6d337186c0fa1a043a9cc7b
16920Author: Derk-Jan Hartman <hartman@videolan.org>
16921Date:   Mon Apr 10 21:32:26 2006 +0000
16922
16923    * Fix ffmpeg libavformat linkage when we don't use --with-ffmpeg-tree (this fixes Flash playback)
16924    * Add Shorten codec. This refs #632 It doesn't seem to work, but that might be an endianness issue. will someone please check with this sample? http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.shn
16925
16926commit 3bf4e344cd0b39bfa424ec7f568c72ed740dc1ab
16927Author: Damien Fouilleul <damienf@videolan.org>
16928Date:   Mon Apr 10 21:28:43 2006 +0000
16929
16930    - update darwin/macosx patch for libpng-1.2.8
16931
16932commit 648b747e9c3cea54f4720d9f9c38e2d5e7210433
16933Author: Damien Fouilleul <damienf@videolan.org>
16934Date:   Mon Apr 10 21:09:09 2006 +0000
16935
16936    - update win32 patch for libpng-1.2.8
16937
16938commit 0d9b57b92f7e6d5203adc1823de9148fdbc7bd18
16939Author: Derk-Jan Hartman <hartman@videolan.org>
16940Date:   Mon Apr 10 14:41:23 2006 +0000
16941
16942    * Fix 16:9 vs. 16:10 AR and cropping switching on the fly.
16943
16944commit fc1cbba8891e2f3c766b3ab8a854342995ec1e5d
16945Author: Antoine Cellerier <dionoea@videolan.org>
16946Date:   Sun Apr 9 21:43:47 2006 +0000
16947
16948    Hum, in fact we should remove it altogether since it is already killed in previous function code.
16949
16950commit a10d0c431219d08a86977bb7a5fe6bf31ede893b
16951Author: Antoine Cellerier <dionoea@videolan.org>
16952Date:   Sun Apr 9 21:38:34 2006 +0000
16953
16954    Fix what looks like a type. (someone confirm please)
16955
16956commit b40cd0ce13ebf7d7f97433678ad16a29516d30b8
16957Author: Rémi Denis-Courmont <rem@videolan.org>
16958Date:   Sun Apr 9 18:33:22 2006 +0000
16959
16960    Basic unit test for URI decoding
16961
16962commit ef5c233752d6808a6f9b61cdfc92d44baa5ca824
16963Author: Cyril Deguet <asmax@videolan.org>
16964Date:   Sun Apr 9 14:29:26 2006 +0000
16965
16966    * all: new skin text variable "$B" to get the stream bitrate
16967    * winamp2.xml: added "kbps" info in winamp skins
16968
16969commit ae6b2bb975e4557c1adc674b75ea983614794ce7
16970Author: Christophe Mutricy <xtophe@videolan.org>
16971Date:   Sat Apr 8 23:00:14 2006 +0000
16972
16973    First Translation update by Wei Mingzhi
16974
16975commit 8cbf9eca1d4e0576f84730a1b68c6660365be57e
16976Author: Rémi Denis-Courmont <rem@videolan.org>
16977Date:   Sat Apr 8 21:41:53 2006 +0000
16978
16979    Fix warning
16980
16981commit d31fa07d0ad6c80e4077c09e02cba205a8d7ae81
16982Author: Antoine Cellerier <dionoea@videolan.org>
16983Date:   Sat Apr 8 21:04:10 2006 +0000
16984
16985    Remove .libs directories when running ./toolbox --distclean
16986
16987commit b488a587275ca849d84e5e1acc68dfa49731b22b
16988Author: Antoine Cellerier <dionoea@videolan.org>
16989Date:   Sat Apr 8 17:25:40 2006 +0000
16990
16991    Update libpng to 1.2.8 (includes lots of security fixes). Thanks to MYOB for noticing
16992
16993commit 8dc5597526e2342fdccd1806e6de7e4f8883d773
16994Author: Antoine Cellerier <dionoea@videolan.org>
16995Date:   Fri Apr 7 23:40:17 2006 +0000
16996
16997    Rhaaa
16998
16999commit 7163fc7cd37f912bd04199f05cd1b6121bc5812a
17000Author: Antoine Cellerier <dionoea@videolan.org>
17001Date:   Fri Apr 7 23:38:47 2006 +0000
17002
17003    3rd try
17004
17005commit 808dab9d7d9a6adef3e11a2ace329288771f336e
17006Author: Antoine Cellerier <dionoea@videolan.org>
17007Date:   Fri Apr 7 23:36:46 2006 +0000
17008
17009    Ahem
17010
17011commit 3925d05809f10b96511dc88cce9403ef491fcdf3
17012Author: Antoine Cellerier <dionoea@videolan.org>
17013Date:   Fri Apr 7 23:33:31 2006 +0000
17014
17015    libdca. untested
17016
17017commit 2e50966347e519ed46e448ffb66afe10d3a01cb0
17018Author: Antoine Cellerier <dionoea@videolan.org>
17019Date:   Fri Apr 7 21:52:33 2006 +0000
17020
17021    Win32 specific changes: Add --started-from-file option to tell VLC that it was started by clicking on a file (or disc). Add --one-instance-when-started-from-file option to tell VLC to use one instance mode when --started-from-file is used. See replies to r15125 for an explanation.
17022
17023commit 35e982dd4bbae7e3b882e87ee0c61188eb7c5f04
17024Author: Christophe Mutricy <xtophe@videolan.org>
17025Date:   Fri Apr 7 21:45:01 2006 +0000
17026
17027    eliminate non-valid characters only on the name not on the full path (closes #628)
17028
17029commit f84a3bf3cd31e9ed9b5b004c7a24d3e6cd13ce82
17030Author: Christophe Mutricy <xtophe@videolan.org>
17031Date:   Fri Apr 7 21:14:52 2006 +0000
17032
17033    Don't use char outside ascii in shell script.
17034
17035commit dc723a84d4d51c3db68193966c46be82dd0f7e15
17036Author: Felix Paul Kühne <fkuehne@videolan.org>
17037Date:   Fri Apr 7 18:38:30 2006 +0000
17038
17039    * don't free a vlc-object. Thanks to Meuuh for pointing this out.
17040
17041commit 1f8e57e56a742e99d643e9e75c2298972a7d2bf3
17042Author: Christophe Massiot <massiot@videolan.org>
17043Date:   Fri Apr 7 17:58:56 2006 +0000
17044
17045     * src/misc/strings.c: Missing break; in decode_URI().
17046
17047commit 9d1504ce037e0b444868e1e5aacd431b9d0bc95d
17048Author: Christophe Massiot <massiot@videolan.org>
17049Date:   Fri Apr 7 17:45:35 2006 +0000
17050
17051     * modules/codec/dvbsub.c: add_suppressed -> add_suppressed_integer
17052
17053commit 4f70441ed084718254c9bc2541a36050b0fbeeeb
17054Author: Christophe Massiot <massiot@videolan.org>
17055Date:   Fri Apr 7 17:20:11 2006 +0000
17056
17057     * modules/codec/dvbsub.c: add_deprecated -> add_suppressed
17058
17059commit 45edd0b262df2ac13d185d61c1504d9140bf4f45
17060Author: Rémi Denis-Courmont <rem@videolan.org>
17061Date:   Fri Apr 7 17:17:53 2006 +0000
17062
17063    Restore previous URI components decoding instead of unescaping
17064    Should fix the old interface - will most likely break the new one
17065    (in particular try with non-Latin-1 characters)
17066
17067commit 5b315d73afbd75e5ec689260bd62afb5ca7639af
17068Author: Christophe Massiot <massiot@videolan.org>
17069Date:   Fri Apr 7 16:42:18 2006 +0000
17070
17071     * modules/codec/dvbsub.c: Add deprecated option and fix option parsing.
17072
17073commit a2590d21c202b91c9eb447f26594f3f312de1002
17074Author: Christophe Massiot <massiot@videolan.org>
17075Date:   Fri Apr 7 16:33:51 2006 +0000
17076
17077     * modules/codec/spudec: Decreased verbosity.
17078
17079commit cd67f552db54f2c8aa625d4170137c6e28e4db37
17080Author: Jean-Paul Saman <jpsaman@videolan.org>
17081Date:   Fri Apr 7 15:33:44 2006 +0000
17082
17083    Remove --sout-dvbsub-timeout flag
17084    it conflicts with DVD SPU.
17085
17086commit 8f1bb6817a5ab7280de9f9a0e46d6627c6469c73
17087Author: Christophe Massiot <massiot@videolan.org>
17088Date:   Fri Apr 7 13:52:32 2006 +0000
17089
17090     * modules/codec/dvbsub.c: Fixed a major bug with DVBSUB_PCS_STATE_CHANGE.
17091       Partially reverted [12259] because it implied too many page
17092       recompositions.
17093
17094commit fb0afd835b540329a371bbc911f46d19b6a053f3
17095Author: Derk-Jan Hartman <hartman@videolan.org>
17096Date:   Fri Apr 7 12:19:01 2006 +0000
17097
17098    * Lower the priority of the SVG renderer
17099    * Make the "text renderer" selectable with --text-renderer
17100    fixes #627
17101
17102    Lol, totally forgot to commit this last night :D
17103
17104commit 4f90955ab697578ee10b2fef59b6264b070d5be1
17105Author: Rémi Denis-Courmont <rem@videolan.org>
17106Date:   Fri Apr 7 10:59:04 2006 +0000
17107
17108    Oops again
17109
17110commit 540dddaf10fbf161767a1f09dac3ca25620b67c1
17111Author: Antoine Cellerier <dionoea@videolan.org>
17112Date:   Thu Apr 6 23:02:30 2006 +0000
17113
17114    Remove --one-instance option from file open targets on win32. people seemed to be frustrated about this behavior change.
17115
17116commit 5d8a04ab4e44ed6e71b1984b952574104b68fc41
17117Author: Mohammed Adnène Trojette <adn@videolan.org>
17118Date:   Thu Apr 6 23:00:24 2006 +0000
17119
17120    typo in a string (line 42)
17121
17122commit 2ad5cc2ba9b397e6d8c3aa401ea3a054ff5634c5
17123Author: Antoine Cellerier <dionoea@videolan.org>
17124Date:   Thu Apr 6 22:41:06 2006 +0000
17125
17126    Fix OSD display when vout crop is used (so that every thing stays on the displayed image).
17127
17128commit eaba550ead33eb5d16ab3fc673df98e6d69a9fe1
17129Author: Derk-Jan Hartman <hartman@videolan.org>
17130Date:   Thu Apr 6 22:29:15 2006 +0000
17131
17132    * Fix dirac on PPC. (only compile what we need)
17133     (this is a workaround, i'm too lazy to find where they double up the LDFLAGS when they link their applications).
17134
17135commit 299ef0c091af4c2102d80e8f7834ab91f015ff4a
17136Author: Rémi Denis-Courmont <rem@videolan.org>
17137Date:   Thu Apr 6 21:20:33 2006 +0000
17138
17139    Oups
17140
17141commit 73508ddd4ce715e88b8fc26563cb879c32c01403
17142Author: Rémi Denis-Courmont <rem@videolan.org>
17143Date:   Thu Apr 6 20:38:43 2006 +0000
17144
17145    - Reimplement URL component decoding separately from URL unescaping
17146    - Replace crap URL escaping with URL encoding, which is what we really need
17147
17148commit d4f0ff7712b79f54a5a0733e70a68e234a1df485
17149Author: Derk-Jan Hartman <hartman@videolan.org>
17150Date:   Thu Apr 6 20:04:24 2006 +0000
17151
17152    * enable SDK building for Mac PPC contrib.
17153
17154commit 386b36feda62acb423b13eb23a08be19891e8798
17155Author: Christophe Massiot <massiot@videolan.org>
17156Date:   Thu Apr 6 17:54:21 2006 +0000
17157
17158     * ALL: extention -> extension
17159
17160commit 1017d246c12d22caccaf01117ad8e187f14720cf
17161Author: Christophe Massiot <massiot@videolan.org>
17162Date:   Thu Apr 6 17:12:32 2006 +0000
17163
17164     * include/vlc_url.h: Fixed vlc_UrlEncode to return correct values and avoid
17165       crashing with strings as simple as "/toto", but all in all the entire
17166       function seems very wrong to me, see the next mail.
17167
17168commit d0100c33b22400722c8bd285453727f4bb831093
17169Author: Christophe Massiot <massiot@videolan.org>
17170Date:   Thu Apr 6 16:16:02 2006 +0000
17171
17172     * modules/control/http/util.c: Simplify MRLParse, and fix parsing of quotes.
17173
17174commit e00360d94e4128cc2403448ebb3bb82a8ef5257c
17175Author: Christophe Massiot <massiot@videolan.org>
17176Date:   Thu Apr 6 15:53:06 2006 +0000
17177
17178     * modules/codec/png.c: More robust error checking, avoid calling abort() in
17179       case of an invalid file.
17180
17181commit ebeb35dcc28f9a8d1932ed0c9b860aaebd54f75d
17182Author: Derk-Jan Hartman <hartman@videolan.org>
17183Date:   Thu Apr 6 15:16:05 2006 +0000
17184
17185    * Only compile cyberlink if --enable-cyberlink is explicitly set by the user.
17186
17187commit e879989e3a462eb0ca43037190b95bf65d6db0eb
17188Author: Damien Fouilleul <damienf@videolan.org>
17189Date:   Thu Apr 6 15:09:40 2006 +0000
17190
17191    - fixed a few return codes from APIs
17192
17193commit 63851f211415837eea4975b7d98c8401ed82ec5f
17194Author: Derk-Jan Hartman <hartman@videolan.org>
17195Date:   Thu Apr 6 14:46:30 2006 +0000
17196
17197    * Disable cyberlink and expat, the module immediatly crashes.
17198
17199commit 000e4ddb4a8819ce335ceb09702047ce43d19e7c
17200Author: Derk-Jan Hartman <hartman@videolan.org>
17201Date:   Thu Apr 6 13:50:12 2006 +0000
17202
17203    * Fix --with-cyberlink-tree when using contrib
17204
17205commit a993d4170e64a86df2df0aa5283ea55e7a7fbbc1
17206Author: Christophe Mutricy <xtophe@videolan.org>
17207Date:   Thu Apr 6 09:04:42 2006 +0000
17208
17209    Fix if statement
17210
17211commit e5d7794c1c003f202191579a52ae7109751137d7
17212Author: Clément Stenac <zorglub@videolan.org>
17213Date:   Thu Apr 6 07:36:57 2006 +0000
17214
17215    Fix potential bugs
17216
17217commit 335a2445b6c23c2b9ff63944c96c7a714f84e7f1
17218Author: Derk-Jan Hartman <hartman@videolan.org>
17219Date:   Thu Apr 6 00:57:01 2006 +0000
17220
17221    * Evil hack to get libFLAC working with SDK building on OSX.
17222
17223commit 0b255a0a398a0aca2359980846986858fa877cbb
17224Author: Derk-Jan Hartman <hartman@videolan.org>
17225Date:   Wed Apr 5 21:50:43 2006 +0000
17226
17227    * Fix gettext -framework usage. This is needed for SDK support.
17228
17229commit b4ec9b4bf13ad9e8f015d27a907d581c9582b5e2
17230Author: Clément Stenac <zorglub@videolan.org>
17231Date:   Wed Apr 5 21:01:55 2006 +0000
17232
17233    This commit message is Copyright (C) 2006, Clément Stenac.
17234
17235commit ab28b96bbebbcb7b0042305e6d7a0c7bad961fff
17236Author: Christophe Massiot <massiot@videolan.org>
17237Date:   Wed Apr 5 17:17:22 2006 +0000
17238
17239     * src/misc/httpd.c: Do not dereference a possibly NULL pointer.
17240
17241commit b601408c5aabc9c7e7c8642a5fca3f37a2cbf31c
17242Author: Felix Paul Kühne <fkuehne@videolan.org>
17243Date:   Wed Apr 5 11:42:47 2006 +0000
17244
17245    * don't alloc more capacity than necessary
17246
17247commit eeda90f375f1e10707e0e7a26350f9419655300c
17248Author: Felix Paul Kühne <fkuehne@videolan.org>
17249Date:   Wed Apr 5 11:38:53 2006 +0000
17250
17251    * fixed a bug which prevented the display of Input's and Interface's general-nodes. Thanks to zorglub and DiDjCodt
17252
17253commit c07454dee1377bc2b32122dc88d4def8e266d49f
17254Author: Christophe Mutricy <xtophe@videolan.org>
17255Date:   Wed Apr 5 09:58:20 2006 +0000
17256
17257    http.c: Fix string.
17258
17259commit 87b5e1bed6e4875838664865169cd00baea69b8d
17260Author: Antoine Cellerier <dionoea@videolan.org>
17261Date:   Tue Apr 4 23:01:11 2006 +0000
17262
17263    Remove useless code (or its use was really cryptic)
17264
17265commit 6a8b6cbbcb58b3eb45b0dbbd6d417b0e156dcde5
17266Author: Damien Fouilleul <damienf@videolan.org>
17267Date:   Tue Apr 4 22:33:50 2006 +0000
17268
17269    - compilation fix for unicows on buildbot
17270
17271commit a658b1e1f046ec6be19d5ae7566050c47a19d8d4
17272Author: Damien Fouilleul <damienf@videolan.org>
17273Date:   Tue Apr 4 22:22:39 2006 +0000
17274
17275    - link vlc.exe with libunicows.a if available
17276
17277commit 2ee185f48e7a1a978593ba270c78ad3156486e2b
17278Author: Damien Fouilleul <damienf@videolan.org>
17279Date:   Tue Apr 4 22:19:13 2006 +0000
17280
17281    - added libunicows in contribs for win32 builds to support Microsoft Layer for Unicode on Win95/98/ME (http://libunicows.sourceforge.net/)
17282
17283commit 3cbb889e7321561d87c17acf24d74b9d0c89ef14
17284Author: Antoine Cellerier <dionoea@videolan.org>
17285Date:   Tue Apr 4 21:21:23 2006 +0000
17286
17287    Ooops, i forgot to commit this in [14771]
17288
17289commit bbd19c80844cc9be8cf481f73b1f44e85fadb241
17290Author: Felix Paul Kühne <fkuehne@videolan.org>
17291Date:   Tue Apr 4 20:41:44 2006 +0000
17292
17293    * I should get some sleep now
17294
17295commit 05618307241af77b3dbf7ea5a5e51285820a197a
17296Author: Felix Paul Kühne <fkuehne@videolan.org>
17297Date:   Tue Apr 4 20:39:52 2006 +0000
17298
17299    * remove commented ifs o_O
17300
17301commit 9873415677b1a3e5c348b536fc753a0b267edf05
17302Author: Felix Paul Kühne <fkuehne@videolan.org>
17303Date:   Tue Apr 4 20:33:54 2006 +0000
17304
17305    * store the value of 'macosx-black' as one of VLCWindow's properties to prevent rare crashes when en-/disabling vout-filters or leaving/entering fullscreen-mode really fast.
17306
17307    When going to fast to fullscreen/windowed-mode VLC can still crash (now at vout.m:375), but that scenario isn't realistic because you need to perform this function at least 5 to 10 times per second to get this done.
17308
17309commit 15eb7e6206ec15700fd80ecdd9e432790abfd152
17310Author: Benjamin Pracht <bigben@videolan.org>
17311Date:   Tue Apr 4 20:18:16 2006 +0000
17312
17313    * Reading APIs before starting to code can allow to spare time and to avoid writing silly khludges
17314
17315commit 3c0e4d355922882a87c4cf3431c91cdbccdd7d7e
17316Author: Jean-Paul Saman <jpsaman@videolan.org>
17317Date:   Tue Apr 4 20:11:39 2006 +0000
17318
17319    Fix time update and slider movement on PDA interface. Patch from fredyd (http://forum.videolan.org/viewtopic.php?t=19028) modified by me.
17320
17321commit ac1de0c780b0ee148857bfce66ff65267c635088
17322Author: Benjamin Pracht <bigben@videolan.org>
17323Date:   Tue Apr 4 20:06:13 2006 +0000
17324
17325    * Implement Aspect ratio change in the QT vout
17326
17327commit 00788d2df9f3dea1194bfde97439f1a8aa22ad3e
17328Author: Damien Fouilleul <damienf@videolan.org>
17329Date:   Tue Apr 4 16:42:01 2006 +0000
17330
17331    - should fix audio capture for Hauppagge WinTV PVR and other cards
17332
17333commit 52942a49fed906c57133b4e3419c9cb3ed1c511f
17334Author: Antoine Cellerier <dionoea@videolan.org>
17335Date:   Mon Apr 3 20:35:24 2006 +0000
17336
17337    Fix from 0.8.4-test2 forum thread
17338
17339commit 72f3bf6b43c3d1223db4acdb1e033ca41cc6271b
17340Author: Filippo Carone <littlejohn@videolan.org>
17341Date:   Mon Apr 3 18:05:47 2006 +0000
17342
17343    audio / video libvlc functions binded.
17344
17345commit fcd621ccd12da09e414dd566430aafa4b47cda44
17346Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
17347Date:   Mon Apr 3 16:41:03 2006 +0000
17348
17349    linux_dvb.c: hopefully fixed CAM support for some cards (full feature cards?)
17350
17351commit c1737a92f6fa5c0c9c92cee264dbb65b75384080
17352Author: Christophe Mutricy <xtophe@videolan.org>
17353Date:   Mon Apr 3 14:06:19 2006 +0000
17354
17355    Comple fix
17356
17357commit 2eda9bb43245baec6b64266de4ba5b9aa8ae9062
17358Author: Christophe Mutricy <xtophe@videolan.org>
17359Date:   Mon Apr 3 11:43:16 2006 +0000
17360
17361    Sync debian patch with string review
17362
17363commit a48f5f177f1adcb6283bee18282cba4910a1613a
17364Author: Rémi Denis-Courmont <rem@videolan.org>
17365Date:   Mon Apr 3 11:39:35 2006 +0000
17366
17367    - Do not rewrite “+” as a white space when unescaping URL parameters (fixes #625).
17368    - Rename decode_encoded_URI as unescape_URI as it really is what is done.
17369
17370commit a1730242c7899f80391345bb02e416ab2744d715
17371Author: Derk-Jan Hartman <hartman@videolan.org>
17372Date:   Mon Apr 3 01:39:59 2006 +0000
17373
17374    * Fix FindFallbackEncoding on Mac OS X.
17375    * More distintinctive debug messages on the selection of charset.
17376
17377commit 6f0d9e49965c5536464de17a7284587c0967724a
17378Author: Damien Fouilleul <damienf@videolan.org>
17379Date:   Sun Apr 2 23:16:01 2006 +0000
17380
17381    possible fix for Trac Ticket #621, whereby Hauppage WinTV capture cards (PVR-150, others ?) no longer works
17382
17383commit 8cd4cd1a059c08f6696fa784f7cbb5cef62ef9b3
17384Author: Antoine Cellerier <dionoea@videolan.org>
17385Date:   Sun Apr 2 22:57:39 2006 +0000
17386
17387    Add some examples
17388
17389commit 244ac193b056a3ca41036dfaeeae95627d78774d
17390Author: Christophe Mutricy <xtophe@videolan.org>
17391Date:   Sun Apr 2 21:15:18 2006 +0000
17392
17393    typo
17394
17395commit 51eb9c7d0ccb8a2a81b1451a8186f0f4a1bf1923
17396Author: Christophe Mutricy <xtophe@videolan.org>
17397Date:   Sun Apr 2 21:06:13 2006 +0000
17398
17399    x264.c: the string review was a bit too strong here
17400
17401commit f0d86d5865cebb387e7875e919a398d579dfcb1a
17402Author: Rémi Denis-Courmont <rem@videolan.org>
17403Date:   Sun Apr 2 19:15:30 2006 +0000
17404
17405    Fix warning
17406
17407commit 775b1169ae0daa8ccb267638f8c8cef9fdec3de4
17408Author: Rémi Denis-Courmont <rem@videolan.org>
17409Date:   Sun Apr 2 19:12:58 2006 +0000
17410
17411    Big cleanup and fix hundreds of extra warnings
17412
17413commit 28c751aed49b27b48508aced7cacc5cc197b10a8
17414Author: Rémi Denis-Courmont <rem@videolan.org>
17415Date:   Sun Apr 2 18:36:51 2006 +0000
17416
17417    Missing ;
17418
17419commit 9cb665592d8107cc41bfa7237d8863c94a46b69c
17420Author: Damien Fouilleul <damienf@videolan.org>
17421Date:   Sun Apr 2 18:29:08 2006 +0000
17422
17423    - make sure help string for propget and propput properties are identical + a couple of changes
17424    - commit output of MIDL compilation otherwise changes don't make it into the build
17425
17426commit 0cbce05c4816ace4a4f3aad451912b0cbef21aeb
17427Author: Rémi Denis-Courmont <rem@videolan.org>
17428Date:   Sun Apr 2 17:16:42 2006 +0000
17429
17430    Forgot memset() to actually fix the problem... shame on me
17431
17432commit 9ce580cffd41ae971b5b26caedbac061e88333d0
17433Author: Derk-Jan Hartman <hartman@videolan.org>
17434Date:   Sun Apr 2 15:00:59 2006 +0000
17435
17436    * Finally found a list of SSA charset id's. Add to the comments. Not used so far.
17437
17438commit 59838ee7513c1e5e9c563774a66146a142b8f255
17439Author: Derk-Jan Hartman <hartman@videolan.org>
17440Date:   Sun Apr 2 14:49:26 2006 +0000
17441
17442    * Force the UTF-8 encoding on mp4 text subtitles. (Note they can also be UTF-16, but that needs to be converted to UTF-8 in that case. refs #612
17443
17444commit 6fa56f0c47ba7d64a99c70e809ed67374da47a14
17445Author: Derk-Jan Hartman <hartman@videolan.org>
17446Date:   Sun Apr 2 14:28:55 2006 +0000
17447
17448    * Don't ignore blank alpha pallettes. Tested with all my DVDs. Fixes #560
17449
17450commit 0bd6bfaf93f4317216079dd07f71e9e7a316bcbf
17451Author: Felix Paul Kühne <fkuehne@videolan.org>
17452Date:   Sun Apr 2 14:28:18 2006 +0000
17453
17454    * implement DEMUX_GET_LENGTH based upon the stream's meta data
17455
17456commit 5ec8238666bd6efc8a7dc03643bccecca5255af9
17457Author: Rémi Denis-Courmont <rem@videolan.org>
17458Date:   Sun Apr 2 13:41:47 2006 +0000
17459
17460    - Fix use of undefined (static) memory
17461    - Code factorization
17462
17463commit c2632348a18ed1204821b1a6e3ec420e2e6768cf
17464Author: Rémi Denis-Courmont <rem@videolan.org>
17465Date:   Sun Apr 2 13:34:21 2006 +0000
17466
17467    Fix a few warnings
17468    (struct should be fully initialized)
17469
17470commit 96c8e7b7345e1e712520c347bddd785d7a4a7ee9
17471Author: Clément Stenac <zorglub@videolan.org>
17472Date:   Sun Apr 2 13:20:55 2006 +0000
17473
17474    Don't crash on null metas
17475
17476commit 746198cc9ee23cf2b7a882326d415fcb9a4e3864
17477Author: Rémi Denis-Courmont <rem@videolan.org>
17478Date:   Sun Apr 2 13:12:49 2006 +0000
17479
17480    Fix warning
17481
17482commit 96ab48345cd23c1b4da3d0bc658442891d82e7c4
17483Author: Antoine Cellerier <dionoea@videolan.org>
17484Date:   Sun Apr 2 12:27:24 2006 +0000
17485
17486    Same as previous commit
17487
17488commit beadaafde280dcff400523f52fca1ad8ed108417
17489Author: Antoine Cellerier <dionoea@videolan.org>
17490Date:   Sun Apr 2 12:23:41 2006 +0000
17491
17492    We don't have a cross compiler package anymore (at least not that i know)
17493
17494commit d4ef692657ae416ad241c807030cd61afdbe67ae
17495Author: Clément Stenac <zorglub@videolan.org>
17496Date:   Sun Apr 2 12:22:55 2006 +0000
17497
17498    Update po and changelog
17499
17500commit 88d7dccb8cca7ac3073631d7db6dfb669fd5e918
17501Author: Felix Paul Kühne <fkuehne@videolan.org>
17502Date:   Sun Apr 2 12:17:20 2006 +0000
17503
17504    * add XSPF and RM/RAM to the list of openable files (closes #617)
17505
17506commit 3325d4d601e2e0539eb6050ced734fc0ed14e5b9
17507Author: Felix Paul Kühne <fkuehne@videolan.org>
17508Date:   Sun Apr 2 11:45:32 2006 +0000
17509
17510    * merge most corrections by Steven Sheehy (taken from [15039], refs #438)
17511
17512commit 2a6ec8069857dfc0c6159856aa2c1847e7a8e0d8
17513Author: Clément Stenac <zorglub@videolan.org>
17514Date:   Sun Apr 2 11:17:53 2006 +0000
17515
17516    Update NEWS, ChangeLog, and INSTALL.win32
17517
17518commit 661ff53c70cfe15b8a3a1ca0eba7f4c0c5542a0a
17519Author: Clément Stenac <zorglub@videolan.org>
17520Date:   Sun Apr 2 11:11:26 2006 +0000
17521
17522    2nd activeX review (Refs:#438)
17523
17524commit 32841095aeb620c608dc6d1f24cc5f6c7941efd0
17525Author: Clément Stenac <zorglub@videolan.org>
17526Date:   Sun Apr 2 11:02:32 2006 +0000
17527
17528    ActiveX review by tonsofpcs
17529
17530commit 6f7916ea898adb1238a0d362ae61c415f363e5e1
17531Author: Rémi Denis-Courmont <rem@videolan.org>
17532Date:   Sun Apr 2 09:44:19 2006 +0000
17533
17534    Remove unused variable
17535
17536commit 7fd36323041081175a507620b4c019e14833bbb2
17537Author: Clément Stenac <zorglub@videolan.org>
17538Date:   Sun Apr 2 07:58:36 2006 +0000
17539
17540    WX Strings review by Steven Sheehy (Refs:#438)
17541
17542commit fdb85a0df1c285689ed81c26587dec13c401d1ab
17543Author: Christophe Mutricy <xtophe@videolan.org>
17544Date:   Sat Apr 1 23:29:26 2006 +0000
17545
17546    Oups
17547
17548commit 8b0a99732dbbb53cf2650d395625b81e0ea8ee48
17549Author: Christophe Mutricy <xtophe@videolan.org>
17550Date:   Sat Apr 1 23:06:11 2006 +0000
17551
17552    fix again
17553
17554commit 40bb567a3c903e11428e89d5ea6d3624201f0679
17555Author: Christophe Mutricy <xtophe@videolan.org>
17556Date:   Sat Apr 1 22:44:36 2006 +0000
17557
17558    Update debian patch
17559
17560commit 7fb6014afeaa2335178887e675e0eab9ecc0fe58
17561Author: Christophe Mutricy <xtophe@videolan.org>
17562Date:   Sat Apr 1 21:57:41 2006 +0000
17563
17564    Run update-po and update Spanish translation by Javier Varela.
17565
17566commit 11b8c44ae340a04ea5c9abbfcd68535e72821af2
17567Author: Clément Stenac <zorglub@videolan.org>
17568Date:   Sat Apr 1 21:46:33 2006 +0000
17569
17570    String fixes to extrapanel. Thanks to Steven on IRC
17571
17572commit e90c868f4cba1ec0b18c5be5d230e32f1aa99c8a
17573Author: Christophe Mutricy <xtophe@videolan.org>
17574Date:   Sat Apr 1 21:38:18 2006 +0000
17575
17576    gui/macos/*: 2nd String Review (refs #438)
17577
17578commit 330b37e682dca9bed7fd8c0c161db45922cfdee6
17579Author: Antoine Cellerier <dionoea@videolan.org>
17580Date:   Sat Apr 1 20:36:24 2006 +0000
17581
17582    Commit SSE/SSE2 detection fix when VLC is compiled with mingw32.
17583    fix #616/fixes #616
17584
17585commit 12a3e99699ea5d86d49c562b7646166047665242
17586Author: Sam Hocevar <sam@videolan.org>
17587Date:   Sat Apr 1 20:33:59 2006 +0000
17588
17589      * modules/video_filter/deinterlace.c: pagvb is illegal MMX, use it when MMX
17590        EXT is available, use pavgusb when 3DNow is available, and nothing instead.
17591
17592commit eedd4e6bfbc5cb2f05597e5cb5aa8eae3a1c97fa
17593Author: Antoine Cellerier <dionoea@videolan.org>
17594Date:   Sat Apr 1 17:28:29 2006 +0000
17595
17596    Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png"
17597
17598commit 91996cce2ab53e3752232e1ba44809e8d439df30
17599Author: Felix Paul Kühne <fkuehne@videolan.org>
17600Date:   Sat Apr 1 15:12:35 2006 +0000
17601
17602    * don't try to open real streams, but quit before triggering any errors. thanks to thedj for pointing this out.
17603
17604commit eb04ab9404f9db0010233f8255cb71373a9824e2
17605Author: Felix Paul Kühne <fkuehne@videolan.org>
17606Date:   Sat Apr 1 14:16:10 2006 +0000
17607
17608    * livedotcom.cpp: transform a blocking msg_err to a more descriptive msg_warn.
17609        Please revert if this breaks something I didn't know about.
17610    * real.c: minor clean up
17611
17612commit 8d276c5167679b87d4ab620293aec79ffe1a2fa1
17613Author: Felix Paul Kühne <fkuehne@videolan.org>
17614Date:   Sat Apr 1 14:07:46 2006 +0000
17615
17616    * show meta information for real streams (only Title, Author, Copyright, Comment for now)
17617
17618commit 8ab353b1123d829cd0e335a36cc7dffb4ae83a19
17619Author: Felix Paul Kühne <fkuehne@videolan.org>
17620Date:   Sat Apr 1 11:27:40 2006 +0000
17621
17622    * 2nd review of /src/* \ libvlc.h (refs #438)
17623
17624commit 96a74981e8c369a50cd213b4a8b49f97407f93bb
17625Author: Rémi Denis-Courmont <rem@videolan.org>
17626Date:   Sat Apr 1 11:03:08 2006 +0000
17627
17628    - Don't assume builddir = srcdir
17629    - Fix minor memleak
17630
17631commit b26ea34b1d91e2a33d39d65fad112fcbc9127a21
17632Author: Filippo Carone <littlejohn@videolan.org>
17633Date:   Sat Apr 1 10:29:32 2006 +0000
17634
17635    Copyright year moved from 2004 to 2006
17636
17637commit 27b163e86fdc420116149bca5ee20435401604e5
17638Author: Felix Paul Kühne <fkuehne@videolan.org>
17639Date:   Sat Apr 1 10:10:25 2006 +0000
17640
17641    * remove the extension of the input file before adding the new one
17642    * some minor string corrections and output changes
17643
17644commit 84f3f6e0e45827d8c521741253187068afd0845e
17645Author: Rémi Denis-Courmont <rem@videolan.org>
17646Date:   Sat Apr 1 08:40:15 2006 +0000
17647
17648    More useless code - at least at do try to understand what I commit
17649
17650commit d89ea04a7fabb3beeb2df5cc3839729136cc729c
17651Author: Rémi Denis-Courmont <rem@videolan.org>
17652Date:   Sat Apr 1 08:34:48 2006 +0000
17653
17654    Fixes are cool when they actually fix something
17655
17656commit 5add7fdc94a5f27dfb5c7b26a9db38080f0d9a4f
17657Author: Antoine Cellerier <dionoea@videolan.org>
17658Date:   Sat Apr 1 00:25:58 2006 +0000
17659
17660    Hum, this isn't needed anymore.
17661
17662commit 117e041c413542fe155db4aa3df44674606ff2a8
17663Author: Antoine Cellerier <dionoea@videolan.org>
17664Date:   Sat Apr 1 00:18:25 2006 +0000
17665
17666    Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better.
17667
17668commit 663b6a30719e20f61f14911246011930f9b8b7dd
17669Author: Christophe Mutricy <xtophe@videolan.org>
17670Date:   Fri Mar 31 23:30:46 2006 +0000
17671
17672    Fix compile
17673
17674commit 4f15591e47d52903b559507bdac13e1f5176de45
17675Author: Christophe Mutricy <xtophe@videolan.org>
17676Date:   Fri Mar 31 23:07:01 2006 +0000
17677
17678    Access/*: Second lecture (refs #438)
17679
17680commit 50ed0055ac33211a7fd850536f649f0e88f61505
17681Author: Antoine Cellerier <dionoea@videolan.org>
17682Date:   Fri Mar 31 22:41:22 2006 +0000
17683
17684    Prevent segfault under windows. We now have to fix the stream_Size function so it works.
17685    (exemple segfault with : $ ./vlc --fake-file="C:\Documents and Settings\Antoine\Mes documents\Mes images\vlc-1337.jpg" fake: )
17686
17687commit 94b56e80e5ddb0ad45759e3e7117009f26e6d7eb
17688Author: Olivier Teulière <ipkiss@videolan.org>
17689Date:   Fri Mar 31 22:33:45 2006 +0000
17690
17691     skins2/src/ft2_font.*: s/initalize/initialize/
17692
17693commit 6a45cc62de0daaddb47d7f081df1692d6ce158e6
17694Author: Felix Paul Kühne <fkuehne@videolan.org>
17695Date:   Fri Mar 31 22:23:53 2006 +0000
17696
17697    * do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others
17698
17699commit e5ce4b878325d8bd5761a8c5c40b05b58fb7f045
17700Author: Antoine Cellerier <dionoea@videolan.org>
17701Date:   Fri Mar 31 21:37:52 2006 +0000
17702
17703    Libvlc strings 2nd review (Refs:#438)
17704
17705commit e84eadaca3af4ddd94d5e7e38e87a265a36ee3f0
17706Author: Rémi Denis-Courmont <rem@videolan.org>
17707Date:   Fri Mar 31 21:21:49 2006 +0000
17708
17709    Probably a fix for crap compilers
17710
17711commit c97d0f51d64f401d11d31bba1f9cc54e02242265
17712Author: Rémi Denis-Courmont <rem@videolan.org>
17713Date:   Fri Mar 31 21:20:37 2006 +0000
17714
17715    Fix an old overflow and two recent bugs introduced by me
17716
17717commit 026d276d1d9b6df9366a43a5f2dc5f0fdcdcb97f
17718Author: Clément Stenac <zorglub@videolan.org>
17719Date:   Fri Mar 31 19:34:02 2006 +0000
17720
17721    X264 (Refs:#438)
17722
17723commit fb9fadde00254769f1ad3332378608b398e19296
17724Author: Clément Stenac <zorglub@videolan.org>
17725Date:   Fri Mar 31 19:24:33 2006 +0000
17726
17727    Skins strings (Refs:#438)
17728
17729commit f7e4ba302f5232314320d9a4d7f2e1dd2a109f3a
17730Author: Christophe Mutricy <xtophe@videolan.org>
17731Date:   Fri Mar 31 16:46:08 2006 +0000
17732
17733    typo
17734
17735commit dfce5fb59e990a33a52d5dcbb27b96da4f8e7a87
17736Author: Clément Stenac <zorglub@videolan.org>
17737Date:   Fri Mar 31 16:39:23 2006 +0000
17738
17739    Muxers (Refs:#438)
17740
17741commit 4190fca508abe5194afb7153f1e16b15e8a936d7
17742Author: Christophe Mutricy <xtophe@videolan.org>
17743Date:   Fri Mar 31 16:28:03 2006 +0000
17744
17745    codec 2nd round exept fo x264 (refs #438)
17746
17747commit ec937f965319ab6156f6d5259e3e3ac56288b449
17748Author: Clément Stenac <zorglub@videolan.org>
17749Date:   Fri Mar 31 16:24:32 2006 +0000
17750
17751    2nd packetizer round (Refs:#438)
17752
17753commit ec598f4b05e7a9467e2d72d4a80b70532775a30c
17754Author: Clément Stenac <zorglub@videolan.org>
17755Date:   Fri Mar 31 16:22:19 2006 +0000
17756
17757    vlc_config_cat.h 2nd round (Refs:#438)
17758
17759commit 778a77df2dca3071da3262c0bf7368511164b136
17760Author: Felix Paul Kühne <fkuehne@videolan.org>
17761Date:   Fri Mar 31 16:12:31 2006 +0000
17762
17763    * 2nd review of video* and control/telnet.c
17764
17765commit 86e50bb4728c095b02e32e12a478c340406b7790
17766Author: Filippo Carone <littlejohn@videolan.org>
17767Date:   Fri Mar 31 15:51:47 2006 +0000
17768
17769    Makefile typo fixed
17770    VlcClient.java and VlcClient class now match.
17771
17772commit 07d2edfcdc2b51dd7fd1b1b4a6e4bc84fc3a4203
17773Author: Clément Stenac <zorglub@videolan.org>
17774Date:   Fri Mar 31 15:30:32 2006 +0000
17775
17776    Be a bit more verbose (Refs:#438)
17777
17778commit be39c3f1ec66c45a335812cb787704bdcac50eec
17779Author: Clément Stenac <zorglub@videolan.org>
17780Date:   Fri Mar 31 15:30:21 2006 +0000
17781
17782    Additional string fixes (Refs:#438)
17783
17784commit 35947aedd19d3b8bc968c15acccf0ab75e676a25
17785Author: Filippo Carone <littlejohn@videolan.org>
17786Date:   Fri Mar 31 15:28:12 2006 +0000
17787
17788    Makefile updated for new java bindings classes.
17789    copyright and svn:id fixed for new classes
17790
17791commit 8e394d70cd2a16876f85b424473cf109555dae21
17792Author: Felix Paul Kühne <fkuehne@videolan.org>
17793Date:   Fri Mar 31 15:15:07 2006 +0000
17794
17795    * 2nd review of modules/audio* (refs #438)
17796
17797commit 7629cf1bb2404ba2bea4730a79ddc910462b06a4
17798Author: Filippo Carone <littlejohn@videolan.org>
17799Date:   Fri Mar 31 15:07:55 2006 +0000
17800
17801    Java classes for Java bindings added
17802
17803commit 92fcb9b5683e032b69ed03e6a888a6d60ec5df61
17804Author: Filippo Carone <littlejohn@videolan.org>
17805Date:   Fri Mar 31 15:06:39 2006 +0000
17806
17807    Java bindings update to latest JVLC (step 1/2)
17808
17809    JNI: unused files removed
17810    JNI: libvlc.h dependent file added
17811    A sample SWT (ugly) player added
17812    Old java bindings files removed
17813
17814commit 77fa066c0713d67001d2898e46e104cf5a0628b4
17815Author: Felix Paul Kühne <fkuehne@videolan.org>
17816Date:   Fri Mar 31 14:24:32 2006 +0000
17817
17818    * add bigben's latest additions
17819
17820commit 03a094ee8b2eb7cee21a88e165c9376ea89437e8
17821Author: Clément Stenac <zorglub@videolan.org>
17822Date:   Fri Mar 31 13:46:39 2006 +0000
17823
17824    Codecs (except x264). Refs:#438
17825
17826commit 4d43a6db38957765be23a9eba323c087cdcaae73
17827Author: Clément Stenac <zorglub@videolan.org>
17828Date:   Fri Mar 31 12:51:59 2006 +0000
17829
17830    wxWidgets strings (Refs:#438)
17831
17832commit 46e896b20ffe4a19ea9d04a50cf6c083dd1b3e5e
17833Author: Filippo Carone <littlejohn@videolan.org>
17834Date:   Fri Mar 31 09:32:09 2006 +0000
17835
17836    Playlist control: libvlc_playlist_pause added
17837
17838commit e9cbe4eb9ad1b214c548269f21c8de90217c693c
17839Author: Clément Stenac <zorglub@videolan.org>
17840Date:   Fri Mar 31 08:41:34 2006 +0000
17841
17842    Let's be proactive
17843
17844commit f5c5a773147fccc0255acabd50961e042ade393f
17845Author: Christophe Mutricy <xtophe@videolan.org>
17846Date:   Thu Mar 30 22:58:23 2006 +0000
17847
17848    String review in codec. 1st part. ffmpeg.h to be improve. refs #438
17849
17850commit ea48b014dd494d61a93768090944f392a0e78c2b
17851Author: Benjamin Pracht <bigben@videolan.org>
17852Date:   Thu Mar 30 21:54:07 2006 +0000
17853
17854    * Implement Crop in the ogl vout
17855    * The implementation is quite dirty, but I just cannot see any other easy solution...
17856
17857commit 2d202f4da69f6ef496ac2de35a2811b75002f1c7
17858Author: Felix Paul Kühne <fkuehne@videolan.org>
17859Date:   Thu Mar 30 17:38:36 2006 +0000
17860
17861    * added 2 options for the OSX-disk-image creation-line
17862        - scrub: removes .Trashes
17863        - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time.
17864
17865    Thanks to cilly on IRC for suggesting this.
17866
17867commit 345c99c35407c9ac725d9e013fd007c76138aecb
17868Author: Rémi Denis-Courmont <rem@videolan.org>
17869Date:   Thu Mar 30 16:37:06 2006 +0000
17870
17871    Removes invalid UTF-8 byte sequences from meta data as a work-around
17872    until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612)
17873
17874commit 77439e5c5f00ec304dfb74ee3270f98d03ba7720
17875Author: Clément Stenac <zorglub@videolan.org>
17876Date:   Thu Mar 30 15:46:31 2006 +0000
17877
17878    2nd control review (except telnet)
17879
17880commit f1e29cf49e19f6c27f2eb74d6cc936cf9ef90f07
17881Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
17882Date:   Thu Mar 30 14:39:50 2006 +0000
17883
17884    modules/misc/svg.c:
17885      * specify unit for malloc
17886      * use g_object_unref to properly free the p_rendition
17887      * remove spurious whitespace
17888
17889commit 827a3e6f7f15e3838f72933b545ef1fac0d783d0
17890Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
17891Date:   Thu Mar 30 14:31:02 2006 +0000
17892
17893    bindings/mediacontrol-python/Makefile.am:
17894      * add python binding files to EXTRA_DIST
17895      * move COMPILERARG definition inside the BUILD_PYTHON code
17896
17897commit 3f488b533ff910854727d24788580a67f2813061
17898Author: Antoine Cellerier <dionoea@videolan.org>
17899Date:   Thu Mar 30 14:05:13 2006 +0000
17900
17901    Many thanks to Albert on the forums for his help with the http interface
17902
17903commit 5cc6ab9c367e93ef599bdbd94e9a87f0366023a4
17904Author: Antoine Cellerier <dionoea@videolan.org>
17905Date:   Thu Mar 30 14:01:24 2006 +0000
17906
17907    Try dialog width style fix
17908
17909commit 150509ed7b7388f69da8f8c5a018e4c6ec6baf55
17910Author: Rémi Denis-Courmont <rem@videolan.org>
17911Date:   Thu Mar 30 13:57:58 2006 +0000
17912
17913    Cosmetic, Fix my name
17914
17915commit 824efac5436d84ca6ba9bc4bcb38b341e06084ac
17916Author: Damien Fouilleul <damienf@videolan.org>
17917Date:   Thu Mar 30 13:16:06 2006 +0000
17918
17919    - cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...)
17920    - minor code cleanup and fixes
17921
17922commit 543301101d58eaaa2f9efe3f87a0145e24ec179c
17923Author: Damien Fouilleul <damienf@videolan.org>
17924Date:   Thu Mar 30 10:20:26 2006 +0000
17925
17926    opengl.c: fixed string declaration over multiple lines
17927
17928commit 5f18b9dd6aa22cd5d3cb77aa168e13eb10ac7c26
17929Author: Clément Stenac <zorglub@videolan.org>
17930Date:   Thu Mar 30 08:40:51 2006 +0000
17931
17932    Video filters and outputs strings (Refs:#438)
17933
17934commit c24349a8119c24a4a131dbc1f6611aa78f366911
17935Author: Clément Stenac <zorglub@videolan.org>
17936Date:   Thu Mar 30 08:36:49 2006 +0000
17937
17938    Use the string
17939
17940commit 209dc3ffe678f1407fc6177ad204f6a734411840
17941Author: Clément Stenac <zorglub@videolan.org>
17942Date:   Thu Mar 30 05:42:08 2006 +0000
17943
17944    Corba string (Refs:#438)
17945
17946commit 0af0de201ab931cd3b2a62845df58e0d7b8160f7
17947Author: Clément Stenac <zorglub@videolan.org>
17948Date:   Thu Mar 30 05:37:29 2006 +0000
17949
17950    Access strings (Refs:#438)
17951
17952commit 70855de995efd393b0648f7a2f62e06c1e0a9c90
17953Author: Antoine Cellerier <dionoea@videolan.org>
17954Date:   Wed Mar 29 23:59:40 2006 +0000
17955
17956    Mosaic wizard: audio stuff was missing
17957
17958commit cb5f895cb204b530ce755bd17f8c120e8d140b59
17959Author: Christophe Mutricy <xtophe@videolan.org>
17960Date:   Wed Mar 29 23:58:40 2006 +0000
17961
17962    include/* : Relecture. refs #438
17963
17964commit 51766355e62149f645e4f21f52cf99d20ba7e390
17965Author: Antoine Cellerier <dionoea@videolan.org>
17966Date:   Wed Mar 29 22:40:26 2006 +0000
17967
17968    Fix windows drive listing. (We have wrappers arround wrappers ... neat :p )
17969
17970commit acb0bedc7d7ff9e341ae9f872d581eac13e895af
17971Author: Benjamin Pracht <bigben@videolan.org>
17972Date:   Wed Mar 29 20:03:48 2006 +0000
17973
17974    * vout.m : comment the NSLog call in windowContainsEmbedded: this method is called on something else than an NSWindow in normal operation
17975    * other: implement on the fly aspect ratio change. Only works in the ogl output at the moment
17976
17977commit 1069842422c60a1496592abe8e6a37e8482831e9
17978Author: Antoine Cellerier <dionoea@videolan.org>
17979Date:   Wed Mar 29 17:45:59 2006 +0000
17980
17981    src/misc/vlm.c: fix FindEndCommand quote escaping
17982    share/http/js/*.js: escape inputs in vlm commands
17983
17984commit 55aa3b59e0ccbc8c4980ae2ad3bc1fcfe9633ff0
17985Author: Antoine Cellerier <dionoea@videolan.org>
17986Date:   Wed Mar 29 17:11:32 2006 +0000
17987
17988    Some more typos
17989
17990commit f70d799479ff6e84829a2ca571e03183433ed264
17991Author: Antoine Cellerier <dionoea@videolan.org>
17992Date:   Wed Mar 29 16:56:20 2006 +0000
17993
17994    Fix typos. Thanks to tumu
17995
17996commit 8c7445b746f74d15a342aefee1298144bdd001df
17997Author: Antoine Cellerier <dionoea@videolan.org>
17998Date:   Wed Mar 29 15:03:17 2006 +0000
17999
18000    Control interfaces first string review.
18001
18002commit 43162868be82967d564a9d1fbdd3c9c163f1753e
18003Author: Christophe Mutricy <xtophe@videolan.org>
18004Date:   Wed Mar 29 14:35:58 2006 +0000
18005
18006    typo
18007
18008commit 482206dc64bc7784c9aaa68660d54d379ab198f3
18009Author: Antoine Cellerier <dionoea@videolan.org>
18010Date:   Wed Mar 29 14:27:14 2006 +0000
18011
18012    First rc interface string review
18013
18014commit 408ffc76497f5818200eb650d6366c0998c15146
18015Author: Clément Stenac <zorglub@videolan.org>
18016Date:   Wed Mar 29 14:02:00 2006 +0000
18017
18018    LIST update (287 modules now)
18019
18020commit 36a5efe8b526390e4171ba80184211bacad9b89d
18021Author: Clément Stenac <zorglub@videolan.org>
18022Date:   Wed Mar 29 13:49:40 2006 +0000
18023
18024    Access strings (Refs:#438)
18025
18026commit 4c28a826fd45ea6183b8af91eef346bca0a33701
18027Author: Sam Hocevar <sam@videolan.org>
18028Date:   Wed Mar 29 11:03:00 2006 +0000
18029
18030      * modules/demux/mp4/mp4.c: explicited debug message.
18031
18032commit 1a81cee07d5ab11688f82eb8e06f055c27ff12e7
18033Author: Rémi Denis-Courmont <rem@videolan.org>
18034Date:   Wed Mar 29 10:35:41 2006 +0000
18035
18036    Fix warnings
18037
18038commit 7eaa2e30d5fce6ca932f02cc6ba0a42b8d4af25f
18039Author: Antoine Cellerier <dionoea@videolan.org>
18040Date:   Wed Mar 29 08:59:52 2006 +0000
18041
18042    fix #578. patch by Steven Sheehy. thanks.
18043
18044commit ffb865e6c96c370075e32d949807317f15a68f65
18045Author: Felix Paul Kühne <fkuehne@videolan.org>
18046Date:   Wed Mar 29 07:33:35 2006 +0000
18047
18048    * fixed a few signedness warnings. Please shout if this accidentally breaks something.
18049
18050commit 67b0c28a6810cb7c823d6e77bc84ba690d864006
18051Author: Felix Paul Kühne <fkuehne@videolan.org>
18052Date:   Wed Mar 29 06:39:21 2006 +0000
18053
18054    * x264-patch was committed upstream
18055
18056commit a71ad6995d5aa9defbe6591055571a50fc5f7e05
18057Author: Christophe Mutricy <xtophe@videolan.org>
18058Date:   Tue Mar 28 22:34:41 2006 +0000
18059
18060    include: first part of the relecture. refs #438
18061
18062commit fe65cde1cecc6c775fb3c21c4c809a0b3c55ca55
18063Author: Antoine Cellerier <dionoea@videolan.org>
18064Date:   Tue Mar 28 21:29:59 2006 +0000
18065
18066    Export stats in http interface
18067
18068commit de6aa43586131a626d645ce535f070f28472a8c7
18069Author: Clément Stenac <zorglub@videolan.org>
18070Date:   Tue Mar 28 21:00:15 2006 +0000
18071
18072    Audio strings, except parametric equalizer (I just don't understand anything) - Refs:#438
18073
18074commit 470b47fe952dbba82beca44cafefd4b6ec711384
18075Author: Clément Stenac <zorglub@videolan.org>
18076Date:   Tue Mar 28 20:29:28 2006 +0000
18077
18078    String fixes in src (Refs:#438)
18079
18080commit 4dfd839aff9cfb0e3cd0e30b92e60af388bb0fc7
18081Author: Antoine Cellerier <dionoea@videolan.org>
18082Date:   Tue Mar 28 17:16:52 2006 +0000
18083
18084    Fix mosaic wizard on IE. Thanks to Albert on the forum for the tip
18085
18086commit f677d29367859d5c07ad14a87ced75420724d6f0
18087Author: Clément Stenac <zorglub@videolan.org>
18088Date:   Tue Mar 28 15:50:44 2006 +0000
18089
18090    Fix intf options
18091
18092commit 6f49313d3eedb6595e1931b0666d9cfbe0d7e092
18093Author: Antoine Cellerier <dionoea@videolan.org>
18094Date:   Tue Mar 28 15:40:43 2006 +0000
18095
18096    Hum ... we still want to strip when using wince
18097
18098commit 32f32dd52fd9801df8822943a2784977c99455d7
18099Author: Clément Stenac <zorglub@videolan.org>
18100Date:   Tue Mar 28 15:15:16 2006 +0000
18101
18102    Update update checker debian patch
18103
18104commit 14e5cb305bc8ba8f0f8141d9773dc4b7dc61394d
18105Author: Antoine Cellerier <dionoea@videolan.org>
18106Date:   Tue Mar 28 14:02:49 2006 +0000
18107
18108    Fix update dialog layout in Windows
18109
18110commit 5681d3bef8fa892d561f4736e1ce9ef99363243a
18111Author: Clément Stenac <zorglub@videolan.org>
18112Date:   Tue Mar 28 13:57:36 2006 +0000
18113
18114    Strings in include/ (Refs:#438)
18115
18116commit 458f08e2856816015402bed88fb27b4aaab170a0
18117Author: Antoine Cellerier <dionoea@videolan.org>
18118Date:   Tue Mar 28 13:30:33 2006 +0000
18119
18120    Don't strip windows builds when running make package-win-common-devel
18121
18122commit f079721319436cf1dbfffff7e64f3bb2974dcf50
18123Author: Clément Stenac <zorglub@videolan.org>
18124Date:   Mon Mar 27 21:44:30 2006 +0000
18125
18126    Strings review for libvlc.h (Refs:#438)
18127
18128commit 27f1f2eb763d5a3f3858b36d21eab0419063151e
18129Author: Felix Paul Kühne <fkuehne@videolan.org>
18130Date:   Mon Mar 27 19:06:33 2006 +0000
18131
18132    * fix x264 compilation
18133
18134commit 3b05b11cdc2acfb2e49216331083c494a66d6e78
18135Author: Rémi Denis-Courmont <rem@videolan.org>
18136Date:   Mon Mar 27 16:57:57 2006 +0000
18137
18138    Remove superfluous (as in implied by the previous one) condition
18139
18140commit 9964dee4e222e1a58ce6f58c3b5d6887b16cfd68
18141Author: Rémi Denis-Courmont <rem@videolan.org>
18142Date:   Mon Mar 27 16:48:14 2006 +0000
18143
18144    Oops
18145
18146commit dc229fda4bf1165b01c4c7998103d4f8b42d6419
18147Author: Rémi Denis-Courmont <rem@videolan.org>
18148Date:   Mon Mar 27 15:35:55 2006 +0000
18149
18150    - Use utf_8scandir() and some cleanup
18151    - Fix double free()
18152
18153commit 8f390d8eaa598a72c79e7cce11e3442e74985775
18154Author: Rémi Denis-Courmont <rem@videolan.org>
18155Date:   Mon Mar 27 14:47:05 2006 +0000
18156
18157    Fix lame encoded URL decoder (closes #613)
18158
18159commit fa37652ac825c3099b5df847b7dac46b6dcf3f97
18160Author: Rémi Denis-Courmont <rem@videolan.org>
18161Date:   Mon Mar 27 14:46:14 2006 +0000
18162
18163    Use utf8_scandir instead of scandir
18164
18165commit 168549fa946743ac0e645ebf6bf9b014d5d38177
18166Author: Rémi Denis-Courmont <rem@videolan.org>
18167Date:   Mon Mar 27 13:28:24 2006 +0000
18168
18169    Support URL-escape non-ASCII characters properly as far as possible
18170    (ie. all characters from the Basic Multilingual Plane from Unicode)
18171
18172commit 798b0d97c4298d4b0efe3bfbda50ba24800212f9
18173Author: Rémi Denis-Courmont <rem@videolan.org>
18174Date:   Mon Mar 27 11:26:50 2006 +0000
18175
18176    utf8_scandir: Unicode wrapper for scandir()
18177
18178commit d51c8aacbcd965492932994c6e4ea1da8021a603
18179Author: Antoine Cellerier <dionoea@videolan.org>
18180Date:   Mon Mar 27 01:23:54 2006 +0000
18181
18182    Add audio/wav and audio/x-wav to available mime types
18183
18184commit 33437a4e17b7fb859691498fece2a7b8accaf7ee
18185Author: Felix Paul Kühne <fkuehne@videolan.org>
18186Date:   Sun Mar 26 20:50:04 2006 +0000
18187
18188    * accept %H:%M:%S and %M:%S as valid syntax as well (additionally to just %S)
18189
18190commit c8de6d5a401c5d1dae6a319a0b628e6cd7e669b4
18191Author: Rémi Denis-Courmont <rem@videolan.org>
18192Date:   Sun Mar 26 20:25:07 2006 +0000
18193
18194    - Use iconv transliteration instead of custom code
18195    - Supposedly fix a memleak
18196    - Fix a few warnings
18197
18198commit f9a94a39a9b9454b4a1fabe58229d47c93be324a
18199Author: Derk-Jan Hartman <hartman@videolan.org>
18200Date:   Sat Mar 25 23:21:31 2006 +0000
18201
18202    * In case we do scaling on SSA subs, we also need to adjust the canvas size in which we render. (there you go bigben :D ) fixes #562
18203
18204commit 07b147145c51cc38146ee25348c6f205cfca5a65
18205Author: Christophe Mutricy <xtophe@videolan.org>
18206Date:   Sat Mar 25 23:10:43 2006 +0000
18207
18208    misc/*: 2nd lecture. refs #438
18209
18210commit 57dd32ab1e6a75a45b06f2845f5f72efb9731fc0
18211Author: Damien Fouilleul <damienf@videolan.org>
18212Date:   Sat Mar 25 22:15:33 2006 +0000
18213
18214    - added support for non OLE containers, such as Windows Script Host WScript.CreateObject.
18215    - made time property persistable, use 'StartTime' under HTML
18216    - removed functions with stdcall suffix from exported functions in DLL
18217
18218commit dfdcf7e993ec4ae81db68eca689b101a66f1d66a
18219Author: Clément Stenac <zorglub@videolan.org>
18220Date:   Sat Mar 25 19:24:05 2006 +0000
18221
18222    * Remove Advanced/Misc
18223    * Move out Advanced/Misc/Misc options
18224    * Don't show any Stuff/General category anymore
18225    * For interfaces, split out "General" from main interface settings
18226    * Remove dummy from prefs
18227    * Clean hotkeys settings
18228
18229    (Closes:#598)
18230
18231commit 5b4f7105bd081da00e068a92233e2eb3a9efd968
18232Author: Felix Paul Kühne <fkuehne@videolan.org>
18233Date:   Sat Mar 25 18:54:58 2006 +0000
18234
18235    * playlistinfo.m: update the stats faster after a p_item-switch
18236    * both: fixed each one 'comparison of distinct Objective-C types lacks a cast' warnings
18237
18238commit c934307dcad522891981c338c12a0778a2ef419a
18239Author: Felix Paul Kühne <fkuehne@videolan.org>
18240Date:   Sat Mar 25 18:19:53 2006 +0000
18241
18242    * update the info panel when switching the currently played p_item
18243
18244commit 9cf3ff6b064169c955878ed6d32c7933c9e9443f
18245Author: Clément Stenac <zorglub@videolan.org>
18246Date:   Sat Mar 25 18:19:13 2006 +0000
18247
18248    *EXPERIMENTAL* Default to disabling vout_synchro, but not dropping of late pictures in the video_output thread. (Refs:#593)
18249
18250    Please test heavily against MPEG1/2 streams.
18251
18252commit 54d75f772ba75e1f318bdeecc874f02b9b06f840
18253Author: Cyril Deguet <asmax@videolan.org>
18254Date:   Sat Mar 25 16:52:16 2006 +0000
18255
18256    * added a new skin variable "vlc.hasVout", true when... there is a vout !
18257
18258commit 41c0868c4e4ea72c73e0b9c305f754f938d14c4b
18259Author: Cyril Deguet <asmax@videolan.org>
18260Date:   Sat Mar 25 16:36:51 2006 +0000
18261
18262    * generic_window.cpp: register window visibility variables in
18263     the var manager, to avoid a crash at exit when an expression
18264     'not window.isVisible' is used in a skin.
18265
18266commit 895d129f18348273cf113251698249f7d9627d2b
18267Author: Clément Stenac <zorglub@videolan.org>
18268Date:   Sat Mar 25 16:10:33 2006 +0000
18269
18270    Should fix playback of cdda://D:\ under win32. Please test (Refs:#490)
18271
18272commit f28006a7b4d348171b5e0f9417a43bba4ef76232
18273Author: Clément Stenac <zorglub@videolan.org>
18274Date:   Sat Mar 25 15:39:09 2006 +0000
18275
18276    Retry syncing mpeg audio stream if it failed on first block (Closes:#609)
18277
18278commit e4afdce0c413b5a38100b8cd4766b109202061f5
18279Author: Christophe Mutricy <xtophe@videolan.org>
18280Date:   Sat Mar 25 15:14:38 2006 +0000
18281
18282    misc/configuration.c: Use the proper directory separator
18283
18284commit c1d72229b3b7cce114fa38b36ffeb85e71e98d7b
18285Author: Rémi Denis-Courmont <rem@videolan.org>
18286Date:   Sat Mar 25 14:43:43 2006 +0000
18287
18288    Switch loader to libtool
18289    (it only works on platforms where libtool works anyway)
18290
18291commit 680d940b75d3e4accb71a0e4bae2ea141c5d358f
18292Author: Rémi Denis-Courmont <rem@videolan.org>
18293Date:   Sat Mar 25 14:43:10 2006 +0000
18294
18295    Fix previous commit
18296
18297commit 9f5cb41f216eff4346ec3fcd177fbf91f56f6685
18298Author: Rémi Denis-Courmont <rem@videolan.org>
18299Date:   Sat Mar 25 14:37:36 2006 +0000
18300
18301    Fix duplicate symbol
18302
18303commit bf706caf1da81b3e0821fb93f13a7cf6ea85e32c
18304Author: Felix Paul Kühne <fkuehne@videolan.org>
18305Date:   Sat Mar 25 12:54:27 2006 +0000
18306
18307    * another 1st string review, refs #438
18308
18309commit df188ac24c0b15bad6c22b7a91ebb209aeffa27d
18310Author: Rémi Denis-Courmont <rem@videolan.org>
18311Date:   Sat Mar 25 12:37:31 2006 +0000
18312
18313    Bug to really-stupid-and-worrisomely-not-fixed-for-more-than-ten-years
18314    bug for Winsock DNS resolver, inasmuch as is possible - closes #445.
18315
18316    Should it fail to fix the bug, I'm afraid there would be no solution,
18317    but not to use Windows without its IPv6 stack.
18318
18319commit d0f2c33c0c6bc59f226a52f18a5a415c24dc4938
18320Author: Felix Paul Kühne <fkuehne@videolan.org>
18321Date:   Sat Mar 25 12:28:31 2006 +0000
18322
18323    * 1st string review, refs #438
18324
18325commit 75dcdd178a6258451a7152bf47434895935b3abe
18326Author: Clément Stenac <zorglub@videolan.org>
18327Date:   Sat Mar 25 12:15:49 2006 +0000
18328
18329    Remove debug (Refs:#438)
18330
18331commit c06a32fd267c5bbe9903cf06b0d11b5e9dc62cd7
18332Author: Jean-Paul Saman <jpsaman@videolan.org>
18333Date:   Sat Mar 25 12:15:42 2006 +0000
18334
18335    Drop support for VLS specific LPCB because it conflicts with standards. Closes #610
18336
18337commit 1d02365417654ba7cb3ef3702d7aa1bf9d22c76d
18338Author: Cyril Deguet <asmax@videolan.org>
18339Date:   Sat Mar 25 11:01:03 2006 +0000
18340
18341    * attribute "nbFrames" of element Bitmap is now "nbframes", as said in the
18342     documentation (and the old name was inconsistent with other attribute names)
18343     Sorry for the compatibility break...
18344
18345commit 50b018487bf50dec3d80fc583a2b896d6a990c4d
18346Author: Clément Stenac <zorglub@videolan.org>
18347Date:   Sat Mar 25 10:57:34 2006 +0000
18348
18349    Strings review in stream_out (Refs:#438). Please review these once more as I changed some quite heavily
18350
18351commit 27268d4df482b28c247d54f30e315871b7af44a1
18352Author: Clément Stenac <zorglub@videolan.org>
18353Date:   Sat Mar 25 10:34:38 2006 +0000
18354
18355    Finish strings review in misc/ (Refs:#438)
18356
18357commit f0a1e2f0cd946b52f5733aaf7ee6b272a77e6f46
18358Author: Clément Stenac <zorglub@videolan.org>
18359Date:   Sat Mar 25 10:00:14 2006 +0000
18360
18361    Strings review in services_discovery + remove unimplemented sap-cache option (Refs:#438)
18362
18363commit 1a2ffef28c3e4c46fd33f534a61de20b0e5effc6
18364Author: Christophe Mutricy <xtophe@videolan.org>
18365Date:   Fri Mar 24 18:26:46 2006 +0000
18366
18367    sap.c: Ressucitate --sap-addr for the lucky one with M-Bone and too much sap announces.
18368
18369commit c8b5aad67a59e2cd7c633a9ea360682936cb86e3
18370Author: Christophe Mutricy <xtophe@videolan.org>
18371Date:   Fri Mar 24 17:52:47 2006 +0000
18372
18373    wxwidgets.c: missing from [14902] commit
18374
18375commit 29bdd3f2b92ab8d0fd81097f4394796d977918b4
18376Author: Antoine Cellerier <dionoea@videolan.org>
18377Date:   Fri Mar 24 14:17:28 2006 +0000
18378
18379    Use the "charset" variable
18380
18381commit dd369f97b9487ed12ec3cd871123f380a557c230
18382Author: Antoine Cellerier <dionoea@videolan.org>
18383Date:   Fri Mar 24 14:16:12 2006 +0000
18384
18385    try fixing charset problems. I'll launch a win32 nightly, try it out and change it if it still doesn't work.
18386
18387commit 892f3cf9ce0972ff9868e9dfe498bc3d24c55a4e
18388Author: Antoine Cellerier <dionoea@videolan.org>
18389Date:   Fri Mar 24 13:41:15 2006 +0000
18390
18391    Fix windows browser bug: first directory or filename character was removed.
18392
18393commit 44e5326ddb78f75198c06007de968545797427d9
18394Author: Antoine Cellerier <dionoea@videolan.org>
18395Date:   Fri Mar 24 13:11:17 2006 +0000
18396
18397    Add hide/show vlm helper button. Original idea by Albert (http://forum.videolan.org/viewtopic.php?t=18573)
18398
18399commit 50d9c2c41d3c12fb3eb98ae70fc169387bafff8c
18400Author: Clément Stenac <zorglub@videolan.org>
18401Date:   Fri Mar 24 11:05:28 2006 +0000
18402
18403    Strings review in visualization/ (Refs:#438)
18404
18405commit 7f576984bb84cad80ef331ef8e644b96ad021b12
18406Author: Christophe Mutricy <xtophe@videolan.org>
18407Date:   Thu Mar 23 22:54:31 2006 +0000
18408
18409    wx/interfaces.cpp: Add an option to display tool bar buton name.
18410                       Warning hack inside.
18411                       refs #495 close it for linux and win32
18412
18413commit b5d4a11a6e22de1b9c0ceaa6368abf838ad0da81
18414Author: Antoine Cellerier <dionoea@videolan.org>
18415Date:   Thu Mar 23 22:46:18 2006 +0000
18416
18417    use p_playlist->p_input
18418
18419commit b9b15b3eba1be7915787a84bdf55d55eb43f9f64
18420Author: Benjamin Pracht <bigben@videolan.org>
18421Date:   Thu Mar 23 22:19:38 2006 +0000
18422
18423    * Do not make a vlc_object_find to find the playlist, since we may get the item being preparsed. Use p_playlist->p_input instead
18424
18425commit b3bd6e0738ff30c63bedcfe7518f2d5a98bab587
18426Author: Derk-Jan Hartman <hartman@videolan.org>
18427Date:   Thu Mar 23 21:43:34 2006 +0000
18428
18429    * stupid mars.org being offline all the time. Pull files from our own download servers.
18430
18431commit bb80eba03b6afd245a9695b8a75985de73b8de23
18432Author: Christophe Mutricy <xtophe@videolan.org>
18433Date:   Thu Mar 23 21:41:12 2006 +0000
18434
18435    services_discovery/*: String review (refs #438) and suppress the sap-addr option
18436
18437commit 8d87383f439a5a7735931e27e4fca58b82d6b6bc
18438Author: Derk-Jan Hartman <hartman@videolan.org>
18439Date:   Thu Mar 23 20:25:07 2006 +0000
18440
18441    * Fix AMR RTP muxing. patch by Alex Antropoff <alant at transtelecom dot md>.
18442
18443commit 732df2608faa56c6ffbe0e857934bb9ae814fd79
18444Author: Benjamin Pracht <bigben@videolan.org>
18445Date:   Thu Mar 23 19:57:20 2006 +0000
18446
18447    * Use the correct limit when looping
18448
18449commit fdb2f80a81632eb53c1722871a6222d3c8c32bc3
18450Author: Christophe Mutricy <xtophe@videolan.org>
18451Date:   Wed Mar 22 22:39:51 2006 +0000
18452
18453    String Review. refs #438
18454
18455commit 3fa37fdc847c2716a59af6a9d7be3a33ca06ba77
18456Author: Jean-Paul Saman <jpsaman@videolan.org>
18457Date:   Wed Mar 22 21:01:09 2006 +0000
18458
18459    Add support for X-Playnow RTSP option
18460
18461commit 24f39790313ea6ffc134bf1786940c67190b568d
18462Author: Felix Paul Kühne <fkuehne@videolan.org>
18463Date:   Wed Mar 22 18:09:55 2006 +0000
18464
18465    * copy the http-intf-readme to the OSX-bundle as well
18466
18467commit 1548a691c730bac930e9630d80f9ff8f3939c251
18468Author: Sam Hocevar <sam@videolan.org>
18469Date:   Wed Mar 22 17:51:17 2006 +0000
18470
18471      * modules/video_output/caca.c: Compilation fixes.
18472
18473commit 20edd9524b13ccb474d0caab5be235f7f784f1a9
18474Author: Antoine Cellerier <dionoea@videolan.org>
18475Date:   Wed Mar 22 16:38:46 2006 +0000
18476
18477    Add share/http/requests/readme to win target
18478
18479commit 01e7c694d34737b55f28ea7b743b73ec1855ebc5
18480Author: Antoine Cellerier <dionoea@videolan.org>
18481Date:   Wed Mar 22 16:37:24 2006 +0000
18482
18483    add requests/readme
18484
18485commit 549eceb51ab6e7af37e5c456bb671cf80fee87c3
18486Author: Antoine Cellerier <dionoea@videolan.org>
18487Date:   Wed Mar 22 16:36:48 2006 +0000
18488
18489    List and explain available commands / requests
18490
18491commit de3f0650e621c32318b039ab4d1d86ead2ed347d
18492Author: Rémi Denis-Courmont <rem@videolan.org>
18493Date:   Wed Mar 22 16:05:11 2006 +0000
18494
18495    include:
18496     * export GetFallbackEncoding()
18497    subsdec:
18498     * autodetect UTF-8 encoding,
18499     * use better non-Unicode default encoding from language instead of
18500     CP1252 when local encoding is UTF-8, and local encoding in all other cases
18501     (should improve subtitles decoding on POSIX a lot)
18502     * some memory fixes
18503     * some cosmetic fixes
18504
18505commit c1591683accfe59b8b21cfc00a1da7b373119c67
18506Author: Christophe Mutricy <xtophe@videolan.org>
18507Date:   Wed Mar 22 14:14:10 2006 +0000
18508
18509    logger.c: Compile fix
18510
18511commit 6da5d900d16744217c313a67e213fa68c94270cd
18512Author: Clément Stenac <zorglub@videolan.org>
18513Date:   Wed Mar 22 13:38:50 2006 +0000
18514
18515    Compile fix
18516
18517commit d34aa78dc18190cb4e59cfcfeda1777b8f0e7ccf
18518Author: Rémi Denis-Courmont <rem@videolan.org>
18519Date:   Wed Mar 22 12:26:11 2006 +0000
18520
18521    IsUTF8: check if a string is a valid UTF8 sequence without modifying it
18522    EnsureUTF8 would replace invalid bytes sequences with question marks.
18523
18524    Most of the code was already there anyway. This allows UTF-8 autodetection
18525    without a dedicated UTF8-to-UTF8 iconv() handle.
18526
18527commit f0ffeb173ab80dba4bba7d2353b5b1a24a3a0ffe
18528Author: Clément Stenac <zorglub@videolan.org>
18529Date:   Wed Mar 22 12:14:30 2006 +0000
18530
18531    Strings review in misc/ except dummy and win32text (Refs:#438)
18532
18533commit 04cfc6a385be25bff190b41002155da3b3d0fcb7
18534Author: Rémi Denis-Courmont <rem@videolan.org>
18535Date:   Wed Mar 22 11:24:45 2006 +0000
18536
18537    Clean up
18538
18539commit be639de22180b805f99b3128b7bbf1dbbc6b50cc
18540Author: Rémi Denis-Courmont <rem@videolan.org>
18541Date:   Wed Mar 22 11:14:24 2006 +0000
18542
18543    Clean up vlc_iconv prototype
18544
18545commit 57d2f9918c78357e347d50432cbd49e8b867d2ce
18546Author: Clément Stenac <zorglub@videolan.org>
18547Date:   Wed Mar 22 07:12:10 2006 +0000
18548
18549    Strings review of telnet.c (Refs:#438)
18550
18551commit 01150186ea002bd5cadd887f6437ab0e97ef2aae
18552Author: Antoine Cellerier <dionoea@videolan.org>
18553Date:   Wed Mar 22 00:19:29 2006 +0000
18554
18555    Slightly better IE and Firefox compatible version of the sort and services discovery menus.
18556
18557commit 470aabb1e41f9bec9abeb247328bb3827efde5ba
18558Author: Antoine Cellerier <dionoea@videolan.org>
18559Date:   Tue Mar 21 23:41:05 2006 +0000
18560
18561    Also update now playing info when playing a new item.
18562
18563commit 610ac485f763ba73af5065423814cbd1fa9131b2
18564Author: Antoine Cellerier <dionoea@videolan.org>
18565Date:   Tue Mar 21 23:26:17 2006 +0000
18566
18567    Some more IE (crap) fixes
18568
18569commit 32dc8391874f92692e2571ac6b342f07b54ee6d9
18570Author: Benjamin Pracht <bigben@videolan.org>
18571Date:   Tue Mar 21 22:08:41 2006 +0000
18572
18573    * There is no reason not to allow to open the information panel on nodes
18574    * We now have an (ugly) way to rename nodes
18575
18576commit 268f255bda539adff66ea1e685351ba3961dd1ad
18577Author: Benjamin Pracht <bigben@videolan.org>
18578Date:   Tue Mar 21 20:56:51 2006 +0000
18579
18580    * Only enable "Jump To Time" when the stream is seekable
18581    * Fix enabling of the step forward/backward functions
18582
18583commit f193ee64902608381f562fc54e871fa7a908fe6f
18584Author: Antoine Cellerier <dionoea@videolan.org>
18585Date:   Tue Mar 21 20:56:35 2006 +0000
18586
18587    Add 7zip win32 build targets
18588
18589commit a31da2da6d7f0a877ebb0f86550ffb82f6109bf0
18590Author: Rémi Denis-Courmont <rem@videolan.org>
18591Date:   Tue Mar 21 18:20:48 2006 +0000
18592
18593    I knew I was foolish to expect wxWidgets to work properly.
18594
18595commit c8ad87dd9908b8e28e0d8de796882b659cc5c13f
18596Author: Rémi Denis-Courmont <rem@videolan.org>
18597Date:   Tue Mar 21 17:28:09 2006 +0000
18598
18599    Attempt to use wc_str() even if wxWidgets is not built with Unicode.
18600    According to the wxWidgets documentation, it works. But of course, you
18601    don't want to trust the wxWidgets documentation, particularly when it
18602    deals with characters encoding. Or rather, you'd like to trust the
18603    documentation, but you can't trust the actual implementation to work
18604    until you tested it.
18605
18606    So lets see if it works, and revert commit it tomorrow if it sucks.
18607
18608commit 82ea3c0e59a7914b06500b74e8316479d73164f9
18609Author: Rémi Denis-Courmont <rem@videolan.org>
18610Date:   Tue Mar 21 17:21:24 2006 +0000
18611
18612    Attempt to fix Unicode wxWidgets interface on Win32
18613
18614commit 647cc79956895cfa8c8baf95d58e0f000a3e1a5b
18615Author: Rémi Denis-Courmont <rem@videolan.org>
18616Date:   Tue Mar 21 16:42:34 2006 +0000
18617
18618    - FromWide(): converts a wchar_t * to UTF-8 char *
18619      (if local charset is UTF-8, this is similar to wcstombs())
18620    - FromUTF16(): converts a host-order UTF-16 byte sequence to UTF-8
18621
18622commit e65878a6ef6e405098b77db28e02eebfae65b650
18623Author: Rémi Denis-Courmont <rem@videolan.org>
18624Date:   Tue Mar 21 16:08:35 2006 +0000
18625
18626    libtool: Compile builtins as convenience libraries rather than static ones
18627    Might fix PIC linking issues on amd64
18628
18629commit 212e14679598106ddb6f7e305835b33a3da0adbb
18630Author: Rémi Denis-Courmont <rem@videolan.org>
18631Date:   Tue Mar 21 15:39:43 2006 +0000
18632
18633    A bit explanation of the wxWidgets string conversion mess won't harm
18634
18635commit 51501a62b74ecec551f2ddd4fd7a828c7a408ed1
18636Author: Rémi Denis-Courmont <rem@videolan.org>
18637Date:   Tue Mar 21 15:34:34 2006 +0000
18638
18639    Fix G++ 4.1 compilation problem
18640    reported by Diego 'Flameeyes' Pettenò
18641
18642commit 303794bc6f3f1a174e84092ea6efeb1eb77b8c47
18643Author: Antoine Cellerier <dionoea@videolan.org>
18644Date:   Tue Mar 21 00:45:31 2006 +0000
18645
18646    looks like someone renamed vlc_obj_exists to vlc_object_exists.
18647
18648commit 8398230c33d0304d3fe7cd16a35a5b92ccf6fcbd
18649Author: Clément Stenac <zorglub@videolan.org>
18650Date:   Mon Mar 20 23:13:39 2006 +0000
18651
18652    Fix test
18653
18654commit 14509b0740966976fba9ae71b8e3ff435fbaa1f4
18655Author: Olivier Teulière <ipkiss@videolan.org>
18656Date:   Mon Mar 20 22:34:43 2006 +0000
18657
18658     * doc/skins/skins2-howto.xml: Fixed typos.
18659
18660commit 78fcf0e4d918f04bcdbaa2b9f57dbbb328aaf383
18661Author: Felix Paul Kühne <fkuehne@videolan.org>
18662Date:   Mon Mar 20 20:42:23 2006 +0000
18663
18664    * the transitional phase of our osx-aout-modules is over :)
18665
18666commit a1ff886374a6c8a581018ed7d7ed924b0e47434b
18667Author: Antoine Cellerier <dionoea@videolan.org>
18668Date:   Mon Mar 20 20:22:59 2006 +0000
18669
18670    fix #478.
18671
18672    You need to escape (with \):
18673    * quotes that are part of a file's name or option's value
18674    * backslashes
18675
18676commit 398ffa09a30dac33fa49717862f1f7fe78b8de3f
18677Author: Damien Fouilleul <damienf@videolan.org>
18678Date:   Mon Mar 20 14:40:42 2006 +0000
18679
18680    plugin.cpp: as usual,I forgot to disable my own debug
18681
18682commit 2fbbe6d56f9c9b15b506625e96e6e8682c165341
18683Author: Damien Fouilleul <damienf@videolan.org>
18684Date:   Mon Mar 20 14:37:41 2006 +0000
18685
18686    plugin.cpp, plugin.h: delayed initialization of VLC until activation in place in user mode only
18687        this allows the persistable properties to be fully loaded before initialization and allow
18688        for control to initialize faster in design mode. AUTOLOOP property now works properly
18689    persistpropbag.cpp, vlccontrol.h: decoupled volume property from VLC so that value can be used
18690        without having VLC initialized
18691    test.html: added volume control
18692
18693commit bb48220f9b63bc53df91764371a0482544f47159
18694Author: Felix Paul Kühne <fkuehne@videolan.org>
18695Date:   Mon Mar 20 14:13:04 2006 +0000
18696
18697    * fixed the copying of the re-worked http-interface to our release bundle. (not really clean, but I don't know how to do this in a better way...)
18698
18699commit 79ffc8fee1635e97d795c3790deb18a7b086e09a
18700Author: Christophe Massiot <massiot@videolan.org>
18701Date:   Mon Mar 20 11:18:52 2006 +0000
18702
18703     * modules/mux/mpeg/ts.c: New --sout-ts-alignment option.
18704
18705commit f0e4276f265cbd130b0cdf8a2d336d4aecbc92b3
18706Author: Christophe Massiot <massiot@videolan.org>
18707Date:   Mon Mar 20 11:12:04 2006 +0000
18708
18709     * modules/control/http: Content-Type should be case-insensitive.
18710
18711commit f1e2a2065b213f42f7993d8afa5eef36818034bf
18712Author: Antoine Cellerier <dionoea@videolan.org>
18713Date:   Mon Mar 20 01:51:45 2006 +0000
18714
18715    mosaic wizard: change layout & make VLM command batch display optional.
18716
18717commit e591f8ca230bdf8dac7e2ab780c40196f99bd890
18718Author: Antoine Cellerier <dionoea@videolan.org>
18719Date:   Mon Mar 20 01:35:15 2006 +0000
18720
18721    * also do vlm options fix on sout.
18722
18723commit 07e5db519cd987dc55b6c0f666f24d8868e19aee
18724Author: Antoine Cellerier <dionoea@videolan.org>
18725Date:   Mon Mar 20 01:32:11 2006 +0000
18726
18727    * add "fake:" input
18728    * vlm fix. change "input :foo=bar :foo2=bar2" into vlm compatible option handling
18729    * mosaic fix. always enable transcode when using an sout chain
18730
18731commit de7eedf449ad0cc9ad001cea62276e5dbe07c321
18732Author: Derk-Jan Hartman <hartman@videolan.org>
18733Date:   Sun Mar 19 22:03:20 2006 +0000
18734
18735    * Fix AMR from liveMedia decoding. Patch by Alex Antropoff <alant at transtelecom dot md>
18736
18737commit 6ba683e6024ca149faef273348ded5b0d5a1eeac
18738Author: Christophe Mutricy <xtophe@videolan.org>
18739Date:   Sun Mar 19 18:16:56 2006 +0000
18740
18741    caca.c: Typo
18742
18743commit ceb1c4a512817082430918f3fced22dce0691a12
18744Author: Derk-Jan Hartman <hartman@videolan.org>
18745Date:   Sun Mar 19 18:05:54 2006 +0000
18746
18747    * sorry about the missing #if
18748
18749commit 053e3a9a01f52bbb5f044e348052af894d30f091
18750Author: Sam Hocevar <sam@videolan.org>
18751Date:   Sun Mar 19 17:17:57 2006 +0000
18752
18753      * Support for newer libcaca/libcucul versions.
18754
18755commit b069f4b88e8fbd890fc285a7012989b71d815f84
18756Author: Benjamin Pracht <bigben@videolan.org>
18757Date:   Sun Mar 19 13:13:09 2006 +0000
18758
18759    Forgot that one
18760
18761commit aa7daf3c60ad96e8aac609d476fb5d5335874f03
18762Author: Benjamin Pracht <bigben@videolan.org>
18763Date:   Sun Mar 19 13:03:20 2006 +0000
18764
18765    * fix compilation
18766
18767commit b8f24b4c0db5345a8ca47ad1dc0b6cb53d07e14b
18768Author: Benjamin Pracht <bigben@videolan.org>
18769Date:   Sun Mar 19 12:57:26 2006 +0000
18770
18771    * First string review of the OSX interface
18772
18773commit 9741e855dc863b9c8e0463d32f41f11c08a02070
18774Author: Derk-Jan Hartman <hartman@videolan.org>
18775Date:   Sun Mar 19 11:24:16 2006 +0000
18776
18777    * fix the liveMedia VERSION_INT (hopefully)
18778
18779commit 5c3f973795a47e353931be1a85661f7ee642e08b
18780Author: Antoine Cellerier <dionoea@videolan.org>
18781Date:   Sun Mar 19 01:49:11 2006 +0000
18782
18783    Add iehacks.css to Makefile.am
18784
18785commit 96246bfd5317091034152684a7753d5988d5231e
18786Author: Antoine Cellerier <dionoea@videolan.org>
18787Date:   Sun Mar 19 01:46:43 2006 +0000
18788
18789    A bunch of hacks to fix bugs on IE.
18790
18791    I really don't like the Sort menu and Services discovery menu code. If
18792    someone has a better idea feal free to change it.
18793
18794commit 688f1661217c7f3aa1b3a2b976c7dbaeed75d4bb
18795Author: Derk-Jan Hartman <hartman@videolan.org>
18796Date:   Sun Mar 19 01:28:18 2006 +0000
18797
18798    * fix ifdef
18799
18800commit 5e7871bbf07538ef48cb6b12e3f13ac0a474a898
18801Author: Christophe Mutricy <xtophe@videolan.org>
18802Date:   Sun Mar 19 01:27:21 2006 +0000
18803
18804    stream_out/*: String review (refs #438)
18805
18806commit 878747abedefb916a70c3b346f7167cde1ab2bbb
18807Author: Derk-Jan Hartman <hartman@videolan.org>
18808Date:   Sun Mar 19 01:00:13 2006 +0000
18809
18810    * Send Keep-A-Live RTSP bogus calls for servers that do not support RTCP reports.
18811      Seems to work for WM RTSP. No support yet for Kasenna,
18812      since I don't have proper access to one at this moment.
18813
18814      refs #595
18815      refs #329
18816
18817commit f466773b7a0b9048d23cb690c2a1ab3a3ffc5f0c
18818Author: Antoine Cellerier <dionoea@videolan.org>
18819Date:   Sun Mar 19 00:02:26 2006 +0000
18820
18821    Fix typo
18822
18823commit 8daf52c6fc1ebcdee3c492ff69c85be3d3a6caa6
18824Author: Jean-Paul Saman <jpsaman@videolan.org>
18825Date:   Sat Mar 18 23:11:31 2006 +0000
18826
18827    Undo r 14546 breakage
18828
18829commit 85bbe93d95ac41582df187178c553061deaa456d
18830Author: Clément Stenac <zorglub@videolan.org>
18831Date:   Sat Mar 18 22:27:07 2006 +0000
18832
18833    Don't expand WX Tree root - Patch by Alexander Gall. Thanks
18834
18835commit 78128012fd310d2adf108809f2f61d9fb360ac55
18836Author: Clément Stenac <zorglub@videolan.org>
18837Date:   Sat Mar 18 22:18:16 2006 +0000
18838
18839    Apparently fix WX playlist crash (Closes:#205)
18840
18841commit e6cf22d436836f445645f3c56e9b8b0e14289218
18842Author: Christophe Mutricy <xtophe@videolan.org>
18843Date:   Sat Mar 18 18:14:49 2006 +0000
18844
18845    share/makefile.am: Typo. Thanks to Albert on the forum for the report
18846
18847commit cf716aa8deaffeb3e038c6c9ee72ed8d80577d78
18848Author: Clément Stenac <zorglub@videolan.org>
18849Date:   Sat Mar 18 18:12:47 2006 +0000
18850
18851    Don't use %f in es_out (Closes:#587)
18852
18853commit 221ec369e89813f196e1ea6707c9731722fbc21f
18854Author: Antoine Cellerier <dionoea@videolan.org>
18855Date:   Sat Mar 18 17:56:10 2006 +0000
18856
18857    Add some comments and 'fix' display if the mosaic's width is larger than 600px.
18858
18859commit 70e482eaeaac3042d10d8bc1898afbffb3fc8dfa
18860Author: Clément Stenac <zorglub@videolan.org>
18861Date:   Sat Mar 18 17:52:31 2006 +0000
18862
18863    Display IP of client in debug
18864
18865commit f94136178c6feb8f94d3ae306a1304e9f2ceb4f6
18866Author: Antoine Cellerier <dionoea@videolan.org>
18867Date:   Sat Mar 18 17:45:40 2006 +0000
18868
18869    Spelling fix, again.
18870
18871commit f7f9c38b5c9dce6ccdf9928980605a95f9141159
18872Author: Antoine Cellerier <dionoea@videolan.org>
18873Date:   Sat Mar 18 17:43:36 2006 +0000
18874
18875    Spelling fix
18876
18877commit 34c5a4951de47dd539b13519e92a8565c122f30d
18878Author: Antoine Cellerier <dionoea@videolan.org>
18879Date:   Sat Mar 18 17:42:37 2006 +0000
18880
18881    add some help and feedback
18882
18883commit beea254b12922aca6cb890cb6fd51022e7d12b33
18884Author: Christophe Mutricy <xtophe@videolan.org>
18885Date:   Sat Mar 18 17:31:31 2006 +0000
18886
18887    x264.patch: Sync with upstream
18888
18889commit 2dab7ce64c1397bddf5a20f38f770d62b688041a
18890Author: Antoine Cellerier <dionoea@videolan.org>
18891Date:   Sat Mar 18 17:14:54 2006 +0000
18892
18893    update NEWS
18894
18895commit f612f30ee8d157ee5b082ec579eac8041f4c5d00
18896Author: Antoine Cellerier <dionoea@videolan.org>
18897Date:   Sat Mar 18 17:14:19 2006 +0000
18898
18899    Code the mosaic wizard
18900
18901commit a7f1599694cc0d90e8b55ea6424150489350b6d3
18902Author: Clément Stenac <zorglub@videolan.org>
18903Date:   Sat Mar 18 16:22:23 2006 +0000
18904
18905    Don't abort windows position remembering if small playlist size is invalid at the beginning (Closes:#557)
18906
18907commit a6f1bb5107f94317bb2fcaad8cedd0dc2528de78
18908Author: Christophe Mutricy <xtophe@videolan.org>
18909Date:   Sat Mar 18 15:52:42 2006 +0000
18910
18911    access/dshow: Add option to configure dshow from command line. Patch by Patrick Horn.
18912
18913commit 5a5ded22f1d982b6d1274e19b01772d6ca5741d2
18914Author: Antoine Cellerier <dionoea@videolan.org>
18915Date:   Sat Mar 18 15:06:40 2006 +0000
18916
18917    ooops
18918
18919commit 0051db816bd46b03475548f0e1741e290b2ce43a
18920Author: Antoine Cellerier <dionoea@videolan.org>
18921Date:   Sat Mar 18 15:00:52 2006 +0000
18922
18923    One more image
18924
18925commit 18d2788760f67ae53b704ec7035f38634fe6691e
18926Author: Antoine Cellerier <dionoea@videolan.org>
18927Date:   Sat Mar 18 14:37:51 2006 +0000
18928
18929    Add new http interface images
18930
18931commit 57be8e22e85febb4058d6e83f25788f824ba885f
18932Author: Christophe Mutricy <xtophe@videolan.org>
18933Date:   Sat Mar 18 12:49:51 2006 +0000
18934
18935    Typo
18936
18937commit 0651db52b6a1f5a838505c1361a462064ff9074b
18938Author: Clément Stenac <zorglub@videolan.org>
18939Date:   Sat Mar 18 12:38:38 2006 +0000
18940
18941    %f in galaktos (Closes:#585)
18942
18943commit 13817ff883423f9a70f5649e54896f7b7fb7f7c5
18944Author: Clément Stenac <zorglub@videolan.org>
18945Date:   Sat Mar 18 11:27:40 2006 +0000
18946
18947    Thanks
18948
18949commit 32438ffbc0b9c6599c6063c1f9e02de1c727626f
18950Author: Clément Stenac <zorglub@videolan.org>
18951Date:   Sat Mar 18 11:27:10 2006 +0000
18952
18953    Transcode cropping/padding patch by Udo Richter < udo underscore richter at gmx d0t de> (with added round-to-16 fix) . Many thanks for this.
18954
18955    Seems to work neatly, please test nevertheless.
18956
18957    Closes:#448
18958
18959commit 8d263243ba1a0a2acdd6cc49a48251d00a3a742c
18960Author: Clément Stenac <zorglub@videolan.org>
18961Date:   Sat Mar 18 10:30:24 2006 +0000
18962
18963    Don't use %f in VLM, except for display (Closes:#588)
18964
18965commit 019ee285717716568753d717c301b74ffe0368a7
18966Author: Clément Stenac <zorglub@videolan.org>
18967Date:   Sat Mar 18 10:20:01 2006 +0000
18968
18969    Don't use %f in equalizer (Closes:#586)
18970
18971commit 4413d7506da4da060e4d9957c5632081ca4b09bb
18972Author: Clément Stenac <zorglub@videolan.org>
18973Date:   Sat Mar 18 10:14:40 2006 +0000
18974
18975    Don't use %f in HTTP interface (Closes:#584)
18976
18977commit e68d9e1abab054eca63f28204c39b9350803fd5f
18978Author: Rémi Denis-Courmont <rem@videolan.org>
18979Date:   Sat Mar 18 08:51:19 2006 +0000
18980
18981    - Avoid using gethostbyname() which is not thread-safe
18982    - Code simplification
18983
18984commit e9fc1b323f030c88c7ccb071e8971440bf6daa57
18985Author: Rémi Denis-Courmont <rem@videolan.org>
18986Date:   Sat Mar 18 08:46:59 2006 +0000
18987
18988    svn:ignore
18989
18990commit 0ade81b0ebaa94d8529e4784b460bc921be70f54
18991Author: Christophe Mutricy <xtophe@videolan.org>
18992Date:   Sat Mar 18 02:06:16 2006 +0000
18993
18994    All: string review (refs: #438)
18995
18996commit e970f05feea86232fa44adf951b680411b57ade8
18997Author: Antoine Cellerier <dionoea@videolan.org>
18998Date:   Sat Mar 18 01:22:06 2006 +0000
18999
19000    HTTP interface: Display estimated item time when available.
19001
19002commit 49f3fdaea0574076a5d3d5d334ffd8c6cf36e975
19003Author: Antoine Cellerier <dionoea@videolan.org>
19004Date:   Sat Mar 18 00:51:57 2006 +0000
19005
19006    Http interface: make it possible to delete playlist nodes. Don't delete read only playlist items.
19007
19008commit d27682933296d74e5acc96c7c87bec34936e6f43
19009Author: Antoine Cellerier <dionoea@videolan.org>
19010Date:   Sat Mar 18 00:45:55 2006 +0000
19011
19012    Export the fact that a playlist item is read only or can be deleted
19013
19014commit febff5726d59518fcc4b4c9ae6e245d78479991f
19015Author: Antoine Cellerier <dionoea@videolan.org>
19016Date:   Sat Mar 18 00:29:57 2006 +0000
19017
19018    Add services discovery handling in http interface.
19019
19020commit 66f8559499b5d715206c068f05bc885126535ef3
19021Author: Antoine Cellerier <dionoea@videolan.org>
19022Date:   Sat Mar 18 00:17:53 2006 +0000
19023
19024    * rpn.c: add "services_discovery_add", "services_discovery_remove" and "services_discovery_is_loaded" rpn functions.
19025    * macro.c, http.h, mvar.c: add new "object" param2 for foreach macro. It gives a list of all objects matching a capability.
19026
19027commit b7e8fac188e9482cfba0f614edfefe89006a8b58
19028Author: Antoine Cellerier <dionoea@videolan.org>
19029Date:   Fri Mar 17 23:13:47 2006 +0000
19030
19031    Add small "close/hide" buttons on some of the dialogs
19032
19033commit 168cf8504619d84cb6cd1bb3123a8dd525a45f1a
19034Author: Antoine Cellerier <dionoea@videolan.org>
19035Date:   Fri Mar 17 23:05:41 2006 +0000
19036
19037    [14752] improved, by Daniel Stranger.
19038
19039commit 7eddca67f7ba2de16acca4caf199213385b8d42f
19040Author: Jean-Paul Saman <jpsaman@videolan.org>
19041Date:   Fri Mar 17 22:38:47 2006 +0000
19042
19043    Revert revision 14781 the sort button was already there.
19044
19045commit 3c3542fe39d2b583760a271a3f9b288fe5360078
19046Author: Jean-Paul Saman <jpsaman@videolan.org>
19047Date:   Fri Mar 17 22:28:15 2006 +0000
19048
19049    Apply missing sort button to http interface. This was a part of Laurent Mutricy's patch
19050
19051commit 698eec4b7497cfefddb7c53c828c1865baf99212
19052Author: Antoine Cellerier <dionoea@videolan.org>
19053Date:   Fri Mar 17 22:01:13 2006 +0000
19054
19055    HTTP interface playlist sort commands based on patch by Laurent Mutricy.
19056
19057commit af4042581b44e07ee61e15089ad0f09a2d4701e9
19058Author: Felix Paul Kühne <fkuehne@videolan.org>
19059Date:   Fri Mar 17 20:07:25 2006 +0000
19060
19061    * don't overwrite existing files
19062
19063commit 0ffd9814c387f1c4d364ed2161921b8beebf552b
19064Author: Christophe Mutricy <xtophe@videolan.org>
19065Date:   Fri Mar 17 17:06:05 2006 +0000
19066
19067    Add a few svn:ignore
19068
19069commit 6da5965292a0e0a39275c7228731b21fdc24ca34
19070Author: Jean-Paul Saman <jpsaman@videolan.org>
19071Date:   Fri Mar 17 14:40:59 2006 +0000
19072
19073    Fix old http interface to not refer to the new http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
19074
19075commit a7c18d8acc7b15a1937863953d2dfd06c0b6a7a1
19076Author: Jean-Paul Saman <jpsaman@videolan.org>
19077Date:   Fri Mar 17 14:34:06 2006 +0000
19078
19079    Implement sort functionality on http interface. Patch by: Laurent Mutricy <laurent dot mutricy _at_ ecl2005 dot ec-lyon dot fr>
19080
19081commit 69aae8d2b6c79ea31fe67c3bf073e4d2af33c1c7
19082Author: Damien Fouilleul <damienf@videolan.org>
19083Date:   Fri Mar 17 01:08:13 2006 +0000
19084
19085    Makefile.am: fixed linking of mozilla plugin
19086    npvlc_rc.rc: fixed description and suffixes columns
19087
19088commit 7527abe7ff1915f0c416b8f7e6fcbc182823a37c
19089Author: Derk-Jan Hartman <hartman@videolan.org>
19090Date:   Thu Mar 16 22:45:11 2006 +0000
19091
19092    * G726 settings for liveMedia refs #601
19093
19094commit 792638ddfdf47e0e79b2608da5ed10ae41dd2690
19095Author: Christophe Mutricy <xtophe@videolan.org>
19096Date:   Thu Mar 16 20:19:54 2006 +0000
19097
19098    Reimplement [14768] with a CSS. Patch by Laurent Mutricy.
19099
19100commit 6829def481701a4dbe22516d5c29a9f0c71a8a74
19101Author: Antoine Cellerier <dionoea@videolan.org>
19102Date:   Thu Mar 16 17:59:41 2006 +0000
19103
19104    hum, forgot to set the default value
19105
19106commit 1d163084f2571093a92235db93c2de0c93740212
19107Author: Antoine Cellerier <dionoea@videolan.org>
19108Date:   Thu Mar 16 16:59:41 2006 +0000
19109
19110    Add attribute flat="true/false" to Playtree. When flat is true, only the
19111    leafs will be displayed (like the old style playlist). Once we're sure
19112    that this works fine, we can ditch the old skins2 playlist code.
19113
19114commit b8acb8c022f12dc02aab3bec12203920f0f53f87
19115Author: Eric Petit <titer@videolan.org>
19116Date:   Thu Mar 16 00:38:46 2006 +0000
19117
19118    Workarounds a BeOS segfaulting weirdness
19119
19120commit 1b13b9f527d30edf5b9e73c63bb930e5eda8243a
19121Author: Antoine Cellerier <dionoea@videolan.org>
19122Date:   Wed Mar 15 19:44:02 2006 +0000
19123
19124    change "videolan.org" to "VideoLAN website"
19125
19126commit 76b20a6067ba09de6d689ee3e44d6e9f8bb0134a
19127Author: Antoine Cellerier <dionoea@videolan.org>
19128Date:   Wed Mar 15 19:33:10 2006 +0000
19129
19130    "[PATCH] http interface : fix the shuffle/loop/repeat buttons" by Laurent Mutricy
19131
19132commit bbb8a1ecfc7d82bad838f787fcaedaf0d9590e55
19133Author: Antoine Cellerier <dionoea@videolan.org>
19134Date:   Wed Mar 15 13:23:31 2006 +0000
19135
19136    Fix browsing when file/folder name is using a quote (').
19137
19138commit c0fe636d8e26a88ae46bd98fb15e1282d7593236
19139Author: Antoine Cellerier <dionoea@videolan.org>
19140Date:   Wed Mar 15 13:01:36 2006 +0000
19141
19142    "[PATCH] http interface workaround to make the play/pause button work well" by Laurent Mutricy.
19143
19144commit 9769a89730a5a7ba9ac1923e5d4e1f0f796824f9
19145Author: Derk-Jan Hartman <hartman@videolan.org>
19146Date:   Wed Mar 15 01:12:30 2006 +0000
19147
19148    * Ahum.. compile before you commit...
19149
19150commit 0f1e1ce181cbcc51843d010551597fa2ffaa1a1f
19151Author: Derk-Jan Hartman <hartman@videolan.org>
19152Date:   Wed Mar 15 01:07:29 2006 +0000
19153
19154    * Completly untested G726 support for liveMedia. refs #601
19155      If anyone has access to such a stream, please test this. The AXIS 241QA has this for instance.
19156
19157      See also: http://forum.videolan.org/viewtopic.php?t=18287&start=0&postdays=0&postorder=asc&highlight=g726
19158
19159commit fb847b394c8bc0a6b65223db92cd3d1edbc31d24
19160Author: Derk-Jan Hartman <hartman@videolan.org>
19161Date:   Wed Mar 15 00:40:18 2006 +0000
19162
19163    * Fix src/misc/charset on platforms without setlocale. In that case we pass NULL to FindFallbackEncoding
19164
19165commit 4f617c5ef1c95cfd4946efc91153ce1e62749a00
19166Author: Christophe Mutricy <xtophe@videolan.org>
19167Date:   Tue Mar 14 22:40:33 2006 +0000
19168
19169    ALL: Fix make distcheck
19170            - add a modules.am for mux/rtp It is just there to please autotools nothing is built by default
19171            - update-po
19172
19173commit 3db675f5300b042d544f463bd1e51e144c62bd76
19174Author: Derk-Jan Hartman <hartman@videolan.org>
19175Date:   Tue Mar 14 21:59:02 2006 +0000
19176
19177    * We are not gonna start naming options to RFCs. Let's just call it LATM, even though it's technically not correct.
19178
19179commit 2a384e3d5666bf9f5caa2db78dd1683514f56b08
19180Author: Christophe Mutricy <xtophe@videolan.org>
19181Date:   Tue Mar 14 21:52:53 2006 +0000
19182
19183    contrib/Makefile: fix the rights on the bin directory
19184    some more svn:ignore
19185
19186commit 8a1cf340a519aba652dc80e318d74eafda151916
19187Author: Rémi Denis-Courmont <rem@videolan.org>
19188Date:   Tue Mar 14 21:46:18 2006 +0000
19189
19190    Whoops. Disable by default for now.
19191    Maybe the option name could be made better.
19192
19193commit 9b38b9ae1402fea32441cbb101eca35d3a1b7ae1
19194Author: Rémi Denis-Courmont <rem@videolan.org>
19195Date:   Tue Mar 14 21:42:07 2006 +0000
19196
19197    Apply RFC3016 RTP packetizer patch from Alex Antropoff
19198
19199    The new format is disabled by default,
19200    so we have little risks of regression.
19201
19202commit 3c0e006d71c888dc22ea6896590db8a338b49b3d
19203Author: Antoine Cellerier <dionoea@videolan.org>
19204Date:   Tue Mar 14 14:38:45 2006 +0000
19205
19206    Fix unsigned int vs int compilation warning.
19207
19208commit 9f661f124595918de68f4fbfb59c24a1fe1c3efb
19209Author: Antoine Cellerier <dionoea@videolan.org>
19210Date:   Tue Mar 14 14:19:37 2006 +0000
19211
19212    Fix sub picture region x and y offset values when using
19213    --mosaic-keep-picture with a picture that is bigger than on of the
19214    mosaic's small rectangles.
19215
19216    This allows creation of mosaics like :
19217    AAAAAABBB
19218    A    ABBB
19219    A    ACCC
19220    AAAAAACCC
19221    (where A, B and C are 3 sub streams)
19222
19223commit cae8650f3ece3d91d97fece3c18139d43de90f53
19224Author: Antoine Cellerier <dionoea@videolan.org>
19225Date:   Tue Mar 14 13:08:48 2006 +0000
19226
19227    Looks like we didn't malloc the right size. (If this was some dirty
19228    hack, please revert my commit and add a comment explaining why it's
19229    needed because)
19230
19231    Thanks to http://forum.videolan.org/viewtopic.php?t=18285 for noticing.
19232
19233commit e840a9de91dec2813832dce5b008259c1a13adca
19234Author: Christophe Mutricy <xtophe@videolan.org>
19235Date:   Tue Mar 14 10:01:39 2006 +0000
19236
19237    debian/patches: Fix the debian package creation
19238
19239commit 4c1df9c171cf1b0ad9d9954af1c483d8a496f08d
19240Author: Antoine Cellerier <dionoea@videolan.org>
19241Date:   Mon Mar 13 22:43:25 2006 +0000
19242
19243    Fix browsing directories containing the '&' character
19244
19245commit 86385f84c180f8d4c160bee763aa23d910b599d9
19246Author: Antoine Cellerier <dionoea@videolan.org>
19247Date:   Mon Mar 13 21:51:36 2006 +0000
19248
19249    Fix playing stuff like http://213.205.97.105:80/tf1jt/jt20d11032006.asf
19250    which works using mmst but not mmsh (VLC only tried mmsh previously).
19251
19252commit ce9a08c0a4d207f1f872415a033114faecffb417
19253Author: Christophe Mutricy <xtophe@videolan.org>
19254Date:   Mon Mar 13 16:45:00 2006 +0000
19255
19256    Contrib: use libshout 2.2. It should solve the .pc probem ( missing theora depedancies)
19257
19258commit 6d55a24863f3b70ba4b816692739b5f2b9e9995f
19259Author: Rémi Denis-Courmont <rem@videolan.org>
19260Date:   Mon Mar 13 10:56:56 2006 +0000
19261
19262    Change Russian charset selection
19263
19264commit 6a28b19cc5e7dadb67455d705f49a6155f960670
19265Author: Rémi Denis-Courmont <rem@videolan.org>
19266Date:   Mon Mar 13 10:52:32 2006 +0000
19267
19268    Candidate language to likely non-UTF8 code page functions
19269
19270commit 14a9ecc640e7b3cf5f1d2c040105c0a97a7a5567
19271Author: Clément Stenac <zorglub@videolan.org>
19272Date:   Mon Mar 13 07:12:18 2006 +0000
19273
19274    Add a tristate for WX playlist mode (normal/embedded/both).
19275
19276    For the moment, defaults to normal. (Closes:#494)
19277
19278commit 1d001afcc338562723040685085903b15aced6c2
19279Author: Derk-Jan Hartman <hartman@videolan.org>
19280Date:   Mon Mar 13 00:54:40 2006 +0000
19281
19282    * Fix x264 compilation on Darwin
19283
19284commit 3fdc34d5d301ef248de845aca825970a2cb04aa1
19285Author: Rémi Denis-Courmont <rem@videolan.org>
19286Date:   Sun Mar 12 22:52:25 2006 +0000
19287
19288    * Use uint32_t instead of wchar_t to represent UTF32 characters, given wchar_t is not 32-bits on all platforms
19289    * Cosmetic fixes
19290    * Check for invalid UTF-32 sequence
19291    * Accept all non-printable characters within UTF-8 strings (EnsureUTF8's job is to ensure valid UTF8 sequence, not to ensure printable characters)
19292
19293commit e3f12b873c798ac634f90fbaeec6a5fa783fab41
19294Author: Christophe Mutricy <xtophe@videolan.org>
19295Date:   Sun Mar 12 22:46:34 2006 +0000
19296
19297    Missing in the previous commit + don't extract gecko-sdk each time
19298
19299commit 6e37e43319f0190a7d4d68e17d527fecbb7afc60
19300Author: Christophe Mutricy <xtophe@videolan.org>
19301Date:   Sun Mar 12 21:59:12 2006 +0000
19302
19303    shout: Other approach.
19304
19305commit 4e8cc7fd95626fd0bdc80f0922240bb19edc0705
19306Author: Clément Stenac <zorglub@videolan.org>
19307Date:   Sun Mar 12 21:42:19 2006 +0000
19308
19309    File mangler
19310
19311    This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)
19312
19313commit de6439f8cbe9b2d4ad4e73e5fbc2863708442929
19314Author: Christophe Mutricy <xtophe@videolan.org>
19315Date:   Sun Mar 12 21:22:34 2006 +0000
19316
19317    Add libshout on win32
19318
19319commit e9c4ad96d9ce42a11969337c207b92ff2c702a7c
19320Author: Christophe Mutricy <xtophe@videolan.org>
19321Date:   Sun Mar 12 17:30:46 2006 +0000
19322
19323    po/*: Mea Culpa. make update-po should be run on a clean tree
19324
19325commit 9e8453bb8c8a6f87f49c959b0ceb79508a423d34
19326Author: Clément Stenac <zorglub@videolan.org>
19327Date:   Sun Mar 12 15:06:39 2006 +0000
19328
19329    Fix svn:ignore
19330
19331commit 5538983bbc3206395c94765afe076eac61acafad
19332Author: Clément Stenac <zorglub@videolan.org>
19333Date:   Sun Mar 12 14:24:54 2006 +0000
19334
19335    Remove buggy debug
19336
19337commit 5ac87d09be2b2a6e8384dc8af54516e3f4d190fb
19338Author: Rémi Denis-Courmont <rem@videolan.org>
19339Date:   Sun Mar 12 12:44:06 2006 +0000
19340
19341    Always link libintl through libvlc on Win32
19342
19343commit 18b4556f857ff44bff4b3c45459ff42378481cd8
19344Author: Rémi Denis-Courmont <rem@videolan.org>
19345Date:   Sun Mar 12 10:41:31 2006 +0000
19346
19347    Propagate changes from previous commit
19348
19349commit 738fac768fc74dcac44ecaeb2d4dba3af819f516
19350Author: Rémi Denis-Courmont <rem@videolan.org>
19351Date:   Sun Mar 12 09:52:42 2006 +0000
19352
19353     * Revert my [14546] that doesn't work
19354     * Remove changeset thing from shared libvlc versioning until someone cares to implement it properly within the build system
19355
19356commit fdaae90bcccef683a0f29f829f67b5cc34f62376
19357Author: Jean-Paul Saman <jpsaman@videolan.org>
19358Date:   Sun Mar 12 09:27:48 2006 +0000
19359
19360    Fix compiler warning: Add missing include
19361
19362commit 3572ca421956a577bc5ac64aa45eae266177ec37
19363Author: Clément Stenac <zorglub@videolan.org>
19364Date:   Sun Mar 12 09:12:38 2006 +0000
19365
19366    Disable update checker in Win32 until it's fixed
19367
19368commit c0dd3f01cda0ab5b8179598668f19da91f6b1775
19369Author: Clément Stenac <zorglub@videolan.org>
19370Date:   Sun Mar 12 09:11:49 2006 +0000
19371
19372    Revert [14732]
19373
19374commit 97dcbccdd0a157b32687901a1c9b21cb50d6b49e
19375Author: Clément Stenac <zorglub@videolan.org>
19376Date:   Sun Mar 12 09:08:18 2006 +0000
19377
19378    Might fix a bit update layout in win32
19379
19380commit 20a61425ce6097bf3b994542bf89a9f700cc52a4
19381Author: Antoine Cellerier <dionoea@videolan.org>
19382Date:   Sat Mar 11 23:30:07 2006 +0000
19383
19384    fix bluescreen description
19385
19386commit e87c51f9e3e97cd9bc9667a6953d8afe02f8888e
19387Author: Felix Paul Kühne <fkuehne@videolan.org>
19388Date:   Sat Mar 11 23:29:09 2006 +0000
19389
19390    * fix make dist for OSX
19391
19392commit 84d4f20b4403c98cec615272ae758fb9952bd857
19393Author: Antoine Cellerier <dionoea@videolan.org>
19394Date:   Sat Mar 11 23:23:32 2006 +0000
19395
19396    add note about XSPF not being in 0.8.5-test1
19397
19398commit ec8225260d0c94952dbbd8f7fcb84ca1a753aa94
19399Author: Antoine Cellerier <dionoea@videolan.org>
19400Date:   Sat Mar 11 23:21:44 2006 +0000
19401
19402    Thanks and news (see previous commit)
19403
19404commit 8e8e64419dbc027b464e227b7d1b4f6056394ebb
19405Author: Antoine Cellerier <dionoea@videolan.org>
19406Date:   Sat Mar 11 23:19:59 2006 +0000
19407
19408    src/playlist/loadsave.c, modules/demux/playlist/*, modules/gui/*,
19409    modules/misc/playlist/*, modules/access/http.c: XSPF playlist support
19410    (read and write) by Daniel Stranger. Many thanks
19411
19412    src/misc/modules.c, src/misc/strings.c, include/vlc_strings.h: string
19413    handling functions.
19414
19415    modules/control/http/*, modules/services_discovery/upnp_intel.cpp: use
19416    these string handling functions.
19417
19418commit d78b7c38ea73fec64504b473ddfaae59ac6e8b60
19419Author: Christophe Mutricy <xtophe@videolan.org>
19420Date:   Sat Mar 11 22:40:56 2006 +0000
19421
19422    ka.po: new update by Alexander Dibebulize.
19423    All: Run make update-po
19424
19425commit df366fcf1df1d7375e44d300623e9fc1ddee1f88
19426Author: Antoine Cellerier <dionoea@videolan.org>
19427Date:   Sat Mar 11 21:19:12 2006 +0000
19428
19429    Check that destination node is really a node.
19430
19431commit 94d5831bbf3ad5f57e6f263739b2ededc67519dd
19432Author: Rémi Denis-Courmont <rem@videolan.org>
19433Date:   Sat Mar 11 19:35:22 2006 +0000
19434
19435     * Use run-time detection of UTF-8 as current charset instead of hard-coding to be if and only if Mac OS X
19436     * Use CP1252 as a fallback instead of ISO-8859-1 (as far as printable characters are concerned, the first is a superset of the second, and it is the most commonly used charset in the west to date)
19437
19438commit 711b342d7c63550cf483e3b23983f981046adbb3
19439Author: Rémi Denis-Courmont <rem@videolan.org>
19440Date:   Sat Mar 11 19:25:33 2006 +0000
19441
19442    - Fix memleak when not using Mac OS
19443    - Error handling clean up
19444
19445commit f22bfe80590667bbb2388345d90edaa51cc7d0fe
19446Author: Clément Stenac <zorglub@videolan.org>
19447Date:   Sat Mar 11 19:23:58 2006 +0000
19448
19449    Don't use %f in RRD output (Closes:#582)
19450
19451commit 82d182250d7a752466727652e09f3abfb1cc05b6
19452Author: Clément Stenac <zorglub@videolan.org>
19453Date:   Sat Mar 11 18:34:39 2006 +0000
19454
19455    A number of fixes spotted by Sébastien Raud < s d0t raud att yahoo d0t fr >
19456    Thanks.
19457
19458commit b6e2bf32ae94db7137207cb3f8915f03ac347612
19459Author: Clément Stenac <zorglub@videolan.org>
19460Date:   Sat Mar 11 18:18:14 2006 +0000
19461
19462    Work around what looks like a ...
19463    ...
19464    WX bug !
19465    (OnActivateItem not working with enter key on Win32)
19466
19467    (Closes:#348)
19468
19469commit 0d2c5a89d709b33f089cda4380a7546d1f0b61d0
19470Author: Clément Stenac <zorglub@videolan.org>
19471Date:   Sat Mar 11 17:35:55 2006 +0000
19472
19473    Strings (Refs:#438)
19474
19475commit 07d375a8e180d9d959e2ede32d597184a2049a1b
19476Author: Felix Paul Kühne <fkuehne@videolan.org>
19477Date:   Sat Mar 11 17:19:37 2006 +0000
19478
19479    * updated the copyright-string
19480
19481commit dbe1aecff23276bda7eeac2fe30c17710271cbbe
19482Author: Clément Stenac <zorglub@videolan.org>
19483Date:   Sat Mar 11 13:41:49 2006 +0000
19484
19485    Change some button orders
19486    Hide the "OK" button in the preferences (keep "Save")
19487
19488commit 00d18e841a01da015b9ffe6014a4484eb9d8bddb
19489Author: Clément Stenac <zorglub@videolan.org>
19490Date:   Sat Mar 11 13:03:04 2006 +0000
19491
19492    Fix crash in TS muxer. Patch by Alex Antropoff.
19493    Thanks.
19494
19495    Closes: #552
19496
19497commit bfabd662d161182fc071096963d4d727662b73b1
19498Author: Christophe Mutricy <xtophe@videolan.org>
19499Date:   Sat Mar 11 01:29:05 2006 +0000
19500
19501    codec/flac.c: fix preparse with flac
19502
19503commit 7092d93f913fd49e9b34e50f30eb856226b28dfc
19504Author: Rémi Denis-Courmont <rem@videolan.org>
19505Date:   Fri Mar 10 23:19:18 2006 +0000
19506
19507    Tell user we disabled EPSV mode _before_ reconnecting so (s)he doesn't get confused
19508
19509commit c6371fc49a28d61c638964f49fc2652d7399ee53
19510Author: Rémi Denis-Courmont <rem@videolan.org>
19511Date:   Fri Mar 10 18:21:34 2006 +0000
19512
19513    Fix typo
19514
19515commit 5ff510b7c659c7bb857a005d2cc9704b49945d3b
19516Author: Rémi Denis-Courmont <rem@videolan.org>
19517Date:   Fri Mar 10 18:10:45 2006 +0000
19518
19519    Test distcheck with libtool when using libtool so I can test
19520
19521commit 6e14bd65d205ee284d603028e57f63d2e582adfb
19522Author: Rémi Denis-Courmont <rem@videolan.org>
19523Date:   Fri Mar 10 17:57:31 2006 +0000
19524
19525    Remove broken lldiv check and only use lldiv replacement on BeOS
19526
19527commit e03445eb7f395af7c07f6445b2cb97a27bcb64ec
19528Author: Rémi Denis-Courmont <rem@videolan.org>
19529Date:   Fri Mar 10 17:48:57 2006 +0000
19530
19531    Remove non-existant files
19532
19533commit 1d145255ae6336db05adc3540b830692aaf2d531
19534Author: Rémi Denis-Courmont <rem@videolan.org>
19535Date:   Fri Mar 10 17:35:28 2006 +0000
19536
19537    Update file names
19538
19539commit 9dcd78b1f6f538911e0f13d6292422d38596c690
19540Author: Rémi Denis-Courmont <rem@videolan.org>
19541Date:   Fri Mar 10 17:31:15 2006 +0000
19542
19543    Use better name for newly introduced file
19544
19545commit abb377b148549466e42d72aeb4361826938bb2af
19546Author: Rémi Denis-Courmont <rem@videolan.org>
19547Date:   Fri Mar 10 17:30:32 2006 +0000
19548
19549    Same as previous commit - for VLC
19550
19551commit 9302aca7d82cea862b0df7b8d1deec88e34591f0
19552Author: Rémi Denis-Courmont <rem@videolan.org>
19553Date:   Fri Mar 10 17:21:33 2006 +0000
19554
19555    Fix and restore nice file names
19556    Shame on me
19557
19558commit b2bda4aa796bd3e42d98391a45861b08f031a185
19559Author: Christophe Mutricy <xtophe@videolan.org>
19560Date:   Fri Mar 10 14:03:58 2006 +0000
19561
19562    Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicificator to the tarball
19563
19564commit fb6863d6229118ff58f0a6df0f0770bd18a94928
19565Author: Antoine Cellerier <dionoea@videolan.org>
19566Date:   Fri Mar 10 12:44:17 2006 +0000
19567
19568    run make update-po
19569
19570commit a2dc099691d004384f067359d504e449a27415f1
19571Author: Rémi Denis-Courmont <rem@videolan.org>
19572Date:   Fri Mar 10 09:31:17 2006 +0000
19573
19574    Clean up ListenTCP error handling (refs #320)
19575
19576commit 9f8542d3fdc0f535606d2a0b11875bf720bda014
19577Author: Rémi Denis-Courmont <rem@videolan.org>
19578Date:   Fri Mar 10 09:28:45 2006 +0000
19579
19580    Someone forgot to add an exported symbol
19581    (p_symbols and vlc_symbols.h sucks time, heh? - use shared libvlc/libtool)
19582
19583commit 8b2319957411633630bb31072fb383e8523b6066
19584Author: Clément Stenac <zorglub@videolan.org>
19585Date:   Fri Mar 10 07:20:41 2006 +0000
19586
19587    Forgot this
19588
19589commit 3f83680f11e5978a026a85a83eb29083e8d71512
19590Author: Clément Stenac <zorglub@videolan.org>
19591Date:   Fri Mar 10 07:17:31 2006 +0000
19592
19593    Test1
19594
19595commit f46a2e2ab8d5b67d261adb26c58206463123b3c2
19596Author: Rémi Denis-Courmont <rem@videolan.org>
19597Date:   Thu Mar 9 22:57:30 2006 +0000
19598
19599    - Clean up error message generation with TCP outgoing connections
19600    - Fix memleak in case of connection failure
19601
19602commit 768327adb4dbbf3a35483a1e3675392f5cf64a03
19603Author: Rémi Denis-Courmont <rem@videolan.org>
19604Date:   Thu Mar 9 22:56:37 2006 +0000
19605
19606    Common socket error handling
19607
19608commit 341c52d2c7cd4aeba50b7fe51b1180172f54ec16
19609Author: Rémi Denis-Courmont <rem@videolan.org>
19610Date:   Thu Mar 9 22:43:01 2006 +0000
19611
19612    Fix make core on Win32 with shared libvlc
19613
19614commit c99690e4651de5f2ddc97df56cdca432b4e7732f
19615Author: Christophe Mutricy <xtophe@videolan.org>
19616Date:   Thu Mar 9 20:05:53 2006 +0000
19617
19618    libvlc.h: preferences tweaking
19619
19620commit 98c55d6db6ef13264ca9e0c89c8f8746aaa9ff9e
19621Author: Christophe Mutricy <xtophe@videolan.org>
19622Date:   Thu Mar 9 19:55:40 2006 +0000
19623
19624    all: move the logger option from video to interface and advanced
19625
19626commit e053d5aa167fd80068c35ad9e8fb8580cfbb2c07
19627Author: Derk-Jan Hartman <hartman@videolan.org>
19628Date:   Thu Mar 9 15:57:48 2006 +0000
19629
19630    * Use the proper parent object to do var_Get macosx-black on. Fixes the issue where we failed to mutex_lock.
19631
19632commit 943bf4b4baef857c6ba82b26b975f0cca61adbec
19633Author: Derk-Jan Hartman <hartman@videolan.org>
19634Date:   Thu Mar 9 15:55:13 2006 +0000
19635
19636    * Don't crash if we want to msg_Dbg on an object that doesn't exist.
19637
19638commit 4613b81059a1be6f8a8f50b30f8d84a119eaf6f0
19639Author: Rémi Denis-Courmont <rem@videolan.org>
19640Date:   Thu Mar 9 13:28:48 2006 +0000
19641
19642    Use the fine stack as we can
19643
19644commit 6cb1b6ed3f1bd7d95651934f3bb3ab8550597a57
19645Author: Rémi Denis-Courmont <rem@videolan.org>
19646Date:   Thu Mar 9 13:08:46 2006 +0000
19647
19648    As a work-around, accept both decimal separators when...
19649    deserializing floats from configuration (fixes #589)
19650
19651    I know this is NOT the “right” way to fix this.
19652    The “right” way would be to remove floats from the configuration...
19653    but there are approximately one float parameter in the core and 46 ones
19654    in our current plugins set, none of which I use myself. So I am
19655    defintely not going to rewrite all^H^H^Hany of them.
19656
19657    Of course, it would be cleaner to be “strict”  in what we write to
19658    the configuration file, than “liberal” in what we accept... but IMHO,
19659    it is way easier and more robust to be liberal in what we accept in
19660    this particular case (ie. accepting both decimal separators is trivial,
19661    while serializing float numbers manually is complex).
19662
19663commit e63d66d5d507f90aba71d93940978bf0659bcf32
19664Author: Rémi Denis-Courmont <rem@videolan.org>
19665Date:   Thu Mar 9 10:56:53 2006 +0000
19666
19667    Revert [14683]
19668    You can definitely declare variable at the beginning of a nested block with gcc 2.95
19669
19670commit c0d091cefba98520474022858c0176fc1c85fea9
19671Author: Felix Paul Kühne <fkuehne@videolan.org>
19672Date:   Thu Mar 9 10:04:01 2006 +0000
19673
19674    * put a warning to prevent users from reporting known bugs for panel is which won't be included within 0.8.5
19675    * fixed svn propset
19676
19677commit 38540559f5c346a0ce719217cd22e453dc0c8479
19678Author: Jean-Paul Saman <jpsaman@videolan.org>
19679Date:   Thu Mar 9 09:47:30 2006 +0000
19680
19681    Update e-mail address
19682
19683commit a743920e606e2626cd7cf46d68835963d26489e4
19684Author: Felix Paul Kühne <fkuehne@videolan.org>
19685Date:   Thu Mar 9 09:31:36 2006 +0000
19686
19687    * improved the wording a bit
19688
19689commit abed251569693eca81b6d91ae1149211c8507734
19690Author: Eric Petit <titer@videolan.org>
19691Date:   Wed Mar 8 23:52:35 2006 +0000
19692
19693     Force lldiv emulation on BeOS
19694
19695commit 8eb76cd7e97bf343ffd3adddbdd0232bc9ae0f04
19696Author: Damien Fouilleul <damienf@videolan.org>
19697Date:   Wed Mar 8 23:52:29 2006 +0000
19698
19699    all: reworked gui layout of dialog boxes to get rid of the dark gray background colour (I hope that wasn't intentional :)
19700
19701commit 1b73c740f371a37298ed85a5348a6ab2590ca869
19702Author: Eric Petit <titer@videolan.org>
19703Date:   Wed Mar 8 23:32:08 2006 +0000
19704
19705     Emulate C99's lldiv() if necessary
19706
19707commit c8f1e3fdf6027e4688a23eff25e91d13c7400e19
19708Author: Christophe Mutricy <xtophe@videolan.org>
19709Date:   Wed Mar 8 22:30:53 2006 +0000
19710
19711    rtsp.c: BeOS fix. variables can't be declared in the middle of the function.
19712
19713commit 7ea70d9a3643c6872f7baaedf6a8beae1ee15ecb
19714Author: Derk-Jan Hartman <hartman@videolan.org>
19715Date:   Wed Mar 8 22:03:00 2006 +0000
19716
19717    * one part of x264 patch fixed upstream
19718
19719commit 948ec4c205be5f59300ac4a31a636753be2be2ac
19720Author: Damien Fouilleul <damienf@videolan.org>
19721Date:   Wed Mar 8 17:50:44 2006 +0000
19722
19723    all: for Cygwin, make sure that the program-prefix is empty, so that libgcrypt-config & gnutls-config are not prefixed by the target build (i586-mingw32msvc), which causes prevents configures scripts from detecting them
19724
19725commit 6979ce05239dedbd3f7b8ba6ca4e0253306fc037
19726Author: Rémi Denis-Courmont <rem@videolan.org>
19727Date:   Wed Mar 8 17:33:29 2006 +0000
19728
19729    Winsock non-blocking kludge for GnuTLS (refs #538)
19730
19731commit bb7222174d31e3678f15c7fea091f6b6742104ca
19732Author: Rémi Denis-Courmont <rem@videolan.org>
19733Date:   Wed Mar 8 17:25:09 2006 +0000
19734
19735    svn:ignore
19736
19737commit 56f81d71d814dc673a7f246a5e15f4c674ed7ebb
19738Author: Antoine Cellerier <dionoea@videolan.org>
19739Date:   Wed Mar 8 17:06:59 2006 +0000
19740
19741    modules/misc/rtsp.c is using us_strtod
19742
19743commit 9e90e11946370c1a113a2968899b703e4970b0eb
19744Author: Rémi Denis-Courmont <rem@videolan.org>
19745Date:   Wed Mar 8 13:51:31 2006 +0000
19746
19747    Missing export
19748
19749commit 7ede571c555f34fec7ab987c5df7b369d1d87d6c
19750Author: Rémi Denis-Courmont <rem@videolan.org>
19751Date:   Wed Mar 8 13:32:37 2006 +0000
19752
19753    Don't use C (de)serialization for float numbers (closes #583)
19754
19755commit d6b95124a6a823cce9491d5218070336b08e71c2
19756Author: Rémi Denis-Courmont <rem@videolan.org>
19757Date:   Wed Mar 8 12:25:29 2006 +0000
19758
19759     * i18n_strtod: locale-agnostic strtod() (accepts both comma and dot as decimal separator)
19760     * us_strtod, us_atof: same as i18n_* but only accept dot in any case
19761       (this will be useful when parsing stream output chain which uses comma to separate
19762        options)
19763
19764commit 88fcc88c4bfe14190e77c22dbf0102db89315cb8
19765Author: Rémi Denis-Courmont <rem@videolan.org>
19766Date:   Wed Mar 8 12:23:34 2006 +0000
19767
19768    Fix TTL range check
19769
19770commit b25c2e85e26c75330d22ffdf2672eb71341928e1
19771Author: Rémi Denis-Courmont <rem@videolan.org>
19772Date:   Wed Mar 8 11:52:46 2006 +0000
19773
19774    Avoid ugly non-const cast
19775
19776commit 7146789f5fd7e837313f69da8c772ebb67b80ec1
19777Author: Rémi Denis-Courmont <rem@videolan.org>
19778Date:   Wed Mar 8 11:32:34 2006 +0000
19779
19780    i18n_atof(): locale-agnostic atof()
19781
19782commit d3de78aa5fb85672dda1bd221b29776603575cc2
19783Author: Clément Stenac <zorglub@videolan.org>
19784Date:   Wed Mar 8 09:47:45 2006 +0000
19785
19786    Fix wizard matrix on win32. Closes:#531
19787
19788commit f1ff393441d17d6558c95a3f68629b434a911db6
19789Author: Derk-Jan Hartman <hartman@videolan.org>
19790Date:   Tue Mar 7 23:56:32 2006 +0000
19791
19792    * Fix the issue where sometimes the Menubar wouldn't reappear after exiting fullscreen.
19793
19794commit 6b99a438f1566af5b8890c57418da8ed05f0d3bd
19795Author: Derk-Jan Hartman <hartman@videolan.org>
19796Date:   Tue Mar 7 23:22:41 2006 +0000
19797
19798    * Fix an issue with a : in the subtitle-filename causing the subtitle detection to fail.
19799
19800commit ed0c577349232a69aceb2ff6e4f2f8c04f3fae42
19801Author: Rémi Denis-Courmont <rem@videolan.org>
19802Date:   Tue Mar 7 20:06:53 2006 +0000
19803
19804    - Undo [14667]
19805     * fix memleak
19806     * remove unused variable (psz_local always NULL...)
19807     * remove free(NULL)
19808     * remove expansion-unsafe wxDnDLocaleFree() macro variant
19809    - Actually fix [14633] flawed logic
19810
19811commit 54aaf840dc43413d7d514e345456dce5352d4c8a
19812Author: Antoine Cellerier <dionoea@videolan.org>
19813Date:   Tue Mar 7 18:48:35 2006 +0000
19814
19815    Fix wx DnD once more.
19816
19817commit bc07639dbb9956f3d64a179565a06392c8232845
19818Author: Christophe Mutricy <xtophe@videolan.org>
19819Date:   Tue Mar 7 13:30:27 2006 +0000
19820
19821    HACKING: Add a note about the module cache and vlc --list
19822
19823commit 5fa29dff00ebba51942ad39d6a803de2dfcf264a
19824Author: Damien Fouilleul <damienf@videolan.org>
19825Date:   Tue Mar 7 12:22:19 2006 +0000
19826
19827    Makefile: don't forget to chmod a+x gecko-sdk/bin/*
19828
19829commit 29119634fca765a6a74cb1bb05d84a63dbcbb2e8
19830Author: Damien Fouilleul <damienf@videolan.org>
19831Date:   Tue Mar 7 12:15:06 2006 +0000
19832
19833    all: updating mozilla SDK for cygwin builds
19834
19835commit 006189cf327d1d2d95e6f6c320da6e6158303b7e
19836Author: Christophe Mutricy <xtophe@videolan.org>
19837Date:   Tue Mar 7 10:29:41 2006 +0000
19838
19839    ffmpeg-cvs-mactel.patch: Mangle patch was applied upstream
19840
19841commit 33ab6040972bfe51aec689c87144cf16cfaffbaa
19842Author: Antoine Cellerier <dionoea@videolan.org>
19843Date:   Mon Mar 6 18:55:39 2006 +0000
19844
19845    Add link to online documentation in VLC manpage
19846
19847commit 8ba0bc971f908c97e8ce683735a58947791ddc8d
19848Author: Sam Hocevar <sam@videolan.org>
19849Date:   Mon Mar 6 17:51:43 2006 +0000
19850
19851      * extras/contrib/src/Makefile: build libx264.a in PIC mode on OS X x86.
19852
19853commit 10cfb4cde8dbaf5e13dd2926c95043cab256f8d8
19854Author: Damien Fouilleul <damienf@videolan.org>
19855Date:   Mon Mar 6 16:06:41 2006 +0000
19856
19857    Makefile: fix for MacIntel package build
19858
19859commit b641f67d05bf2af42372d016cc520332126df12d
19860Author: Rémi Denis-Courmont <rem@videolan.org>
19861Date:   Mon Mar 6 10:25:12 2006 +0000
19862
19863    WxWidgets: use wraptext in UTF-8 mode as that is the codeset for gettext
19864    core: remove unused ISO-8859-centric monobyte mode from vlc_wraptext()
19865
19866commit bedf87260234756804514f5288b03cbaeae5bfdd
19867Author: Rémi Denis-Courmont <rem@videolan.org>
19868Date:   Mon Mar 6 10:23:37 2006 +0000
19869
19870    Add extra Win32-specific debug (refs #538)
19871
19872commit 5915e2732fb08b2e7a084430a90d85e01931960b
19873Author: Christophe Mutricy <xtophe@videolan.org>
19874Date:   Mon Mar 6 09:42:01 2006 +0000
19875
19876    src/Makefile: make distcheck happy
19877
19878commit ca0ddba7f6099a708eb5ea2758445f9fac3cd302
19879Author: Damien Fouilleul <damienf@videolan.org>
19880Date:   Sun Mar 5 23:49:52 2006 +0000
19881
19882    extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool
19883    configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary
19884    Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME
19885
19886    NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected
19887
19888commit f96736f0750f32da2ec13250f77384ed3c327b8b
19889Author: Christophe Mutricy <xtophe@videolan.org>
19890Date:   Sun Mar 5 20:08:16 2006 +0000
19891
19892    configure.ac: use the gecko-sdk in the contrib
19893
19894commit 2276b7e77329e91ce77452656ff6aa7cf0057465
19895Author: Christophe Mutricy <xtophe@videolan.org>
19896Date:   Sun Mar 5 19:37:21 2006 +0000
19897
19898    contrib/Makefile: Don't put 2 include
19899
19900commit 69dc9ab20a13cff6b9c007ccb47ef95ed1559e10
19901Author: Clément Stenac <zorglub@videolan.org>
19902Date:   Sun Mar 5 19:05:07 2006 +0000
19903
19904    Add some news
19905
19906commit 8e3aa111633dc7edb627752a95383c04d488611e
19907Author: Christophe Mutricy <xtophe@videolan.org>
19908Date:   Sun Mar 5 17:44:04 2006 +0000
19909
19910    contrib/Makefile: dereference the symlink. a better solution would be to transform the absolute one to relative.
19911
19912commit 4c282f0236ae536a7c69203c77e59be8dc263d18
19913Author: Christophe Mutricy <xtophe@videolan.org>
19914Date:   Sun Mar 5 16:43:37 2006 +0000
19915
19916    Update x264 patch.
19917
19918commit c82c807387331a9930cc2a89f0af852a40ee8633
19919Author: Felix Paul Kühne <fkuehne@videolan.org>
19920Date:   Sun Mar 5 16:41:18 2006 +0000
19921
19922    * make sure that the timer which is updating the stats-tab is stopped when the panel is closed
19923    * fixed a minor memory leak (the timer wasn't released after invalidating it)
19924    * VLCInfo is o_info_window's delegate now
19925
19926commit ff47c5ee4f9aee0a41dd1280def4e27012477864
19927Author: Antoine Cellerier <dionoea@videolan.org>
19928Date:   Sun Mar 5 15:47:17 2006 +0000
19929
19930    Select item after deleting items from the playlist with KEY_DEL.
19931
19932commit 5f162f59b94344ee8a6f70949ebf55aaa95e71de
19933Author: Felix Paul Kühne <fkuehne@videolan.org>
19934Date:   Sun Mar 5 15:42:51 2006 +0000
19935
19936    * don't show the statistics-tab if the stats aren't enabled
19937
19938commit 03cb690babe01ebb0f164e0f00c3de7f0262e1a4
19939Author: Rémi Denis-Courmont <rem@videolan.org>
19940Date:   Sun Mar 5 15:34:21 2006 +0000
19941
19942    Don't call textdomain - it is not only useless but harmful (refs #581)
19943
19944commit 5397b8f3eade20cab14e9a72e3337a1ed3b7f3ae
19945Author: Antoine Cellerier <dionoea@videolan.org>
19946Date:   Sun Mar 5 15:33:02 2006 +0000
19947
19948    ctrl_tree.cpp: fix selection bug (when pressing KEY_DOWN if the selected item was the last visible tree item)
19949    playtree.hpp: cosmetics
19950
19951commit 5983a04266f532a7746388565834450cede596a1
19952Author: Rémi Denis-Courmont <rem@videolan.org>
19953Date:   Sun Mar 5 15:32:49 2006 +0000
19954
19955    - Call dgettext directly with shared libvlc and libtool
19956    - Remove vlc_dcgettext in those cases
19957
19958commit 6633a950cb83b9317188eea314ade341d6c1cdd4
19959Author: Rémi Denis-Courmont <rem@videolan.org>
19960Date:   Sun Mar 5 15:32:01 2006 +0000
19961
19962    Add some “const”s
19963
19964commit cf221c4792188be8bb689df290be5082097df3c1
19965Author: Rémi Denis-Courmont <rem@videolan.org>
19966Date:   Sun Mar 5 15:29:52 2006 +0000
19967
19968    Fix some warnings
19969
19970commit b3481ac94a3a4e21e480b1e9e80343964e1f5294
19971Author: Antoine Cellerier <dionoea@videolan.org>
19972Date:   Sun Mar 5 14:58:31 2006 +0000
19973
19974    We won't need to warn ECP about releases now.
19975
19976commit 10361cb70f98e1e76fda61804226d18bf63d3c2d
19977Author: Antoine Cellerier <dionoea@videolan.org>
19978Date:   Sun Mar 5 14:37:35 2006 +0000
19979
19980    Fix build on Mac (i hope)
19981
19982commit 3c251fc282472dbc434318399fa3395233b3bae7
19983Author: Rémi Denis-Courmont <rem@videolan.org>
19984Date:   Sun Mar 5 11:36:59 2006 +0000
19985
19986    remove now useless x509-ca-bundle option
19987
19988commit 8b5f49d12d1171b15620133312a4adb7e8023e7a
19989Author: Rémi Denis-Courmont <rem@videolan.org>
19990Date:   Sun Mar 5 11:28:28 2006 +0000
19991
19992    Look for Root CA certificates in VLC data dir
19993
19994commit 12c4a86183984cc5eefe48da7f1a92e33912d395
19995Author: Antoine Cellerier <dionoea@videolan.org>
19996Date:   Sun Mar 5 11:24:59 2006 +0000
19997
19998    We can now DnD a file everywhere on the playlist dialog. Droping above the tree will insert at the begining of the playlist. Droping under the tree will insert at the end of the playlist.
19999
20000commit 991ad2c1667b01b20f4085a06b6f07d92fcfa611
20001Author: Antoine Cellerier <dionoea@videolan.org>
20002Date:   Sun Mar 5 11:16:23 2006 +0000
20003
20004    Remove uneeded include (since playlist DnD is now different from the main controler's DnD)
20005
20006commit cfe59a4f713c6a86da75bdcd48919e56dd60711a
20007Author: Rémi Denis-Courmont <rem@videolan.org>
20008Date:   Sun Mar 5 11:10:34 2006 +0000
20009
20010    config_GetDataDir(): returns path to VLC installed shared data
20011
20012commit b17c9671782083f8efff29624b618e387aff25e7
20013Author: Rémi Denis-Courmont <rem@videolan.org>
20014Date:   Sun Mar 5 09:04:07 2006 +0000
20015
20016    Fix compilation AGAIN
20017
20018commit b98368863f8453437ee5c4a1e6cba792c22639d4
20019Author: Christophe Mutricy <xtophe@videolan.org>
20020Date:   Sat Mar 4 22:53:51 2006 +0000
20021
20022    fileinfo.*: I should lean C++
20023
20024commit a80da5c39a427ac864290f4261373c7176e93153
20025Author: Antoine Cellerier <dionoea@videolan.org>
20026Date:   Sat Mar 4 22:48:20 2006 +0000
20027
20028    playlist.cpp, playlist.hpp: fix segfault when destroying playlist drop target (and use the wxDnD*Locale functions).
20029    interface.cpp, wxwidgets.hpp: put courmisch's fixes to the DnD encoding issue in wx into wxDnDFromLocale and wxDnDFreeLocale
20030
20031commit 9a5cf69b94bf377e4c3a196a7d0bff4b2c016408
20032Author: Antoine Cellerier <dionoea@videolan.org>
20033Date:   Sat Mar 4 22:06:08 2006 +0000
20034
20035    Fix node insertion. Thanks to zorglub.
20036
20037commit a3c03643d970950face8512a1d80face16ea9821
20038Author: Rémi Denis-Courmont <rem@videolan.org>
20039Date:   Sat Mar 4 22:05:10 2006 +0000
20040
20041    Fix off by one bugs
20042
20043commit 8255efa507e80a5326635e865f246ae342f7a806
20044Author: Antoine Cellerier <dionoea@videolan.org>
20045Date:   Sat Mar 4 21:52:53 2006 +0000
20046
20047    dialogs/playlist.*: Add File Drop in playlist handling. (Still needs to include courmisch's wx encoding fix when the fix gets fixed)
20048
20049commit 82e4c4ba338d6a607e1a8cbcbafc24fa06de350b
20050Author: Jean-Paul Saman <jpsaman@videolan.org>
20051Date:   Sat Mar 4 21:17:25 2006 +0000
20052
20053    Coding Style fixes
20054
20055commit 462e5370f6fe716d4c6e756d0d4362b822558bcd
20056Author: Jean-Paul Saman <jpsaman@videolan.org>
20057Date:   Sat Mar 4 20:38:01 2006 +0000
20058
20059    Fix wrong define, luckily this one wasn't used yet.
20060
20061commit b92e91322c0b7a1a5a416b654c681e5fc15b305b
20062Author: Rémi Denis-Courmont <rem@videolan.org>
20063Date:   Sat Mar 4 20:24:19 2006 +0000
20064
20065    Remove superfluous dep
20066
20067commit 7ba17d5f530371f2e336827f1c2634bb4e9bd475
20068Author: Rémi Denis-Courmont <rem@videolan.org>
20069Date:   Sat Mar 4 20:19:15 2006 +0000
20070
20071    closes #579
20072
20073commit 03d1096a595d933c4837e4c039f854ed8ce56fea
20074Author: Rémi Denis-Courmont <rem@videolan.org>
20075Date:   Sat Mar 4 20:11:01 2006 +0000
20076
20077    Make the Root CA certificates bundle file for gnutls a configure-time setting
20078    (as it is highly distribution dependant)
20079    On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do
20080    (provided you have the ca-certificates package)
20081
20082commit b3717a20096f0ccfd9f54e9f79336e413a716805
20083Author: Jean-Paul Saman <jpsaman@videolan.org>
20084Date:   Sat Mar 4 20:01:58 2006 +0000
20085
20086    Do not print extra STRING_CR on successfull command.
20087
20088commit a5b2b256d3ab202b0f1ed117160b95a8dfe0b520
20089Author: Antoine Cellerier <dionoea@videolan.org>
20090Date:   Sat Mar 4 18:42:35 2006 +0000
20091
20092    item-ext.c: detach from all parent nodes (fixed)
20093
20094commit 9c90fd459b9ba9c3850eb85f6a4a2c4a7e82ec36
20095Author: Antoine Cellerier <dionoea@videolan.org>
20096Date:   Sat Mar 4 18:41:08 2006 +0000
20097
20098    modules/gui/wxwidgets/dialogs/playlist.cpp: add some more checks. Fixes infinite loop when draging an item outside the wxTreeCtrl widget.
20099    src/playlist/item-ext.c: detach item from first matching parent node only.
20100
20101commit 9d3c74196326f8f81dbb8929bd7b58903c75011c
20102Author: Christophe Mutricy <xtophe@videolan.org>
20103Date:   Sat Mar 4 18:36:29 2006 +0000
20104
20105    fileinfo.hpp: we need to use b_stats in Update()
20106
20107commit b320d38a3eb01c26caf2a7a9107edf1b4a1f2bbc
20108Author: Christophe Mutricy <xtophe@videolan.org>
20109Date:   Sat Mar 4 18:07:43 2006 +0000
20110
20111    fileinfo.*: Don't show stats when they qre disable.
20112
20113commit 6ad64134ee487c80e0542bafd9f9b905c1d13938
20114Author: Antoine Cellerier <dionoea@videolan.org>
20115Date:   Sat Mar 4 17:32:35 2006 +0000
20116
20117    add "Add node" function to node contextual menu
20118
20119commit 1163a9060e51713cfe4a1fb405a675ffafe4d6f6
20120Author: Antoine Cellerier <dionoea@videolan.org>
20121Date:   Sat Mar 4 17:09:04 2006 +0000
20122
20123    Drag and Drop support in wx playlist.
20124    TODO: merge this playlist code with the gibalou mini playlist code.
20125
20126commit b162c5300cc617372fef8ad6fbe8a755428d96b5
20127Author: Antoine Cellerier <dionoea@videolan.org>
20128Date:   Sat Mar 4 17:01:14 2006 +0000
20129
20130    Humm ... forgot to save before commiting.
20131
20132commit 081c2366dfd4d2f1330b418d5ad130c1cca6e9dd
20133Author: Antoine Cellerier <dionoea@videolan.org>
20134Date:   Sat Mar 4 17:00:41 2006 +0000
20135
20136    Code the playlist_TreeMove function.
20137    zorglub: i'm not really sure about the i_serial incrementation stuff, could you give it a look ?
20138
20139commit 7edae502ef0897fc621d8cb433851611a308e354
20140Author: Rémi Denis-Courmont <rem@videolan.org>
20141Date:   Sat Mar 4 16:56:05 2006 +0000
20142
20143    - Support for adding a single file rather than a directory as CA path
20144    - Use Debian default
20145      much faster, but properly only works on Debian and its derivatives
20146
20147commit 17202b110d49375fb9979d776228b2e795be2c7a
20148Author: Rémi Denis-Courmont <rem@videolan.org>
20149Date:   Sat Mar 4 16:06:27 2006 +0000
20150
20151    - Load root certificates from /etc/ssl (currently very slow :( )
20152    - Cosmetic
20153
20154commit 3a4d69de7c4ea9b56f39cfc6219ada7bd0af141d
20155Author: Rémi Denis-Courmont <rem@videolan.org>
20156Date:   Sat Mar 4 13:41:41 2006 +0000
20157
20158    Missed one error case
20159
20160commit 8a474a2add46dc533fb25bd26677871c6d04650a
20161Author: Rémi Denis-Courmont <rem@videolan.org>
20162Date:   Sat Mar 4 13:36:48 2006 +0000
20163
20164    (safe) directory recursion when looking for CA certificates
20165
20166commit 57ab1681713f288856803392ae58dccc2aa8654b
20167Author: Rémi Denis-Courmont <rem@videolan.org>
20168Date:   Sat Mar 4 13:31:59 2006 +0000
20169
20170    Don't BUILD_PIC when the platform doesn't need PIC
20171
20172commit 078efe2d20dad545399ee47a8f5993170efd9079
20173Author: Rémi Denis-Courmont <rem@videolan.org>
20174Date:   Sat Mar 4 12:34:28 2006 +0000
20175
20176    Libtool: kludge^H^H^H^H^H^Hfix make (|un)install within modules/subdir/subdir
20177
20178commit 38cb71b272ffa347b239399f68d992d80e79f459
20179Author: Rémi Denis-Courmont <rem@videolan.org>
20180Date:   Sat Mar 4 12:20:06 2006 +0000
20181
20182    libtool: Propagate errors from make (|un)install
20183
20184commit 03c546c175cbe5b1636ac581478b4a5fd969fc93
20185Author: Felix Paul Kühne <fkuehne@videolan.org>
20186Date:   Sat Mar 4 11:53:03 2006 +0000
20187
20188    * fix the table on the second tab and added an extra check to prevent a crash in rare situations
20189
20190commit 22073fe6c9d9e1d2c037bcb175d8f73c5a0f7b0f
20191Author: Rémi Denis-Courmont <rem@videolan.org>
20192Date:   Sat Mar 4 10:46:27 2006 +0000
20193
20194    Cosmetic
20195
20196commit b2c73bd478662d7bdb47e96e40458b7035451472
20197Author: Clément Stenac <zorglub@videolan.org>
20198Date:   Sat Mar 4 09:28:06 2006 +0000
20199
20200    Don't prepend :sout= to sout string in VLM dialog (Refs:#530)
20201
20202commit fdbec5549a446f848c386eb931586cefc16e618c
20203Author: Clément Stenac <zorglub@videolan.org>
20204Date:   Sat Mar 4 09:12:21 2006 +0000
20205
20206    Fix ordering of widgets in sout panel (Closes:#469)
20207
20208commit d3e8be3f53217d68bc0abcaa878bbca8758bed4a
20209Author: Clément Stenac <zorglub@videolan.org>
20210Date:   Sat Mar 4 09:00:10 2006 +0000
20211
20212    Shoud fix #'565
20213
20214commit 8ee797a50c3c933b2bf519ca1dcf28e54463e750
20215Author: Christophe Mutricy <xtophe@videolan.org>
20216Date:   Sat Mar 4 00:59:51 2006 +0000
20217
20218    wx/dialogs/open.cpp: Fix the caching option. Closes #575
20219    -This line, and those below, will be ignored--
20220
20221    M    open.cpp
20222
20223commit 8bd86352617ad1435e716a0e2b7c9f4f6f44c34f
20224Author: Rémi Denis-Courmont <rem@videolan.org>
20225Date:   Fri Mar 3 22:43:22 2006 +0000
20226
20227    Fix error code when server is overloaded
20228
20229commit e2afd14a3facd197464e43b3dd3e8f76c173741f
20230Author: Jean-Paul Saman <jpsaman@videolan.org>
20231Date:   Fri Mar 3 21:43:48 2006 +0000
20232
20233    Structures and functions for RTCP support. BIG FAT WARNING >>>> This code is untested <<<< but the request for it is high.
20234
20235commit 37c8f98cef4e031840b4ebf5f81c74fbc9c4f9ea
20236Author: Felix Paul Kühne <fkuehne@videolan.org>
20237Date:   Fri Mar 3 17:29:13 2006 +0000
20238
20239    * added a couple of OSX-intf-files which were added after the last release
20240
20241commit c7b3731f2776848e6d90e4342854a38101d4faf8
20242Author: Felix Paul Kühne <fkuehne@videolan.org>
20243Date:   Fri Mar 3 17:21:16 2006 +0000
20244
20245    *.m: unified the title of the Information-panel and the menu-items pointing to it to "Information" (instead of a mixture of "Properties" and "Info")
20246    MainMenu.nib:
20247        - dto
20248        - let the user select the values of the Statistics-tab
20249
20250commit 1f4cc3733a558bda3219aa3492fa7169d037f56a
20251Author: Felix Paul Kühne <fkuehne@videolan.org>
20252Date:   Fri Mar 3 17:12:15 2006 +0000
20253
20254    * fixed a signed vs unsinged warning
20255
20256commit 8a3dd2f3b32fdbaab0b69c402c44b7467958cb0b
20257Author: Antoine Cellerier <dionoea@videolan.org>
20258Date:   Fri Mar 3 14:37:24 2006 +0000
20259
20260    image.c: add --image-out-replace option. If enabled, the image vout will
20261    always overwrite the same file.
20262
20263commit ebb944ae6802848268a8b367abafc47d3ddca59c
20264Author: Felix Paul Kühne <fkuehne@videolan.org>
20265Date:   Fri Mar 3 13:51:04 2006 +0000
20266
20267    * added a NSTimer to update the statistics every second
20268
20269commit 35db12d071e4941114e6d15a16331bcf2bb7e033
20270Author: Christophe Mutricy <xtophe@videolan.org>
20271Date:   Fri Mar 3 13:08:48 2006 +0000
20272
20273    Makefile: We need autogen on win32
20274
20275commit dfb954ea915d54404141cb106b68dcc70945adef
20276Author: Felix Paul Kühne <fkuehne@videolan.org>
20277Date:   Fri Mar 3 12:19:56 2006 +0000
20278
20279    * implemented the statistics-tab. No auto-update yet.
20280
20281commit f31cba3519a067f76e98d970e70426ef481b5696
20282Author: Derk-Jan Hartman <hartman@videolan.org>
20283Date:   Fri Mar 3 11:25:18 2006 +0000
20284
20285    * Disable INSTALL_NAME now gpg-error isn't shared.
20286
20287commit 0b4a23fbd8af89e0538a0fa8e83bcbed8ec91e2c
20288Author: Derk-Jan Hartman <hartman@videolan.org>
20289Date:   Fri Mar 3 11:19:00 2006 +0000
20290
20291    * copy and tabs... sigh.
20292
20293commit 5f37c1a362cf5cfe0e0cd004dd9d0ef97128e844
20294Author: Derk-Jan Hartman <hartman@videolan.org>
20295Date:   Fri Mar 3 11:15:55 2006 +0000
20296
20297    * Lets avoid autogen where we can
20298
20299commit d4bb448c2768ef47e8d7060a8de03f42277381c2
20300Author: Derk-Jan Hartman <hartman@videolan.org>
20301Date:   Fri Mar 3 10:40:56 2006 +0000
20302
20303    * Fix liveMedia on all platforms now hopefully
20304
20305commit 45cf5c0d5fc9d3b1692c9318e330f904f7cb59db
20306Author: Derk-Jan Hartman <hartman@videolan.org>
20307Date:   Fri Mar 3 10:22:18 2006 +0000
20308
20309    * www.live555.com seems unreachable. use live555.com
20310
20311commit 4cdccd0acef8a7f6975a03c28251093b268e95a5
20312Author: Rémi Denis-Courmont <rem@videolan.org>
20313Date:   Fri Mar 3 09:32:20 2006 +0000
20314
20315    Solaris breakage again
20316
20317commit a4c78e0f8856db8dcd7fdf25601a7b41c3fbfe72
20318Author: Jean-Paul Saman <jpsaman@videolan.org>
20319Date:   Fri Mar 3 08:52:27 2006 +0000
20320
20321    Playing 3GPP audio only LATM AAC/HE-AAC streams. Patch by Ross Finalayson
20322
20323commit 2310963d9e0839bccca51cb846a7236e4798b72d
20324Author: Christophe Mutricy <xtophe@videolan.org>
20325Date:   Thu Mar 2 23:40:17 2006 +0000
20326
20327    explicit hack. please underage hackers do not look
20328    fix lame
20329
20330commit d318f09ca2000f064ad77ccd390f85edb98598bb
20331Author: Christophe Mutricy <xtophe@videolan.org>
20332Date:   Thu Mar 2 23:24:37 2006 +0000
20333
20334    Fix MacOS-Intel compilation
20335
20336commit 31683caff435305a0f19f4becd2f39f2563d1fbb
20337Author: Rémi Denis-Courmont <rem@videolan.org>
20338Date:   Thu Mar 2 22:39:03 2006 +0000
20339
20340    Code reuse
20341
20342commit 4097f9fab377dcd64d55da8d0a2b0478ef26f871
20343Author: Rémi Denis-Courmont <rem@videolan.org>
20344Date:   Thu Mar 2 22:19:14 2006 +0000
20345
20346    Remove outdated comment
20347
20348commit 4aa2cbe41bb61d3c000681b8829912b79b779a9f
20349Author: Christophe Mutricy <xtophe@videolan.org>
20350Date:   Thu Mar 2 20:39:49 2006 +0000
20351
20352    Update lame. Closes #482
20353
20354commit 950409447825a8326a9dc55e9197cd848c99b03e
20355Author: Christophe Mutricy <xtophe@videolan.org>
20356Date:   Thu Mar 2 20:38:43 2006 +0000
20357
20358    Fix Gcrypt patch
20359
20360commit d03eaf2b4a2635f42a1c9c325478c912c3e6ae9b
20361Author: Christophe Mutricy <xtophe@videolan.org>
20362Date:   Thu Mar 2 20:11:51 2006 +0000
20363
20364    makefile: Fix livedotcom on win32
20365
20366commit 91ef82f27f57a462ba9698d18210bbf2f71163d4
20367Author: Christophe Mutricy <xtophe@videolan.org>
20368Date:   Thu Mar 2 20:10:23 2006 +0000
20369
20370    Makefile: use sed -i where possible
20371
20372commit f59d1f4b8c4ff0b2e01738aa979c2835d0191002
20373Author: Christophe Mutricy <xtophe@videolan.org>
20374Date:   Thu Mar 2 20:04:54 2006 +0000
20375
20376    all: Update libgcrypt,gpg-error and gnutls (closes #570 )
20377
20378commit a290edcfb27232ae8c0f4c3729607efb91da6ff0
20379Author: Christophe Mutricy <xtophe@videolan.org>
20380Date:   Thu Mar 2 19:34:31 2006 +0000
20381
20382    Update x264 patch
20383
20384commit da5309ffd65714958f5a5bf627d13a1dacb333ec
20385Author: Christophe Mutricy <xtophe@videolan.org>
20386Date:   Thu Mar 2 19:31:36 2006 +0000
20387
20388    configure.ac: Solaris fix for live555. Patch courtesy of Alexander Gall
20389
20390commit 77e453ac23ee554acfcf6fe799f177bb31fc9318
20391Author: Rémi Denis-Courmont <rem@videolan.org>
20392Date:   Thu Mar 2 18:19:03 2006 +0000
20393
20394    Minor clean up
20395
20396commit cd15d4041388e21c78194ecf23b0cde7ac8f23f9
20397Author: Felix Paul Kühne <fkuehne@videolan.org>
20398Date:   Thu Mar 2 15:52:37 2006 +0000
20399
20400    * re-designed the information/properties panel to show meta information and statistics
20401    - the display of meta information is completely implemented and functional
20402    - the tree-view in the "Advanced Info" tab is currently broken due to bad casting (I got no idea why yet, because I didn't touch it..)
20403    - the statistics tab isn't implemented yet
20404
20405    Comments on the design and the implementation are welcome. If this re-design is too unstable for 0.8.5, I will withdraw it after branching.
20406
20407commit 082ff1ef4a4380332b73f35f143b97b216f97b1f
20408Author: Rémi Denis-Courmont <rem@videolan.org>
20409Date:   Thu Mar 2 15:19:32 2006 +0000
20410
20411    Locale fixes (refs #528) + clean up
20412
20413commit 4d4cf03533ab30be134f78dd3f6e83376e4d4750
20414Author: Rémi Denis-Courmont <rem@videolan.org>
20415Date:   Thu Mar 2 14:27:09 2006 +0000
20416
20417    use intptr_t (refs #574)
20418
20419commit 7c0169e8a4a96c3d089aebdec544ac31367214c2
20420Author: Rémi Denis-Courmont <rem@videolan.org>
20421Date:   Thu Mar 2 14:23:03 2006 +0000
20422
20423    Don't try to be more clever than umask()
20424
20425commit 522c49b57176cdfeaf44771554d51f583ad42f2c
20426Author: Rémi Denis-Courmont <rem@videolan.org>
20427Date:   Thu Mar 2 14:21:23 2006 +0000
20428
20429    Fix getaddrinfo check failure because of autoconf's cache
20430
20431commit dd10370f30d9ef0baeaa3304d02e87d41013db9d
20432Author: Rémi Denis-Courmont <rem@videolan.org>
20433Date:   Thu Mar 2 13:54:40 2006 +0000
20434
20435    Fix invalid syntax (aout_BufferFree is not an expansion-safe macro)
20436
20437commit 3c552e9bc0ca10bd173ea00df926bf9f68a5fbe8
20438Author: Rémi Denis-Courmont <rem@videolan.org>
20439Date:   Thu Mar 2 13:35:43 2006 +0000
20440
20441    Unused header inclusion syndrome
20442
20443commit c0797467f1ea7f6644533596d08df76f85b49fda
20444Author: Rémi Denis-Courmont <rem@videolan.org>
20445Date:   Thu Mar 2 13:02:37 2006 +0000
20446
20447    dist vlc_url.h
20448
20449commit 409aef2a53d64b87915e71dbbd085ab76b90c3cd
20450Author: Felix Paul Kühne <fkuehne@videolan.org>
20451Date:   Thu Mar 2 12:15:25 2006 +0000
20452
20453    * forgot that one in [14565]
20454
20455commit b58dfe3584f7a60fcd5afbdac903b513f7082804
20456Author: Felix Paul Kühne <fkuehne@videolan.org>
20457Date:   Thu Mar 2 12:14:52 2006 +0000
20458
20459    * MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't need to replace it manually anymore. This breaks the 10.2-compatibility. (refs #189)
20460
20461    * update.m: use mtime() instead of NSCalenderDate for the time-stamp
20462
20463    * sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)
20464
20465commit 8e3a102f3f6558cde8dd1d2ab450c9b472b47b9b
20466Author: Rémi Denis-Courmont <rem@videolan.org>
20467Date:   Thu Mar 2 07:52:53 2006 +0000
20468
20469    libtool:
20470     - Don't link builtins against anything (dependencies are linked in libvlc)
20471     - Don't mangle name of underlying libraries
20472
20473commit 349175aaf78a843b02252d0fc46263e7f1a56d58
20474Author: Felix Paul Kühne <fkuehne@videolan.org>
20475Date:   Wed Mar 1 22:21:36 2006 +0000
20476
20477    * don't store the temp release note in the user's Caches-folder, but in /tmp. Renamed it to vlc_releasenote_%@.tmp, whereas %@ is a timestamp (%m-%d-%y--%I.%M.%S.%F)
20478    * cleanup of the source
20479
20480commit 53858e2db568ba4500fbfa3c9bbfe647056581aa
20481Author: Antoine Cellerier <dionoea@videolan.org>
20482Date:   Wed Mar 1 22:00:37 2006 +0000
20483
20484    Add/Change x264 options. Patch by Dennis van Amerongen
20485
20486commit 85b8385e92d4de68909cb4bc5b21a49790619fed
20487Author: Antoine Cellerier <dionoea@videolan.org>
20488Date:   Wed Mar 1 21:58:15 2006 +0000
20489
20490    Add/Change x264 options. Patch by Dennis van Amerongen
20491
20492    Original email was
20493
20494    "Subject: [vlc-devel] Additional x264 options/unification
20495
20496    Patch for unification and addition of several x264 options (using x264
20497    commandline interface as reference):
20498
20499    8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct,
20500    ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr,
20501    (no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated
20502    options in favor of x264 cli equivalents (subpel -> subme, frameref ->
20503    ref, etc.) for unification.
20504
20505    Improved order of adding partitions in analyse modes as suggested by
20506    Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8
20507    would be more important than i4x4 though). Using i8x8 results in a "High
20508    Profile" setting (not all decoders seem to support that). i8x8 requires
20509    8x8dct which is now a seperate option (default disabled)."
20510
20511commit 643023cd4f4919ed237027c01559861e7090db47
20512Author: Christophe Mutricy <xtophe@videolan.org>
20513Date:   Wed Mar 1 21:41:11 2006 +0000
20514
20515    Warning Explicit Kludge
20516
20517commit ce97a5d9a66d9a462af7bc85d13105be390cfdc1
20518Author: Felix Paul Kühne <fkuehne@videolan.org>
20519Date:   Wed Mar 1 21:08:17 2006 +0000
20520
20521    * removed unused, useless variable
20522
20523commit dacaa81b5ecff82820460d9e34cebb0a619a81d9
20524Author: Felix Paul Kühne <fkuehne@videolan.org>
20525Date:   Wed Mar 1 21:05:47 2006 +0000
20526
20527    * download the updated versions through VLC and not through your default browser
20528    * removed a crasher from interaction.m
20529
20530    Note: the progress-window used to show the progress is quite hacky at the moment and will be replaced through a good implementation once the interaction-core is finished.
20531
20532commit e1db82bc74040eeeae4f3575e2cbc812a316e5f9
20533Author: Derk-Jan Hartman <hartman@videolan.org>
20534Date:   Wed Mar 1 21:00:49 2006 +0000
20535
20536    * Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)
20537
20538commit 82d59e501da2e740b3e2333f4a698a2d22acd89c
20539Author: Felix Paul Kühne <fkuehne@videolan.org>
20540Date:   Wed Mar 1 19:56:34 2006 +0000
20541
20542    * more systray related ifndefs for the Darwin platform
20543
20544commit de649c2a6e0afbb8c34a7702570b74b72e1316a0
20545Author: Felix Paul Kühne <fkuehne@videolan.org>
20546Date:   Wed Mar 1 19:11:24 2006 +0000
20547
20548    * Darwin compilation fix
20549
20550commit c72544e12e955a668cbc9e41ef11fd468d49c9d2
20551Author: Felix Paul Kühne <fkuehne@videolan.org>
20552Date:   Wed Mar 1 17:47:27 2006 +0000
20553
20554    * fixed some warnings
20555
20556commit b6ecf993f1cdf073380428a6767165b81589a39a
20557Author: Derk-Jan Hartman <hartman@videolan.org>
20558Date:   Wed Mar 1 16:50:08 2006 +0000
20559
20560    * Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
20561    This is not 100% tested, but only compared against similar situations.
20562
20563commit e2dc620701d7cf0583cd3390e9ee2b5655060f8d
20564Author: Derk-Jan Hartman <hartman@videolan.org>
20565Date:   Wed Mar 1 13:36:01 2006 +0000
20566
20567    * trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
20568      - apparently DSS is casesensitive on trackID.
20569
20570commit 3f416d3789d7601de902241e673d33703dd1a0df
20571Author: Derk-Jan Hartman <hartman@videolan.org>
20572Date:   Wed Mar 1 13:23:12 2006 +0000
20573
20574    * Update the CDDB version from 0.9.6 to 1.2.1
20575
20576commit 7df7aab941443e58a04b219808f91195fe79e3c3
20577Author: Derk-Jan Hartman <hartman@videolan.org>
20578Date:   Wed Mar 1 13:13:03 2006 +0000
20579
20580    * Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>.
20581     - added him to THANKS as well.
20582
20583commit 1571b6796658380aaedfb4a3bc64237d24fe6cc4
20584Author: Rémi Denis-Courmont <rem@videolan.org>
20585Date:   Wed Mar 1 11:20:10 2006 +0000
20586
20587    Don't use connect() when the "bind" address is a multicast group
20588    Bug reported by Alexander Gall
20589
20590commit 6f41889f282bb5a108e6d3aac43e30cd4d1762a5
20591Author: Rémi Denis-Courmont <rem@videolan.org>
20592Date:   Wed Mar 1 10:41:47 2006 +0000
20593
20594    Try to fix getaddrinfo et al. detection on Solaris
20595
20596commit 4bb0213744f95471f2faa62dab9fd925b6c1d904
20597Author: Rémi Denis-Courmont <rem@videolan.org>
20598Date:   Wed Mar 1 10:20:50 2006 +0000
20599
20600    Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4
20601
20602commit 43ed847cda5995988eca019fd940bdfa3f7cad53
20603Author: Rémi Denis-Courmont <rem@videolan.org>
20604Date:   Wed Mar 1 09:53:39 2006 +0000
20605
20606    Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)
20607
20608commit 136d8730fbd11053587f106bf5f7c4a3e2de8c78
20609Author: Clément Stenac <zorglub@videolan.org>
20610Date:   Tue Feb 28 23:23:42 2006 +0000
20611
20612    Don't preparse folders using input_Preprase
20613
20614commit f11cfb7f5a8b02f5f2001fa2afa766192fcc3902
20615Author: Olivier Teulière <ipkiss@videolan.org>
20616Date:   Tue Feb 28 19:12:54 2006 +0000
20617
20618     * doc/skins/skins2-howto.xml: fixed a typo
20619
20620commit 3812518e39c0e8785146dac59e53ad4e177ebd92
20621Author: Marian Durkovic <md@videolan.org>
20622Date:   Tue Feb 28 15:46:46 2006 +0000
20623
20624    * changed the order of offered aspect/crop values so that the most commonly
20625    used ones are on the top
20626    * added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display
20627    resolution) and 1280x1024 LCD panels
20628
20629commit c9b3270a32eda5ba84d561461d734091e186ff1d
20630Author: Marian Durkovic <md@videolan.org>
20631Date:   Tue Feb 28 15:34:16 2006 +0000
20632
20633    make ZoomCallback work with extended GUI or deinterlace (refs #480)
20634
20635commit 9441759051e56472ead06c6f29da12b1263a7fd1
20636Author: Derk-Jan Hartman <hartman@videolan.org>
20637Date:   Tue Feb 28 15:31:04 2006 +0000
20638
20639    * Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
20640    - commented a few fprintf, and changed some to msg_Dbg where possible.
20641    - fixed a couple of spelling errors.
20642    - this module really needs a big cleanup and merging with the other SDP and RTSP code.
20643
20644commit caeddaf28b2be6e81ca870866535d2df08d27cfc
20645Author: Rémi Denis-Courmont <rem@videolan.org>
20646Date:   Tue Feb 28 15:29:42 2006 +0000
20647
20648    libtool: fix make distclean
20649
20650commit 262b957be023d4f84ebb1613e395dd11f4525a7f
20651Author: Rémi Denis-Courmont <rem@videolan.org>
20652Date:   Tue Feb 28 15:12:37 2006 +0000
20653
20654    With libtool, compile builtins as lib*_builtin.la to avoid name collision
20655    with actual system library (seems to fix weird compilation problem with
20656    flac and theora builtins)
20657
20658commit ed07de3e8469dd5ada15d8aa9700d807e43e999c
20659Author: Rémi Denis-Courmont <rem@videolan.org>
20660Date:   Tue Feb 28 14:52:40 2006 +0000
20661
20662    Fail when trying to advertise a stream with an out-of-scope address
20663    (avoids spamming the MBONE with incorrect private streams)
20664
20665commit af6036749949bc1932d2efe054ba7eb9772a8719
20666Author: Rémi Denis-Courmont <rem@videolan.org>
20667Date:   Tue Feb 28 12:58:37 2006 +0000
20668
20669    Use noinst_ rather than libvlc_ for builtins
20670
20671commit 3e6aa513530fc81c4df84736ff983194e213a7dd
20672Author: Antoine Cellerier <dionoea@videolan.org>
20673Date:   Tue Feb 28 12:45:37 2006 +0000
20674
20675    Use VLC stream functions to load vlm configs. Refs #567
20676
20677commit 7e7d587a44280a84914474364c6806f948af17cb
20678Author: Rémi Denis-Courmont <rem@videolan.org>
20679Date:   Tue Feb 28 12:22:24 2006 +0000
20680
20681    Implement clean with --enable-libtool
20682    May fix builtins recompilation (theora, flac...)
20683
20684commit 17ac4bd517d00cd5ff5629fdc895bf78b189a94a
20685Author: Rémi Denis-Courmont <rem@videolan.org>
20686Date:   Tue Feb 28 11:45:22 2006 +0000
20687
20688    Don't use p_symbols with libtool
20689    (this commit obviously breaks binary compatibility - clear your plugins)
20690
20691commit 0640b738e27b650c51de19ef5e0aaff7c5302a97
20692Author: Rémi Denis-Courmont <rem@videolan.org>
20693Date:   Tue Feb 28 09:01:59 2006 +0000
20694
20695    Fix the work-around for the work-around
20696
20697commit 32b58fab97e13c95f118f3b7b6000911be5e0ac8
20698Author: Rémi Denis-Courmont <rem@videolan.org>
20699Date:   Tue Feb 28 08:55:43 2006 +0000
20700
20701    Remove debug message
20702
20703commit 6a73573370bfd2f4fb49480074c65b9634f05b3a
20704Author: Rémi Denis-Courmont <rem@videolan.org>
20705Date:   Tue Feb 28 08:42:23 2006 +0000
20706
20707    mv -> mv -f
20708
20709commit f969865d127f4601b65fc74afb9b16c7cad5e2ab
20710Author: Rémi Denis-Courmont <rem@videolan.org>
20711Date:   Tue Feb 28 08:39:27 2006 +0000
20712
20713    Dist demo.sh
20714
20715commit 0fbd1b1b5f7db51e9ed3b0eea43694e87daaad77
20716Author: Rémi Denis-Courmont <rem@videolan.org>
20717Date:   Tue Feb 28 08:37:44 2006 +0000
20718
20719    Missing quotes
20720
20721commit a761b62e7eb9a4aee49869bde6722e58bcc09a59
20722Author: Rémi Denis-Courmont <rem@videolan.org>
20723Date:   Tue Feb 28 08:16:40 2006 +0000
20724
20725    EOL style
20726
20727commit ca3b58b2ed56a8e68d6f4c01fc01e5aedee9bcb6
20728Author: Derk-Jan Hartman <hartman@videolan.org>
20729Date:   Tue Feb 28 02:03:33 2006 +0000
20730
20731    * Use stream_UrlNew for vobsub loading instead of fopen. closes #567
20732
20733commit 576a7246e3d714bf052e72ab4ce10e4232f333ef
20734Author: Derk-Jan Hartman <hartman@videolan.org>
20735Date:   Tue Feb 28 01:28:38 2006 +0000
20736
20737    * demo.sh for Mac OS X VLC command
20738
20739commit 4c4aa218665b2fe58d380164ba6103dcd3109fe8
20740Author: Antoine Cellerier <dionoea@videolan.org>
20741Date:   Mon Feb 27 23:24:39 2006 +0000
20742
20743    Add OpenGL rotating cube and video wall demos
20744
20745commit e44d9ebe1c469e69135dd3db4ef4d566b3567306
20746Author: Antoine Cellerier <dionoea@videolan.org>
20747Date:   Mon Feb 27 23:03:28 2006 +0000
20748
20749    Small fixes/changes
20750
20751commit 31c3d77dbc6b826618ab351542e47f0eaa591f2b
20752Author: Antoine Cellerier <dionoea@videolan.org>
20753Date:   Mon Feb 27 22:47:21 2006 +0000
20754
20755    Small script that generates huge command lines to be used in demos. Feel free to add/change stuff.
20756
20757commit c9e72d0ea79994eb3526514bf84674e45ff452c8
20758Author: Derk-Jan Hartman <hartman@videolan.org>
20759Date:   Mon Feb 27 21:13:56 2006 +0000
20760
20761    * iconv is already provided on 10.3 and 10.4, so we don't need to install it.
20762
20763commit ff3de959ad672324dd0c2af8e46cd827d0b04f59
20764Author: Rémi Denis-Courmont <rem@videolan.org>
20765Date:   Mon Feb 27 21:07:25 2006 +0000
20766
20767    Fix warning on 64 bits systems
20768
20769commit 09189623bf387630659bc31feb2fa24fc937ff85
20770Author: Rémi Denis-Courmont <rem@videolan.org>
20771Date:   Mon Feb 27 21:06:42 2006 +0000
20772
20773    Silly me
20774
20775commit a0fb646ab981b00d6d59eae67d86613eeeaf54b6
20776Author: Rémi Denis-Courmont <rem@videolan.org>
20777Date:   Mon Feb 27 20:59:08 2006 +0000
20778
20779    Work-around libtool's work-around which adds .exe on Cygwin
20780
20781commit 72ab62f5f2129f23d48d83743141a752ebaa10dc
20782Author: Rémi Denis-Courmont <rem@videolan.org>
20783Date:   Mon Feb 27 20:48:49 2006 +0000
20784
20785    Compile fixes
20786
20787commit ec566c12d98298947bad60e6e64f10adde609586
20788Author: Rémi Denis-Courmont <rem@videolan.org>
20789Date:   Mon Feb 27 20:29:39 2006 +0000
20790
20791    Don't loop infinitely when then is no plugin to install (libtool-only)
20792
20793commit 8944c1b55b31ebd371744aa66ac94988ff6bca6b
20794Author: Rémi Denis-Courmont <rem@videolan.org>
20795Date:   Mon Feb 27 20:29:03 2006 +0000
20796
20797    daap.c: Attempt to fix compilation
20798
20799commit d18bfd92bb33df6e590efa02a55121ee75529b4f
20800Author: Rémi Denis-Courmont <rem@videolan.org>
20801Date:   Mon Feb 27 12:46:42 2006 +0000
20802
20803    Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)
20804
20805commit 25d5b4763e4d750a9117295a4d92ae15d7d20059
20806Author: Christophe Mutricy <xtophe@videolan.org>
20807Date:   Mon Feb 27 12:01:58 2006 +0000
20808
20809    po/*: run make update-po.
20810
20811commit 4a9499f04e9a82fd6c519a3a94f671a215cc1c0a
20812Author: Antoine Cellerier <dionoea@videolan.org>
20813Date:   Sun Feb 26 21:30:50 2006 +0000
20814
20815    distort.c:
20816    * new psychedelic FOSDEM demo filter. enjoy :)
20817    * misc changes
20818
20819commit 510590073210cfe845a758a69cf2e23b45fae44c
20820Author: Felix Paul Kühne <fkuehne@videolan.org>
20821Date:   Sun Feb 26 16:33:56 2006 +0000
20822
20823    * fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates
20824
20825commit a8214f1be4b72e1e1ef0b69101b57cf38da945ef
20826Author: Jean-Paul Saman <jpsaman@videolan.org>
20827Date:   Sun Feb 26 15:49:54 2006 +0000
20828
20829    Rename --rtsp-throtle to --rtsp-throtle-users
20830
20831commit f737d9f75e73a2f8b192a76482aab2aa1ac661cb
20832Author: Rémi Denis-Courmont <rem@videolan.org>
20833Date:   Sun Feb 26 15:09:47 2006 +0000
20834
20835    Put some dependencies on stamp-builtins to force rebuild when the
20836    tree configuration is modified
20837
20838commit 9d1d95de40c79dadbb8b21c8bdd5660ccf5a6c8e
20839Author: Rémi Denis-Courmont <rem@videolan.org>
20840Date:   Sun Feb 26 14:48:02 2006 +0000
20841
20842    Get rid of --enable-shared-libvlc on non-Microsoft platforms
20843    as it did never worked properly, if at all with these
20844    (you should use libtool to build a shared libvlc instead)
20845
20846commit ab59eda6a7b314b0dda11ff3d65502838814e59a
20847Author: Clément Stenac <zorglub@videolan.org>
20848Date:   Sun Feb 26 14:47:06 2006 +0000
20849
20850    Remove ref to volume_get
20851
20852commit c876b046af5fa8fdabf75081ed89c08f47b86e45
20853Author: Clément Stenac <zorglub@videolan.org>
20854Date:   Sun Feb 26 14:23:16 2006 +0000
20855
20856    Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK
20857
20858commit edb8ad29c99fabb75f7bb675b6437046804d15ed
20859Author: Felix Paul Kühne <fkuehne@videolan.org>
20860Date:   Sun Feb 26 14:20:46 2006 +0000
20861
20862    * added some news. feel free to improve the wording :)
20863
20864commit 35cde3a5d3f0f0f104928ec2f0e8edf6d15961a3
20865Author: Felix Paul Kühne <fkuehne@videolan.org>
20866Date:   Sun Feb 26 12:35:30 2006 +0000
20867
20868    * added a "Go To Specific Position" feature (closes #377)
20869    - accessible by double-clicking on the time-counters and through a menu-item in "Playback"
20870    - the class of the time-counters is VLCTimeField now, because we need to fetch the mouseDown-event. There are no further changes compared to NSTextField.
20871
20872commit b10a9e494585afc25586ee1968fd2f2e73f701da
20873Author: Clément Stenac <zorglub@videolan.org>
20874Date:   Sun Feb 26 12:30:22 2006 +0000
20875
20876    Cosmetics.
20877    Add toggle_mute
20878
20879commit 4d264e842109f15db0e48ef431712cb20789e27e
20880Author: Clément Stenac <zorglub@videolan.org>
20881Date:   Sun Feb 26 12:29:40 2006 +0000
20882
20883    svn:ignore libtool stuff
20884
20885commit b28e235e91161a3b6d00f830cff20348036e3d25
20886Author: Jean-Paul Saman <jpsaman@videolan.org>
20887Date:   Sun Feb 26 12:18:46 2006 +0000
20888
20889    Implement RTSP VOD connection throtle
20890
20891commit 245a80d201ffa3782adcc908bded9851320a4491
20892Author: Rémi Denis-Courmont <rem@videolan.org>
20893Date:   Sun Feb 26 11:59:18 2006 +0000
20894
20895    Move vlc.c to . to fix distclean (Automake limitation)
20896
20897commit 75729ee150eb396509bfea909c903caf558e2c8f
20898Author: Antoine Cellerier <dionoea@videolan.org>
20899Date:   Sat Feb 25 21:11:18 2006 +0000
20900
20901    Revert [14452] as it broke the mozilla plugin. We need to find another way
20902    to fix that.
20903
20904commit 2ab8b2a08abfed59a51860209e53b7a380db4d51
20905Author: Antoine Cellerier <dionoea@videolan.org>
20906Date:   Sat Feb 25 21:08:46 2006 +0000
20907
20908    Nice user comment ...
20909
20910commit 6c46c25234549f4a7dc4b3f22f6bb8e65ccff2be
20911Author: Rémi Denis-Courmont <rem@videolan.org>
20912Date:   Sat Feb 25 20:46:22 2006 +0000
20913
20914    Attempt to fix core and all targets with more than one job
20915
20916commit 00e7882f5fdfe4957adfd0a91bbae34844e92558
20917Author: Felix Paul Kühne <fkuehne@videolan.org>
20918Date:   Sat Feb 25 15:50:43 2006 +0000
20919
20920    * retrieve the release notes and display them
20921        - they are temporarily stored in ~/Library/Caches/vlc_releasenote_temp.txt
20922        - Please shout if this location isn't okay for this purpose.
20923        - the file is automatically removed after displaying its content.
20924    * show the binary's size in MB instead of bytes
20925
20926commit bddb56ff8c731c9c6f35bfb520d16680945b8747
20927Author: Felix Paul Kühne <fkuehne@videolan.org>
20928Date:   Sat Feb 25 13:45:07 2006 +0000
20929
20930    * slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework
20931
20932commit b351f99f05c95ca202b8483337952c571a26f457
20933Author: Rémi Denis-Courmont <rem@videolan.org>
20934Date:   Fri Feb 24 22:39:45 2006 +0000
20935
20936    Fix Win32 packaging targets inter-dependencies
20937    (otherwise unusable with more than one make job)
20938
20939commit 9ec36c91340149ace2bdcd18714ad9ac6f22afea
20940Author: Clément Stenac <zorglub@videolan.org>
20941Date:   Fri Feb 24 19:11:39 2006 +0000
20942
20943    Remove a bit of noise
20944
20945commit 90ec26de0ede2ac1df8c1b5910e437d016300503
20946Author: Benjamin Pracht <bigben@videolan.org>
20947Date:   Fri Feb 24 15:00:03 2006 +0000
20948
20949    Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by liba52)
20950
20951commit d163757d24abf527fe4131934de649781279efea
20952Author: Rémi Denis-Courmont <rem@videolan.org>
20953Date:   Fri Feb 24 13:43:10 2006 +0000
20954
20955    Remove abusive line feeds to fix vlc --help-verbose --advanced  -H layout.
20956
20957commit cd737e8fce5004262942902d8dbd83c39f2212cc
20958Author: Christophe Mutricy <xtophe@videolan.org>
20959Date:   Fri Feb 24 10:53:29 2006 +0000
20960
20961    ALL: Don't use character which are different in utf8 and latin*
20962
20963commit ba039afc02557b127df24200e43bf0d0656a2f66
20964Author: Jérome Decoodt <djc@videolan.org>
20965Date:   Fri Feb 24 09:55:51 2006 +0000
20966
20967    Simple Hough transform to detect lines in video
20968    Needs a lot of optimizations...
20969
20970commit 1342a32267facfe9cb2d471c044463ce212b1ebe
20971Author: Rémi Denis-Courmont <rem@videolan.org>
20972Date:   Fri Feb 24 08:28:12 2006 +0000
20973
20974    Silly libgpg-error's autogen doesn't call libtoolize
20975
20976commit 38cfac291494f3d510d3deb210c99255519f9be8
20977Author: Rémi Denis-Courmont <rem@videolan.org>
20978Date:   Fri Feb 24 07:57:54 2006 +0000
20979
20980    Fix typo, fix make dist
20981
20982    As for make distclean, I can't think of any solution but moving vlc.c out of
20983    src/ (I know it sucks, but you don't want to rewrite automake, do you?).
20984
20985commit d798d6ba814e22a3788bdfb7d521afacc7dee01f
20986Author: Rémi Denis-Courmont <rem@videolan.org>
20987Date:   Thu Feb 23 22:59:03 2006 +0000
20988
20989    Make automake happy
20990
20991commit 3cba083c82a1d016afdf4d12390444141edc22d5
20992Author: Rémi Denis-Courmont <rem@videolan.org>
20993Date:   Thu Feb 23 22:49:56 2006 +0000
20994
20995    Support for building Mozilla plugin with libtool + clean up
20996
20997commit 3fecd330407d3d975ec015b1b9ad61a900340bc4
20998Author: Rémi Denis-Courmont <rem@videolan.org>
20999Date:   Thu Feb 23 22:08:24 2006 +0000
21000
21001    Clean up
21002
21003commit 1177e134bea9b9098ef3368fcc037df23f2e6c15
21004Author: Rémi Denis-Courmont <rem@videolan.org>
21005Date:   Thu Feb 23 21:47:10 2006 +0000
21006
21007    svn:ignore
21008
21009commit fddfeb67bfa92335d2094c7acdbdd958dc52c0f9
21010Author: Rémi Denis-Courmont <rem@videolan.org>
21011Date:   Thu Feb 23 21:41:05 2006 +0000
21012
21013    Don't build old-style when libtool is enabled
21014
21015commit 517a49ffa083d3ea076836bec3c58d4744f096a1
21016Author: Antoine Cellerier <dionoea@videolan.org>
21017Date:   Thu Feb 23 20:31:24 2006 +0000
21018
21019    shame on me ... *cough* *cough*
21020
21021commit abcbefc54ede0501919c71ea44b816e18feb52a3
21022Author: Clément Stenac <zorglub@videolan.org>
21023Date:   Thu Feb 23 20:20:31 2006 +0000
21024
21025    Bitrates only
21026
21027commit fbc90d852d9fc337ab7a528061967426a547fa15
21028Author: Clément Stenac <zorglub@videolan.org>
21029Date:   Thu Feb 23 20:18:16 2006 +0000
21030
21031    Display bitrates in kbps
21032
21033commit 6aa5b046329c07819c4f96a3b889a7155c357deb
21034Author: Rémi Denis-Courmont <rem@videolan.org>
21035Date:   Thu Feb 23 19:41:36 2006 +0000
21036
21037    _Experimental_ *optional* libtool support (--enable-libtool)
21038
21039    Should work fine (ie. better than --enable-shared-libvlc) on Linux,
21040    should work on Mac OS X (except for packaging), while shared libvlc doesn't.
21041
21042    Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
21043    use --enable-shared-libvlc for now.
21044
21045commit ad2d545ad029b26714b92a695b706b63ba894880
21046Author: Rémi Denis-Courmont <rem@videolan.org>
21047Date:   Thu Feb 23 19:38:14 2006 +0000
21048
21049    Linking order fix
21050
21051commit 1533b382b46fc9c49c843eb02f2b1474d3b95d48
21052Author: Rémi Denis-Courmont <rem@videolan.org>
21053Date:   Thu Feb 23 19:37:58 2006 +0000
21054
21055    Recurse within hidden directories for module search
21056
21057commit 578557150e9f882b3a933c61e6fa56dbeb0eb281
21058Author: Filippo Carone <littlejohn@videolan.org>
21059Date:   Thu Feb 23 19:17:31 2006 +0000
21060
21061    added missing $Id$
21062
21063commit 143f92ab3bd8d0204ef8cfa412ac51e6acb3018b
21064Author: Filippo Carone <littlejohn@videolan.org>
21065Date:   Thu Feb 23 18:03:20 2006 +0000
21066
21067    Header modified to include libvlc audio control functions
21068
21069commit 39190a258677081e4cc00b2785370e4e8bc8711c
21070Author: Filippo Carone <littlejohn@videolan.org>
21071Date:   Thu Feb 23 17:32:49 2006 +0000
21072
21073    LibVLC basic audio control API
21074
21075commit 4c1f3ee924ab7386f38d8e081fc7253292925125
21076Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21077Date:   Thu Feb 23 17:02:03 2006 +0000
21078
21079    mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python
21080
21081commit 2b0add070280192cdfc532df6272dcb2c04721f7
21082Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21083Date:   Thu Feb 23 16:44:09 2006 +0000
21084
21085    src/vout_intf.c: move the snapshot-path == object:object-id codepath
21086    to the start of the function, to avoid unnecessary overhead of path checks.
21087
21088commit ebeebc55fdbde63d82806801805ae5681ee9d953
21089Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21090Date:   Thu Feb 23 16:21:56 2006 +0000
21091
21092    mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()
21093
21094commit 6093d524b612005236b89d2722fb2bb84f024f0b
21095Author: Derk-Jan Hartman <hartman@videolan.org>
21096Date:   Thu Feb 23 11:57:38 2006 +0000
21097
21098    * make more contribs work with SDK. refs #182
21099
21100commit 0cf15f0a4b2c137d65440caa535aded89ba6bde9
21101Author: Rémi Denis-Courmont <rem@videolan.org>
21102Date:   Thu Feb 23 10:43:39 2006 +0000
21103
21104    Same fix for activeX
21105
21106commit bf5f972345d7bf431e03ceee2580e5a8053700ae
21107Author: Rémi Denis-Courmont <rem@videolan.org>
21108Date:   Thu Feb 23 10:41:15 2006 +0000
21109
21110    Fix linking with included gettext
21111
21112commit 407e4502aac3aea2114dd62635c7027e239a1794
21113Author: Antoine Cellerier <dionoea@videolan.org>
21114Date:   Wed Feb 22 23:34:54 2006 +0000
21115
21116    Ogg mime type is application/ogg (see RFC 3534)
21117    Thanks to forum user http://forum.videolan.org/viewtopic.php?t=17646
21118
21119commit c195ba73b0fcb1e8ed9cf81f8260538940848064
21120Author: Antoine Cellerier <dionoea@videolan.org>
21121Date:   Wed Feb 22 17:28:46 2006 +0000
21122
21123    mosaic.c: Bluescreen enhancement. Add convolution product of alpha mask with 5x5 gaussian. Makes it look better.
21124
21125    distort.c: change line orders.
21126
21127commit 552c8f6d91649eb894fef00bef456bac08960d1b
21128Author: Derk-Jan Hartman <hartman@videolan.org>
21129Date:   Wed Feb 22 16:27:50 2006 +0000
21130
21131    * Use EnsureUTF8 on the trackname of avi's. (no garentueed charset).
21132
21133commit 32ab2ef5c4ac868e69936223c7c9420e89af47c2
21134Author: Derk-Jan Hartman <hartman@videolan.org>
21135Date:   Wed Feb 22 16:17:24 2006 +0000
21136
21137    * Scale SSA subs if necessarry.
21138    * Scale width if only original height is known.
21139
21140commit 06cc669a54c623ef8d1a27e765dbd10db9fa5f76
21141Author: Damien Fouilleul <damienf@videolan.org>
21142Date:   Wed Feb 22 14:04:31 2006 +0000
21143
21144    all: renamed DLL import library as libvlc.dll.a, as this is what mingw/cygwin ld expects to see. for more info refer to: http://www.sourceware.org/binutils/docs-2.16/ld/WIN32.html
21145
21146commit 318d39ac86ffaba13aa1ad0b7408039af141b8a4
21147Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21148Date:   Wed Feb 22 13:20:59 2006 +0000
21149
21150    mediacontrol-python: rename vlcdebug to vlcwrapper
21151
21152commit e36d03947c3a23270abd4a58922d4c5d41660e38
21153Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21154Date:   Wed Feb 22 13:19:29 2006 +0000
21155
21156    vlcdebug.py: add documentation
21157
21158commit 3a1a4609d877a549b79d896134dc0c0de6e98e89
21159Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21160Date:   Wed Feb 22 13:15:10 2006 +0000
21161
21162    mediacontrol-python: allow to build in a separate builddir
21163
21164commit 81c1cc5e585ba6bbf87c8e69efcc8872d9638403
21165Author: Damien Fouilleul <damienf@videolan.org>
21166Date:   Wed Feb 22 12:21:23 2006 +0000
21167
21168    all: for WIN32, create an import library libvlc-dll.a when linking libvlc.dll; updating linking for vlc.exe and activex.dll to use import library in place of dll.
21169
21170commit f318cecaeef5ea64a006147ad13684675e98d9f4
21171Author: Jean-Paul Saman <jpsaman@videolan.org>
21172Date:   Wed Feb 22 10:05:59 2006 +0000
21173
21174    Use include <file.h> for include files that can be found on the include path as provided to the compiler.
21175
21176commit 7214895c15fdd4dc5ac4be64896bd5611c6f2e31
21177Author: Clément Stenac <zorglub@videolan.org>
21178Date:   Tue Feb 21 21:30:50 2006 +0000
21179
21180    wxstuff
21181
21182commit 2ff05ab83e0c8fd874fb2b015cf1e119646d544f
21183Author: Clément Stenac <zorglub@videolan.org>
21184Date:   Tue Feb 21 21:19:54 2006 +0000
21185
21186    Add a close button. Put "-" instead of nothing when there is no info
21187
21188commit 71b544d6a9b1047439a51cb68b2a539c8945a208
21189Author: Clément Stenac <zorglub@videolan.org>
21190Date:   Tue Feb 21 19:51:15 2006 +0000
21191
21192    Fix theora in WX too (Closes:#531)
21193
21194commit 48c3ef7782347cb89d3c8182a070fd45abaa32db
21195Author: Felix Paul Kühne <fkuehne@videolan.org>
21196Date:   Tue Feb 21 19:44:47 2006 +0000
21197
21198    * fix the selection of both Theora and Vorbis on OSX (refs #503 and refs #531). They are being encapsulated in OGG now.
21199
21200commit f9a64c9f03d0f4514e1f33d36243add51bc9a4eb
21201Author: Antoine Cellerier <dionoea@videolan.org>
21202Date:   Tue Feb 21 19:24:23 2006 +0000
21203
21204    Fix running vlc from path in windows (see http://forum.videolan.org/viewtopic.php?t=17435 ). This could break the mozilla plugin on windows (see http://trac.videolan.org/vlc/changeset/9106) so i'm commiting and i'll do a nightly to check. One way to be sure would be to ask Gibalou but ....
21205
21206commit 5ce85491840236d07e43587c5e68143e50386f31
21207Author: Damien Fouilleul <damienf@videolan.org>
21208Date:   Tue Feb 21 16:38:23 2006 +0000
21209
21210    vlccontrol.cpp: fixed bounds issue when allocating memory and iterating through a SafeArray, thanks to Walter Zheng for reporting this problem
21211
21212commit 008e13fc27b67d85aad25ac7cbc5fe331d68e62b
21213Author: Rémi Denis-Courmont <rem@videolan.org>
21214Date:   Tue Feb 21 15:02:16 2006 +0000
21215
21216    Don't rebuild static libvlc when not needed
21217    Yet to find a solution for the same problem with shared libvlc
21218
21219commit 03cd8e0217c2aaa61068c772d363fa6b72804ac6
21220Author: Rémi Denis-Courmont <rem@videolan.org>
21221Date:   Tue Feb 21 12:49:02 2006 +0000
21222
21223    Favor libiconv over Win32 API for *Locale
21224
21225commit a69be9de1c84ac60979ca0010c243ea6f68570cd
21226Author: Rémi Denis-Courmont <rem@videolan.org>
21227Date:   Tue Feb 21 12:16:11 2006 +0000
21228
21229    Fix minor typo
21230
21231commit 5e3d57f564ead8a984213a42fb57a658dfbd5fd7
21232Author: Rémi Denis-Courmont <rem@videolan.org>
21233Date:   Tue Feb 21 12:14:27 2006 +0000
21234
21235    Oups, forgot this file
21236
21237commit 32008664dff88bd6b5d9fe9e9cbec0c7308808b5
21238Author: Rémi Denis-Courmont <rem@videolan.org>
21239Date:   Tue Feb 21 12:13:59 2006 +0000
21240
21241    Convert to local encoding before printing on console (closes #556)
21242
21243commit cf8c7b4ef694f0a7c3c77d3057302ddc6bdf080b
21244Author: Rémi Denis-Courmont <rem@videolan.org>
21245Date:   Tue Feb 21 12:13:22 2006 +0000
21246
21247    Use //translit when converting to an non-Unicode charset
21248
21249commit a1eb7227004d7981e1cbf2fb093bcaa16567784e
21250Author: Mohammed Adnène Trojette <adn@videolan.org>
21251Date:   Tue Feb 21 11:58:05 2006 +0000
21252
21253    libvlc.a is in src/
21254
21255commit e8afa1394edb5fdf490657eb78c679502bae8b72
21256Author: Rémi Denis-Courmont <rem@videolan.org>
21257Date:   Tue Feb 21 11:53:49 2006 +0000
21258
21259    A few utf8 *printf wrappers (refs #556)
21260
21261commit ab65d88b08fcf108fde2f9ef5204e68521e72410
21262Author: Rémi Denis-Courmont <rem@videolan.org>
21263Date:   Tue Feb 21 11:02:38 2006 +0000
21264
21265    Build vlc-bundle on BeOS
21266
21267commit 9bc661b4d0412007118bb0a397d08fe6ab95a986
21268Author: Christophe Mutricy <xtophe@videolan.org>
21269Date:   Tue Feb 21 09:07:44 2006 +0000
21270
21271    Thou shalt use a clean tree for po stuffs.
21272
21273commit 06727264bc21237d58135ba13dc2e9e12abd23e8
21274Author: Rémi Denis-Courmont <rem@videolan.org>
21275Date:   Tue Feb 21 08:30:16 2006 +0000
21276
21277    Attempt to fix #555 for mozilla plugin as well (refs #555)
21278
21279commit dccae0350865375c2da8f319eda1da1221168e1e
21280Author: Felix Paul Kühne <fkuehne@videolan.org>
21281Date:   Mon Feb 20 21:00:10 2006 +0000
21282
21283    * first update of the po-files
21284
21285commit a77c60b031148c458f5049192e794a228b9559d0
21286Author: Rémi Denis-Courmont <rem@videolan.org>
21287Date:   Mon Feb 20 19:53:22 2006 +0000
21288
21289    Fix linking with C++ builtins
21290
21291commit e3ca65eedb96712f3d09b19dc4e3a309a60a457e
21292Author: Rémi Denis-Courmont <rem@videolan.org>
21293Date:   Mon Feb 20 18:00:28 2006 +0000
21294
21295    - Remove dependency of vlc on stamp-builtin with shared libvlc
21296    - Link against -lvlc instead of src/libvlc.so otherwise installed vlc
21297      cannot be loaded (closes #555)
21298    - Remove src/libvlc.a when src/libvlc.so is built so that previous item
21299      does not break Win32 linking
21300
21301    <subliminal message>how about using libtool</subliminal message>
21302
21303commit 83d76fb2a3ce6a9bd85ce20e271cee5fd3049318
21304Author: Derk-Jan Hartman <hartman@videolan.org>
21305Date:   Mon Feb 20 12:21:15 2006 +0000
21306
21307    * Fix CDDA and VCD modules for Mac OS X Intel. Fix suggestion by Keiki SATOH aka demo-n <demo-n at users dot sourceforgedot net>.
21308
21309commit 13c581afd2979c5f0467b6fef1f18c4a67b43dd3
21310Author: Christophe Mutricy <xtophe@videolan.org>
21311Date:   Sun Feb 19 23:22:02 2006 +0000
21312
21313    ffmpeg-cvs.patch: fix upstream
21314
21315commit f8387d4e0abc4de333f7b82fd96de62efff40a2b
21316Author: Felix Paul Kühne <fkuehne@videolan.org>
21317Date:   Sun Feb 19 22:41:29 2006 +0000
21318
21319    * fixed keywords and encoding
21320
21321commit 9f078d8b457694662387265df2f8e48b5d51a90c
21322Author: Felix Paul Kühne <fkuehne@videolan.org>
21323Date:   Sun Feb 19 22:38:07 2006 +0000
21324
21325    * added the progress dialogue to the set of widgets
21326    - the Cancel-button is currently disabled because the core doesn't respond correctly (might be my fault though)
21327    - note that the File's Owner of the nib-file is of type VLCInteraction because the class can't resolve its outlets otherwise
21328
21329    * WIDGET_TEXT and WIDGET_INPUT_TEXT are still missing, but will come in the next couple of days
21330
21331    As usual, comments on the implementation and the GUI-design are welcome :)
21332
21333commit 096fa3a90cf1aa93a2919936e5d40f61fbe77987
21334Author: Rémi Denis-Courmont <rem@videolan.org>
21335Date:   Sun Feb 19 21:20:09 2006 +0000
21336
21337    Fix linking of C++ plugins
21338
21339commit 5765333a1e8fab3cb8638f79c1e2af4d6ce2ae0e
21340Author: Rémi Denis-Courmont <rem@videolan.org>
21341Date:   Sun Feb 19 20:14:07 2006 +0000
21342
21343    Share most of binary packaging script between WinCE and Win32
21344
21345commit 6f773ad07de1fa9e99ce0bad9e3296b5ccd88bd5
21346Author: Rémi Denis-Courmont <rem@videolan.org>
21347Date:   Sun Feb 19 20:02:12 2006 +0000
21348
21349    Include libvlc.dll when packaging
21350    (Hmm, there is a nice code duplication between win32 and winCE here)
21351
21352commit 1f73b291f8d8c6485925941cc051278703833f4e
21353Author: Rémi Denis-Courmont <rem@videolan.org>
21354Date:   Sun Feb 19 19:59:47 2006 +0000
21355
21356    Really fix
21357
21358commit 4e06876bf46afb4e3d38b5fa399f1f9e8bd7d2ca
21359Author: Rémi Denis-Courmont <rem@videolan.org>
21360Date:   Sun Feb 19 19:47:44 2006 +0000
21361
21362    Attempt to fix vlc linkage with static libvlc
21363
21364commit 5f27fad54ec5163e0e5ecc7f92b095ae9c06e47c
21365Author: Rémi Denis-Courmont <rem@videolan.org>
21366Date:   Sun Feb 19 18:29:08 2006 +0000
21367
21368    - Build builtins before shared libvlc
21369    - Link builtins with libvlc instead of vlc
21370      (seems to fix shared libvlc on Win32)
21371
21372commit bf9be9ebf06300bad7eb074707d12c8066e72511
21373Author: Rémi Denis-Courmont <rem@videolan.org>
21374Date:   Sun Feb 19 17:58:49 2006 +0000
21375
21376    Ahem hem typo
21377
21378commit e448f2387d514f7f919ecd6bdabc09029945337b
21379Author: Antoine Cellerier <dionoea@videolan.org>
21380Date:   Sun Feb 19 17:16:05 2006 +0000
21381
21382    rss.c: add some Atom stuff and some extra checks.
21383
21384commit 009df329918c2f043bb05a4417785012a46460ac
21385Author: Rémi Denis-Courmont <rem@videolan.org>
21386Date:   Sun Feb 19 17:14:36 2006 +0000
21387
21388    Dionoea: here is "make core", your portable "make vlc" replacement
21389
21390commit 455b95b05b931b3514a8bb1c43d785841a7a642e
21391Author: Clément Stenac <zorglub@videolan.org>
21392Date:   Sun Feb 19 16:25:27 2006 +0000
21393
21394    compile can now work from subdirs
21395
21396commit 25e23b776ccc4835f11b867c2cc354363f466005
21397Author: Clément Stenac <zorglub@videolan.org>
21398Date:   Sun Feb 19 16:16:56 2006 +0000
21399
21400    * Show meta-information separately
21401    * Collect more meta-information in id3
21402
21403commit 554134b14b5b7750220292e9653fcff77491754e
21404Author: Antoine Cellerier <dionoea@videolan.org>
21405Date:   Sun Feb 19 16:02:04 2006 +0000
21406
21407    Remove debug message
21408
21409commit 7c12d7077edfebe0d9e94131f7b27036c378536c
21410Author: Felix Paul Kühne <fkuehne@videolan.org>
21411Date:   Sun Feb 19 16:01:47 2006 +0000
21412
21413    * replaced all NSLog-calls by msg_***
21414    * changed the button order in DIALOG_YES_NO_CANCEL. (the order is now: Cancel, No, Yes; which is more Mac-like IMO, but feel free to change it again)
21415
21416commit 2f684f47b5bfc56ab4bf415b7e32c3dea6ec4816
21417Author: Rémi Denis-Courmont <rem@videolan.org>
21418Date:   Sun Feb 19 15:46:44 2006 +0000
21419
21420    Fix Mozilla plugin on ELF architectures
21421
21422commit 81833785308cf9c14c6ed7f7ed99690c44699952
21423Author: Cyril Deguet <asmax@videolan.org>
21424Date:   Sun Feb 19 15:37:05 2006 +0000
21425
21426    * all: new skin variable "vlc.isFullscreen" (guess what it does ;)
21427
21428commit b5b707f0bae7a95f134a3555518525568abfb310
21429Author: Rémi Denis-Courmont <rem@videolan.org>
21430Date:   Sun Feb 19 15:21:58 2006 +0000
21431
21432    Really fix libintl linking
21433
21434commit 1b3784c1c13f30af9bf696ed40c4d2a9006bd314
21435Author: Cyril Deguet <asmax@videolan.org>
21436Date:   Sun Feb 19 14:54:57 2006 +0000
21437
21438    * JACK audio output
21439
21440commit 30ff455ada25f5c67cf9700404d5f79330ae10d7
21441Author: Rémi Denis-Courmont <rem@videolan.org>
21442Date:   Sun Feb 19 14:54:38 2006 +0000
21443
21444    Attempt to fix linking with "included" gettext
21445
21446commit 0f8751b83b164a80914c325185c4dc2f55c5f23d
21447Author: Antoine Cellerier <dionoea@videolan.org>
21448Date:   Sun Feb 19 14:39:53 2006 +0000
21449
21450    Fix msn plugin.
21451    Note to zorglub: please test changes before commiting.
21452
21453commit 33cec1005cdfa500cd1f555b075c6ac983564c6b
21454Author: Clément Stenac <zorglub@videolan.org>
21455Date:   Sun Feb 19 14:32:13 2006 +0000
21456
21457    More
21458
21459commit 6c8060bbd5ab55df1b3572f2b102dbbf4fb55028
21460Author: Clément Stenac <zorglub@videolan.org>
21461Date:   Sun Feb 19 14:31:15 2006 +0000
21462
21463    svn:ignore
21464
21465commit 31a3a65aec1cd98a137bf6f4d4389a4237cfdf92
21466Author: Rémi Denis-Courmont <rem@videolan.org>
21467Date:   Sun Feb 19 14:28:50 2006 +0000
21468
21469    Fix
21470
21471commit c6030a95a3b868b7332803289d3d10a0c78e5d48
21472Author: Rémi Denis-Courmont <rem@videolan.org>
21473Date:   Sun Feb 19 14:15:04 2006 +0000
21474
21475    Update files list
21476
21477commit 0701057f200c8a8aa76466aa8ff6016015384434
21478Author: Rémi Denis-Courmont <rem@videolan.org>
21479Date:   Sun Feb 19 14:13:29 2006 +0000
21480
21481    Remove unused directory
21482
21483commit ed09d9fb7aeb20db975b83853fe569c9448235d6
21484Author: Rémi Denis-Courmont <rem@videolan.org>
21485Date:   Sun Feb 19 13:45:17 2006 +0000
21486
21487    Link Mozilla plugin against shared library when built
21488
21489commit c18236d05846c092c0125871fa82d64dc59649c6
21490Author: Clément Stenac <zorglub@videolan.org>
21491Date:   Sun Feb 19 13:44:29 2006 +0000
21492
21493    Fix a warning
21494    Add some timing to playlist
21495
21496commit 56d009adf4a23a631465516c4590ef0be5520435
21497Author: Rémi Denis-Courmont <rem@videolan.org>
21498Date:   Sun Feb 19 13:40:09 2006 +0000
21499
21500    Propagate libvlc move in plugins
21501
21502commit 238cc87048585f3699df2f4dbe307c85ed13336f
21503Author: Clément Stenac <zorglub@videolan.org>
21504Date:   Sun Feb 19 13:36:15 2006 +0000
21505
21506    Be consistant in naming
21507
21508commit be9b749c89b70151c997396c4e89dc3dfbad8232
21509Author: Rémi Denis-Courmont <rem@videolan.org>
21510Date:   Sun Feb 19 13:30:20 2006 +0000
21511
21512    Fix a bug whereby --disable-shared-libvlc would actually enable it
21513
21514commit be62d282acc9c061950712961a76a1bc2016d794
21515Author: Rémi Denis-Courmont <rem@videolan.org>
21516Date:   Sun Feb 19 13:11:21 2006 +0000
21517
21518    - Build libvlc from src/ rather than top
21519      so that it is cleanly built before all modules
21520      (step toward buildable shared libvlc on Win32)
21521    - Don't build position dependant code when building shared libvlc
21522      (that was a big waste of time)
21523    - Link builtin modules with vlc rather than libvlc
21524
21525commit c5d781b4710fe6fec3f6de90c67b10165c1760f4
21526Author: Rémi Denis-Courmont <rem@videolan.org>
21527Date:   Sun Feb 19 12:13:46 2006 +0000
21528
21529    Ensure src/misc exists in builddir
21530
21531commit 9012c6c0ca0df31ab4da6a9c45e47190d6ada995
21532Author: Rémi Denis-Courmont <rem@videolan.org>
21533Date:   Sun Feb 19 11:15:01 2006 +0000
21534
21535    LoadImage is a macro on Win32 API - you can't use as a function name as is
21536
21537commit 775ebb8f00a51d6599cb2595d9a7a0bf28155002
21538Author: Rémi Denis-Courmont <rem@videolan.org>
21539Date:   Sun Feb 19 09:52:55 2006 +0000
21540
21541    Clean up backported from [12323]
21542
21543commit 486667b33d0011b19132b9528047fea2e9533ba5
21544Author: Rémi Denis-Courmont <rem@videolan.org>
21545Date:   Sun Feb 19 09:16:05 2006 +0000
21546
21547    ooups
21548
21549commit 7a79cedebf6e0bde2e6a3a0be818593a5d7b35d2
21550Author: Rémi Denis-Courmont <rem@videolan.org>
21551Date:   Sun Feb 19 09:03:58 2006 +0000
21552
21553    - Seemingly fix linking of plugins with shared libvlc on Win32
21554    - Hopefully the same on Darwin
21555
21556    !!! BIG FAT WARNING !!!
21557    On architectures where you need to resolve all symbols when
21558    linking a shared library, libvlc must be built before the plugins, so
21559    that they can resolve symbols from the libvlc API. Also, the "builtins"
21560    must be built before libvlc (regardless of the architecture or use of
21561    shared libvlc). However, our build system currently builds all modules,
21562    whether builtins or plugins, then libvlc and then vlc.
21563
21564    Obviously, we could swap the build orders, so that libvlc gets built
21565    before modules/ but that will only work if there is no buitins modules.
21566    I'm not too keen on the idea of recursing twice within the modules/
21567    subdirectories (once for builtins, and once for plugins). Until the
21568    issue is settled, here is how to build and test the shared libvlc on
21569    Win32:
21570
21571    1/ run configure with --enable-shared-libvlc
21572    2/ build all built-in modules (or disable them all) one by one,
21573    3/ make libvlc.dll
21574    4/ make
21575
21576commit 9dab2c80dd488916556048e2c3ae14b3e50e2c3e
21577Author: Antoine Cellerier <dionoea@videolan.org>
21578Date:   Sat Feb 18 23:10:54 2006 +0000
21579
21580    update video filter news (again :) )
21581
21582commit c7c8ed7a2cd66a4147b1d065faf01453e4fdb71f
21583Author: Antoine Cellerier <dionoea@videolan.org>
21584Date:   Sat Feb 18 23:08:23 2006 +0000
21585
21586    rss.c: change module shortname
21587
21588commit ee8ca61637e8137fadfd97a4c4e394180dde2846
21589Author: Antoine Cellerier <dionoea@videolan.org>
21590Date:   Sat Feb 18 23:06:12 2006 +0000
21591
21592    rss.c: add 'support' for Atom feeds.
21593
21594commit 26adc5a83325c0705020602b24de2fe1a4dd6243
21595Author: Antoine Cellerier <dionoea@videolan.org>
21596Date:   Sat Feb 18 22:20:59 2006 +0000
21597
21598    rss.c: add suport for feed images (default enabled).
21599
21600    tested with
21601    ./vlc --sub-filter rss --rss-urls "http://www.lefigaro.fr/rss/figaro_une.xml|http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml" --rss-length 40 --rss-size 15 --rss-images --rss-speed 1000 <video>
21602
21603commit 4bf6d519bf503dabeb86e8912514c07f363c1a76
21604Author: Antoine Cellerier <dionoea@videolan.org>
21605Date:   Sat Feb 18 22:08:11 2006 +0000
21606
21607    Comment lines now fit on a 80 char wide screen
21608
21609commit 66133677ac9892e5f0450dc2ba09144e9e9c6eeb
21610Author: Rémi Denis-Courmont <rem@videolan.org>
21611Date:   Sat Feb 18 20:49:46 2006 +0000
21612
21613    Remove ugly usage of vlc_symbols.h when building libvlc as a shared library
21614
21615commit e9fb749afdfd43f7455463d148704d21d1e64ee1
21616Author: Rémi Denis-Courmont <rem@videolan.org>
21617Date:   Sat Feb 18 20:34:32 2006 +0000
21618
21619    All: missing #include "charset.h"
21620
21621commit e6afe0d8914ff6899ce224ac1eb3b77169339d2d
21622Author: Rémi Denis-Courmont <rem@videolan.org>
21623Date:   Sat Feb 18 20:32:03 2006 +0000
21624
21625    Fix warnings
21626
21627commit 578b49c6677765511201efefc34353a3adf04f02
21628Author: Jean-Paul Saman <jpsaman@videolan.org>
21629Date:   Sat Feb 18 20:28:47 2006 +0000
21630
21631    Remove whitespace
21632
21633commit cf34550e974b0e6d98b42a975cdb18e0bd71699d
21634Author: Jean-Paul Saman <jpsaman@videolan.org>
21635Date:   Sat Feb 18 20:26:23 2006 +0000
21636
21637    Use #include <vlc_vlm.h> instead of local include directive
21638
21639commit 31bdb959f6d8eeb7118ea84a35f446cf4ddcd95f
21640Author: Jean-Paul Saman <jpsaman@videolan.org>
21641Date:   Sat Feb 18 20:24:27 2006 +0000
21642
21643    Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
21644
21645commit 34f25d06307f39ca5385ac49193134207ae359e8
21646Author: Rémi Denis-Courmont <rem@videolan.org>
21647Date:   Sat Feb 18 20:07:55 2006 +0000
21648
21649    Remove unused variable
21650
21651commit 5f623197661549b67a0236749eb2089ab0b52a15
21652Author: Rémi Denis-Courmont <rem@videolan.org>
21653Date:   Sat Feb 18 20:05:50 2006 +0000
21654
21655    Remove unused variable
21656
21657commit f1c06618114e419da5f4af9d13db2b9e6883761f
21658Author: Rémi Denis-Courmont <rem@videolan.org>
21659Date:   Sat Feb 18 20:04:36 2006 +0000
21660
21661    Fix warning
21662
21663commit 82b233f63b8766aaa5352eb3372ae1fce7e1c2c0
21664Author: Sam Hocevar <sam@videolan.org>
21665Date:   Sat Feb 18 19:18:35 2006 +0000
21666
21667      * modules/demux/mp4/drms.c: mostly cosmetic changes.
21668
21669commit dfe55f80e961d68e403fab1379927027891f0c98
21670Author: Felix Paul Kühne <fkuehne@videolan.org>
21671Date:   Sat Feb 18 19:04:19 2006 +0000
21672
21673    * forgot that one in [14365]
21674
21675commit 20c4707de5a87ba0ed3c66b5f52bff9453c6abe7
21676Author: Antoine Cellerier <dionoea@videolan.org>
21677Date:   Sat Feb 18 19:03:44 2006 +0000
21678
21679    do everything with the stream functions (no more fopen)
21680
21681commit 9cbb86d3234e6fa489d9cce18170c59b1b13ab4c
21682Author: Felix Paul Kühne <fkuehne@videolan.org>
21683Date:   Sat Feb 18 18:53:24 2006 +0000
21684
21685    * added a note about the update-checker to the news and updated the copyright dates in *.h and *.m
21686
21687commit 155ea0e45f8b0d11b4012cb6fd421f4227df17f7
21688Author: Felix Paul Kühne <fkuehne@videolan.org>
21689Date:   Sat Feb 18 18:40:04 2006 +0000
21690
21691    * new CheckForUpdate panel (closes #310)
21692    - the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
21693        - download through VLC is implemented, but commented for the moment
21694    - needs some checking once a complete Status.xml is available
21695
21696commit 8ca8d34604ec47d5ec63351755d1e049255a72e2
21697Author: Antoine Cellerier <dionoea@videolan.org>
21698Date:   Sat Feb 18 17:57:47 2006 +0000
21699
21700    image.c: ImageReadUrl now tries to open the image using the stream functions if fopen failed. (Which means that it can now read images on the web)
21701
21702commit f4941313a7a3d54081ecad6e1e8486cdcb5d8746
21703Author: Antoine Cellerier <dionoea@videolan.org>
21704Date:   Sat Feb 18 17:01:58 2006 +0000
21705
21706    use EnsureUTF8 on output string
21707
21708commit c4d8e42c76f54bc55b520ce9ce133d3be55d6012
21709Author: Antoine Cellerier <dionoea@videolan.org>
21710Date:   Sat Feb 18 15:45:35 2006 +0000
21711
21712    Remove white characters at begining and end of element values.
21713
21714commit 76267e195dd6410279a4440da6b1635f0acb2e5b
21715Author: Rémi Denis-Courmont <rem@videolan.org>
21716Date:   Sat Feb 18 08:46:48 2006 +0000
21717
21718    Don't try to be more clever than gettext in detecting libintl
21719    (we don't seem to be). ${LIBINTL} is normally not defined when there is
21720    no libintl anyway - should fix FreeBSD libintl linking issue
21721
21722commit 041b3c7fb888633f3af202b280d32e9039eb9b49
21723Author: Rémi Denis-Courmont <rem@videolan.org>
21724Date:   Sat Feb 18 08:37:26 2006 +0000
21725
21726    Fix typo noticed by zorglub
21727
21728commit ba5d10e567e7ea20bd9c93c6efb3ced221381a34
21729Author: Christophe Mutricy <xtophe@videolan.org>
21730Date:   Fri Feb 17 23:14:57 2006 +0000
21731
21732    Update the x264 patch.
21733
21734commit f5bfa4ff3595a0be1bd01ee753aa76211ff3ee59
21735Author: Antoine Cellerier <dionoea@videolan.org>
21736Date:   Fri Feb 17 22:49:12 2006 +0000
21737
21738    Add bluescreen video filter
21739
21740commit cb964a657b6f9b2807942652a38390219274788e
21741Author: Antoine Cellerier <dionoea@videolan.org>
21742Date:   Fri Feb 17 22:44:05 2006 +0000
21743
21744    Show current item number for each of the instances
21745
21746commit 803d2cebd8b732d500e0bef5e37baa353db98fad
21747Author: Antoine Cellerier <dionoea@videolan.org>
21748Date:   Fri Feb 17 22:10:56 2006 +0000
21749
21750    * mosaic.c: Bluescreen/Greenscreen/Chromakey video background replacement
21751    method. It's still quite simple ... loads of room for improvement.
21752    Example available here: http://people.videolan.org/~dionoea/bluescreen.mpg
21753
21754    * mosaic.h: remove trailing space
21755
21756commit a084d72ed958259b703678501eeb0babd75e1e76
21757Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21758Date:   Fri Feb 17 17:39:25 2006 +0000
21759
21760    mediacontrol_audio_video.c: remove debug message
21761
21762commit 7418f751b701986689110a592ca1a275417dd3fa
21763Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21764Date:   Fri Feb 17 17:02:59 2006 +0000
21765
21766    vlcglue.c: same bug, specify malloc unit.
21767
21768commit 4fdac057b6b24bbb75178815e69071fd8de6c1b9
21769Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21770Date:   Fri Feb 17 17:02:34 2006 +0000
21771
21772    mediacontrol_util.c: better safe than sorry, specify the malloc unit.
21773
21774commit 8323aea4b475a35b721d7b5b45cdf5e836a2685d
21775Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21776Date:   Fri Feb 17 16:51:06 2006 +0000
21777
21778    src/control/mediacontrol_init.c: fix a malloc() error (spotted by Christophe Massiot)
21779
21780commit b4392aff1efa491352e2f3f8aed151bc6da321d7
21781Author: Derk-Jan Hartman <hartman@videolan.org>
21782Date:   Fri Feb 17 16:15:50 2006 +0000
21783
21784    * Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite.
21785      This might explain the audio-core crashes we have seen in the past on Mac OS X
21786    * Fix issues with platforms which don't have alloca() (defined)
21787
21788commit 01dbf68815f872e81aed64d280b6dd2a2e78c7d4
21789Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21790Date:   Fri Feb 17 15:28:10 2006 +0000
21791
21792    mediacontrol_audio_video.c: use VLC_FOURCC to define the snapshot type
21793
21794commit ae25844be0e56ab2c02bcb06339552496fe23e9e
21795Author: Antoine Cellerier <dionoea@videolan.org>
21796Date:   Fri Feb 17 14:59:36 2006 +0000
21797
21798    update NEWS file
21799
21800commit a93b52882e3ee018ba435bb385f0223bf10f76f6
21801Author: Antoine Cellerier <dionoea@videolan.org>
21802Date:   Fri Feb 17 14:56:06 2006 +0000
21803
21804    Logo filter(s) now takes a list of images, delays and alpha as input and
21805    loops through these. The syntax is <file>[,[<delay in ms>][,[<alpha>]]][;...]
21806    Idea (and some parts of the code) by markfm
21807
21808    Note:
21809    The vout-filter segfaults upon destruction but i don't understand why...
21810    could someone have a look ?
21811
21812commit 04c4f0c1b08650341911a89d501b752f5447126e
21813Author: Derk-Jan Hartman <hartman@videolan.org>
21814Date:   Fri Feb 17 14:33:32 2006 +0000
21815
21816    * This change should be better then the one in [14346]
21817
21818commit 2ce311a5d13f1997e0d2c5129a1160511c8e1ff7
21819Author: Derk-Jan Hartman <hartman@videolan.org>
21820Date:   Fri Feb 17 14:20:02 2006 +0000
21821
21822    * stricter aout_BufferFree
21823
21824commit ddd8d745b39f5885bdd4e1f7477a85908a904391
21825Author: Rémi Denis-Courmont <rem@videolan.org>
21826Date:   Fri Feb 17 11:07:57 2006 +0000
21827
21828    Minor change so that 50 is actually the number of items to be updated at a time
21829    (rather than 50 + 2)
21830
21831commit 3be8149409178f02078c5388d103e0b251c1b4d3
21832Author: Rémi Denis-Courmont <rem@videolan.org>
21833Date:   Fri Feb 17 10:13:28 2006 +0000
21834
21835    Add /usr/local/... to CPPFLAGS and LDFLAGS automatically on FreeBSD (closes #422)
21836
21837commit 616807960d69690c6a87e8ba42b08af043e7c5b3
21838Author: Clément Stenac <zorglub@videolan.org>
21839Date:   Fri Feb 17 05:50:26 2006 +0000
21840
21841    Fix compilation when VLM is disabled
21842
21843commit e907794ab49588f2af8ed6516f1799f1df7f3657
21844Author: Clément Stenac <zorglub@videolan.org>
21845Date:   Fri Feb 17 05:46:08 2006 +0000
21846
21847    Don't disable audio if V4L video dev does not have an audio dev too. Closes:#254
21848
21849    Thanks to Timothy Lee < timothy d0t lee @t siriushk d0t c0m > for the patch.
21850
21851commit 2eb3e28bc8cc4fab64f1380dfee39fae50008610
21852Author: Clément Stenac <zorglub@videolan.org>
21853Date:   Fri Feb 17 05:42:13 2006 +0000
21854
21855    Fix some bugs
21856
21857commit 0178bdfc4d50fd32bad09c2924e39b73ba9ca76a
21858Author: Sam Hocevar <sam@videolan.org>
21859Date:   Thu Feb 16 22:07:36 2006 +0000
21860
21861      * extras/contrib/README: keep track of what patches have been contributed
21862        back to the upstream authors so far.
21863
21864commit 8c5cc77b914a464ddfe59e181a2d1665d8e58d9f
21865Author: Sam Hocevar <sam@videolan.org>
21866Date:   Thu Feb 16 22:01:39 2006 +0000
21867
21868      * extras/contrib/src/Patches/x264.patch: removed the exp2f/sqrtf part of
21869        this patch, I committed it upstream instead.
21870
21871commit 0766ddd701827020ff51bd992e3889eb3269e408
21872Author: Christophe Massiot <massiot@videolan.org>
21873Date:   Thu Feb 16 21:31:36 2006 +0000
21874
21875    ?
21876
21877commit 6c118eadc7f19d8cb944717b567537b52cf98883
21878Author: Christophe Massiot <massiot@videolan.org>
21879Date:   Thu Feb 16 21:19:47 2006 +0000
21880
21881    !
21882
21883commit fab40834c7ca705a20dbd53df5b3093985343b78
21884Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
21885Date:   Thu Feb 16 21:11:11 2006 +0000
21886
21887    real.c: fix some crashes
21888
21889commit 2927b6247501a12e5ce08101c4820951429e8639
21890Author: Felix Paul Kühne <fkuehne@videolan.org>
21891Date:   Thu Feb 16 20:05:18 2006 +0000
21892
21893    * added a button to create an empty node at the top level of the playlist. Thanks to zorglub for a hint once again :) (closes #449)
21894
21895commit 78d20969c18cdbf778cd98b7088c4f296acaac09
21896Author: Antoine Cellerier <dionoea@videolan.org>
21897Date:   Thu Feb 16 19:31:29 2006 +0000
21898
21899    Move podcast meta info to "Podcast Info" category
21900
21901commit c17290dc45902a3b93c90f3e033f4f2671b69134
21902Author: Antoine Cellerier <dionoea@videolan.org>
21903Date:   Thu Feb 16 17:31:31 2006 +0000
21904
21905    [patch] unifying meta-information access, the 2nd by Daniel Stränger
21906
21907commit 8fbceb81baeacb8413959994fa5883d342dd111f
21908Author: Clément Stenac <zorglub@videolan.org>
21909Date:   Thu Feb 16 07:22:57 2006 +0000
21910
21911    Fix a doxygen comment
21912
21913commit 8444ce1225006facbe1b6742f8b864c66a64fe0d
21914Author: Clément Stenac <zorglub@videolan.org>
21915Date:   Wed Feb 15 22:31:49 2006 +0000
21916
21917    More VLM API stuff
21918
21919commit 73c29a6a9f11299a8d2ec8c7c6fe16c67c74bba3
21920Author: Clément Stenac <zorglub@videolan.org>
21921Date:   Wed Feb 15 20:35:51 2006 +0000
21922
21923    Typo
21924
21925commit 7da0674108a114448543693624598eee0763125f
21926Author: Rémi Denis-Courmont <rem@videolan.org>
21927Date:   Wed Feb 15 19:59:30 2006 +0000
21928
21929    Fix warning
21930
21931commit 5423c6504242bf66ea3cec4dc4465f1e900ad1a3
21932Author: Clément Stenac <zorglub@videolan.org>
21933Date:   Wed Feb 15 19:48:07 2006 +0000
21934
21935    Fix a bunch of bugs in the MSN plugin (duplicated in the Growl plugin)
21936
21937commit e1c2a990767caff2c25bb49d8e31f5227aa55450
21938Author: Jérome Decoodt <djc@videolan.org>
21939Date:   Wed Feb 15 19:40:27 2006 +0000
21940
21941    Stupid me... don't do twice hton*
21942
21943commit 1d62f5628e96f0768e2df5c20edc5efc30d80c02
21944Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21945Date:   Wed Feb 15 15:06:20 2006 +0000
21946
21947    mediacontrol-python/setup.py: do not use PIC libraries on win32 and darwin-ppc
21948
21949commit 708b80c48b8e98e08ab9d79de2d997ffb537fc65
21950Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21951Date:   Wed Feb 15 14:15:10 2006 +0000
21952
21953    src/control/mediacontrol_init.c: check return values of VLC_Create and VLC_Init
21954
21955commit 41998e06b7e5b64981d509a25b80207ed0c98bde
21956Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21957Date:   Wed Feb 15 14:12:23 2006 +0000
21958
21959    mediacontrol-python/vlcglue.c: check the return value of VLC_Create
21960
21961commit 432af467ee976d665aa0f9ee678daff738b76962
21962Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21963Date:   Wed Feb 15 14:11:16 2006 +0000
21964
21965    mediacontrol-python: portability fix (for Mac OS X/PPC), dirty but it works
21966
21967commit 615ba42c1399c964347d45bbd327f731ab03167e
21968Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
21969Date:   Wed Feb 15 14:04:41 2006 +0000
21970
21971    misc/svg.c: use char* instead of byte_t* to avoid warnings
21972
21973commit 7e6af68eef64527cac71b015b57f8d6a489c3a14
21974Author: Jérome Decoodt <djc@videolan.org>
21975Date:   Wed Feb 15 02:09:01 2006 +0000
21976
21977    -lws2_32 on win32...
21978
21979commit a558333f271cf7043ab3a97d84847cc9c58fd47d
21980Author: Jérome Decoodt <djc@videolan.org>
21981Date:   Wed Feb 15 01:32:26 2006 +0000
21982
21983    configure.ac: try to fix beos build
21984    growl.c: add --growl-ttl option
21985
21986commit 9aaa91d69f4fc35cd25560058f8fde2edd924c8d
21987Author: Jérome Decoodt <djc@videolan.org>
21988Date:   Wed Feb 15 00:39:10 2006 +0000
21989
21990    Add "send" (-lsocket) dependance to growl module to fix BeOS build
21991
21992commit 0e87fb0f442e2739cc44c48008350ab17a350911
21993Author: Jérome Decoodt <djc@videolan.org>
21994Date:   Wed Feb 15 00:15:21 2006 +0000
21995
21996    Takes default TTL (instead of 42...)
21997
21998commit d8493985dcff2042fe7b659c9e759faa21253516
21999Author: Jérome Decoodt <djc@videolan.org>
22000Date:   Tue Feb 14 23:59:50 2006 +0000
22001
22002    Add a growl (http://growl.info/) notification plugin (most of code from msn.c)
22003    It is built by default since it sends notifications to network (perhaps
22004    we should only build it on macos).
22005
22006    msn.c: should fix a refcount issue (*not tested*)
22007
22008commit ce98868f94d5df54bc382bd5e55236a162a4492a
22009Author: Clément Stenac <zorglub@videolan.org>
22010Date:   Tue Feb 14 22:50:13 2006 +0000
22011
22012    Missing file
22013
22014commit ef273c072bfe9a43014f74fe7765b59a2e735ab7
22015Author: Clément Stenac <zorglub@videolan.org>
22016Date:   Tue Feb 14 22:35:37 2006 +0000
22017
22018    Fix some bugs
22019
22020commit e0003bec24b8241621d4bb6ce0fe5160835d84d0
22021Author: Clément Stenac <zorglub@videolan.org>
22022Date:   Tue Feb 14 21:41:23 2006 +0000
22023
22024    * Beginning of VLM API
22025    * Some test work
22026    * Export vlm_MediaSearch
22027
22028commit f0f9014510bebfe8ea372ce5e6dc01f62ea2df4e
22029Author: Rémi Denis-Courmont <rem@videolan.org>
22030Date:   Tue Feb 14 20:41:27 2006 +0000
22031
22032    (Win32) Support stat() for file names outside ANSI Code Page
22033
22034commit 5243d4df8a0208851a6c244824290faf86a5169c
22035Author: Rémi Denis-Courmont <rem@videolan.org>
22036Date:   Tue Feb 14 17:20:32 2006 +0000
22037
22038    Safer Win32 code page translation
22039
22040commit 1ea3602bb2f0b6734e4c8db9cd17773cf79d9665
22041Author: Christophe Mutricy <xtophe@videolan.org>
22042Date:   Tue Feb 14 15:38:21 2006 +0000
22043
22044    param_eq.c: eol style
22045
22046commit 8cf1cce67373ec9628323b5bec1d065f20844351
22047Author: Eric Petit <titer@videolan.org>
22048Date:   Tue Feb 14 13:48:43 2006 +0000
22049
22050    FFmpeg forgets to create include/postproc/
22051
22052commit c6aa6576d4051296adffbacdb698836f2c2aec05
22053Author: Antoine Cellerier <dionoea@videolan.org>
22054Date:   Tue Feb 14 12:32:50 2006 +0000
22055
22056    update vc71-glib-1.2.10-bin.zip and libIDL-0.6.3-win32-bin.zip locations
22057    Thanks to Hobophobe on http://forum.videolan.org/viewtopic.php?t=17262
22058
22059commit 8bcbcd936dfe0fbf2592cf3b1c58f5af0bfe5fc9
22060Author: Rémi Denis-Courmont <rem@videolan.org>
22061Date:   Tue Feb 14 09:57:58 2006 +0000
22062
22063    - Partial fix for reading characters with multibyte local encoding (refs #548)
22064    - Fix memory leak
22065
22066commit 1b49bb51136c7aa668ae3fad1d65fea90cadc906
22067Author: Rémi Denis-Courmont <rem@videolan.org>
22068Date:   Tue Feb 14 09:56:42 2006 +0000
22069
22070    Use return value of EnsureUTF8() to specify whether the bytes sequence was
22071    valid (UTF-8) or not (incomplete, incorrect non-ASCII, or overlong sequences)
22072
22073commit 80e5477bae4a2ba621e0ba33acfb78ac41d57c58
22074Author: Christophe Mutricy <xtophe@videolan.org>
22075Date:   Tue Feb 14 09:39:36 2006 +0000
22076
22077    param-eq.c: Svn keyword
22078
22079commit 9e17021bd2be0b23122f9806c37d730813f95cae
22080Author: Clément Stenac <zorglub@videolan.org>
22081Date:   Tue Feb 14 07:11:18 2006 +0000
22082
22083    Simplify
22084
22085commit 17605dded6b1b46e0dd4b0bfa1010746027ffb6f
22086Author: Jérome Decoodt <djc@videolan.org>
22087Date:   Tue Feb 14 01:40:59 2006 +0000
22088
22089    Add --macosx-black switch to black non video screens (fix #301)
22090    If someone has a better code to maintain a black screen, change
22091    CGSetDisplayTransferByFormula which seems to be a big kludge.
22092
22093commit 13b03068c18b87aa201b53492d64244757875332
22094Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
22095Date:   Mon Feb 13 22:44:24 2006 +0000
22096
22097    all: parametric equalizer by  Antti Huovilainen (adapted for vlc by me)
22098
22099commit cb386f1fe9825ae1677f4e5ddc8ffb2099be3b25
22100Author: Antoine Cellerier <dionoea@videolan.org>
22101Date:   Mon Feb 13 22:09:56 2006 +0000
22102
22103    attempt to fix the winCE build
22104
22105commit dcddb65e52f7544f600642d0bd03b87656bfecc6
22106Author: Rémi Denis-Courmont <rem@videolan.org>
22107Date:   Mon Feb 13 21:03:32 2006 +0000
22108
22109    - Unicode fixes for ncurses on non-UTF8 consoles (closes #547)
22110    - Handle backspace properly on an UTF-8 characters string (closes #548 as far as UTF-8 is concerned)
22111
22112commit 2678c532b12e275ac2b601cc12d349ff00b7b6b8
22113Author: Rémi Denis-Courmont <rem@videolan.org>
22114Date:   Mon Feb 13 20:11:48 2006 +0000
22115
22116    Undo erronously commited debug preprocessing directives
22117
22118commit 3b58d322875f918308642ded461d515459396449
22119Author: Christophe Mutricy <xtophe@videolan.org>
22120Date:   Mon Feb 13 20:06:22 2006 +0000
22121
22122    unicode.c: Fix WinCE build (well for this file only)
22123
22124commit 04b1aea58e98dc8c44081ae54172829663517db2
22125Author: Rémi Denis-Courmont <rem@videolan.org>
22126Date:   Mon Feb 13 19:14:30 2006 +0000
22127
22128    Replace forbidden characters with underscores when attempting to dump a stream (closes #423)
22129
22130commit 49106025613db39dfe53a212341b221286e290c2
22131Author: Rémi Denis-Courmont <rem@videolan.org>
22132Date:   Mon Feb 13 19:13:05 2006 +0000
22133
22134    Fix typo
22135
22136commit fdb95608431aeb8d22cefdd0d6fccff1affdd090
22137Author: Rémi Denis-Courmont <rem@videolan.org>
22138Date:   Mon Feb 13 16:53:46 2006 +0000
22139
22140    - Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392)
22141    - Move view port and cursor to a sane position
22142    - Check for VidMode extensions (libXxf86vm)
22143
22144commit 651614ceb73b06a08da470b9b626b8bcb664abe6
22145Author: Christophe Mutricy <xtophe@videolan.org>
22146Date:   Mon Feb 13 16:37:42 2006 +0000
22147
22148    unicode.c: Fix logic to set use_iconv
22149
22150commit a4b6365024390a73a2921b4f43673a42bd027664
22151Author: Christophe Mutricy <xtophe@videolan.org>
22152Date:   Mon Feb 13 15:22:59 2006 +0000
22153
22154    ffmpeg-wince.patch: fix for the new ffmpeg makefile
22155
22156commit 9f5f3cc9c8edee7ac68b72aff8b051d510273147
22157Author: Sam Hocevar <sam@videolan.org>
22158Date:   Mon Feb 13 13:31:01 2006 +0000
22159
22160      * modules/demux/mp4/drms.c: cosmetic changes to some variable names.
22161
22162commit 1a3466cdee08c12062fa9853cfc577bb08604a7e
22163Author: Rémi Denis-Courmont <rem@videolan.org>
22164Date:   Mon Feb 13 13:23:20 2006 +0000
22165
22166    Fix windows build
22167
22168commit f075541729c8c384215c0479d01671cefab4af69
22169Author: Rémi Denis-Courmont <rem@videolan.org>
22170Date:   Mon Feb 13 13:16:08 2006 +0000
22171
22172    Fix (From|To)Locale (closes #546)
22173
22174commit cb347302cc1a26df4cbcc13caba868e6910a7f1f
22175Author: Sam Hocevar <sam@videolan.org>
22176Date:   Mon Feb 13 11:49:38 2006 +0000
22177
22178      * modules/codec/libmpeg2.c: tell mpeg2dec the real stride of our picture,
22179        because some Xv drivers do not necessarily pad video at 16 bytes.
22180
22181commit 8e5b3661aba88df6f457ffe0ba9d7c42442d44b1
22182Author: Rémi Denis-Courmont <rem@videolan.org>
22183Date:   Mon Feb 13 11:19:04 2006 +0000
22184
22185    Fix typo
22186
22187commit 979e839a8ec813ea354afbe37642c0a5fd6d53c6
22188Author: Rémi Denis-Courmont <rem@videolan.org>
22189Date:   Mon Feb 13 11:15:59 2006 +0000
22190
22191    - Clean up
22192    - Unicode file names fixes
22193
22194commit 8b81fec859b8975d71336c3fe1886b4878a7c192
22195Author: Rémi Denis-Courmont <rem@videolan.org>
22196Date:   Mon Feb 13 10:47:43 2006 +0000
22197
22198    - memleak fix
22199    - getcwd() unicode fix
22200
22201commit 99ca63cb29503eea8276e82eba910f8595dab208
22202Author: Rémi Denis-Courmont <rem@videolan.org>
22203Date:   Mon Feb 13 10:47:12 2006 +0000
22204
22205    getcwd() unicode fix
22206
22207commit 5262517960b2dcba585fe669fc1b340a9174eef8
22208Author: Derk-Jan Hartman <hartman@videolan.org>
22209Date:   Mon Feb 13 10:31:57 2006 +0000
22210
22211    * revert unaccelerated OpenGL. it's useless :D
22212
22213commit 921de760d62c9ea94dae0d43528a957148aae17a
22214Author: Rémi Denis-Courmont <rem@videolan.org>
22215Date:   Mon Feb 13 10:30:30 2006 +0000
22216
22217    Further fopen() unicode fixes (refs #528)
22218
22219    skins2 and galaktos remain as I'm not sure how they (don't?) handle
22220    encodings.
22221
22222    http interface URL were purposedly not made to use Unicode. I'm open to
22223    suggestions on that one.
22224
22225commit 543574fd1d30e5be90ec4adcc9d15046c90af350
22226Author: Rémi Denis-Courmont <rem@videolan.org>
22227Date:   Mon Feb 13 09:54:15 2006 +0000
22228
22229    Another bunch of Unicode file names fixes (refs #528)
22230
22231commit 19ae257613a97eae6e794655df78f31b322106fe
22232Author: Rémi Denis-Courmont <rem@videolan.org>
22233Date:   Mon Feb 13 08:36:52 2006 +0000
22234
22235    Some WinCE fixes
22236
22237commit 1c3528868c36e57e12cc0d99722255b261f50c41
22238Author: Rémi Denis-Courmont <rem@videolan.org>
22239Date:   Mon Feb 13 08:30:55 2006 +0000
22240
22241    All Unicode fixes for fopen() (refs #528)
22242
22243commit 8a1c45dff8c198bf15626a10093ce45a7a114c20
22244Author: Olivier Teulière <ipkiss@videolan.org>
22245Date:   Mon Feb 13 07:18:42 2006 +0000
22246
22247     * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean variable
22248     * doc/skins/skins2-howto.xml: Updated doc
22249
22250commit 3d8647e9ecb31acc3bed20845a95ca87e1223898
22251Author: Derk-Jan Hartman <hartman@videolan.org>
22252Date:   Mon Feb 13 02:36:14 2006 +0000
22253
22254    * It's POSTPROC, not POSPROC
22255
22256commit 491a07729d6d814e47768c8ebc025092fa5b6e55
22257Author: Rémi Denis-Courmont <rem@videolan.org>
22258Date:   Sun Feb 12 22:45:04 2006 +0000
22259
22260    - mkdir Unicode wrapper (refs #543)
22261    - fix load/save of configuration and creation of configuration directory (refs #528)
22262
22263commit 52c97a520bf043b059713a5c587513477c86f7a8
22264Author: Olivier Teulière <ipkiss@videolan.org>
22265Date:   Sun Feb 12 21:39:09 2006 +0000
22266
22267     * doc/skins/skins2-howto.xml: Fixed a link
22268
22269commit e73aefca5047e2a7bd9c5b6035329f5f7115c818
22270Author: Eric Petit <titer@videolan.org>
22271Date:   Sun Feb 12 21:22:20 2006 +0000
22272
22273    Use emms after I420_UYVY because the OpenGL vout uses floats in the same thread.
22274    Re-enabled i420_yuy2_mmx on Darwin/x86.
22275
22276commit 45973ce2b92e34e180ba3d097f4e62fd460c57b8
22277Author: Rémi Denis-Courmont <rem@videolan.org>
22278Date:   Sun Feb 12 21:12:12 2006 +0000
22279
22280    utfeightize psz_homedir
22281
22282commit 2eb7e0f4674bb6393bf9c913f8896dbf67d9cd91
22283Author: Olivier Teulière <ipkiss@videolan.org>
22284Date:   Sun Feb 12 21:11:14 2006 +0000
22285
22286     * doc/skins/skins2-howto.xml: Documented the DVD-related actions
22287
22288commit 7d96a1d630d3069084f5d8c154adb154b421d217
22289Author: Olivier Teulière <ipkiss@videolan.org>
22290Date:   Sun Feb 12 21:05:53 2006 +0000
22291
22292     * skins2/commands/cmd_dvd.*: New commands for DVD navigation.
22293       You can use the following actions in the XML file:
22294        - dvd.nextTitle()
22295        - dvd.previousTitle()
22296        - dvd.nextChapter()
22297        - dvd.previousChapter()
22298        - dvd.rootMenu()
22299
22300commit 68e2a72328bea59e14715b6ea903b2632354975c
22301Author: Rémi Denis-Courmont <rem@videolan.org>
22302Date:   Sun Feb 12 19:57:48 2006 +0000
22303
22304    Export FromLocaleDup()
22305
22306commit 4a95a4cd02a4aa686357ab82366e18e29b820e1b
22307Author: Rémi Denis-Courmont <rem@videolan.org>
22308Date:   Sun Feb 12 19:55:38 2006 +0000
22309
22310    - Fix opening of SVG file through a symbolic
22311      (one must use stat() rather than lstat() to obtain the size of a file's content!)
22312    - Use UTF-8 wrappers (refs #528)
22313
22314commit b81e14d4f39ba8daa4f56f33d33612e62b84dbda
22315Author: Rémi Denis-Courmont <rem@videolan.org>
22316Date:   Sun Feb 12 19:51:12 2006 +0000
22317
22318    Cosmetic fix
22319
22320commit f5f61ad59da13f903e99391bcbe437d299b57fc2
22321Author: Rémi Denis-Courmont <rem@videolan.org>
22322Date:   Sun Feb 12 19:48:50 2006 +0000
22323
22324    - UF8 wrappers for stat, lstat
22325    - FromLocaleDup() returns a string to be freed with free() instead of LocaleFree()
22326
22327commit 9ef44504e531c8cada9048d692223f171a648e3f
22328Author: Eric Petit <titer@videolan.org>
22329Date:   Sun Feb 12 18:20:54 2006 +0000
22330
22331     Also look for libpostproc when ffmpeg is installed without ffmpeg-config
22332     nor pkg-config
22333
22334commit 52eedd54a77536688b064ca0ab26a496b3ce9f08
22335Author: Christophe Mutricy <xtophe@videolan.org>
22336Date:   Sun Feb 12 17:38:36 2006 +0000
22337
22338    configure.ac: don't fail if postproc is with avcodec
22339
22340commit d0802e7d82be036108a7b91a01a091df0092b61d
22341Author: Clément Stenac <zorglub@videolan.org>
22342Date:   Sun Feb 12 17:31:53 2006 +0000
22343
22344    Improve test coverage
22345
22346commit 711b5da24a68123321b534317fe39eb2535f710d
22347Author: Clément Stenac <zorglub@videolan.org>
22348Date:   Sun Feb 12 17:31:39 2006 +0000
22349
22350    Add some playlist api functions
22351    Fix a bug in exceptions handling
22352
22353commit 6d4e2137881b620c014346b87fdea221e3c02581
22354Author: Clément Stenac <zorglub@videolan.org>
22355Date:   Sun Feb 12 17:14:07 2006 +0000
22356
22357    Change some test stuff
22358
22359commit 702ca6c3c28dd27d99f7adc807a922a95b9ce5fa
22360Author: Christophe Mutricy <xtophe@videolan.org>
22361Date:   Sun Feb 12 17:04:45 2006 +0000
22362
22363    configure.ac: FFMPEG's libpostproc is now separated from libavcodec
22364
22365commit 905cbca56aed4e41603d5a69645023f57b94406a
22366Author: Eric Petit <titer@videolan.org>
22367Date:   Sun Feb 12 16:36:41 2006 +0000
22368
22369     BeOS fix
22370
22371commit ffef7ea390cab20bc67341b49962c115f460d31c
22372Author: Eric Petit <titer@videolan.org>
22373Date:   Sun Feb 12 16:02:08 2006 +0000
22374
22375    Fixed ffmpeg contrib
22376
22377commit 7ca188d5926edfe485a7d81e55aa261c2d9fa540
22378Author: Clément Stenac <zorglub@videolan.org>
22379Date:   Sun Feb 12 15:48:57 2006 +0000
22380
22381    Move python mediacontrol bindings
22382
22383commit c615ce5242982d182f7ee2d70e74dd2aeb69c16a
22384Author: Christophe Mutricy <xtophe@videolan.org>
22385Date:   Sun Feb 12 15:30:40 2006 +0000
22386
22387    Fix distcheck
22388
22389commit 8e7cf6314d72cf52901d876fc2cacb42db3b331e
22390Author: Clément Stenac <zorglub@videolan.org>
22391Date:   Sun Feb 12 15:28:56 2006 +0000
22392
22393    Fix refcount problems
22394
22395commit 31ce5588abe42b0a8c4abfbb85296edc2f039963
22396Author: Clément Stenac <zorglub@videolan.org>
22397Date:   Sun Feb 12 14:22:08 2006 +0000
22398
22399    Remove debug
22400
22401commit 86b94ec7c0873824d346e41a1c7f1a289057f552
22402Author: Rémi Denis-Courmont <rem@videolan.org>
22403Date:   Sun Feb 12 11:39:00 2006 +0000
22404
22405    - Attempt to implement (To|From)Locale on MSVC
22406    - Make (To|From)Locale a no-op on OSes always using UTF-8
22407
22408commit 0f968b65396064faf5bdd6da605ef95413a12824
22409Author: Clément Stenac <zorglub@videolan.org>
22410Date:   Sun Feb 12 11:18:43 2006 +0000
22411
22412    Playtree: handle delete nicely
22413
22414commit ed9e26d2bb398bb5ffab426f9afaa6ab9e47745f
22415Author: Rémi Denis-Courmont <rem@videolan.org>
22416Date:   Sat Feb 11 22:05:14 2006 +0000
22417
22418    Remove always true condition
22419
22420commit cf96f4b235d019c882b8b3e809b80fe8a765cb3c
22421Author: Rémi Denis-Courmont <rem@videolan.org>
22422Date:   Sat Feb 11 22:04:54 2006 +0000
22423
22424    Fix previous commit
22425
22426commit 9efc237adbd961601f8216524e94b8175f0e54eb
22427Author: Rémi Denis-Courmont <rem@videolan.org>
22428Date:   Sat Feb 11 21:46:06 2006 +0000
22429
22430    Unicode wrappers for opendir/readdir
22431
22432commit e7d98f62120e6b0ebc1c00b513381937b6fb89bb
22433Author: Derk-Jan Hartman <hartman@videolan.org>
22434Date:   Sat Feb 11 21:20:24 2006 +0000
22435
22436    * Do a proper UTF-16 -> UTF-8 conversion on ASF metadata, instead of ignoring one of it's bytes per char.
22437      Patch by demo-n <http://demo-n.e-neta.jp>. (Can i have your name for the THANKS file please?)
22438
22439commit 69f016b519ccda31193e55eb9638153687b282fa
22440Author: Derk-Jan Hartman <hartman@videolan.org>
22441Date:   Sat Feb 11 20:41:57 2006 +0000
22442
22443    * xtag parser improvements by Daniel Stranger.
22444
22445    it now ignores
22446     - commments <!-- ... -->
22447     - processing instructions <? ... ?>
22448     - doctype declarations <!DOCTYPE ... >
22449    and can handle
22450     - CDATA element content <![CDATA[ ... ]]>
22451
22452commit 666a3ebfcff2c483c72e2b57bd3e60d1f7f3d177
22453Author: Christophe Mutricy <xtophe@videolan.org>
22454Date:   Sat Feb 11 20:17:20 2006 +0000
22455
22456    wx/dialogs/*: Don't put labels in buttons if we have a wxID_FOO. So the buttons are themable on GTK.
22457
22458commit 2009312e792107d0cf0bf2d1dec225c64ca504a5
22459Author: Rémi Denis-Courmont <rem@videolan.org>
22460Date:   Sat Feb 11 18:40:13 2006 +0000
22461
22462    Fix invalid debug message
22463
22464commit a73bf136fb2908014df5bf3980bb7719467e58b4
22465Author: Clément Stenac <zorglub@videolan.org>
22466Date:   Sat Feb 11 18:11:29 2006 +0000
22467
22468    Add support for insert and delete in X11 skins
22469
22470commit 1891e507c234c548b8a8c091e449a99ce69bba02
22471Author: Olivier Teulière <ipkiss@videolan.org>
22472Date:   Sat Feb 11 18:01:42 2006 +0000
22473
22474     * skins2/win32/win32_loop.cpp: Added support for the Insert and Delete keys
22475
22476commit bb0106256cbba85a06448a080dcbffbf87f5aca7
22477Author: Derk-Jan Hartman <hartman@videolan.org>
22478Date:   Sat Feb 11 17:55:28 2006 +0000
22479
22480    * Fix a \n bug and a memory bug in the SSA/subsdec.
22481
22482commit 7e6fdd0d4efd67f25982e353d280390ece7c5a2d
22483Author: Felix Paul Kühne <fkuehne@videolan.org>
22484Date:   Sat Feb 11 17:50:46 2006 +0000
22485
22486    * enable multiple selections for streaming as well (closes #522) and put some news
22487
22488commit 890c6db3ed25ad944111497c11952d9b53c75858
22489Author: Felix Paul Kühne <fkuehne@videolan.org>
22490Date:   Sat Feb 11 17:42:40 2006 +0000
22491
22492    * support for applying the same settings to multiple files in single run of the wizard (just select multiple items in the playlist)
22493        - note: due to this, the types of some objects in the main dictionary changed from NSString to NSArray. Additionally, this code does neither run nor compile on 10.2 anymore.
22494        - various loops are being performed during the run of the wizard now. Please shout if this is noticeably slower on older Macs
22495    * solved a UTF-8-issue which prevented the usage of certain files which were added to the playlist previously
22496    * optimised the existing code here and there
22497    * make sure that all settings are kept for a session
22498
22499    Thanks to zorglub for the playlist-hint :)
22500
22501commit d057acfbb60397eaed1b425a9c8015f7259c4d48
22502Author: Rémi Denis-Courmont <rem@videolan.org>
22503Date:   Sat Feb 11 17:30:48 2006 +0000
22504
22505    Support opening of non ANSI filenames on Win32
22506
22507commit 19ee0a8cbea232e01f1648b04fdea206bdd52540
22508Author: Antoine Cellerier <dionoea@videolan.org>
22509Date:   Sat Feb 11 17:28:27 2006 +0000
22510
22511    Add some "title"s for image buttons.
22512
22513commit bc230c07310cadbd172ce7f47c6f9383788c1f92
22514Author: Rémi Denis-Courmont <rem@videolan.org>
22515Date:   Sat Feb 11 17:27:09 2006 +0000
22516
22517    Fix typo
22518
22519commit 39c838b55ff587f3aad3035e15139fd2f91d77ba
22520Author: Rémi Denis-Courmont <rem@videolan.org>
22521Date:   Sat Feb 11 17:00:08 2006 +0000
22522
22523    Use vlc_fopen (access() or stat() would be more appropriate though)
22524
22525commit 4bfb6dac85dfaedefe5b79ff6cf822918cc96b5e
22526Author: Clément Stenac <zorglub@videolan.org>
22527Date:   Sat Feb 11 16:10:43 2006 +0000
22528
22529    Should fix vlc-help.txt problem (untested) (Refs:#517)
22530
22531commit b26eed49510e53c2d3afe9e6e517aaae0a079f23
22532Author: Clément Stenac <zorglub@videolan.org>
22533Date:   Sat Feb 11 15:49:24 2006 +0000
22534
22535    Reposition the slider when expanding/retracting a node (Closes:#477)
22536
22537commit 0236ff18d1c8ab65a062c672ccf5518b1e283b0f
22538Author: Clément Stenac <zorglub@videolan.org>
22539Date:   Sat Feb 11 15:21:21 2006 +0000
22540
22541    only round width and scale height accordingly
22542
22543commit 8a9fe6520786c960b8181ef022c89ce190ba2284
22544Author: Rémi Denis-Courmont <rem@videolan.org>
22545Date:   Sat Feb 11 15:13:56 2006 +0000
22546
22547    vlc_fopen() wrapper including required file name conversion (refs #528, refs #543)
22548
22549commit 8d6f2ab7374b6be3d95f45749559e690ae987d67
22550Author: Rémi Denis-Courmont <rem@videolan.org>
22551Date:   Sat Feb 11 15:12:06 2006 +0000
22552
22553    Don't compile dead code on Win32
22554
22555commit 8e459605c2b08a1c163d856c647b6cd0e0f99311
22556Author: Rémi Denis-Courmont <rem@videolan.org>
22557Date:   Sat Feb 11 14:53:44 2006 +0000
22558
22559    Use more common CP1252 rather than Latin-9 as fallback charset
22560
22561commit 89e1637e4e06feac851edcafb4ebe760ce611595
22562Author: Clément Stenac <zorglub@videolan.org>
22563Date:   Sat Feb 11 14:50:37 2006 +0000
22564
22565    Round scaled sizes to 16 (Closes:#524)
22566
22567commit 54f1118b5e119508302d5967e2df8e3cbfeb630e
22568Author: Clément Stenac <zorglub@videolan.org>
22569Date:   Sat Feb 11 14:26:53 2006 +0000
22570
22571    Don't crash in record filter (Closes:#542)
22572
22573commit 9f997dca438ef0671304f51e8b292c66d9f0b3c6
22574Author: Clément Stenac <zorglub@videolan.org>
22575Date:   Sat Feb 11 14:14:18 2006 +0000
22576
22577    Don't make image when we are not interested in the item
22578
22579commit 6adad42ae834d30560526e316e1083b5b7081a6c
22580Author: Clément Stenac <zorglub@videolan.org>
22581Date:   Sat Feb 11 14:08:44 2006 +0000
22582
22583    Handle Page up / Page down (Refs:#477)
22584
22585commit d02fbdb877d4a4b5672cb997c12a8a576ac6b815
22586Author: Rémi Denis-Courmont <rem@videolan.org>
22587Date:   Sat Feb 11 13:40:43 2006 +0000
22588
22589    Handle TTL in SDP properly (IPv4 at least) for raw UDP (closes #404)
22590
22591commit cae770e5b0c2b88ea4ba1248b30133b985c129d8
22592Author: Rémi Denis-Courmont <rem@videolan.org>
22593Date:   Sat Feb 11 13:39:03 2006 +0000
22594
22595    - Fix typo in previous commit
22596    - Enforce a default TTL value (one) in SDP if there is none - refs #404
22597      (it should at least be fine for IPv4 usage)
22598
22599commit d3db2d9e82fe3052484131fc8554e1c7877ca9e5
22600Author: Rémi Denis-Courmont <rem@videolan.org>
22601Date:   Sat Feb 11 11:58:34 2006 +0000
22602
22603    Simplify [12964]
22604
22605commit 16cb39fcabeea09ca122e5e2a0f8bb80c73a8706
22606Author: Felix Paul Kühne <fkuehne@videolan.org>
22607Date:   Sat Feb 11 11:34:31 2006 +0000
22608
22609    * added an option to keep the selections in the wizard for a single session. It's enabled by default. (refs #522)
22610
22611commit 18533cf12a662928cf08ce1d7ebcade0b340de6f
22612Author: Rémi Denis-Courmont <rem@videolan.org>
22613Date:   Sat Feb 11 10:49:30 2006 +0000
22614
22615    SAP hop limit should always be 255 as per its specification - refs #404
22616
22617commit 25cc8bd838c8657dbf0e85fe54206e733cfdce80
22618Author: Rémi Denis-Courmont <rem@videolan.org>
22619Date:   Sat Feb 11 10:47:42 2006 +0000
22620
22621    Good point Md - use 0 (ie. not set) as default TTL rather than 1 (refs #404)
22622
22623commit c6e34683dc1b8acf898dbd7a1f4e7b0136af1575
22624Author: Rémi Denis-Courmont <rem@videolan.org>
22625Date:   Sat Feb 11 10:42:48 2006 +0000
22626
22627    Implement IPv6 multicast output interface selection (closes #491)
22628
22629commit 069e052f822e29645de86abf8a9e4ab02535b0a3
22630Author: Derk-Jan Hartman <hartman@videolan.org>
22631Date:   Sat Feb 11 03:04:42 2006 +0000
22632
22633    * Improved renderering of YUVA/P onto YUV variants. refs #539
22634      I420 still not fixed for this bug.
22635
22636      A simple average of the UV pixels, wasn't giving satisfying results, so I added a bit more logic, to decide based on the transparency value if UY averaging is desireable for the pixels. Produces nice results now, with a very slight shadow somtimes to the right side of the images/glyphs. Looks quite good.
22637
22638commit b7d2846e63f846a0f4c0d5a9db7df5af4e01ae48
22639Author: Derk-Jan Hartman <hartman@videolan.org>
22640Date:   Sat Feb 11 01:37:30 2006 +0000
22641
22642    * Fix the duration of the dvdread module. refs #198.
22643      Now duration is accurate, but current time is still block based, so on VBR discs the duration of a second may have some weird variations. Getting accurate time is possible (see what was reverted in [12862]), but this will break the relative SET_TIME (might actually go seeking in the wrong direction for instance). The correct fix here is to expand dvdread with a method that checks the TMAPTI IFO table of a Title, to find what block approximately goes with a certain time. (the TMAPTI table is usually in .5 secs interpolation might possibly be required as well) As a backup an estimate can be made using the ADMAP table.
22644
22645    The behaviour of the dvdread module is now equal to that of the dvdnav module when it comes to time and seeking.
22646
22647commit e01e9935598a23b3daa462a90f99e8e9b47087a5
22648Author: Clément Stenac <zorglub@videolan.org>
22649Date:   Sat Feb 11 00:07:40 2006 +0000
22650
22651    Don't invalidate selection on item change (Refs:#477)
22652
22653commit e8ebab7877937ac1447479e2979fd2e09f059a6d
22654Author: Derk-Jan Hartman <hartman@videolan.org>
22655Date:   Sat Feb 11 00:01:55 2006 +0000
22656
22657    * Don't put huge pictures on the stack. It is limited on some platforms. use malloc.
22658    * Use the correct pitch values when reading from and writing to pictures (out pitch can differ from in pitch, and there is also visible pitch and visible lines.
22659
22660commit f12fa7ca85553b41dbdfc8950df778e4d6c45c7b
22661Author: Clément Stenac <zorglub@videolan.org>
22662Date:   Fri Feb 10 23:39:53 2006 +0000
22663
22664    Fix playtree deletion
22665    Should support deletion through the delete key. But the delete key is not recognized par X11 skins2.
22666
22667commit 7ffd2f05b8f89da23fec03921e40fcf3fda7f21f
22668Author: Christophe Mutricy <xtophe@videolan.org>
22669Date:   Fri Feb 10 22:56:32 2006 +0000
22670
22671    Revert brocken commit [14215]
22672
22673commit a21a929a5fe9b9cdcfec99b32dadf3cca41a47af
22674Author: Christophe Mutricy <xtophe@videolan.org>
22675Date:   Fri Feb 10 22:24:20 2006 +0000
22676
22677    Unbreack distcheck. First step
22678
22679commit 1e2b476cc23e81f48a0593958de0306aec87834e
22680Author: Derk-Jan Hartman <hartman@videolan.org>
22681Date:   Fri Feb 10 22:03:34 2006 +0000
22682
22683    * Fix issues with the deinterlace filter that was using the source picture pitch when writing to the output picture.
22684
22685commit 16fe209fc58eb1136867297965fe8a1659a34ad5
22686Author: Derk-Jan Hartman <hartman@videolan.org>
22687Date:   Fri Feb 10 21:46:17 2006 +0000
22688
22689    * fprintf -> msg_Dbg
22690
22691commit 2034d14a019a51e31a0d55e1940031e4cab33cbb
22692Author: Clément Stenac <zorglub@videolan.org>
22693Date:   Fri Feb 10 21:14:12 2006 +0000
22694
22695    Disable broken stuff (Refs:#459)
22696
22697commit ac4eb7908ffcc8c069e428c9a70655734af10581
22698Author: Felix Paul Kühne <fkuehne@videolan.org>
22699Date:   Fri Feb 10 19:56:59 2006 +0000
22700
22701    * clean up (mostly replacements of nestings of stringByAppendingString by stringWithFormat)
22702    * removed the stupid "wizard help window" and replaced the help sheets with calls of NSBeginInformationalAlertSheet. This might be beautified with NSAlerts in the future, since we don't care for 10.2 anymore.
22703
22704commit 90b1a99b81b943ac80e071bcbb8cce67bd19b46d
22705Author: Jean-Paul Saman <jpsaman@videolan.org>
22706Date:   Fri Feb 10 19:53:09 2006 +0000
22707
22708    Fix breakage of other RTSP clients
22709
22710commit e677a71b037e0b3ddb1735273afafa4493e7fb6b
22711Author: Jean-Paul Saman <jpsaman@videolan.org>
22712Date:   Fri Feb 10 17:24:25 2006 +0000
22713
22714    Use correct Transport answer
22715
22716commit 15f7074e9da205cefd69d30f93a2d4e736ea95b0
22717Author: Christophe Mutricy <xtophe@videolan.org>
22718Date:   Fri Feb 10 17:24:14 2006 +0000
22719
22720    configure.ac: Test glide even when the user specify it
22721
22722commit dc7dd8bfbc272a0517b46b74ad4e97b0019307a3
22723Author: Rémi Denis-Courmont <rem@videolan.org>
22724Date:   Fri Feb 10 16:46:07 2006 +0000
22725
22726    - Use OS default TTL when not overriden
22727    - Clean up
22728    (refs #404)
22729
22730commit 51c0881c02f781e6ad8231d78726720bfbebaf55
22731Author: Rémi Denis-Courmont <rem@videolan.org>
22732Date:   Fri Feb 10 16:34:41 2006 +0000
22733
22734    Don't enable broadcast on IPv6 sockets since IPv6 does not do broadcast anyhow
22735
22736commit 00a0ab4f4738a37867e3b02746ef6cfdb12f86ae
22737Author: Antoine Cellerier <dionoea@videolan.org>
22738Date:   Fri Feb 10 16:30:20 2006 +0000
22739
22740    Add esd and arts to the AOUT_PLUGINS define. If this break everything i'll
22741    have to remove it... but i doubt it.
22742
22743commit 5c460cd816611186b155f675dfdafecdb096d2f7
22744Author: Rémi Denis-Courmont <rem@videolan.org>
22745Date:   Fri Feb 10 16:25:57 2006 +0000
22746
22747    gcc 4.1 compile fix from marvin24 # gmx.de
22748
22749commit d5584a65964be71cfbcd8f720f0b7287b081a4f1
22750Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
22751Date:   Fri Feb 10 15:05:45 2006 +0000
22752
22753    modules/misc/rtsp.c: implement support for raw udp transport for muxed streams
22754    also replaces x-playnow hack with a slightly less ugly hack
22755
22756    vlc vod server can now serve about 5 seconds of video to amino stbs
22757
22758commit 90e32697513b91fb3e54e149466149b65ee3fac8
22759Author: Jean-Paul Saman <jpsaman@videolan.org>
22760Date:   Fri Feb 10 14:51:10 2006 +0000
22761
22762    Also add support for x-playNow in RtspCallback.
22763
22764commit f43078c2130e631c0f158f056fbda13d185b8bbd
22765Author: Jean-Paul Saman <jpsaman@videolan.org>
22766Date:   Fri Feb 10 14:44:19 2006 +0000
22767
22768    sanity check
22769
22770commit 47fd1f615a8c94a6af6d54c8b47f54ca2860152e
22771Author: Jean-Paul Saman <jpsaman@videolan.org>
22772Date:   Fri Feb 10 14:43:05 2006 +0000
22773
22774    Indentation and coding style fixes
22775
22776commit eceaf0fd3b83157c189bce7d2ed416e9de50e662
22777Author: Jean-Paul Saman <jpsaman@videolan.org>
22778Date:   Fri Feb 10 13:51:11 2006 +0000
22779
22780    Respond to x-playNow option in RTSP SETUP request. Did some indentation fixes too.
22781
22782commit e8fb0d3d88c0a49a0a01c3f92c51fca9b164b4b0
22783Author: Derk-Jan Hartman <hartman@videolan.org>
22784Date:   Fri Feb 10 12:58:55 2006 +0000
22785
22786    * disable i420_yuy2_mmx on Darwin, since the MMX seems to be incorrect.
22787
22788commit b1d4adc0b9269d286010fa5aa7333dd1f23c0d3c
22789Author: Derk-Jan Hartman <hartman@videolan.org>
22790Date:   Fri Feb 10 02:53:57 2006 +0000
22791
22792    * Fix the QT video decoder. refs #345
22793
22794commit c50389c5d9079b392bd739c1d03e272a7a4a68b6
22795Author: Christophe Mutricy <xtophe@videolan.org>
22796Date:   Thu Feb 9 12:31:17 2006 +0000
22797
22798    Remove debug.
22799
22800commit bc80c614ee70fcdc03ce8b9a2a423b0102e42025
22801Author: Rémi Denis-Courmont <rem@videolan.org>
22802Date:   Thu Feb 9 12:06:02 2006 +0000
22803
22804    Check for AF_INET6 all the time
22805
22806commit ab84151bf884d82dc36e39642e071f9d0a03b826
22807Author: Antoine Cellerier <dionoea@videolan.org>
22808Date:   Wed Feb 8 16:26:56 2006 +0000
22809
22810    Add comment about the fact that lines begining with a # are comments in the
22811    vlcrc file. This might seem obvious, but many people on the forums don't
22812    seem to understand that.
22813
22814commit 67844cf24c4fc5fcdf065fad124283f032311e6e
22815Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
22816Date:   Wed Feb 8 10:39:33 2006 +0000
22817
22818    access_output/udp.c: Attach the writer thread. Fixes missing headers.
22819
22820commit 0fec2240ab5efd235c93659a303bedc77966c069
22821Author: Jérome Decoodt <djc@videolan.org>
22822Date:   Wed Feb 8 10:33:46 2006 +0000
22823
22824    Fix message advice (use description.widgets instead of only description)
22825
22826commit 5c6cffbd37bdb499735f177cb4da40b2a8c4c3b9
22827Author: Christophe Mutricy <xtophe@videolan.org>
22828Date:   Tue Feb 7 23:03:45 2006 +0000
22829
22830    Typo.
22831
22832commit 2f6ad030e73614e9254e3441fbc738e24341c17d
22833Author: Clément Stenac <zorglub@videolan.org>
22834Date:   Tue Feb 7 21:08:32 2006 +0000
22835
22836    * get/set/toggle fullscreen
22837    * Fix a bug in playlist_play
22838
22839    (Refs:#457)
22840
22841commit de11230fbf681606705e3876f3a6a0b9849ab9da
22842Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
22843Date:   Tue Feb 7 20:41:17 2006 +0000
22844
22845    access_output/udp.c: use block_Fifo for the empty blocks list. Simplifies code a lot
22846
22847commit 8af26f7d31f0530c3c6b13804fb7c54f44c74971
22848Author: Antoine Cellerier <dionoea@videolan.org>
22849Date:   Tue Feb 7 17:08:18 2006 +0000
22850
22851    looks like this was retrocommited :)
22852
22853commit fba7cf5bbb0c76fe0841350d80b389ac30973825
22854Author: Rémi Denis-Courmont <rem@videolan.org>
22855Date:   Tue Feb 7 16:37:40 2006 +0000
22856
22857    All CRLF fixes
22858
22859commit 911fb62e851a99646d9ea85912ae6127498f258f
22860Author: Rémi Denis-Courmont <rem@videolan.org>
22861Date:   Tue Feb 7 16:24:30 2006 +0000
22862
22863    Set EOL style to avoid further CRLF issues
22864
22865commit c8e0f0af2ae7e72c7a2a2bdc1835cb4ca9ec68b2
22866Author: Derk-Jan Hartman <hartman@videolan.org>
22867Date:   Tue Feb 7 16:07:58 2006 +0000
22868
22869    * Fix win32 text renderer.
22870
22871commit c5cc4e5248e0bdff53b90ea66412c524cc24ee91
22872Author: Derk-Jan Hartman <hartman@videolan.org>
22873Date:   Tue Feb 7 15:18:06 2006 +0000
22874
22875    * Introduced a new text_style_t
22876    * basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
22877    * changes to freetype renderer to support the font color, size and alpha options of text_style_t (other options are possible, just not implemented yet. Full text_style_t support requires a more advanced renderer though. )
22878    * changes to modules to support text_style_t instead of the old sub options.
22879    * Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.
22880
22881    refs #82
22882
22883    not supported are style runs (styles on substrings).
22884
22885commit 42bc34f9188e59a10fa75869fa52d7db477f8c7e
22886Author: Derk-Jan Hartman <hartman@videolan.org>
22887Date:   Tue Feb 7 15:09:21 2006 +0000
22888
22889    * dos2unix of vlc_osd.h
22890
22891commit ab0937cb3e1a6ab8ee8bfd3d92b48af3310acc22
22892Author: Rocky Bernstein <rocky@videolan.org>
22893Date:   Mon Feb 6 15:30:30 2006 +0000
22894
22895    minor corrections
22896
22897commit 5d9dc8f576687e509a6e4155b07504fb381c52ac
22898Author: Rocky Bernstein <rocky@videolan.org>
22899Date:   Mon Feb 6 12:41:12 2006 +0000
22900
22901    Revise. perhaps a little more detail too.
22902
22903commit da74604a7fe2bf6716caf3aeadbacabc0f2b21a7
22904Author: Antoine Cellerier <dionoea@videolan.org>
22905Date:   Mon Feb 6 12:07:40 2006 +0000
22906
22907    Remove useless lines (which came from a missunderstanding of how it worked)
22908
22909commit 97278aab3f37ab17090237bab1df03ccfc06cdf7
22910Author: Antoine Cellerier <dionoea@videolan.org>
22911Date:   Sun Feb 5 22:14:00 2006 +0000
22912
22913    sout-standard-url is deprecated
22914
22915commit 60f67d83f86fee0f2616cbd27ac8746e71798308
22916Author: Antoine Cellerier <dionoea@videolan.org>
22917Date:   Sun Feb 5 22:02:12 2006 +0000
22918
22919    sout-standard-url is deprecated
22920
22921commit 60cca6d5a5d14d9d34f2cb4a198d7f44faceca1f
22922Author: Antoine Cellerier <dionoea@videolan.org>
22923Date:   Sun Feb 5 22:01:23 2006 +0000
22924
22925    Deprecated options handling
22926
22927commit 4148d937c861d9c2470dfa3287f4e0ddc4247680
22928Author: Rémi Denis-Courmont <rem@videolan.org>
22929Date:   Sun Feb 5 20:52:29 2006 +0000
22930
22931    Fixes subtitles detection from within folders with non-ASCII names when the local encoding is not UTF-8 (closes #536)
22932
22933commit 634ab48abccd4f44885f9d96eac86ce8ae51fa1d
22934Author: Clément Stenac <zorglub@videolan.org>
22935Date:   Sun Feb 5 13:38:05 2006 +0000
22936
22937    Show sliders for stream with no time info but position info (Closes:#484)
22938
22939commit 29c602fc8b506d1411ae93c76cead6f5efed9c9f
22940Author: Derk-Jan Hartman <hartman@videolan.org>
22941Date:   Sun Feb 5 12:47:47 2006 +0000
22942
22943    * Added YVYU blending and fixed UYVY blending.
22944
22945commit f2dc268e54c19d97e5decd1a0e0f2eeaa8a18d7f
22946Author: Derk-Jan Hartman <hartman@videolan.org>
22947Date:   Sun Feb 5 12:43:38 2006 +0000
22948
22949    * Correct MMX version of UYVY chroma conversion. the UV ordered incorrectly. (untested)
22950
22951commit c858a4acb72bd81da4a4e950768624a721d9fbd7
22952Author: Clément Stenac <zorglub@videolan.org>
22953Date:   Sun Feb 5 11:09:13 2006 +0000
22954
22955    Add a "Close" button to the errors window and fix the "Stop showing errors" string
22956
22957commit 2252e8d9e88ed23913a352b5ddf2480ce0cd9426
22958Author: Clément Stenac <zorglub@videolan.org>
22959Date:   Sun Feb 5 11:05:21 2006 +0000
22960
22961    Some WX VLM dialog improvements
22962
22963commit 67e1d3484032af91bbf3557bac700b7902179a59
22964Author: Derk-Jan Hartman <hartman@videolan.org>
22965Date:   Sat Feb 4 23:46:28 2006 +0000
22966
22967    * Hopefully added UYVY blending for YUVA and YUVP. (Untested)
22968
22969commit 4b1302d9a7208902d35fd774256a10501b63a841
22970Author: Christophe Mutricy <xtophe@videolan.org>
22971Date:   Sat Feb 4 23:26:40 2006 +0000
22972
22973    Include the bitmaps in tarball
22974
22975commit 68f500ce50490f7c48b482e59fc688c8a596687b
22976Author: Clément Stenac <zorglub@videolan.org>
22977Date:   Sat Feb 4 22:57:01 2006 +0000
22978
22979    Better fix
22980
22981commit e536ea5cf2a354e5aed2808fa838082dae2b8143
22982Author: Derk-Jan Hartman <hartman@videolan.org>
22983Date:   Sat Feb 4 22:56:34 2006 +0000
22984
22985    * Use UYVY fourcc instead of Y422, since i believe it's more common.
22986
22987commit 638acbf817f1ad242d12808a28d9b437d4d04cb7
22988Author: Antoine Cellerier <dionoea@videolan.org>
22989Date:   Sat Feb 4 22:53:09 2006 +0000
22990
22991    display downloaded size / total size when downloading
22992    The download specific functions should maybe be exported (i don't know if
22993    other modules would need to download files to disk)
22994
22995commit c68aabaaf64db4ee0cb25a1223a37ec575b9c1ea
22996Author: Antoine Cellerier <dionoea@videolan.org>
22997Date:   Sat Feb 4 22:34:40 2006 +0000
22998
22999    prevent some more segfaults.
23000
23001    zorglub: could you have a look ? this solution doesn't seem right to
23002    me because we "loose" some of the calls to the interaction system if
23003    they're sent at the wrong moment.
23004
23005commit 18cf71dc149e0dcf92d7907a650c465500b39d51
23006Author: Christophe Mutricy <xtophe@videolan.org>
23007Date:   Sat Feb 4 19:54:37 2006 +0000
23008
23009    Remove C++ism to please gcc2.95 and BeOS
23010
23011commit 51e80c01dc46d94cc623b7f74521cc6fed925cef
23012Author: Jean-Paul Saman <jpsaman@videolan.org>
23013Date:   Sat Feb 4 19:48:38 2006 +0000
23014
23015    Weed some dead code
23016
23017commit 828cabe7f4461983c4a4e35b8680adfd2ef25959
23018Author: Clément Stenac <zorglub@videolan.org>
23019Date:   Sat Feb 4 19:28:20 2006 +0000
23020
23021    Don't fail with no-debug
23022
23023commit 24d9ad6298e8614eef3bd7a3fcf21159c5923739
23024Author: Jean-Paul Saman <jpsaman@videolan.org>
23025Date:   Sat Feb 4 18:16:13 2006 +0000
23026
23027    fprintf die die
23028
23029commit d2858830da631540c72191477f88787902966b3e
23030Author: Clément Stenac <zorglub@videolan.org>
23031Date:   Sat Feb 4 17:08:44 2006 +0000
23032
23033    Memleak
23034
23035commit 058456af92d255602386542b7c27a8f74f57efbf
23036Author: Clément Stenac <zorglub@videolan.org>
23037Date:   Sat Feb 4 17:05:14 2006 +0000
23038
23039    Valgrind errors suppression file
23040
23041commit 8d42e79839cc4ebaee93303644d6c46b0e3a0966
23042Author: Clément Stenac <zorglub@videolan.org>
23043Date:   Sat Feb 4 17:03:40 2006 +0000
23044
23045    Missing file
23046
23047commit 0b44cb999e661507876710e271a58b800e7db068
23048Author: Clément Stenac <zorglub@videolan.org>
23049Date:   Sat Feb 4 16:26:23 2006 +0000
23050
23051    Stop using strings to index stats, use integers. The list is not sorted yet, though
23052
23053commit b41bfdb8bbb2c14e3313ce1f89c3f880ca93fd6f
23054Author: Clément Stenac <zorglub@videolan.org>
23055Date:   Sat Feb 4 15:28:36 2006 +0000
23056
23057    Fix memleak
23058
23059commit 69fcb41b730bfee56373e17903017926853d2849
23060Author: Clément Stenac <zorglub@videolan.org>
23061Date:   Sat Feb 4 13:56:07 2006 +0000
23062
23063    Fix stupid bug
23064
23065commit 7cc1823e222e82031090861597d2ac112967ab89
23066Author: Clément Stenac <zorglub@videolan.org>
23067Date:   Sat Feb 4 12:50:41 2006 +0000
23068
23069    Don't read uninitialized values
23070
23071commit 26d5b73864aea7f4e6d01dba654235cb1accdf84
23072Author: Clément Stenac <zorglub@videolan.org>
23073Date:   Sat Feb 4 11:04:42 2006 +0000
23074
23075    * Avoid useless stats_Get calls
23076    * Reduce vlc_object_find calls
23077
23078commit f8cac3e17afff983a591fbe2bf0cc101b53ae624
23079Author: Clément Stenac <zorglub@videolan.org>
23080Date:   Sat Feb 4 09:24:50 2006 +0000
23081
23082    Don't check the full string
23083
23084commit 4efb291167cf3587943b88e62c834777ea46dbd6
23085Author: Clément Stenac <zorglub@videolan.org>
23086Date:   Sat Feb 4 00:08:50 2006 +0000
23087
23088    AccessOutWrite is called very often, especially for TS. Don't store stats on each call
23089
23090commit 8d995e6f088eeee7d5ee5896b23c0a1347b27256
23091Author: Clément Stenac <zorglub@videolan.org>
23092Date:   Fri Feb 3 23:52:45 2006 +0000
23093
23094    Use a hash for stats. Not finished
23095
23096commit 661a6c1357158cb970fd2b92fc5d126d65e021ac
23097Author: Clément Stenac <zorglub@videolan.org>
23098Date:   Fri Feb 3 19:53:47 2006 +0000
23099
23100    Play and add (Refs:#457)
23101
23102commit 6df78501b98cd69f9577c984347fbb3c8f265ec9
23103Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23104Date:   Fri Feb 3 15:10:12 2006 +0000
23105
23106    linux_dvb.c: initialize a variable
23107
23108commit e6f3d0a63a18281befcad43e04aad5aa8918acc8
23109Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23110Date:   Fri Feb 3 14:07:41 2006 +0000
23111
23112    fix --no-stats in a few cases (there are more remaining)
23113
23114commit 502d218081d1f65a491fae4812f5fd0901761173
23115Author: Christophe Mutricy <xtophe@videolan.org>
23116Date:   Fri Feb 3 09:54:22 2006 +0000
23117
23118    Run update-po due to the new upnp files.
23119
23120commit d57aae64849ddbcd9e270c01be52471f5b0ee72b
23121Author: Christophe Mutricy <xtophe@videolan.org>
23122Date:   Fri Feb 3 00:13:11 2006 +0000
23123
23124    Seems that the widget return the path in local encoding
23125
23126commit 8e1ac66f5971027a68da34f6d9f5ae4e6e0d6abd
23127Author: Antoine Cellerier <dionoea@videolan.org>
23128Date:   Thu Feb 2 23:54:03 2006 +0000
23129
23130    fix download (it didn't download the last (file size)%(1<<10) bytes)
23131
23132commit e47b26fc60e746e9b8174470a8b8e2d8324cc1e0
23133Author: Antoine Cellerier <dionoea@videolan.org>
23134Date:   Thu Feb 2 23:35:12 2006 +0000
23135
23136    update Doxyfile using "doxygen -u"
23137
23138commit 17a5a89153fc77c994157bc4e6e691dc517ae02f
23139Author: Antoine Cellerier <dionoea@videolan.org>
23140Date:   Thu Feb 2 23:31:42 2006 +0000
23141
23142    include/* : fix doxygen comments
23143    modules/gui/wxwidgets/dialogs/updatevlc.cpp : clean up
23144
23145commit 16454068294ce5b940d4bd9847bfd4b2b742e3db
23146Author: Antoine Cellerier <dionoea@videolan.org>
23147Date:   Thu Feb 2 23:04:59 2006 +0000
23148
23149    use VLC threads instead of wxWidgets threads.
23150    (i just had to find the suxor thread exemple in video_output.c :p )
23151
23152commit ca3c860f738abe33fa2c0e5632026577409e34a6
23153Author: Antoine Cellerier <dionoea@videolan.org>
23154Date:   Thu Feb 2 19:00:08 2006 +0000
23155
23156    lets hope that this fixes the win32 build
23157
23158commit a64ab4e020cc49e770c7672be056c89edab91a6a
23159Author: Antoine Cellerier <dionoea@videolan.org>
23160Date:   Thu Feb 2 18:06:20 2006 +0000
23161
23162    Fix misplaced include (triggered error on win32 build only ... weird)
23163
23164commit ae24045046a70725ef3eeedecfcea4296bd972eb
23165Author: Antoine Cellerier <dionoea@videolan.org>
23166Date:   Thu Feb 2 17:44:07 2006 +0000
23167
23168    remove old uneeded #include
23169
23170commit bcf427725c9ac014faf5a637feb01bd4c38a4f21
23171Author: Antoine Cellerier <dionoea@videolan.org>
23172Date:   Thu Feb 2 17:29:06 2006 +0000
23173
23174    src/*, include/* : update core functions. (Should make it relatively easy
23175                       to use in interfaces)
23176                       The downloadable plugins part still needs some work.
23177
23178    modules/control/rc.c : add function to query updates (mainly used for testing)
23179
23180    modules/gui/wxwidgets/* : update pannel.
23181
23182commit 67d1feb22b415343372c5ab100b9fd17aaf0c8dc
23183Author: Antoine Cellerier <dionoea@videolan.org>
23184Date:   Thu Feb 2 16:36:48 2006 +0000
23185
23186    Make sure that the progress bar dialog exists before updating its status.
23187
23188commit 355e0a3776c72500f16f9d6cccc28682c812969b
23189Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23190Date:   Thu Feb 2 11:59:15 2006 +0000
23191
23192    es_out.c: fixed a slight memleak in "now playing" handling.
23193    This one is slightly dangerous as it can happen over and over again during
23194    normal operation.
23195
23196commit 18f8461307c499afe662c52a990792b399d93d1e
23197Author: Rémi Denis-Courmont <rem@videolan.org>
23198Date:   Thu Feb 2 10:59:17 2006 +0000
23199
23200    Add libupnp-based UPnP discovery from Christian Henz
23201    with proper configure checks
23202
23203commit 9efe16d148eea658c7d966d06d4bc18f278d9cd8
23204Author: Derk-Jan Hartman <hartman@videolan.org>
23205Date:   Thu Feb 2 03:22:52 2006 +0000
23206
23207    * Forgot to add the path seperator. truly fixes the bug. refs #463
23208
23209commit 192a7de8d24f67428f2b642bfe572b4a8d88d45d
23210Author: Derk-Jan Hartman <hartman@videolan.org>
23211Date:   Thu Feb 2 02:44:31 2006 +0000
23212
23213    * Fix the dvdread library linking in the libdvdnav dylib by hand. fixes #515
23214
23215commit fed15a8567eb171ddd273f7bac2eba5842862cf4
23216Author: Derk-Jan Hartman <hartman@videolan.org>
23217Date:   Wed Feb 1 20:51:18 2006 +0000
23218
23219    * If input file in current dir specified, then retrieve CWD when we try to look for subtitle files. fixes #463
23220    * When probing the autodetected files, probe them in the Locale, not in UTF-8. refs #528
23221
23222commit bd6802930c7f514f286febb05ce26a91630e2c27
23223Author: Jean-Paul Saman <jpsaman@videolan.org>
23224Date:   Wed Feb 1 20:24:23 2006 +0000
23225
23226    Fixed a memleak
23227
23228commit baed4c1bfdef32994af18a664b03fea7d1cc6401
23229Author: Rémi Denis-Courmont <rem@videolan.org>
23230Date:   Wed Feb 1 20:04:09 2006 +0000
23231
23232    Don't use weird MAC charset
23233
23234commit 9ae1a7238298a80e3e5019819b8b37a19df1872d
23235Author: Rémi Denis-Courmont <rem@videolan.org>
23236Date:   Wed Feb 1 19:52:29 2006 +0000
23237
23238    One more
23239
23240commit 6b020db0dde93134aa43ae89ca5e9eadea8d2a37
23241Author: Rémi Denis-Courmont <rem@videolan.org>
23242Date:   Wed Feb 1 19:49:08 2006 +0000
23243
23244    svn:ignore built doc
23245
23246commit 41172d9d32144115858f4a833afb04dfd326d306
23247Author: Rémi Denis-Courmont <rem@videolan.org>
23248Date:   Wed Feb 1 19:47:14 2006 +0000
23249
23250    Same as previous commit
23251
23252commit 46d85f82b72e59f08ec3c636f2ba863b56037f46
23253Author: Rémi Denis-Courmont <rem@videolan.org>
23254Date:   Wed Feb 1 19:44:56 2006 +0000
23255
23256    Uniformize developer doc encoding
23257
23258commit f99f42e6f75e98e1bbc64ac455d6d9d5ac991b98
23259Author: Rémi Denis-Courmont <rem@videolan.org>
23260Date:   Wed Feb 1 19:40:01 2006 +0000
23261
23262    Additionnal conversions
23263
23264commit 72c90b247e0f2a547bdb226bd85967e66b38318d
23265Author: Rémi Denis-Courmont <rem@videolan.org>
23266Date:   Wed Feb 1 19:32:40 2006 +0000
23267
23268    French -> English
23269
23270commit ac8b1efa0c3d0d52b7c29fee1ab2a7eb1c3fe8e0
23271Author: Rémi Denis-Courmont <rem@videolan.org>
23272Date:   Wed Feb 1 19:21:41 2006 +0000
23273
23274    svn:ignore built skins
23275
23276commit 473fef1b4da5a1592a692193ecfde77b8dcec3dc
23277Author: Rémi Denis-Courmont <rem@videolan.org>
23278Date:   Wed Feb 1 19:20:17 2006 +0000
23279
23280    More UTF8ication
23281
23282commit 41db05f3a77411f9b1f0a858567b2db86076353e
23283Author: Derk-Jan Hartman <hartman@videolan.org>
23284Date:   Wed Feb 1 18:13:49 2006 +0000
23285
23286    * Enable OpenGL without Acceleration on Mac OSX. (Fallback option)
23287
23288commit 088dd2ed76946778a00abcc91342a6fcf7f270fe
23289Author: Rémi Denis-Courmont <rem@videolan.org>
23290Date:   Wed Feb 1 18:08:49 2006 +0000
23291
23292    That one wasn't even Latin-1
23293
23294commit adc858d87a4a45299f8d5ccfce2fe94466c6db59
23295Author: Rémi Denis-Courmont <rem@videolan.org>
23296Date:   Wed Feb 1 18:06:48 2006 +0000
23297
23298    Uniformize source files encoding
23299
23300commit 13f7615fb26468292a6f1ae0b79f04797d1918b5
23301Author: Rémi Denis-Courmont <rem@videolan.org>
23302Date:   Wed Feb 1 18:02:40 2006 +0000
23303
23304    Translate french comment
23305
23306commit 6136f4c03b9bc2900ae889e3871de587acfa28dc
23307Author: Rémi Denis-Courmont <rem@videolan.org>
23308Date:   Wed Feb 1 18:01:03 2006 +0000
23309
23310    Encode non-ASCII characters outside comments
23311
23312commit 39cc374994d273940fb05d881594cb19a7df769f
23313Author: Rémi Denis-Courmont <rem@videolan.org>
23314Date:   Wed Feb 1 17:44:04 2006 +0000
23315
23316    Fix warnings
23317
23318commit 4733a541022bb566dec486de6939c80339d20f12
23319Author: Rémi Denis-Courmont <rem@videolan.org>
23320Date:   Wed Feb 1 17:41:29 2006 +0000
23321
23322    Fix a bunch of warnings involving mix between uint32_t and long
23323
23324commit 78efcb295baec8001d65a56d9cc675d742e48558
23325Author: Derk-Jan Hartman <hartman@videolan.org>
23326Date:   Wed Feb 1 16:52:42 2006 +0000
23327
23328    * Fix the fourcc of OpenGL on Mac Intel. We should check why it's set wrong on PPC.
23329    * Revert the Quartz disabling.
23330
23331commit e97a64efe8e7e8f34c488126055191b996ab15ba
23332Author: Sam Hocevar <sam@videolan.org>
23333Date:   Wed Feb 1 16:27:57 2006 +0000
23334
23335      * modules/demux/mp4: more explicit error messages for DRMS failures.
23336
23337commit a3cb9de3fd340cb390405816904c6e7cf06ff522
23338Author: Rémi Denis-Courmont <rem@videolan.org>
23339Date:   Wed Feb 1 15:40:53 2006 +0000
23340
23341    Enable maintainer mode by default, as it is what maintainer-mode-unaware
23342    (ie. most) automake users are used to.
23343    If you DO want NOT to use maintainer mode you are free to pass
23344    --disable-maintainer-mode to configure.
23345
23346commit 9f30598bf080dfa7ad315db844b4a00d4d56b4dd
23347Author: Rémi Denis-Courmont <rem@videolan.org>
23348Date:   Wed Feb 1 15:28:42 2006 +0000
23349
23350    Simpler use of HAVE_ASSERT
23351
23352commit 547ace84a64f7c08cea28e2d95ace021dcc96818
23353Author: Rémi Denis-Courmont <rem@videolan.org>
23354Date:   Wed Feb 1 15:27:59 2006 +0000
23355
23356    Define NDEBUG when --enable-debug is not specified
23357
23358commit 04a605b1119a3e21c784e757f6c51113cc0fcf56
23359Author: Sam Hocevar <sam@videolan.org>
23360Date:   Wed Feb 1 14:57:12 2006 +0000
23361
23362      * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
23363
23364commit 125a27bb77892ec016fce319a63880f1544da784
23365Author: Christophe Mutricy <xtophe@videolan.org>
23366Date:   Wed Feb 1 14:39:05 2006 +0000
23367
23368    Test for assert() in configure.
23369
23370commit 7b93bebca5e874523e286558cb945cad41136a01
23371Author: Rémi Denis-Courmont <rem@videolan.org>
23372Date:   Wed Feb 1 13:28:59 2006 +0000
23373
23374    Fixed some warnings
23375
23376commit e0ec6a3094c053ed59f06a415a28d483d0a1966b
23377Author: Rémi Denis-Courmont <rem@videolan.org>
23378Date:   Wed Feb 1 13:10:55 2006 +0000
23379
23380    Remove unused variable
23381
23382commit b76d7cf6283749d91448cb2b175f7cd9889fbe02
23383Author: Sam Hocevar <sam@videolan.org>
23384Date:   Wed Feb 1 13:01:06 2006 +0000
23385
23386      * Got rid of SYS_DARWIN everywhere.
23387
23388commit c4fef7e0c05f6e406186630b1b3566e951b805ce
23389Author: Sam Hocevar <sam@videolan.org>
23390Date:   Wed Feb 1 12:44:16 2006 +0000
23391
23392      * Replaced "SYS_DARWIN" with either __APPLE__ (meaning OS X) or __ppc__ and
23393        __ppc64__ (meaning PowerPC).
23394
23395commit 7fc2d7308d17b202d6a1212438bcd19985f5f92e
23396Author: Sam Hocevar <sam@videolan.org>
23397Date:   Wed Feb 1 12:22:52 2006 +0000
23398
23399      * extras/contrib/src/Makefile: oh what the hell, replaced --disable-codec
23400        with --disable-decoder.
23401
23402commit 128323b2e91b59c8819f6b0cebd1904a06e27bb7
23403Author: Sam Hocevar <sam@videolan.org>
23404Date:   Wed Feb 1 12:16:42 2006 +0000
23405
23406      * extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.
23407      * extras/contrib/src/Makefile: re-added --disable-codec flags (the FFMPEG
23408        tree on altair was outdated) but removed the duplicate vorbis one.
23409
23410commit e52713ada49db2936e41bca02a54232c869a1361
23411Author: Christophe Mutricy <xtophe@videolan.org>
23412Date:   Wed Feb 1 12:06:56 2006 +0000
23413
23414      * extras/contrib/src/Patches/tremor.patch: fixed braindead \n within string.
23415
23416commit 5ca1334f48399d67392b5f00e130bcb32a3bb5e2
23417Author: Sam Hocevar <sam@videolan.org>
23418Date:   Wed Feb 1 11:45:18 2006 +0000
23419
23420      * extras/contrib/src/Makefile: --disable-codec no longer exists.
23421
23422commit d766835baa6ebb8f459a8df47443c4b05d91a7f5
23423Author: Sam Hocevar <sam@videolan.org>
23424Date:   Wed Feb 1 11:20:52 2006 +0000
23425
23426      * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
23427        there is no easy way to check for the presence of an executable, but
23428        trying to execute it ("foo --version >/dev/null") is usually safe.
23429
23430commit 60626f42de0ac670eaa30ec64dff0cd1da7f6863
23431Author: Sam Hocevar <sam@videolan.org>
23432Date:   Wed Feb 1 09:57:37 2006 +0000
23433
23434      * modules/demux/mp4: added more comments and debug information to the DRMS
23435        code.
23436
23437commit 2b1bac2b1d3176d21119765dd003e0bc966ae521
23438Author: Derk-Jan Hartman <hartman@videolan.org>
23439Date:   Wed Feb 1 03:36:40 2006 +0000
23440
23441    * A few Mac OS X intf fixes. To be honest. we should rewrite the thing from scratch. it's a mess...
23442
23443commit f9ff9beb462c6f01f7ede573175a4646c5f3c759
23444Author: Derk-Jan Hartman <hartman@videolan.org>
23445Date:   Tue Jan 31 22:17:30 2006 +0000
23446
23447    * Disable the non functional QT/Quartz output on the intel machines. We should first fix it on OSX, and currently it's annoying the intel debugging proces.
23448
23449commit 9be9264f0018feb13686aa8f153f427673bf9879
23450Author: Antoine Cellerier <dionoea@videolan.org>
23451Date:   Tue Jan 31 20:38:35 2006 +0000
23452
23453    add missing images
23454
23455commit b6f3013b3b9d89bf9d4f4f77eaa337552e784404
23456Author: Derk-Jan Hartman <hartman@videolan.org>
23457Date:   Tue Jan 31 20:27:25 2006 +0000
23458
23459    * SYS_DARWIN -> __ppc__ || __ppc64__
23460
23461commit 2f503efb30012f749a443ca3c12f5ea1e7618426
23462Author: Derk-Jan Hartman <hartman@videolan.org>
23463Date:   Tue Jan 31 20:00:49 2006 +0000
23464
23465    * Changed the defined( SYS_DARWIN )  of the --altivec option to a __ppc__ || __ppc64__ check
23466
23467commit 978d39b3442d34db2be88322500274a0f50cccd5
23468Author: Antoine Cellerier <dionoea@videolan.org>
23469Date:   Tue Jan 31 19:50:50 2006 +0000
23470
23471    misc IE and windows fixes or workarounds.
23472
23473commit d22fd0ce0d17759bedae47b711815eef794d04dc
23474Author: Antoine Cellerier <dionoea@videolan.org>
23475Date:   Tue Jan 31 16:39:10 2006 +0000
23476
23477    default show full sout interface
23478
23479commit 39c2649368b5e1e6d92d04f8634d8302d87f06b7
23480Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23481Date:   Tue Jan 31 16:27:50 2006 +0000
23482
23483    fixed the smallest and most elusive leak yet
23484
23485commit ecf356c5df436070a048be6538ab2c0bb3a24e6c
23486Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23487Date:   Tue Jan 31 15:18:45 2006 +0000
23488
23489    vlm.c: fixed minor memleak
23490
23491commit 66f6a9141d4634a5f6e0ad5cae5be48a95842a58
23492Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23493Date:   Tue Jan 31 15:11:08 2006 +0000
23494
23495    logger.c: put in header prefix for syslog output (still missing for text
23496    and html)
23497
23498commit 68f2cd16352dfed249090bb62fee5ddceb5ad0d7
23499Author: Rémi Denis-Courmont <rem@videolan.org>
23500Date:   Tue Jan 31 10:48:47 2006 +0000
23501
23502    Generate correct originating address in SAP header
23503    in case of IPv4 advertisement on a IPv6-enabled OS
23504
23505commit 0950551c3ff5af5e8476f5dfec8f5da9c2695c93
23506Author: Rémi Denis-Courmont <rem@videolan.org>
23507Date:   Mon Jan 30 22:02:47 2006 +0000
23508
23509    Fix error handling in (From|To)Locale
23510
23511commit 9a1afdac05291bf7adb8986c0c66fa45533e2654
23512Author: Antoine Cellerier <dionoea@videolan.org>
23513Date:   Mon Jan 30 21:47:38 2006 +0000
23514
23515    fix nasm url
23516
23517commit e8d093252fab9ebff4f8852f053597c21e0a73ee
23518Author: Derk-Jan Hartman <hartman@videolan.org>
23519Date:   Mon Jan 30 18:14:05 2006 +0000
23520
23521    * Get a NASM cvs snapshot from the VLC download servers, because their server regurly times out, which is annoying.
23522
23523commit 95d21d3b7b2fdb3f3e81b1cacca779941bdc734a
23524Author: Rémi Denis-Courmont <rem@videolan.org>
23525Date:   Mon Jan 30 17:44:38 2006 +0000
23526
23527    Remove .vlt with mostlyclean
23528
23529commit 4657587f6c71ff4fc10d4591f69de43930b9b2e5
23530Author: Rémi Denis-Courmont <rem@videolan.org>
23531Date:   Mon Jan 30 17:39:42 2006 +0000
23532
23533    Add missing file
23534
23535commit 06f95c65dab8c22ee34e1f9825aaf24123b5f8d2
23536Author: Rémi Denis-Courmont <rem@videolan.org>
23537Date:   Mon Jan 30 17:38:27 2006 +0000
23538
23539    Hopefully fixes .vlt build
23540
23541commit 56d92ad2d9fcd6fdeb48de35bef77b28891d7529
23542Author: Antoine Cellerier <dionoea@videolan.org>
23543Date:   Mon Jan 30 17:33:05 2006 +0000
23544
23545    * Add "Stream and media info panel" ( http/dialogs/main,
23546      http/images/info.png, http/style.css, http/js/functions.js )
23547
23548    * Make instance playlist position consitent with position used in
23549      inputdeln (starts from 1 and not 0) ( src/misc/vlm.c, http/js/vlm.js )
23550
23551    * Make it possible to use "enter key" in some text boxes to confirm (*)
23552
23553commit ca1768deff852437fb1c52d43c38cde44a3b2132
23554Author: Rémi Denis-Courmont <rem@videolan.org>
23555Date:   Mon Jan 30 16:59:29 2006 +0000
23556
23557    Don't distribute generated files - fixes build
23558
23559commit 50d136d8634534362ce85002da23dc1be293f33d
23560Author: Derk-Jan Hartman <hartman@videolan.org>
23561Date:   Mon Jan 30 16:07:35 2006 +0000
23562
23563    * Fix the mactel contrib of x264
23564
23565commit d4538ec5d4993cae5c05d26ae8d614c84a54d67f
23566Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23567Date:   Mon Jan 30 12:20:37 2006 +0000
23568
23569    vlm.c: changed quite a few free() into vlm_MessageDelete, fixing small memleaks here and there
23570
23571commit 444653a97c20a33353e2d09a911b85f0af97e78d
23572Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23573Date:   Mon Jan 30 11:13:11 2006 +0000
23574
23575    messages.c: fixed one more leak related to vlm prefix on messages.
23576    This one happened each time the message queue was overflowed.
23577    Also (hopefully) fixed a leak that would happen each time no message
23578    queue were found. I don't know if this condition can ever appear though
23579
23580commit 91bcf3d39c273d339fb0a3c16c2e4b3b61f277f5
23581Author: Clément Stenac <zorglub@videolan.org>
23582Date:   Sun Jan 29 22:58:42 2006 +0000
23583
23584    Should fix skins stuff build
23585
23586commit 6ff05234641b5737d09167eeec4f5ab4a17a0f95
23587Author: Clément Stenac <zorglub@videolan.org>
23588Date:   Sun Jan 29 22:47:31 2006 +0000
23589
23590    Should fix CDDA build
23591
23592commit 9653b36c698eec72681393d37af8570aaf55c684
23593Author: Derk-Jan Hartman <hartman@videolan.org>
23594Date:   Sun Jan 29 22:11:04 2006 +0000
23595
23596    * Open the .sub file of the vobsubs, with the ToLocale version of the path. Should fix issues where the path of the vobsubs contains non-ascii chars. The .sub could then not be opened in some cases since it would try to open with the UTF-8 path. (We should check VLC modules for other cases of this annoying problem)
23597
23598commit b25680f8321b5b40d3b20c7757d0d9e839f6cafc
23599Author: Clément Stenac <zorglub@videolan.org>
23600Date:   Sun Jan 29 21:45:13 2006 +0000
23601
23602    Use uncompressed VLT in svn instead of compressed and compress on build
23603
23604commit 1e9a47f315a78b1a3edfca0aa0872808b822652e
23605Author: Clément Stenac <zorglub@videolan.org>
23606Date:   Sun Jan 29 19:13:35 2006 +0000
23607
23608    Test some things
23609
23610commit 4dfa4e633628c251fbd981f0443760fc2edb5477
23611Author: Clément Stenac <zorglub@videolan.org>
23612Date:   Sun Jan 29 19:04:07 2006 +0000
23613
23614    Fix a crasher in exception handling
23615    Add some playlist functions
23616
23617commit 2458a977ecf22a95a75153471ff0733d922d90d2
23618Author: Christophe Mutricy <xtophe@videolan.org>
23619Date:   Sun Jan 29 17:33:55 2006 +0000
23620
23621    infopanels: Redimension the text area. implement modifiable
23622    iteminfo: Use infopanel.
23623
23624commit 0638177349c21821748e4d329f509f7bf266f41d
23625Author: Clément Stenac <zorglub@videolan.org>
23626Date:   Sun Jan 29 17:00:31 2006 +0000
23627
23628    Skeleton for testing libvlc
23629
23630commit 4348289aa68aa69466b012d1454a419a35160223
23631Author: Antoine Cellerier <dionoea@videolan.org>
23632Date:   Sun Jan 29 16:44:04 2006 +0000
23633
23634    main, functions.js, slider_*.png : add position slider
23635    status.xml : add "seek" command
23636    vlm, refresh.png : add refresh buttons (page doesn't autorefresh)
23637
23638commit f201f3c5c7eafcf1eb6221c99a4f0cb15ea4b874
23639Author: Derk-Jan Hartman <hartman@videolan.org>
23640Date:   Sun Jan 29 15:25:07 2006 +0000
23641
23642    * FORTUNE !!!! :D
23643
23644commit 9199f356387121c2b0c0ac6eba8346a635bcff42
23645Author: Antoine Cellerier <dionoea@videolan.org>
23646Date:   Sun Jan 29 14:26:57 2006 +0000
23647
23648    src/misc/vlm.c : export the current playlist item's index for each instance
23649    share/http/* : display instances for vlm media elements
23650                   some layout changes (inputs and outputs)
23651
23652commit bb9aa7c22d433c5739a749589397161f9b102214
23653Author: Antoine Cellerier <dionoea@videolan.org>
23654Date:   Sun Jan 29 14:19:37 2006 +0000
23655
23656    Prompt for password again after displaying "Wrong password."
23657
23658commit 7b52fc6ca75b7e747972e752e785829b19a3c07d
23659Author: Clément Stenac <zorglub@videolan.org>
23660Date:   Sun Jan 29 11:38:15 2006 +0000
23661
23662    Fix warnings
23663
23664commit ec98101502505c1fefbf82416a0e9e54e0519351
23665Author: Antoine Cellerier <dionoea@videolan.org>
23666Date:   Sun Jan 29 11:01:37 2006 +0000
23667
23668    add boolean option "snapshot-preview" to enable/disable the snapshot's
23669    preview display in the top left corner of the screen.
23670
23671commit 5345654a749df2db2663f72be5dd3668e2c715bd
23672Author: Rémi Denis-Courmont <rem@videolan.org>
23673Date:   Sun Jan 29 10:36:46 2006 +0000
23674
23675    Remove debug messages
23676
23677commit 79a527b1e4e6cd18328ac4b8e51f56282aa11851
23678Author: Rémi Denis-Courmont <rem@videolan.org>
23679Date:   Sun Jan 29 10:35:30 2006 +0000
23680
23681    Remove erroneous debug message
23682
23683commit 5836161cd9ad386d77475cf45e139643ba8a0119
23684Author: Rémi Denis-Courmont <rem@videolan.org>
23685Date:   Sun Jan 29 09:11:11 2006 +0000
23686
23687    use vlc-https instead of vlc-http when using TLS
23688
23689commit bb30cfeda43bac87ef683edb77e5f93d4c2b8024
23690Author: Rémi Denis-Courmont <rem@videolan.org>
23691Date:   Sun Jan 29 09:03:15 2006 +0000
23692
23693    Fix output stream leak in case of Avahi error
23694
23695commit fcce68aff1b6360e94e87a6197b1b7f6e1813cc4
23696Author: Rémi Denis-Courmont <rem@videolan.org>
23697Date:   Sun Jan 29 09:00:31 2006 +0000
23698
23699    Clean up
23700
23701commit 2e479fbfdf9c5659b9524f4404ae572d037b798c
23702Author: Antoine Cellerier <dionoea@videolan.org>
23703Date:   Sun Jan 29 00:11:22 2006 +0000
23704
23705    modules/control/http/mvar.c : explore vlm_message_t trees all the way
23706                                  (instead of stoping after a depth of 2)
23707
23708    src/misc/vlm.c : minor instance information reporting change
23709
23710commit 3acd855bb5c7d6283c1f445fda71ad7e45962001
23711Author: Christophe Mutricy <xtophe@videolan.org>
23712Date:   Sat Jan 28 23:51:57 2006 +0000
23713
23714    confihure.ac: don't overwrite user options even if we have contrib
23715
23716commit d3cb1428d24102d185e4a0a3c8d6c6cd86ae66d4
23717Author: Clément Stenac <zorglub@videolan.org>
23718Date:   Sat Jan 28 22:31:23 2006 +0000
23719
23720    Don't check syslog value if we don't have syslog.h
23721
23722commit 8b3a70713a48c8e31698ff0c0c8616e668a9f0e2
23723Author: Damien Fouilleul <damienf@videolan.org>
23724Date:   Sat Jan 28 22:05:18 2006 +0000
23725
23726    ffmpeg-cvs-wince.patch: removed duplicate patches/updated to ffmpeg latest version
23727
23728commit 21d757c032bad599afc6852a424418341fb8e933
23729Author: Damien Fouilleul <damienf@videolan.org>
23730Date:   Sat Jan 28 20:42:36 2006 +0000
23731
23732    cdda.c: don't forget to include <errno.h> when using errno
23733
23734commit 046ce90b65169a9fa336545f32890550a2f3b405
23735Author: Clément Stenac <zorglub@videolan.org>
23736Date:   Sat Jan 28 18:53:58 2006 +0000
23737
23738    Get stats on block inputs (Refs:#473)
23739
23740commit fd76c276a01f725ed203a71101da517657f30685
23741Author: Clément Stenac <zorglub@videolan.org>
23742Date:   Sat Jan 28 18:49:32 2006 +0000
23743
23744    Link cdda with iconv on osx
23745
23746commit 4141318966fb9b60da18202673327e9f701a8c27
23747Author: Antoine Cellerier <dionoea@videolan.org>
23748Date:   Sat Jan 28 18:44:54 2006 +0000
23749
23750     misc/vlm.c : export some p_input variables (state, position, time, length, rate, title, chapter and seekable) when using the vlm "show (media)" command.
23751
23752commit 5ec1e69545560620291c36b80775e1bc63e01179
23753Author: Christophe Mutricy <xtophe@videolan.org>
23754Date:   Sat Jan 28 18:43:13 2006 +0000
23755
23756    win32 rules: make it more dirty to be able to produce debug package
23757
23758commit b03c31e488d275c94853a70417a0ac31fc0377af
23759Author: Clément Stenac <zorglub@videolan.org>
23760Date:   Sat Jan 28 18:11:12 2006 +0000
23761
23762    Add CDDB support to CDDA module (Refs:#459)
23763
23764commit 501990a78de027e888df1a17157dcd57b0e62426
23765Author: Antoine Cellerier <dionoea@videolan.org>
23766Date:   Sat Jan 28 16:10:26 2006 +0000
23767
23768    add warning about javascript support being needed if the browser doesn't
23769    support javascript.
23770
23771commit 55703351c00f048892714bf74d2fd390df75ee77
23772Author: Antoine Cellerier <dionoea@videolan.org>
23773Date:   Sat Jan 28 16:05:50 2006 +0000
23774
23775    make sure that local variables are local variables.
23776
23777commit 2a4ba1cc931ebef37ee4677e5215a8c804da8242
23778Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23779Date:   Sat Jan 28 14:41:33 2006 +0000
23780
23781    freetype.c: don't render empty subtitles.
23782    Some files uses an empty (only holding a space) subtitle to mark the end of
23783    the previous subtitle. These caused a little gray box to appear with
23784    --freetype-effect 3 before this change
23785
23786commit 9565131ce8ca70611411ef9d059b8f86f77a49b0
23787Author: Clément Stenac <zorglub@videolan.org>
23788Date:   Sat Jan 28 14:25:56 2006 +0000
23789
23790    Fix refcount problem
23791
23792commit 3875235f892d3ad910b4f5d03e8a02e4e47b78ce
23793Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23794Date:   Sat Jan 28 13:30:33 2006 +0000
23795
23796    interaction.c: Don't crash in certain condition
23797
23798commit 846f0edbe63119e4b5428baafd6739ec1d2664eb
23799Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23800Date:   Sat Jan 28 11:49:22 2006 +0000
23801
23802    telnet.c: a few more minor (potensial) memleaks
23803
23804commit 8dc4f35af4a1b633fa8d23a100f9ed5d288a276d
23805Author: Clément Stenac <zorglub@videolan.org>
23806Date:   Sat Jan 28 11:38:49 2006 +0000
23807
23808    Fixes for prehistoric build system
23809
23810commit 1ce36146f2e68fe607bf502e8997b3d60a77db55
23811Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23812Date:   Sat Jan 28 11:36:30 2006 +0000
23813
23814    telnet.c: fix a very minor memleak in Open
23815
23816commit 8c3d897fb3bbfefc1236e0f8a3b06d2da3482a24
23817Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23818Date:   Sat Jan 28 11:32:05 2006 +0000
23819
23820    vlm.c: Add some asyncronity to schedule execution.
23821    Should fix issues when schedules add or delete new schedules. Closes:#510
23822
23823    Also fixes a minor memleak in schedule creation/deletion
23824
23825commit 5704a71b406301fa0c6719c851b971e9592d4c97
23826Author: Clément Stenac <zorglub@videolan.org>
23827Date:   Sat Jan 28 11:18:39 2006 +0000
23828
23829    Move old HTTP interface to http/old so it can be used by ppl without JS. Todo: use <noscript> :)
23830
23831commit 30dd9701546f5b251074691b19886e91415ec1f9
23832Author: Clément Stenac <zorglub@videolan.org>
23833Date:   Sat Jan 28 10:58:48 2006 +0000
23834
23835    Improve doc
23836
23837commit 226344134ee28d50d5e29d19f5b7ffe4b4df40fd
23838Author: Clément Stenac <zorglub@videolan.org>
23839Date:   Sat Jan 28 10:56:47 2006 +0000
23840
23841    RRD output (Refs:#473)
23842    This is a quick hack, which should in the end be merged in a way to expose stats
23843
23844commit 1ab90751c095b208a87e37d4d0fdbd765f0f4923
23845Author: Clément Stenac <zorglub@videolan.org>
23846Date:   Sat Jan 28 10:45:13 2006 +0000
23847
23848    Compute global input/output stats (Refs:#473)
23849
23850commit 8eaff121f7ee80865bac23ba0f23065ee4264796
23851Author: Clément Stenac <zorglub@videolan.org>
23852Date:   Fri Jan 27 20:35:42 2006 +0000
23853
23854    Don't print debug messages and don't do interaction on preparsing
23855
23856commit f3112de7dcd678e5d2998460f68101f0cb2fb275
23857Author: Clément Stenac <zorglub@videolan.org>
23858Date:   Fri Jan 27 18:28:45 2006 +0000
23859
23860    * Improve timers (Refs:#473)
23861    * AccessOutWrite can be called with input already detached (Closes:#523)
23862
23863commit 9c139c978237c2153154fcc79779319a877bee6c
23864Author: Sam Hocevar <sam@videolan.org>
23865Date:   Fri Jan 27 14:19:52 2006 +0000
23866
23867      * added NASM to the contribs (OS X x86 only) so that we can build x264.
23868
23869commit c3699cc1d630e771a7fe1547b75d660a70ec8ac4
23870Author: Antoine Cellerier <dionoea@videolan.org>
23871Date:   Fri Jan 27 14:11:55 2006 +0000
23872
23873    Update copyright dates used in interfaces and binaries (2005 -> 2006)
23874
23875commit 8a171c809b57bcccc25936b2e7569715120eef31
23876Author: Antoine Cellerier <dionoea@videolan.org>
23877Date:   Fri Jan 27 13:54:47 2006 +0000
23878
23879     rpn.c : vlm_cmd now adds a "vlm_value" variable
23880     AUTHORS : add the HTTP interface rewrite
23881
23882commit 758190ee3f1e5cf2a176ce47420cc08bfa0918a1
23883Author: Antoine Cellerier <dionoea@videolan.org>
23884Date:   Fri Jan 27 13:48:28 2006 +0000
23885
23886     * : it's now possible to enter a batch of commands or export the VLM
23887         configuration
23888
23889commit 75f733bc03f3b78b2e5399b9b0e31ddce1a13867
23890Author: Antoine Cellerier <dionoea@videolan.org>
23891Date:   Fri Jan 27 12:58:05 2006 +0000
23892
23893    add "export" command. It behaves exactly like "save" except that commands
23894    are printed in a vlm_message and not in a file.
23895
23896commit f02e94838678dd014d23fc0e68643948f046c7e1
23897Author: Sam Hocevar <sam@videolan.org>
23898Date:   Fri Jan 27 09:48:54 2006 +0000
23899
23900      * extras/contrib/src/Makefile: removed a nonexistent patch that I did not
23901        commit.
23902
23903commit a12663665122da3ec06ddc292f9783db6de3c373
23904Author: Sam Hocevar <sam@videolan.org>
23905Date:   Thu Jan 26 23:13:34 2006 +0000
23906
23907      * Various patches to allow more contribs to build on OS X x86. Only x264
23908        and goom still do not build. I successfully built a native VLC using
23909        the current contribs and the following configuration line:
23910
23911        ./configure --disable-x11 --disable-xvideo --disable-glx --disable-gtk \
23912           --enable-sdl --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
23913           --with-ffmpeg-zlib --enable-mad --enable-dvbpsi --enable-a52 \
23914           --disable-dvdplay --enable-dvdnav --enable-faad --enable-vorbis \
23915           --enable-ogg --enable-theora --enable-faac --enable-mkv \
23916           --enable-freetype --disable-cddax --disable-vcdx --enable-speex \
23917           --enable-flac --disable-goom --enable-livedotcom --enable-caca \
23918           --disable-skins2 --disable-wxwidgets --enable-modplug --enable-daap \
23919           --enable-x264 --enable-shout --enable-twolame --enable-debug
23920
23921        Apparently the native video output does not work yet, but sound and codecs
23922        seem rather OK.
23923
23924commit cfb7dfac6b08f62c84341f5525b88c317b2d8238
23925Author: Sam Hocevar <sam@videolan.org>
23926Date:   Thu Jan 26 20:33:25 2006 +0000
23927
23928      * extras/contrib/bootstrap: support i686-apple-darwin8.
23929
23930commit 7fa8d3040404dbe32a9b4a04592005aa9803f384
23931Author: Sam Hocevar <sam@videolan.org>
23932Date:   Thu Jan 26 20:27:37 2006 +0000
23933
23934      * modules/visualization/visual/visual.c: SECT_TEXT is a reserved Mach-O
23935        name, renamed it into SSECT_TEXT (for "spectral section").
23936
23937commit bbc11c1c819387e63d7370dc2d7f1a151253291e
23938Author: Sam Hocevar <sam@videolan.org>
23939Date:   Thu Jan 26 20:22:00 2006 +0000
23940
23941      * configure.ac: vec_ld() is not sufficient to check for AltiVec support on
23942        OS X x86, because it's just an undefined function; so we use the keyword
23943        "vector" to make sure.
23944
23945commit ad54c6e1630f93f8cce323beaec36d41470eed98
23946Author: Sam Hocevar <sam@videolan.org>
23947Date:   Thu Jan 26 20:08:33 2006 +0000
23948
23949      * src/misc/cpu.c: do not assume SYS_DARWIN means powerpc, so that we can
23950        properly detect CPU features on a MacIntel.
23951
23952commit d7686e18c875fd7be8f1353e2533eb6993ab9569
23953Author: Sam Hocevar <sam@videolan.org>
23954Date:   Thu Jan 26 19:51:06 2006 +0000
23955
23956      * modules/video_chroma/*: use .p2align instead of .align for data alignment,
23957        because .align's behaviour changes across platforms: on Linux x86 ELF its
23958        argument is a byte count, on OS X x86 Mach-O it's a log2.
23959
23960commit c24df160e674a21b580ca2e23f44e7f9428729c8
23961Author: Rémi Denis-Courmont <rem@videolan.org>
23962Date:   Thu Jan 26 17:29:07 2006 +0000
23963
23964    Fix UDP broadcast
23965
23966commit 000921036147272d647567e11ce54727a752711e
23967Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23968Date:   Thu Jan 26 17:14:09 2006 +0000
23969
23970    modules/demux/ts.c: Fixed a very very minor memleak
23971
23972commit ccd07a21190032d238263ce3b2a6397332e296d1
23973Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23974Date:   Thu Jan 26 17:05:57 2006 +0000
23975
23976    access_output/udp.c: Fixed an old  memleak.
23977    This leak is triggered each time the udp access out is started, so it
23978    could be the cause of some of these "slow memleak with udp streaming"
23979    reports we have had, if these users where streaming a file in repeat
23980
23981commit 7c3ae92d1f7b3ac89ecbb31d694510b6773933d4
23982Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
23983Date:   Thu Jan 26 16:51:47 2006 +0000
23984
23985    src/misc/messages.c: Fixed a nasty memleak recently introduced
23986    vlc_input.h: Fixed a not so nasty memleak recently introduced
23987
23988    Thank you very much zorglub
23989
23990commit 8a2490d288c4c1e65d018ae9e0eaf7962b06bb7e
23991Author: Christophe Mutricy <xtophe@videolan.org>
23992Date:   Tue Jan 24 23:06:43 2006 +0000
23993
23994    configure.ac: Use AC_PATH_XTRA.
23995                  Still got to find a cleaner way to determine if we have Xv.so or Xv_pic, ...
23996
23997commit a3d50543b6ad1a56e2c2c94ecf46f9f61c9faac5
23998Author: Christophe Mutricy <xtophe@videolan.org>
23999Date:   Tue Jan 24 23:02:35 2006 +0000
24000
24001    configure.ac: No X11 on win32
24002
24003commit c8f73cd605ac12d98f39edb6b0fe65ddc43dc5dc
24004Author: Clément Stenac <zorglub@videolan.org>
24005Date:   Tue Jan 24 22:42:16 2006 +0000
24006
24007    Add a timing facility (Refs:#473)
24008
24009    It is only available in debug mode.
24010
24011    To use: stats_TimerStart( vlc_object_t* , char *name );
24012    stats_TimerStop( vlc_object_t *, char *name );
24013
24014    stats_TimerDump( vlc_object_t* , char *name ) will print a line
24015
24016    TIMER name : last_time - total_time / number of samples (average time)
24017
24018    stats_TimersDumpAll is not implemented yet
24019
24020commit 822000a1057ddfcf707ae4305aac08c1acd00f1e
24021Author: Antoine Cellerier <dionoea@videolan.org>
24022Date:   Tue Jan 24 22:25:15 2006 +0000
24023
24024    use wxTR_HAS_VARIABLE_ROW_HEIGHT in the meta data tree (usefull is a line is
24025    full of \n)
24026
24027commit cf6397c80218c03632c80bcc7e55b130de40ab61
24028Author: Sam Hocevar <sam@videolan.org>
24029Date:   Tue Jan 24 12:09:06 2006 +0000
24030
24031      * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
24032        the reserved words CXXFLAGS and LDFLAGS.
24033      * configure.ac: remove spaces inside parentheses that confuse automake.
24034      * Makefile.am: do not use both = and += inside conditionals.
24035
24036commit 5eda77736aef4af31f8870df4d3d4a7d05ba2a74
24037Author: Christophe Mutricy <xtophe@videolan.org>
24038Date:   Tue Jan 24 09:53:53 2006 +0000
24039
24040    Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)
24041
24042commit 3de570c2f2758aa55e93895c3ead8785a88aa11f
24043Author: Derk-Jan Hartman <hartman@videolan.org>
24044Date:   Tue Jan 24 05:52:40 2006 +0000
24045
24046    * Fake the PCR/SCR on MPEG PES streams (VDR for instance).
24047      Don't worry, it's if()'ed such that it's almost impossible for a normal PS file to trigger the hack.
24048      It worked for all my VDR PES files and was never triggered for my entire PS collection.
24049
24050commit a838001a28815da989f1d92b434372c9b7041ad2
24051Author: Clément Stenac <zorglub@videolan.org>
24052Date:   Mon Jan 23 21:21:19 2006 +0000
24053
24054    Gather some sout stats (Refs:#473)
24055
24056commit 7b053f546234723727926d9ed2de699480530136
24057Author: Derk-Jan Hartman <hartman@videolan.org>
24058Date:   Mon Jan 23 21:10:49 2006 +0000
24059
24060    * Don't crash if the hdlr in a mov has no name.
24061    * spelling correction and debug for out of bound child boxes.
24062
24063commit 1bccb7df0b792afdb9107d5da8d10a174d45778c
24064Author: Clément Stenac <zorglub@videolan.org>
24065Date:   Mon Jan 23 19:09:22 2006 +0000
24066
24067    Add global options for netsync and showintf and hide them from interface (Closes:#508)
24068
24069commit 3814df3b05159f91a38b1ed240fb623efaa2c917
24070Author: Christophe Mutricy <xtophe@videolan.org>
24071Date:   Mon Jan 23 15:35:02 2006 +0000
24072
24073    http.c: add an option to disable bonjour (closes #509).
24074            Please review and improve the option text and longtext strings.
24075
24076commit 3d24634c3622bcb54d086eefc5d21c8b107774d9
24077Author: Damien Fouilleul <damienf@videolan.org>
24078Date:   Mon Jan 23 12:00:00 2006 +0000
24079
24080    plugin.cpp, oleobject.cpp: fix for ShowDisplay/Visible on activation
24081    vlccontrol.cpp: fixed small mem leak
24082
24083commit 22f28306ffb55383c6e6482040815064e091ee03
24084Author: Antoine Cellerier <dionoea@videolan.org>
24085Date:   Mon Jan 23 01:04:16 2006 +0000
24086
24087    oops, last commit wasn't meant to happen
24088
24089commit 22765a22a3231b0cacb232affd69095b0a78dc7c
24090Author: Antoine Cellerier <dionoea@videolan.org>
24091Date:   Mon Jan 23 01:02:54 2006 +0000
24092
24093    fix subtitles position (aspect ratio)
24094
24095    the subtitle was displayed fine but since aspect ratios didn't match it
24096    wasn't positioned correctly on the vout. ie:
24097    --------------
24098    |            |
24099    |            |
24100    |      subtit|
24101    |            |
24102    -------------- ( http://people.videolan.org/~dionoea/vlcsubs.png )
24103
24104    now it's displayed in the center but the letters are scaled horrizontaly
24105    (which doesn't look too good ... but at least everything is displayed)
24106    ( http://people.videolan.org/~dionoea/vlcsubs2.png )
24107
24108commit dbd9cdc23e9a95f03fe5668f68b601a941136810
24109Author: Derk-Jan Hartman <hartman@videolan.org>
24110Date:   Mon Jan 23 00:34:33 2006 +0000
24111
24112    * Fix the opacity and color settings for the YUVA renderer.
24113    PS: It seems the YUVA blend has an UV subsample bug which can cause unwanted offsets of 1
24114
24115commit 15f7f7c14458f55ccd4c25cfdd4b038bdb407e03
24116Author: Antoine Cellerier <dionoea@videolan.org>
24117Date:   Mon Jan 23 00:23:14 2006 +0000
24118
24119     dialogs/vlm, js/vlm.js : add schedule support
24120     * : some code cleanup.
24121
24122commit 02616d295e86d863a568396619440c48affbe447
24123Author: Derk-Jan Hartman <hartman@videolan.org>
24124Date:   Sun Jan 22 22:54:57 2006 +0000
24125
24126    * Pass along the SSA header in mkv files to the decoder.
24127
24128commit b57e178073ff5867b3393646ef7d1ffb3ca93a80
24129Author: Antoine Cellerier <dionoea@videolan.org>
24130Date:   Sun Jan 22 22:52:20 2006 +0000
24131
24132    If one schedule was disabled, all the folowing schedules weren't shown.
24133    Could someone explain why this return was put here in the first place ?
24134
24135commit 252747dbe34f27bbecc82b75e39871d4942dcace
24136Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
24137Date:   Sun Jan 22 22:49:01 2006 +0000
24138
24139    freetype.c: Revived and revamped old yuva renderer
24140
24141    Highlights:
24142      Three rendering modes: Outline, Fat outline and background
24143      Better looking
24144    Drawbacks:
24145      White only at the moment
24146      no yuva blend filter for some chromas
24147
24148    the old renderer is available with the --freetype-yuvp option, since this is
24149    needed at least for dvbsubs encoding. (and for people with no usable blend
24150    filter)
24151
24152commit 67215fdc156f984cf828d620c81807c88da4719f
24153Author: Derk-Jan Hartman <hartman@videolan.org>
24154Date:   Sun Jan 22 22:27:29 2006 +0000
24155
24156    * Stupid subtitles with their lack of proper specifications and implementations.....
24157
24158commit a20eb781bcc4c4b060c64e9589344996b1fe1223
24159Author: Derk-Jan Hartman <hartman@videolan.org>
24160Date:   Sun Jan 22 22:20:19 2006 +0000
24161
24162    * The vobsub param is Delay, not delay.
24163
24164commit 869a316dc5c746439a35d3aed909be8817d9ee7e
24165Author: Christophe Mutricy <xtophe@videolan.org>
24166Date:   Sun Jan 22 18:13:59 2006 +0000
24167
24168    Fix the win* package rules for the http intf.
24169
24170commit 707ef5ec3a406b42803cb63cab1ad26955419d32
24171Author: Christophe Mutricy <xtophe@videolan.org>
24172Date:   Sun Jan 22 18:10:53 2006 +0000
24173
24174    missing in [13991].
24175
24176commit a1e597bf0072e2466e137277ec9ff0562c8d0a8e
24177Author: Clément Stenac <zorglub@videolan.org>
24178Date:   Sun Jan 22 17:12:24 2006 +0000
24179
24180    * Make ParseOption (from input) a global service (var_OptionParse)
24181    * Add i_options/pp_options to intf_Create
24182
24183    * add global options to enable file-logging and syslog (Refs:#508)
24184
24185commit 71016b4ee50599cbea456362d264e59a589f324c
24186Author: Clément Stenac <zorglub@videolan.org>
24187Date:   Sun Jan 22 17:10:57 2006 +0000
24188
24189    Add a psz_help field to module_t (Refs:#413)
24190
24191commit 146030c56573ccf78d8e7f1ed39ce3455362fe31
24192Author: Antoine Cellerier <dionoea@videolan.org>
24193Date:   Sun Jan 22 16:45:40 2006 +0000
24194
24195    add "oc" to the language list
24196
24197commit 2efc4e7d3d55bbd84bbe1175b34046d2a51cbeb4
24198Author: Antoine Cellerier <dionoea@videolan.org>
24199Date:   Sun Jan 22 16:44:54 2006 +0000
24200
24201    same thing for wince
24202
24203commit 44ab7b524359f1e495af8b8ffdb14071baf4fb8d
24204Author: Antoine Cellerier <dionoea@videolan.org>
24205Date:   Sun Jan 22 16:42:55 2006 +0000
24206
24207    this should fix the win build. This build system is plain stupid. Why do we
24208    have references to the same stuff in http/Makefile.am and Makefile.am ?
24209
24210commit f0a2b19bab620d7ca75888dcd6887725309034af
24211Author: Clément Stenac <zorglub@videolan.org>
24212Date:   Sun Jan 22 16:35:59 2006 +0000
24213
24214    Less HTTPd debugging
24215
24216commit b3bc212e437540c96c01ef6ee0fadfb41f6a2fff
24217Author: Christophe Mutricy <xtophe@videolan.org>
24218Date:   Sun Jan 22 16:18:39 2006 +0000
24219
24220    .hosts: Provide a template .hosts.
24221    dialogs/.hosts: Explanation about the empty file.
24222
24223commit 3c248c2d56bf28a89614459bb0ec558e0816bfd2
24224Author: Antoine Cellerier <dionoea@videolan.org>
24225Date:   Sun Jan 22 16:18:38 2006 +0000
24226
24227    fix cut & paste error (bis).
24228
24229commit 514a1af2b76c34a130cbc8e8d2bdde5bcf4f73b3
24230Author: Antoine Cellerier <dionoea@videolan.org>
24231Date:   Sun Jan 22 16:18:02 2006 +0000
24232
24233    fix cut & paste error.
24234
24235commit f6220ffd0fe9ed7e2cc68c4b58714d268ab8013b
24236Author: Clément Stenac <zorglub@videolan.org>
24237Date:   Sun Jan 22 16:01:30 2006 +0000
24238
24239    Fix build of vcdx module
24240
24241commit 3bef3e14d7e5a89215ce6c5b76d4f5623577876a
24242Author: Antoine Cellerier <dionoea@videolan.org>
24243Date:   Sun Jan 22 15:59:52 2006 +0000
24244
24245     all: handle VLM broadcast and vod elements.
24246     todo: - seeking on broadcast elements
24247           - schedules
24248           - file(or textbox) load / save. might need some changes to the VLM
24249             core in order to export commands to a string (and not to a file)
24250
24251commit 321781356e8669d0deb5147af093d90e5075429e
24252Author: Sam Hocevar <sam@videolan.org>
24253Date:   Sun Jan 22 12:52:13 2006 +0000
24254
24255      * debian/*: new Debian upload.
24256
24257commit e5a3761ff678c86068317dd71140203332309dee
24258Author: Antoine Cellerier <dionoea@videolan.org>
24259Date:   Sun Jan 22 11:25:48 2006 +0000
24260
24261    oops, i forgot to commit this
24262
24263commit 2594aeded36c41dec6e68f4ee2f97fe4a273b8fe
24264Author: Olivier Teulière <ipkiss@videolan.org>
24265Date:   Sun Jan 22 11:12:33 2006 +0000
24266
24267     * share/skins/skins2-howto.xml: SVN instead of CVS, and added a link to the DTD.
24268
24269commit bbdf587c890173957b7c3ce485e9f1644ca5eb6e
24270Author: Sam Hocevar <sam@videolan.org>
24271Date:   Sun Jan 22 10:48:06 2006 +0000
24272
24273      * debian/vlc.mime: put flags after the command, as per mailcap(5).
24274
24275commit 526b77611744cfd6739501b96d96c07914f44185
24276Author: Antoine Cellerier <dionoea@videolan.org>
24277Date:   Sun Jan 22 01:38:28 2006 +0000
24278
24279    begining of a VLM interface and some code organisations changes. The vlm
24280    interface should be done pretty soon (i'll try to finish it tomorrow)
24281
24282     vlm.html : vlm web interface. What works: sending broadcast and vod creation
24283                commands
24284
24285     js/vlm.js : add code to handle sending vlm commands.
24286
24287     requests/vlm_cmd.xml : used to send a vlm command and get the resulting
24288                            error message
24289
24290     requests/vlm.xml : export the full vlm media/schedules "tree". I still need
24291                        to parse that in js/vlm.js in order to display it in
24292                        dialogs/vlm .
24293
24294     dialogs/* : dialogs' code which is used as building blocks for the
24295                 main pages. (in order to avoid code duplication)
24296
24297     mosaic.html, js/mosaic.js, dialogs/mosaic : start of a mosaic help
24298                page. nothing works and it's almost empty but i didn't feel like
24299                sorting through the commited files.
24300
24301commit a1046c59fef11f6a35fd486b26826cea29b2fee2
24302Author: Antoine Cellerier <dionoea@videolan.org>
24303Date:   Sun Jan 22 00:11:00 2006 +0000
24304
24305    remove dirty debug messages.
24306
24307commit d7460d44ed30ba495fd96c2f43d285548dd0bd85
24308Author: Antoine Cellerier <dionoea@videolan.org>
24309Date:   Sun Jan 22 00:09:06 2006 +0000
24310
24311    new "vlm_cmd" (or "vlm_command") rpn function.
24312
24313    Since vlm commands are often full of spaces, you need to use the ";"
24314    command delimiter to mark the end of a command.
24315
24316    For example : <vlc id="rpn" param1="; broadcast name new vlm_cmd" />
24317
24318commit 9bb495cbc2920cdaa6ba2976acc0af34693bd20c
24319Author: Derk-Jan Hartman <hartman@videolan.org>
24320Date:   Sat Jan 21 23:33:56 2006 +0000
24321
24322    * Compile fix
24323
24324commit 97034b01b0511b9083bc501b42f3bfcb676f5041
24325Author: Derk-Jan Hartman <hartman@videolan.org>
24326Date:   Sat Jan 21 23:05:00 2006 +0000
24327
24328    * Some cleanup to the QT decoder. Still doesn't function.
24329
24330commit dca021c1a5fff1ee25b940ad7b08789a5dbd3086
24331Author: Antoine Cellerier <dionoea@videolan.org>
24332Date:   Sat Jan 21 22:05:31 2006 +0000
24333
24334    this looks better (thanks to Dnumgis for noticing)
24335
24336commit 07b5873d89c2b2166ea4c60429e03e5660ec6d5e
24337Author: Derk-Jan Hartman <hartman@videolan.org>
24338Date:   Sat Jan 21 21:29:07 2006 +0000
24339
24340    * workaround for device drivers that do not support "kAudioDevicePropertyPreferredChannelLayout".
24341      Grmbl @ Digidesign coders...
24342
24343commit b05d7cdfae5c9bd0f274a3c97287794161ea8b07
24344Author: Antoine Cellerier <dionoea@videolan.org>
24345Date:   Sat Jan 21 20:46:09 2006 +0000
24346
24347    looks nicer this way
24348
24349commit c12ab4a4f2643ee2975a63b9a0bdb849edc6630e
24350Author: Derk-Jan Hartman <hartman@videolan.org>
24351Date:   Sat Jan 21 20:38:05 2006 +0000
24352
24353    * One more fix for vobsubs with negative times
24354
24355commit 54722ef3084821aa70b74a363fb0483e573ea166
24356Author: Antoine Cellerier <dionoea@videolan.org>
24357Date:   Sat Jan 21 20:30:57 2006 +0000
24358
24359    Fortune !
24360
24361commit d83a30d658de3f74d72acddfb7aa42989cf19780
24362Author: Clément Stenac <zorglub@videolan.org>
24363Date:   Sat Jan 21 17:59:14 2006 +0000
24364
24365    Add an "auto-preparse" option (default TRUE) - Refs:#192
24366
24367commit f9c3744e70f3c35363517310ca5e65d48ca55743
24368Author: Rémi Denis-Courmont <rem@videolan.org>
24369Date:   Sat Jan 21 17:55:45 2006 +0000
24370
24371    Ugly bug-to-bug fix for wxWidgets drag'n'drop (closes #507)
24372
24373commit 5f438ca0c80308e39c52cd626c0aab42c8a5303e
24374Author: Clément Stenac <zorglub@videolan.org>
24375Date:   Sat Jan 21 17:54:02 2006 +0000
24376
24377    Don't bother creating an input thread for non-file
24378
24379commit b44518a81d6d2ec8d5d6e52450ae204e620bbd9f
24380Author: Clément Stenac <zorglub@videolan.org>
24381Date:   Sat Jan 21 17:50:55 2006 +0000
24382
24383    Don't preparse if we are about to play - Refs:#192
24384
24385commit 3083fe224f71ff21ecb86fb98983e908ef3d0dad
24386Author: Clément Stenac <zorglub@videolan.org>
24387Date:   Sat Jan 21 17:44:07 2006 +0000
24388
24389    Preparse items added through the directory access or directly to the interface (Refs:#192)
24390
24391commit f93e275d750096623e83019822e43753abe57525
24392Author: Sam Hocevar <sam@videolan.org>
24393Date:   Sat Jan 21 16:49:53 2006 +0000
24394
24395      * modules/codec/spudec: fixed various (innocuous) buffer overflows and
24396        paved the way for private SPU commands.
24397
24398commit 6fbe51edaa14e1b5bab4f3de5fbfc296f54cacd2
24399Author: Clément Stenac <zorglub@videolan.org>
24400Date:   Sat Jan 21 16:44:36 2006 +0000
24401
24402    Enqueue the item ID instead of pointer for preparse
24403    Add a PLAYLIST_PREPARSE flag to tell that the item must be enqueued for preparse on add (not implemented yet).
24404
24405    Refs:#192
24406
24407commit 42ad19a6c98ad6807d023b634dd5a9c0a0b4e003
24408Author: Clément Stenac <zorglub@videolan.org>
24409Date:   Sat Jan 21 16:37:34 2006 +0000
24410
24411    Don't block item name (Closes:#506)
24412
24413commit 5bd61a8060701e1c0c6b70066f0e2f27b117ea43
24414Author: Clément Stenac <zorglub@videolan.org>
24415Date:   Sat Jan 21 14:14:36 2006 +0000
24416
24417    Audio - Refs:#473
24418
24419commit e328a29da456766a9a06b8de55177df0857c0400
24420Author: Clément Stenac <zorglub@videolan.org>
24421Date:   Sat Jan 21 13:49:42 2006 +0000
24422
24423    Get rid of warning
24424
24425commit 869d0526e75f45969d918f0444da4debedf058a7
24426Author: Christophe Mutricy <xtophe@videolan.org>
24427Date:   Fri Jan 20 23:37:23 2006 +0000
24428
24429    Install.win32: Add path for pkg-config
24430
24431commit bb162a43ebf5edd437b854ed437c5cf0e131a2cd
24432Author: Christophe Mutricy <xtophe@videolan.org>
24433Date:   Fri Jan 20 18:50:48 2006 +0000
24434
24435    Fix X includes detection.
24436
24437commit 5565716b9cf59cf2b6c9bc5250954361ca784465
24438Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
24439Date:   Fri Jan 20 11:59:13 2006 +0000
24440
24441    svg.c: use conditional includes for system includes (unistd.h, stat.h, types.h)
24442
24443commit 960adb272052a0c712c58b0be7200764d9196fee
24444Author: Damien Fouilleul <damienf@videolan.org>
24445Date:   Fri Jan 20 00:31:44 2006 +0000
24446
24447    all: updated mozilla MacOS X bundle, Safari can 'see' it now (didn't run it though)
24448
24449commit 245c5c4865f377aca855109663447a829719f983
24450Author: Derk-Jan Hartman <hartman@videolan.org>
24451Date:   Thu Jan 19 16:10:14 2006 +0000
24452
24453    * auhal.c: Another workaround for devices not supporting hogmode
24454
24455commit a1379c76e47baf2e789cef28f8e1fbedf3d52c14
24456Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
24457Date:   Thu Jan 19 12:47:08 2006 +0000
24458
24459    linux_dvb.c: output "Tuning failed" in dvb status page rather than nothing when we have no lock
24460
24461commit 12bcc291e6d9108fa79c4ffcd288e671b7f0bb88
24462Author: Christophe Mutricy <xtophe@videolan.org>
24463Date:   Thu Jan 19 09:01:34 2006 +0000
24464
24465    Oops. I shall read the diff before commiting
24466
24467commit c344a3db15df629f5a0d05a1befeb05c247e5d9a
24468Author: Christophe Mutricy <xtophe@videolan.org>
24469Date:   Thu Jan 19 00:01:17 2006 +0000
24470
24471    configure.ac: Try harder to find the X headers and libs.
24472
24473commit cb1196f959279a6de33a386e8006aaa24ec617ac
24474Author: Christophe Mutricy <xtophe@videolan.org>
24475Date:   Wed Jan 18 12:08:03 2006 +0000
24476
24477    Copyright dates and svn properties
24478
24479commit bd38fa96cbcf7e47978d70a38f9b336a3399376d
24480Author: Derk-Jan Hartman <hartman@videolan.org>
24481Date:   Wed Jan 18 01:39:30 2006 +0000
24482
24483    * auhal.c: Some drivers don't support hogmode. Don't fail entirely if this is the case.
24484
24485commit e6b0ebb9d0e36713aa03f7a4be7f6f72d803dde4
24486Author: Damien Fouilleul <damienf@videolan.org>
24487Date:   Tue Jan 17 15:38:42 2006 +0000
24488
24489    README.TXT: updated documentation
24490
24491commit b0d6dcc5a4a0cbeecc954863783c8f9fbb56e2d4
24492Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
24493Date:   Tue Jan 17 11:58:26 2006 +0000
24494
24495    mediacontrol_internal.h: oops. Superfluous typedef (defined in vlc/mediacontrol.h)
24496
24497commit 8f1a5b3d5bb05308237086c9a1391cf2e5f0511f
24498Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
24499Date:   Tue Jan 17 10:26:59 2006 +0000
24500
24501    mediacontrol API: proper fix for mediacontrol_Instance forward declaration
24502
24503commit 8e2fd68368f7e5ccdf448ab9968b1d51d362eca0
24504Author: Damien Fouilleul <damienf@videolan.org>
24505Date:   Tue Jan 17 10:19:03 2006 +0000
24506
24507    dshow.cpp: Removed default preferred media types (I420) as it was reported by Paul Sokolovsky to cause kernel crashes
24508               with some buggy drivers. I added these media types a while back to get around another bug for drivers that
24509               didn't offer any preferred media types.
24510               Hopefully, the latter bug should be indirectly fixed when I added support for IAMStreamConfig.
24511               Moreover, I modified the selection of a default format in IAMStreamConfig to take
24512               GetFourCCPriority into a account.
24513
24514commit baf1fd79bc8d904b7b4ccb7567773074e6608c7c
24515Author: Jean-Paul Saman <jpsaman@videolan.org>
24516Date:   Mon Jan 16 21:32:56 2006 +0000
24517
24518    Whitespace cleanup
24519
24520commit 704d0d9b655f08737d5445a10f3328238038826a
24521Author: Derk-Jan Hartman <hartman@videolan.org>
24522Date:   Mon Jan 16 20:22:40 2006 +0000
24523
24524    * Real RTSP sometimes uses pnm://
24525
24526commit 655a0f8b5ff1be54926a79cb349a21e7077e65d3
24527Author: Damien Fouilleul <damienf@videolan.org>
24528Date:   Mon Jan 16 19:44:18 2006 +0000
24529
24530    Makefile.am: thou shalt test thy changes (self flagellation in progress)
24531
24532commit f1dd5a851706f98f493f290f3559db7805b40b8e
24533Author: Jean-Paul Saman <jpsaman@videolan.org>
24534Date:   Mon Jan 16 19:01:58 2006 +0000
24535
24536    Codingstyle fixes
24537
24538commit 19713fc49d346609932608aa33de3daaa38a01f0
24539Author: Jean-Paul Saman <jpsaman@videolan.org>
24540Date:   Mon Jan 16 19:01:24 2006 +0000
24541
24542    Define vlc_curent_object in include/vlc_objects.h
24543
24544commit 628ec1a04cbfd3cc65b08f1781b55be4b5bcb8f8
24545Author: Jean-Paul Saman <jpsaman@videolan.org>
24546Date:   Mon Jan 16 19:00:22 2006 +0000
24547
24548    Define vlc_curent_object in include/vlc_objects.h
24549
24550commit 01473463d690e986116ad83de9f1afd7b3cfcf70
24551Author: Jean-Paul Saman <jpsaman@videolan.org>
24552Date:   Mon Jan 16 18:58:15 2006 +0000
24553
24554    Define mediacontrol_Instance in the right place
24555
24556commit 8214729866f3d50eaad1e1532ffb504c0b203330
24557Author: Jean-Paul Saman <jpsaman@videolan.org>
24558Date:   Mon Jan 16 18:50:48 2006 +0000
24559
24560    Indentation and coding style fixes
24561
24562commit 1c112069b57bdd3efe1fcffe28df6e137ac0aa92
24563Author: Jean-Paul Saman <jpsaman@videolan.org>
24564Date:   Mon Jan 16 18:03:14 2006 +0000
24565
24566    Define libvlc_exception_raise() in the proper place
24567
24568commit 596fae4f05eb53ae7712f42d0f4473d9a542493f
24569Author: Damien Fouilleul <damienf@videolan.org>
24570Date:   Mon Jan 16 18:01:38 2006 +0000
24571
24572    Makefile.am: should fix compilation (or non-compilation) on all platforms
24573
24574commit f008ecb325877f06e7f775b070e5221ae1c64326
24575Author: Jean-Paul Saman <jpsaman@videolan.org>
24576Date:   Mon Jan 16 17:49:34 2006 +0000
24577
24578    Compiler warning about a missing return statement in a non-void function.
24579
24580commit f368868a20f893d391e14a5e89ac89aa4e1f3860
24581Author: Jean-Paul Saman <jpsaman@videolan.org>
24582Date:   Mon Jan 16 17:48:33 2006 +0000
24583
24584    Use brackets to avoid ambiguos else
24585
24586commit aa45359c9fc53b2536e65668c69dab2358841653
24587Author: Jean-Paul Saman <jpsaman@videolan.org>
24588Date:   Mon Jan 16 17:45:11 2006 +0000
24589
24590    Fix identation
24591
24592commit adbbaf3e654ec10b91b886942be4ced72e1c771e
24593Author: Jean-Paul Saman <jpsaman@videolan.org>
24594Date:   Mon Jan 16 17:44:38 2006 +0000
24595
24596    return NULL properly in libvlc_playlist_get_input()
24597
24598commit dc6ed6d968e40817d973e792fe781f9573be5c93
24599Author: Jean-Paul Saman <jpsaman@videolan.org>
24600Date:   Mon Jan 16 17:42:57 2006 +0000
24601
24602    Fix segmentation fault in core and use of non-initialised variable compiler warning.
24603
24604commit 58141c3c921232cf5c4895ddf9076339fdcf04e4
24605Author: Damien Fouilleul <damienf@videolan.org>
24606Date:   Mon Jan 16 16:56:40 2006 +0000
24607
24608    hopefully, this will fix previous commit
24609
24610commit d2b09db5d8062264bf1914b8ffb44b0dc80f7f22
24611Author: Damien Fouilleul <damienf@videolan.org>
24612Date:   Mon Jan 16 16:35:19 2006 +0000
24613
24614    all: fixed mozilla plugin compilation for MacOS X
24615
24616commit d3ec9953f772b10f7ed8603624a4587bccd460c6
24617Author: Christophe Mutricy <xtophe@videolan.org>
24618Date:   Mon Jan 16 15:45:07 2006 +0000
24619
24620    Fix
24621
24622commit 5788666f91a17bb339bd7b1fbc52c9768f3cddd1
24623Author: Derk-Jan Hartman <hartman@videolan.org>
24624Date:   Mon Jan 16 14:37:46 2006 +0000
24625
24626    * stupid tabs in Makefiles....
24627
24628commit 859a65282c7b605642a7f860dd91008f49b98e1d
24629Author: Christophe Mutricy <xtophe@videolan.org>
24630Date:   Mon Jan 16 14:37:08 2006 +0000
24631
24632    Update of the Georgian localization. Thanks to Alexander Didebulidze
24633
24634commit 78125e54263e8bbde3eee6520b25b79831a37343
24635Author: Derk-Jan Hartman <hartman@videolan.org>
24636Date:   Mon Jan 16 14:33:06 2006 +0000
24637
24638    * Add a dummy .dvdread entry to trigger the INSTALL_NAME script on OSX.
24639
24640commit f22c47d8dd7821fb1bd1be41319104101fbd1780
24641Author: Derk-Jan Hartman <hartman@videolan.org>
24642Date:   Mon Jan 16 01:54:55 2006 +0000
24643
24644    modules/demux/vobsub.c:
24645    * add support for negative timestamps
24646    * add support for the delay parameter
24647    * add support for reading the DVD palette of vobsubs
24648    * free the used memory when we close the vobsubs
24649
24650commit 2b590f6317708ca4bec26b79d5333da34053970f
24651Author: Clément Stenac <zorglub@videolan.org>
24652Date:   Sun Jan 15 22:21:21 2006 +0000
24653
24654    Fix
24655
24656commit 4f86b958a07865f443eef419a6e609f75568492a
24657Author: Clément Stenac <zorglub@videolan.org>
24658Date:   Sun Jan 15 22:10:41 2006 +0000
24659
24660    Fix some memleaks
24661
24662commit 348c8741c3f99e9492f69db912e70599e55e116b
24663Author: Derk-Jan Hartman <hartman@videolan.org>
24664Date:   Sun Jan 15 20:52:30 2006 +0000
24665
24666    * Fix free of the directory listing of the subtitle scan.
24667
24668commit 56ccebfb4666cebc9a440baf9a1540deb9fbc2fc
24669Author: Clément Stenac <zorglub@videolan.org>
24670Date:   Sun Jan 15 20:33:26 2006 +0000
24671
24672    Free
24673
24674commit 1856ddb7cf42f53773c4f86f040de10e5529d357
24675Author: Clément Stenac <zorglub@videolan.org>
24676Date:   Sun Jan 15 20:29:38 2006 +0000
24677
24678    Add ability to prepend headers to messages (object-specific) and use it for VLM media (Closes:#496)
24679
24680    To use it, put a string in p_object->psz_header, all messages from this object and its parent will have the header prepended
24681
24682commit b9304629a0910b580e3d07c3829fbed5f5353362
24683Author: Clément Stenac <zorglub@videolan.org>
24684Date:   Sun Jan 15 19:04:43 2006 +0000
24685
24686    Layout stuff
24687
24688commit 72e28abd987d976eff14df05cfc07065c719d159
24689Author: Clément Stenac <zorglub@videolan.org>
24690Date:   Sun Jan 15 18:13:34 2006 +0000
24691
24692    Fix calculation for demux bitrate (Refs:#473)
24693
24694commit 31e0a13eb87875f0f121f63f9e92a07e24fecc31
24695Author: Clément Stenac <zorglub@videolan.org>
24696Date:   Sun Jan 15 17:30:45 2006 +0000
24697
24698    Show stats in interface (Refs:#473)
24699
24700commit 56052322ce59b43fbb929b0550bb6aed11ce1a7f
24701Author: Damien Fouilleul <damienf@videolan.org>
24702Date:   Sat Jan 14 20:03:43 2006 +0000
24703
24704    updated patch for latest CVS
24705
24706commit 7c78bcd0c7fe8d397fd8ac16993bc149a72c424c
24707Author: Christophe Mutricy <xtophe@videolan.org>
24708Date:   Sat Jan 14 12:37:19 2006 +0000
24709
24710    Inversion
24711
24712commit 5827c899e99ce566ade8d4b149b7c02a0a75278f
24713Author: Clément Stenac <zorglub@videolan.org>
24714Date:   Sat Jan 14 10:57:44 2006 +0000
24715
24716    Add an option to disable stats (Refs:#473)
24717
24718commit e1935dc3b8ba57fa26f7b32221d051443424526d
24719Author: Jean-Paul Saman <jpsaman@videolan.org>
24720Date:   Sat Jan 14 09:36:16 2006 +0000
24721
24722    Revert revision 13903. It is implemented in a different way by checking if the option --dshow-chroma is set. If it is set then the chroma is forced, otherwise it is not. This should solve the regression of previous commit, by letting users specify the chroma type to use. To get the previous default behaviour specify IV420 as preferred chroma type either on the commandline or in the Capture Device advanced tab.
24723
24724commit 73a9dbadc3f3fa3537a8543f8e589de98eccf28e
24725Author: Derk-Jan Hartman <hartman@videolan.org>
24726Date:   Sat Jan 14 00:03:13 2006 +0000
24727
24728    * Revert the Default charset encoding back to ISO-8859-1
24729      No longer use the charset of the OS. OS X is UTF-8 for instance, but most subs are simply in Latin-1.
24730    * In case we did BOM detection with stream_ReadLine, set subsdec-encoding to UTF-8 automatically.
24731
24732commit 60c51db90c028630b59d462c61e058e8df0651d4
24733Author: Clément Stenac <zorglub@videolan.org>
24734Date:   Fri Jan 13 23:01:34 2006 +0000
24735
24736    Fix stats crash
24737
24738commit 60a7a1fd2da979424374e964b42f3d42b7effa86
24739Author: Rémi Denis-Courmont <rem@videolan.org>
24740Date:   Fri Jan 13 12:16:06 2006 +0000
24741
24742    Partial distcheck fix
24743
24744commit 2cb472dba008f7d877ffe6bae9c5575253365282
24745Author: Antoine Cellerier <dionoea@videolan.org>
24746Date:   Thu Jan 12 23:10:04 2006 +0000
24747
24748    FSF address change.
24749
24750commit a5058059abe0fbf691227e9242565939e71f5a0c
24751Author: Clément Stenac <zorglub@videolan.org>
24752Date:   Thu Jan 12 21:21:36 2006 +0000
24753
24754    Support for moving averages (Refs:#473)
24755    Get input bitrate
24756
24757commit b7e2456f4910e995be6c736b7b724bedbd075abd
24758Author: Jean-Paul Saman <jpsaman@videolan.org>
24759Date:   Thu Jan 12 21:06:07 2006 +0000
24760
24761    Patch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_ com>.
24762
24763    Remove unconditionally enforcing of "preferred" media type upon the capture devices. Some devices don't handle this properly, which often results in a BSOD. By not setting a preferred media type the problem dissappears. Please check this with other type of devices for any regression.
24764
24765commit edf8b67bb2e5a070282f47f6ade92e01587eb339
24766Author: Antoine Cellerier <dionoea@videolan.org>
24767Date:   Thu Jan 12 16:08:50 2006 +0000
24768
24769    one-instance fix. It now is disabled in vlc prefs but all windows action
24770    (like double clicking on a file or disc) use the --one-instance option.
24771
24772    People used to running 10 instances of VLC at once should now be able
24773    to do so. Normal people used to running other media players should now
24774    get the behavior they expect (ie: not open 10 different VLCs when double
24775    clicking on 10 mp3s)
24776
24777commit 323d54dca98b67c44efd9edb7d5c3384c041b01d
24778Author: Clément Stenac <zorglub@videolan.org>
24779Date:   Wed Jan 11 23:26:53 2006 +0000
24780
24781    Fix a corner case
24782
24783commit 207162df4efabd259ddb2e82489a5295e4dddbb0
24784Author: Christophe Mutricy <xtophe@videolan.org>
24785Date:   Wed Jan 11 22:30:31 2006 +0000
24786
24787    Fix the package-win32 target
24788
24789commit facd9781492a58e95a9a8d26630123e9d0d60538
24790Author: Rémi Denis-Courmont <rem@videolan.org>
24791Date:   Wed Jan 11 21:13:50 2006 +0000
24792
24793    Dirty check for the XML parser used by CyberLink (closes #451)
24794    (if only we had a cleaner UPnP stack)
24795
24796commit 80f538b86fb9acdb6ff5f867f17dfbe7d37c597a
24797Author: Cyril Deguet <asmax@videolan.org>
24798Date:   Wed Jan 11 20:47:45 2006 +0000
24799
24800    * builder.cpp: the "visible" attribute is now taken into account for all images
24801    * ctrl_checkbox.cpp: animated bitmaps are now supported in checkbox controls
24802
24803commit e56193e811c52c1f0945524e47f0f9aa4069d5e0
24804Author: Clément Stenac <zorglub@videolan.org>
24805Date:   Wed Jan 11 20:00:58 2006 +0000
24806
24807    Misc stats work (Refs:#473)
24808
24809commit 8ea1f62452eea001d536e23dc613cea5a4fd3d56
24810Author: Sigmund Augdal Helberg <sigmunau@videolan.org>
24811Date:   Wed Jan 11 14:32:43 2006 +0000
24812
24813    vlm.c: Print an error message about what went wrong during vlm-conf loading
24814
24815commit 3bbb13a91dafba0cad3f85e931bbc18275613343
24816Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
24817Date:   Wed Jan 11 13:02:54 2006 +0000
24818
24819    mediacontrol_audio_video.c: use the new snapshot-path functionality
24820
24821commit 5a87e8e236f76476650c5093f2f1faee42dd6828
24822Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
24823Date:   Wed Jan 11 13:01:50 2006 +0000
24824
24825    vout_intf.c: special snapshot-path (object:NNNN) will put the snapshot
24826     into the p_private attribute of the vlc_object(NNNN). Used by embedding
24827     applications.
24828
24829commit 5eb68e9cb724bf4f50627ec4f30f8904c33b85c7
24830Author: Christophe Mutricy <xtophe@videolan.org>
24831Date:   Wed Jan 11 12:58:26 2006 +0000
24832
24833    Small whitespace fix
24834
24835commit 8ea39dae1b2029b4c5108283b2d7a53f46bfc836
24836Author: Christophe Mutricy <xtophe@videolan.org>
24837Date:   Wed Jan 11 09:23:31 2006 +0000
24838
24839    Don't use portaudio by default until it get fixed
24840
24841commit 3f9a11a30e6cfb375e9857dc59151dd70c573974
24842Author: Antoine Cellerier <dionoea@videolan.org>
24843Date:   Tue Jan 10 22:47:27 2006 +0000
24844
24845    default enable one instance mode on windows. the 0.1% of users wanting
24846    several VLC instances at once should be able to disable this option in
24847    the prefs.
24848
24849commit 927f89c8bae13ebd81a51b1fc68a508c97451f6b
24850Author: Derk-Jan Hartman <hartman@videolan.org>
24851Date:   Tue Jan 10 22:40:29 2006 +0000
24852
24853    * Add 16:10 AR to the list of aspect-ratios. (In use by WXGA screens)
24854
24855commit db91c0a42749f906264a54f1be0ee3cd9846cd20
24856Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
24857Date:   Tue Jan 10 09:52:34 2006 +0000
24858
24859    Modules.am: src/control/plugin.c is now src/control/mediacontrol_plugin.c
24860
24861commit 08e62e89cd154e2778b79d65032e7585d2855a16
24862Author: Antoine Cellerier <dionoea@videolan.org>
24863Date:   Tue Jan 10 00:26:35 2006 +0000
24864
24865    make update-po . This hopefully fixes make dist
24866
24867commit 37195fbb2eee3986f986adbd3cd17da2026846d9
24868Author: Antoine Cellerier <dionoea@videolan.org>
24869Date:   Mon Jan 9 23:39:47 2006 +0000
24870
24871    ../../src/control/plugin.c doesn't exist anymore (this should fix make dist)
24872
24873commit 39e2c10e818ff42ebdd7c694976f894206d8bfe5
24874Author: Antoine Cellerier <dionoea@videolan.org>
24875Date:   Mon Jan 9 22:04:18 2006 +0000
24876
24877    oops
24878
24879commit 10638f592027f7548319601660772be38a16d724
24880Author: Antoine Cellerier <dionoea@videolan.org>
24881Date:   Mon Jan 9 22:01:57 2006 +0000
24882
24883    Occitan localization. Many thanks to laurent jonqueres
24884
24885commit 83b9a0f8846aa07756d979f8886ff7fe7038c722
24886Author: Christophe Mutricy <xtophe@videolan.org>
24887Date:   Mon Jan 9 20:57:53 2006 +0000
24888
24889    Add Georgian localization. Thanks to Alexander Didebulidze.
24890
24891commit 741f1682eef828da9e05ef16bf9a0f4e9b9edcaa
24892Author: Cyril Deguet <asmax@videolan.org>
24893Date:   Sun Jan 8 21:16:49 2006 +0000
24894
24895    * jack.c: better handling of buffer underruns
24896
24897commit 40749893a8730061c1cdf8a86905769f77d18b64
24898Author: Cyril Deguet <asmax@videolan.org>
24899Date:   Sun Jan 8 20:53:51 2006 +0000
24900
24901    * New audio output module to support the JACK Audio Connection Kit
24902
24903commit 68aa3ca3202b0f2c7e3b10db9dbe46b436b17bbd
24904Author: Clément Stenac <zorglub@videolan.org>
24905Date:   Sun Jan 8 16:32:33 2006 +0000
24906
24907    Merge 0.8.5-api changes
24908    Fix compilation
24909
24910commit 91c8dba080d1e67f93964f510e6fb18b15a1bc5b
24911Author: Clément Stenac <zorglub@videolan.org>
24912Date:   Sun Jan 8 15:50:35 2006 +0000
24913
24914    Lalala
24915
24916commit 03b059c1b6814784fa731a4687ad45b338fa91e8
24917Author: Clément Stenac <zorglub@videolan.org>
24918Date:   Sun Jan 8 15:48:41 2006 +0000
24919
24920    Some more stats preliminary work
24921
24922commit efacf7b59b10eace643aec90a54f10674e5c4712
24923Author: Derk-Jan Hartman <hartman@videolan.org>
24924Date:   Sun Jan 8 01:32:50 2006 +0000
24925
24926    * auhal.c:
24927      - fix last bugs with SPDIF stream selection
24928      - code and debug cleanup
24929      - added more comments to clearify the code, so it is useful to others :D
24930
24931commit 68a61049d120553674a35a4558d790816b5ea8e0
24932Author: Derk-Jan Hartman <hartman@videolan.org>
24933Date:   Sat Jan 7 23:08:42 2006 +0000
24934
24935    * Compile fix for OSes without F_RDAHEAD and F_NOCACHE
24936
24937commit 165bc2f4f2418ce6ac5bf59b99c4ab0bc8998688
24938Author: Derk-Jan Hartman <hartman@videolan.org>
24939Date:   Sat Jan 7 22:01:17 2006 +0000
24940
24941    * Set FD_RDAHEAD and FD_NOCACHE on when reading from files. improves reading from networkshares and VMEM usage.
24942      Suggested by Marko Karppinen.
24943
24944commit d8c7d7de90005dbd32dcd979bf4072acc4539434
24945Author: Christophe Mutricy <xtophe@videolan.org>
24946Date:   Sat Jan 7 16:21:47 2006 +0000
24947
24948    Add a package-win32 target
24949
24950commit 3336795c41ca23548a8f46e5e1e014273212cc80
24951Author: Sam Hocevar <sam@videolan.org>
24952Date:   Fri Jan 6 15:16:25 2006 +0000
24953
24954      fortune.
24955
24956commit e2f5d13ac472c338e77e5a0cb74c88f7063a7a7e
24957Author: Damien Fouilleul <damienf@videolan.org>
24958Date:   Fri Jan 6 12:31:19 2006 +0000
24959
24960    dvdnav.patch: changed code that read DVD title to use dvdread APIs, so that WIN32 and non-unix platforms can also read it
24961    dvdnav.c: add DVD title to meta information
24962
24963commit 7f5244def1cb5811180e648d09d8066ac89578bf
24964Author: Christophe Mutricy <xtophe@videolan.org>
24965Date:   Fri Jan 6 09:37:13 2006 +0000
24966
24967    Produce include graphs.
24968
24969commit 16b200c9db7e525923da8977cc69afdd1fbef2cf
24970Author: Christophe Mutricy <xtophe@videolan.org>
24971Date:   Thu Jan 5 22:53:46 2006 +0000
24972
24973    this file was here by error
24974
24975commit 600ac6c92111376330f8e63b9aa486ba3ba6788e
24976Author: Damien Fouilleul <damienf@videolan.org>
24977Date:   Thu Jan 5 22:48:30 2006 +0000
24978
24979    directx.c: some improvement on overlay initial grey flickering
24980
24981commit 61bf3204d47b24f0304c1d4b54796140cc1e6b3f
24982Author: Clément Stenac <zorglub@videolan.org>
24983Date:   Thu Jan 5 21:56:34 2006 +0000
24984
24985    Remove extra debug
24986
24987commit 6ee349c97a50a61c7d81769fd22cd6a9a4a8aacf
24988Author: Damien Fouilleul <damienf@videolan.org>
24989Date:   Thu Jan 5 21:33:20 2006 +0000
24990
24991    messages.c: message bank lock is still in use and still needs initializing :)
24992
24993commit 097b4c8e04765de491097d6e5b59fecf6c9f0ba9
24994Author: Damien Fouilleul <damienf@videolan.org>
24995Date:   Thu Jan 5 17:13:19 2006 +0000
24996
24997    configure.ac: fix previous commit when mozilla is not available
24998
24999commit 40625cb773af3eae711acfbe7b11b34e066f65e0
25000Author: Damien Fouilleul <damienf@videolan.org>
25001Date:   Thu Jan 5 17:03:12 2006 +0000
25002
25003    configure.ac: updated for version 1.7 of gecko-sdk (only tested on cygwin)
25004
25005commit ca02d3dd3c0845fc11ead7e5487aaf85d1eeb6ff
25006Author: Derk-Jan Hartman <hartman@videolan.org>
25007Date:   Thu Jan 5 01:56:12 2006 +0000
25008
25009    More message queue WinCE fixes
25010
25011commit fc37619bb05b1ced3f5bb4898c340e3cd1f71493
25012Author: Derk-Jan Hartman <hartman@videolan.org>
25013Date:   Thu Jan 5 01:01:30 2006 +0000
25014
25015    message queues WinCE compile fix
25016
25017commit 4df46145296978b8254783b07a20b5bb0da28f01
25018Author: Derk-Jan Hartman <hartman@videolan.org>
25019Date:   Wed Jan 4 23:34:52 2006 +0000
25020
25021    Another message queue compile fix
25022
25023commit a5a5d46653b45091036a8dc00f2b8f1bbca39572
25024Author: Clément Stenac <zorglub@videolan.org>
25025Date:   Wed Jan 4 23:22:24 2006 +0000
25026
25027    Forgot this file
25028
25029commit 489a542935cbe568393181afe10e3d4a045f6c7f
25030Author: Clément Stenac <zorglub@videolan.org>
25031Date:   Wed Jan 4 23:11:33 2006 +0000
25032
25033    compile fix
25034
25035commit 74603a476f554232a9c2ae0828a55c6d6a717ce3
25036Author: Derk-Jan Hartman <hartman@videolan.org>
25037Date:   Wed Jan 4 23:02:44 2006 +0000
25038
25039    * I actually read the doc on AC_ARG_WITH this time :D
25040      this and [13857] [13858] refs #182
25041
25042commit a078354921bb82a525f0999f2d287f7651f3c108
25043Author: Clément Stenac <zorglub@videolan.org>
25044Date:   Wed Jan 4 22:29:53 2006 +0000
25045
25046    Add support for several message queues - please test
25047    Initial support for registering and handling some shared stats
25048
25049commit d68a17b3f0d5f04cc4826694b6fad453155a4942
25050Author: Derk-Jan Hartman <hartman@videolan.org>
25051Date:   Wed Jan 4 22:24:20 2006 +0000
25052
25053    Fix the Mac OS X SDK configure check
25054
25055commit 3d692c56dc65bc032ba5b269ac61bd5bfa32a842
25056Author: Derk-Jan Hartman <hartman@videolan.org>
25057Date:   Wed Jan 4 21:53:52 2006 +0000
25058
25059    * Simpler way to create the diskimage (10.3 and higher only)
25060    * realigning of some of the configure --help options
25061    * added --with-macosx-sdk
25062      - compiles VLC (not contrib) with the 10.3.9 SDK
25063      - uses a small hack to enforce the deployment target when you do make in the srcdir
25064      - requires you to use gcc 4.0 on on Mac OS X 10.4
25065
25066commit b815369d191c6a64194ac3fdd0cb87b15bbf2246
25067Author: Jean-Paul Saman <jpsaman@videolan.org>
25068Date:   Tue Jan 3 21:33:55 2006 +0000
25069
25070    Forward/Backward jump is set to jump-medium
25071
25072commit 8038a9d347fa36c9ade933e31241f58fd1f334fd
25073Author: Clément Stenac <zorglub@videolan.org>
25074Date:   Tue Jan 3 20:29:02 2006 +0000
25075
25076    Fix invalid return
25077
25078commit 6c02c3b7f49a3ccbbe173b77b581b076a2e1b3d9
25079Author: Christophe Mutricy <xtophe@videolan.org>
25080Date:   Tue Jan 3 16:37:05 2006 +0000
25081
25082    Missing headder in tarball
25083
25084commit bbfd7e4d6750ea7ffbc7a47b7286100db138c3ac
25085Author: Christophe Mutricy <xtophe@videolan.org>
25086Date:   Tue Jan 3 15:16:01 2006 +0000
25087
25088    Typo
25089
25090commit 01b83a3f5b5b0c1f00115e90461613e93cd2d6a4
25091Author: Felix Paul Kühne <fkuehne@videolan.org>
25092Date:   Tue Jan 3 12:50:15 2006 +0000
25093
25094    * added RTP uni-/multicast to the wizard
25095
25096commit 7ea19fd28bae8e60cef113bf5f288a8984d0f86e
25097Author: Felix Paul Kühne <fkuehne@videolan.org>
25098Date:   Mon Jan 2 18:25:01 2006 +0000
25099
25100    * fixed preferences
25101
25102commit 2bdea742c7875ecf7d8f3a28998bc00e6417a56b
25103Author: Sam Hocevar <sam@videolan.org>
25104Date:   Mon Jan 2 10:52:50 2006 +0000
25105
25106      * modules/video_output/image.c:
25107        + Implemented support for --image-out-format.
25108        + Added support for JPEG output. Still defaults to PNG.
25109
25110commit abebf6ce5f09aa214f4a1dca2aecb9779c2502da
25111Author: Sam Hocevar <sam@videolan.org>
25112Date:   Mon Jan 2 10:41:38 2006 +0000
25113
25114      * src/video_output/video_output.c: do not drop late frames at the video
25115        output level when --no-skip-frames was specified.
25116
25117commit b8da4e270a4a40f1f156e2f7fdc17ee4d6357044
25118Author: Rémi Denis-Courmont <rem@videolan.org>
25119Date:   Mon Jan 2 10:06:36 2006 +0000
25120
25121    Fix spelling error
25122
25123commit 25eabfa92359ae5a16cb862fa9d4f600960d6621
25124Author: Sam Hocevar <sam@videolan.org>
25125Date:   Mon Jan 2 09:01:27 2006 +0000
25126
25127      * src/misc/image.c: don't forget to free the temporary pictures or we'll
25128        rapidly leak gigabytes of memory.
25129