------------------------------------------------------------------------
r9331 | gbazin | 2004-11-14 20:41:09 +0100 (dim, 14 nov 2004) | 1 line

* modules/codec/dmo/dmo.c: work around for buggy dmo implementations.
------------------------------------------------------------------------
r9332 | zorglub | 2004-11-14 23:29:51 +0100 (dim, 14 nov 2004) | 2 lines

Fix ITEMPLAY in no-view mode

------------------------------------------------------------------------
r9333 | gbazin | 2004-11-15 10:41:05 +0100 (lun, 15 nov 2004) | 1 line

* ALL: bumped version number to 0.8.2-svn.
------------------------------------------------------------------------
r9334 | gbazin | 2004-11-15 11:06:39 +0100 (lun, 15 nov 2004) | 1 line

* po/*: updated from the 0.8.1 branch.
------------------------------------------------------------------------
r9336 | gbazin | 2004-11-15 16:28:13 +0100 (lun, 15 nov 2004) | 1 line

* 0.8.2-svn, not 0.8.2
------------------------------------------------------------------------
r9337 | zorglub | 2004-11-15 16:29:47 +0100 (lun, 15 nov 2004) | 2 lines

Fix wxWidgets crash

------------------------------------------------------------------------
r9338 | zorglub | 2004-11-15 16:33:36 +0100 (lun, 15 nov 2004) | 2 lines

Update playlist TODO

------------------------------------------------------------------------
r9339 | fenrir | 2004-11-15 18:05:52 +0100 (lun, 15 nov 2004) | 3 lines

 * input: added a meta field to input.
 * network: export ipv4 name resolution.

------------------------------------------------------------------------
r9340 | fenrir | 2004-11-15 18:07:06 +0100 (lun, 15 nov 2004) | 3 lines

 * input: access meta data support.
 * net: support for SOCKS proxy support (for all TCP connections).

------------------------------------------------------------------------
r9341 | fenrir | 2004-11-15 18:07:56 +0100 (lun, 15 nov 2004) | 2 lines

 * http: added shoutcast meta data support.

------------------------------------------------------------------------
r9342 | fenrir | 2004-11-15 18:08:57 +0100 (lun, 15 nov 2004) | 2 lines

 * asf: first part to support more header extention (seems to be used in MBR).

------------------------------------------------------------------------
r9343 | fenrir | 2004-11-15 18:09:57 +0100 (lun, 15 nov 2004) | 2 lines

 * asf: added support for "extended stream properties". I HATE BROKEN DESIGNED FORMAT.

------------------------------------------------------------------------
r9344 | fenrir | 2004-11-15 18:11:33 +0100 (lun, 15 nov 2004) | 3 lines

 * format: added a lot of conversion (nearly all case between
s8,16,f32,u8,16,f32 and little endian).

------------------------------------------------------------------------
r9345 | hartman | 2004-11-15 20:35:30 +0100 (lun, 15 nov 2004) | 2 lines

* Fix gcrypt building on 10.2

------------------------------------------------------------------------
r9346 | hartman | 2004-11-15 20:44:19 +0100 (lun, 15 nov 2004) | 2 lines

* sgimb.c: backport of r9300 to trunk

------------------------------------------------------------------------
r9347 | sigmunau | 2004-11-15 22:07:08 +0100 (lun, 15 nov 2004) | 2 lines

net.c: include some more headers on non-windows platforms

------------------------------------------------------------------------
r9348 | bigben | 2004-11-16 00:46:07 +0100 (mar, 16 nov 2004) | 3 lines

don't forget to add options to  *ppsz_sout_options[] (so that ca, crt, etc.. are also available using http{ca=...,crt=...} in the sout chain...


------------------------------------------------------------------------
r9349 | dionoea | 2004-11-16 02:14:23 +0100 (mar, 16 nov 2004) | 3 lines

 * consider tabs as white spaces when parsing vlm command line
 * all lines where first non white space char is a # is a comment

------------------------------------------------------------------------
r9350 | fenrir | 2004-11-16 11:01:22 +0100 (mar, 16 nov 2004) | 1 line

libasf.c: clean up + maybe a bug fix.
------------------------------------------------------------------------
r9351 | hartman | 2004-11-16 13:02:42 +0100 (mar, 16 nov 2004) | 4 lines

* sgimb.c: set the kasenna option correctly
  fix the playlist autodelete
  

------------------------------------------------------------------------
r9352 | fenrir | 2004-11-16 13:18:53 +0100 (mar, 16 nov 2004) | 1 line

input.c: fixed segfault with access_demux.
------------------------------------------------------------------------
r9353 | zorglub | 2004-11-16 13:27:02 +0100 (mar, 16 nov 2004) | 3 lines

strcmp -> strncmp
Coding style fixes (much more left)

------------------------------------------------------------------------
r9354 | zorglub | 2004-11-16 18:29:04 +0100 (mar, 16 nov 2004) | 2 lines

Strip parent path in directory access

------------------------------------------------------------------------
r9355 | sigmunau | 2004-11-17 00:11:56 +0100 (mer, 17 nov 2004) | 2 lines

access/http.c: skip debug message when useless

------------------------------------------------------------------------
r9356 | hartman | 2004-11-17 17:48:41 +0100 (mer, 17 nov 2004) | 2 lines

* Fix some crashes because of new playlist core

------------------------------------------------------------------------
r9357 | hartman | 2004-11-17 17:51:40 +0100 (mer, 17 nov 2004) | 7 lines

* Start of new playlist for OSX.
  - basic data retrieval implemented
  - data display not yet implemented
  - many broken outlets and even more broken actions
  - won't compile
  - if you work on this (and please do) please communicate this fact to the IRC channel and make regurlar commits to prevent that multiple people work on this (and especially the NIB).

------------------------------------------------------------------------
r9358 | hartman | 2004-11-17 18:13:31 +0100 (mer, 17 nov 2004) | 2 lines

* Todo list for OSX playlist. please use it :)

------------------------------------------------------------------------
r9359 | zorglub | 2004-11-17 19:38:52 +0100 (mer, 17 nov 2004) | 2 lines

Beginning of un updated developer documentation and beginning of playlist documentation

------------------------------------------------------------------------
r9360 | hartman | 2004-11-17 21:03:00 +0100 (mer, 17 nov 2004) | 2 lines

* Fix display of playlist on OSX. Looks briljant :)

------------------------------------------------------------------------
r9361 | zorglub | 2004-11-17 22:38:23 +0100 (mer, 17 nov 2004) | 7 lines

* Add return values to all functions
* Fix locking issues in services discovery
* Add playlist_Replace function
* Beginning of playlist_TreeMove
* Fix some warnings
* Doxygen update

------------------------------------------------------------------------
r9362 | zorglub | 2004-11-17 23:11:26 +0100 (mer, 17 nov 2004) | 2 lines

Remove SAP node on quit

------------------------------------------------------------------------
r9363 | sigmunau | 2004-11-17 23:37:28 +0100 (mer, 17 nov 2004) | 2 lines

sap.c: don't free the inputs internal buffers! shame on you!

------------------------------------------------------------------------
r9364 | zorglub | 2004-11-18 00:22:43 +0100 (jeu, 18 nov 2004) | 2 lines

Input options inheritance for playlists

------------------------------------------------------------------------
r9365 | zorglub | 2004-11-18 01:07:28 +0100 (jeu, 18 nov 2004) | 2 lines

Compile fix for C++ files

------------------------------------------------------------------------
r9366 | hartman | 2004-11-18 03:18:34 +0100 (jeu, 18 nov 2004) | 3 lines

* You can doubleclick an item to play it now.
* implemented delete, but for some reason the key events don't arrive

------------------------------------------------------------------------
r9368 | zorglub | 2004-11-19 00:35:29 +0100 (ven, 19 nov 2004) | 2 lines

Oups, fixed stupid crash in PLS

------------------------------------------------------------------------
r9369 | dionoea | 2004-11-19 15:57:35 +0100 (ven, 19 nov 2004) | 2 lines

 * some style fixes (now displays menu under IE)

------------------------------------------------------------------------
r9370 | zorglub | 2004-11-19 16:07:55 +0100 (ven, 19 nov 2004) | 12 lines

CDDAX: 
    - coding style fixes
    - adapted to new playlist API
    - only put generic things in Meta-information

wxWidgets:
    - Fixed playlist updating

core:
    - added playlist_ItemGetByInput
    - implemented input_item_t.b_fixed name : if this is set, the interface should not try to "improve" the display string.

------------------------------------------------------------------------
r9371 | zorglub | 2004-11-19 16:55:01 +0100 (ven, 19 nov 2004) | 3 lines

sap: don't crash on invalid o= field
wx: really commit last commit

------------------------------------------------------------------------
r9372 | zorglub | 2004-11-19 16:56:49 +0100 (ven, 19 nov 2004) | 2 lines

Fix

------------------------------------------------------------------------
r9373 | zorglub | 2004-11-20 12:20:30 +0100 (sam, 20 nov 2004) | 2 lines

Fix crash in bookmarks

------------------------------------------------------------------------
r9374 | zorglub | 2004-11-20 13:50:55 +0100 (sam, 20 nov 2004) | 2 lines

Add MP4 playlist items as children

------------------------------------------------------------------------
r9375 | zorglub | 2004-11-20 13:57:55 +0100 (sam, 20 nov 2004) | 2 lines

Make p_playlist->i_index follow correctly the current item

------------------------------------------------------------------------
r9376 | zorglub | 2004-11-20 14:59:39 +0100 (sam, 20 nov 2004) | 3 lines

* do not set request on startup, we don't want autoplay
* fix bug in SDP parser

------------------------------------------------------------------------
r9377 | zorglub | 2004-11-20 17:12:36 +0100 (sam, 20 nov 2004) | 2 lines

SAP IPv6 and additionnal addresses support

------------------------------------------------------------------------
r9378 | zorglub | 2004-11-20 20:04:57 +0100 (sam, 20 nov 2004) | 2 lines

Small TODO update and sorting

------------------------------------------------------------------------
r9379 | zorglub | 2004-11-21 18:45:09 +0100 (dim, 21 nov 2004) | 2 lines

Sort a node (alphabetically, all sub-nodes come first)

------------------------------------------------------------------------
r9380 | gbazin | 2004-11-21 19:20:28 +0100 (dim, 21 nov 2004) | 1 line

* modules/demux/m3u.c: ported to new playlist API.
------------------------------------------------------------------------
r9381 | gbazin | 2004-11-21 19:55:33 +0100 (dim, 21 nov 2004) | 2 lines

* src/misc/vlm.c: partial revert of commit 9353. Do not use strncmp() when it isn't needed. It just makes the code less readable and more prone to bugs.

------------------------------------------------------------------------
r9382 | gbazin | 2004-11-21 20:00:29 +0100 (dim, 21 nov 2004) | 1 line

* src/misc/httpd.c: bug fix to re-use the httpd host (patch by Sau)
------------------------------------------------------------------------
r9383 | zorglub | 2004-11-21 23:40:48 +0100 (dim, 21 nov 2004) | 2 lines

Use item-append when an item is appended to a node -> don't rebuild the whole tree

------------------------------------------------------------------------
r9384 | zorglub | 2004-11-21 23:41:02 +0100 (dim, 21 nov 2004) | 2 lines

Forgot this

------------------------------------------------------------------------
r9385 | zorglub | 2004-11-22 00:01:23 +0100 (lun, 22 nov 2004) | 2 lines

Handle the case when parent is root

------------------------------------------------------------------------
r9386 | rocky | 2004-11-22 05:53:48 +0100 (lun, 22 nov 2004) | 3 lines

Change a printf into a debuggable print message.


------------------------------------------------------------------------
r9387 | zorglub | 2004-11-22 10:37:58 +0100 (lun, 22 nov 2004) | 2 lines

Recursive sort

------------------------------------------------------------------------
r9388 | zorglub | 2004-11-22 10:50:45 +0100 (lun, 22 nov 2004) | 2 lines

Don't rebuild the tree on node sort

------------------------------------------------------------------------
r9389 | fenrir | 2004-11-22 10:52:06 +0100 (lun, 22 nov 2004) | 1 line

input: added INPUT_ADD_SLAVE to allow adding a slave input on the fly. (Don't use without a real reason).
------------------------------------------------------------------------
r9390 | fenrir | 2004-11-22 10:56:48 +0100 (lun, 22 nov 2004) | 1 line

stream.c: fixed a bug when seeking again near the end of the file.
------------------------------------------------------------------------
r9391 | fenrir | 2004-11-22 10:57:50 +0100 (lun, 22 nov 2004) | 1 line

all: implemented INPUT_ADD_SLAVE.
------------------------------------------------------------------------
r9392 | zorglub | 2004-11-22 11:33:29 +0100 (lun, 22 nov 2004) | 2 lines

Restore search

------------------------------------------------------------------------
r9393 | gbazin | 2004-11-22 18:04:49 +0100 (lun, 22 nov 2004) | 1 line

* modules/video_output/directx/events.c: fix to disable the screensaver in embedded mode when in fullscreen.
------------------------------------------------------------------------
r9394 | gbazin | 2004-11-22 18:27:17 +0100 (lun, 22 nov 2004) | 1 line

* modules/video_output/directx/*: mostly unicode ready + WinCE compilation fixes.
------------------------------------------------------------------------
r9395 | zorglub | 2004-11-22 20:50:57 +0100 (lun, 22 nov 2004) | 2 lines

Remove debug message

------------------------------------------------------------------------
r9396 | rocky | 2004-11-23 03:44:30 +0100 (mar, 23 nov 2004) | 2 lines

If using cddax (as opposed to cdda), then set the MRL accordingly.

------------------------------------------------------------------------
r9397 | rocky | 2004-11-23 05:16:02 +0100 (mar, 23 nov 2004) | 10 lines

Honor "prefer-cdtext" option.

Put all of the tracks in stream and media info - would like to make
this a chile under the disc category, but I don't see a mechanism for
that (yet).

To do - there still is a core dump that remains from before when CDDB
is disabled.


------------------------------------------------------------------------
r9398 | gbazin | 2004-11-23 11:19:43 +0100 (mar, 23 nov 2004) | 1 line

* include/vlc_common.h: added the _T() macro for win32 unicode.
------------------------------------------------------------------------
r9399 | gbazin | 2004-11-23 11:20:39 +0100 (mar, 23 nov 2004) | 1 line

* src/misc/win32_specific.c: unicode portability fixes.
------------------------------------------------------------------------
r9400 | gbazin | 2004-11-23 14:30:50 +0100 (mar, 23 nov 2004) | 1 line

* modules/gui/wxwindows/playlist.cpp: fixed uninitialized memory access.
------------------------------------------------------------------------
r9402 | dionoea | 2004-11-23 17:25:34 +0100 (mar, 23 nov 2004) | 2 lines

 * documented commenting possibility

------------------------------------------------------------------------
r9403 | dionoea | 2004-11-23 17:46:04 +0100 (mar, 23 nov 2004) | 3 lines

 * add core option --vlm-conf
   specifies a vlm configuration file to load when vlm is launched

------------------------------------------------------------------------
r9404 | hartman | 2004-11-23 22:48:23 +0100 (mar, 23 nov 2004) | 2 lines

* Use filenames as playlistnames for relative m3u playlistentries instead of the full paths.

------------------------------------------------------------------------
r9405 | zorglub | 2004-11-24 07:52:05 +0100 (mer, 24 nov 2004) | 2 lines

Fix input-slave parser

------------------------------------------------------------------------
r9406 | zorglub | 2004-11-24 13:05:44 +0100 (mer, 24 nov 2004) | 2 lines

Small update 

------------------------------------------------------------------------
r9407 | zorglub | 2004-11-24 13:14:23 +0100 (mer, 24 nov 2004) | 2 lines

Fix segfault in RTSP mode

------------------------------------------------------------------------
r9408 | zorglub | 2004-11-24 13:32:03 +0100 (mer, 24 nov 2004) | 2 lines

Release the access in case of failure

------------------------------------------------------------------------
r9409 | gbazin | 2004-11-24 16:29:00 +0100 (mer, 24 nov 2004) | 1 line

* modules/access/dshow/dshow.cpp: fixed stupid bug in ReadCompressed() that was dropping part of the received data (Fixes the PVR issue).
------------------------------------------------------------------------
r9410 | asmax | 2004-11-24 21:23:23 +0100 (mer, 24 nov 2004) | 5 lines

- all: the text variable "$N" is now the media name, not just a truncated URI
- vlcproc.cpp: update $N and $F variables on an item/playlist change
_ async_queue.cpp: fixed a deadlock between the VLC playlist and the command
  queue

------------------------------------------------------------------------
r9414 | fkuehne | 2004-11-25 17:20:02 +0100 (jeu, 25 nov 2004) | 1 line

* fixed incorrect translation of 'Quit' in the OSX-port
------------------------------------------------------------------------
r9415 | fkuehne | 2004-11-25 17:52:21 +0100 (jeu, 25 nov 2004) | 1 line

* fixed some strings of the Edit-menu as well (complies to the OSX standard l10n now)
------------------------------------------------------------------------
r9416 | ipkiss | 2004-11-25 21:25:57 +0100 (jeu, 25 nov 2004) | 4 lines

 * src/input/input.c: notify the interfaces when the name of an item changes
  (useful for shoutcast)
 * modules/gui/wxwindows/timer.cpp: update the item name on the main window

------------------------------------------------------------------------
r9417 | gbazin | 2004-11-26 11:04:08 +0100 (ven, 26 nov 2004) | 6 lines

* ALL: New XML module type.
* include/vlc_xml.h, src/misc/xml.c: core wrapper for XML modules.
* modules/misc/xml/xtag.c: trivial XML parser module.
* modules/misc/xml/libxml.c: XML parser module using libxml2.
* modules/gui/skins2/parser/*: removed dependancy on libxml2 and use an XML module.

------------------------------------------------------------------------
r9418 | gbazin | 2004-11-26 14:44:18 +0100 (ven, 26 nov 2004) | 1 line

* modules/misc/xml/xtag.c: fixed a few bugs.
------------------------------------------------------------------------
r9419 | zorglub | 2004-11-26 22:50:51 +0100 (ven, 26 nov 2004) | 2 lines

Fix crash

------------------------------------------------------------------------
r9420 | sigmunau | 2004-11-27 00:52:42 +0100 (sam, 27 nov 2004) | 2 lines

all: new stream_t reading from a buffer.

------------------------------------------------------------------------
r9421 | sigmunau | 2004-11-27 00:55:34 +0100 (sam, 27 nov 2004) | 2 lines

all: got rid of MP4_Stream

------------------------------------------------------------------------
r9422 | zorglub | 2004-11-27 01:27:05 +0100 (sam, 27 nov 2004) | 2 lines

Fix images order

------------------------------------------------------------------------
r9423 | sigmunau | 2004-11-27 12:28:13 +0100 (sam, 27 nov 2004) | 2 lines

mem_stream.c: minor cleanup + shut up compiler warnings

------------------------------------------------------------------------
r9424 | gbazin | 2004-11-27 12:32:22 +0100 (sam, 27 nov 2004) | 1 line

* AUTHORS: added Frederic Ruget for the portaudio audio output.
------------------------------------------------------------------------
r9425 | gbazin | 2004-11-27 12:45:53 +0100 (sam, 27 nov 2004) | 1 line

* modules/access/udp.c: force proper demuxers in rtp mode.
------------------------------------------------------------------------
r9426 | fkuehne | 2004-11-27 15:03:33 +0100 (sam, 27 nov 2004) | 1 line

* fixed some other incorrect translations of 'Quit' -- thanks to the forum users 'jfsch01' and 'sushi'
------------------------------------------------------------------------
r9427 | zorglub | 2004-11-27 15:38:01 +0100 (sam, 27 nov 2004) | 2 lines

Minimalistic status bar

------------------------------------------------------------------------
r9429 | sigmunau | 2004-11-27 17:17:10 +0100 (sam, 27 nov 2004) | 2 lines

playlist.cpp: wxT -> wxU

------------------------------------------------------------------------
r9430 | zorglub | 2004-11-27 21:27:06 +0100 (sam, 27 nov 2004) | 3 lines

hopefully fix SAP crash
some more size verifications

------------------------------------------------------------------------
r9431 | gbazin | 2004-11-27 22:44:57 +0100 (sam, 27 nov 2004) | 1 line

* modules/demux/mp4/*: bug fix for MP4_TrackNextSample() + added fourcc for amr-wb.
------------------------------------------------------------------------
r9434 | gbazin | 2004-11-28 11:45:44 +0100 (dim, 28 nov 2004) | 1 line

* modules/codec/ffmpeg/ffmpeg.c: added AMR NB/WB fourccs.
------------------------------------------------------------------------
r9435 | gbazin | 2004-11-28 12:23:50 +0100 (dim, 28 nov 2004) | 1 line

*  modules/demux/mp4/mp4.c: couple of fixes for audio demuxing.
------------------------------------------------------------------------
r9436 | gbazin | 2004-11-28 14:06:43 +0100 (dim, 28 nov 2004) | 1 line

* modules/demux/mp4/mp4.c: avoid reading raw audio (or slightly compressed) a sample at a time + coding style changes.
------------------------------------------------------------------------
r9437 | gbazin | 2004-11-28 15:26:28 +0100 (dim, 28 nov 2004) | 1 line

* modules/demux/mp4/libmp4.c: no channelcount for AMR audio (3gpp AMRSpecificBox).
------------------------------------------------------------------------
r9438 | gbazin | 2004-11-28 15:37:57 +0100 (dim, 28 nov 2004) | 2 lines

* src/misc/vlm.c, modules/demux/playlist/m3u.c, modules/services_discovery/sap.c: portability fixes.

------------------------------------------------------------------------
r9439 | titer | 2004-11-28 21:11:38 +0100 (dim, 28 nov 2004) | 3 lines

 packages.mak: upgraded freetype
 ffmpeg.patch.cvs: BeOS fix

------------------------------------------------------------------------
r9440 | gbazin | 2004-11-28 22:20:18 +0100 (dim, 28 nov 2004) | 3 lines

* src/input/mem_stream.c: fixed a couple of bugs.
* modules/demux/mp4/libmp4.c: use stream_MemoryDelete() instead of free() + some coding style changes.

------------------------------------------------------------------------
r9441 | titer | 2004-11-28 22:47:40 +0100 (dim, 28 nov 2004) | 2 lines

 src/misc/net.c: BeOS fix

------------------------------------------------------------------------
r9444 | gbazin | 2004-11-29 16:36:51 +0100 (lun, 29 nov 2004) | 1 line

* modules/video_output/directx/directx.c,glwin32.c: don't unload the plugin as we can't unregister our window classes. This fixes crashes with the mozilla plugin.
------------------------------------------------------------------------
r9445 | gbazin | 2004-11-29 16:38:01 +0100 (lun, 29 nov 2004) | 1 line

* mozilla/vlcshell.cpp: nasty hack on win32 to avoid a deadlock on plugin destruction.
------------------------------------------------------------------------
r9446 | fkuehne | 2004-11-29 18:34:48 +0100 (lun, 29 nov 2004) | 1 line

* added aiff, mod and IT to the list of supported document types
------------------------------------------------------------------------
r9448 | bigben | 2004-11-30 01:04:45 +0100 (mar, 30 nov 2004) | 5 lines

* recrate some missing actions (mainly copy paste from the old playlist)
* Link some actions and outlets in IB
* some small visual fixes


------------------------------------------------------------------------
r9450 | rocky | 2004-11-30 05:14:19 +0100 (mar, 30 nov 2004) | 3 lines

Simplify and streamline CD-DA open error error logic. Remove a compilation
warning, guard against dereferencing more unitialized pointers.

------------------------------------------------------------------------
r9452 | rocky | 2004-12-01 02:12:12 +0100 (mer, 01 dc 2004) | 4 lines

Some compilation fixes when HAVE_LIBCDDB is not defined.
(There remain still some core dumps to fix.)


------------------------------------------------------------------------
r9454 | gbazin | 2004-12-01 12:06:19 +0100 (mer, 01 dc 2004) | 1 line

* modules/access/dshow/dshow.cpp: tuner config options (patch by hausheer + cleanup by me)
------------------------------------------------------------------------
r9455 | sigmunau | 2004-12-01 16:43:03 +0100 (mer, 01 dc 2004) | 2 lines

sap.c: attemt to fix sap demux for unhandled streams

------------------------------------------------------------------------
r9456 | gbazin | 2004-12-01 17:45:55 +0100 (mer, 01 dc 2004) | 1 line

* modules/access/dshow/dshow.cpp: show tuner properties for MEDIATYPE_Stream as well.
------------------------------------------------------------------------
r9458 | bigben | 2004-12-01 22:50:17 +0100 (mer, 01 dc 2004) | 3 lines

Fix the search field in OSX playlist


------------------------------------------------------------------------
r9459 | rocky | 2004-12-02 04:55:50 +0100 (jeu, 02 dc 2004) | 4 lines

A little bit better if CDDB is not enabled or doesn't exist. Well, at
least it it no longer core dumps.


------------------------------------------------------------------------
r9460 | gbazin | 2004-12-02 10:50:27 +0100 (jeu, 02 dc 2004) | 1 line

* modules/video_output/directx/*: fixed symbol conflicts when compiling both vout_directx and glwin32 as builtins.
------------------------------------------------------------------------
r9461 | gbazin | 2004-12-02 12:14:43 +0100 (jeu, 02 dc 2004) | 1 line

* modules/video_output/directx: no window decoration patch by Marius Kjeldahl (marius at kjeldahl dot net) + modifications by me.
------------------------------------------------------------------------
r9462 | gbazin | 2004-12-02 13:56:46 +0100 (jeu, 02 dc 2004) | 1 line

* modules/video_output/directx: use a black overlay colorkey for 24 bits colour depth displays.
------------------------------------------------------------------------
r9463 | andrep | 2004-12-02 17:07:24 +0100 (jeu, 02 dc 2004) | 4 lines

Make Mozilla plugin scriptable (e.g. so that the Javascript 'onclick'
attributes in chapter 7 of the VLC user guide actually work ;).


------------------------------------------------------------------------
r9464 | gbazin | 2004-12-02 17:54:47 +0100 (jeu, 02 dc 2004) | 1 line

* mozilla/vlcshell.cpp: added a mute start option.
------------------------------------------------------------------------
r9465 | bigben | 2004-12-02 20:04:55 +0100 (jeu, 02 dc 2004) | 3 lines

* Fix the status bar


------------------------------------------------------------------------
r9466 | fkuehne | 2004-12-02 20:51:41 +0100 (jeu, 02 dc 2004) | 1 line

* ALL: moved the about-window to a seperate nib-file
------------------------------------------------------------------------
r9467 | bigben | 2004-12-02 21:19:15 +0100 (jeu, 02 dc 2004) | 3 lines

* fixes item deletion when pressing backspace. Doesn't work for nodes yet


------------------------------------------------------------------------
r9468 | fkuehne | 2004-12-02 21:29:55 +0100 (jeu, 02 dc 2004) | 1 line

* fixed pkgconfig-url
------------------------------------------------------------------------
r9469 | zorglub | 2004-12-07 15:18:47 +0100 (mar, 07 dc 2004) | 2 lines

Recommit 9469->9479 + fix wxT/wxU

------------------------------------------------------------------------
r9470 | gbazin | 2004-12-07 15:27:06 +0100 (mar, 07 dc 2004) | 1 line

* modules/mux/asf.c: fixed header object. mmsh/asf streaming now works with WMP6.4->WMP10.
------------------------------------------------------------------------
r9471 | gbazin | 2004-12-07 20:46:45 +0100 (mar, 07 dc 2004) | 3 lines

* configure.ac: update for newer speex + workaround a libxml2 problem on OSX.
* modules/codec/speex.c: update for newer speex.

------------------------------------------------------------------------
r9474 | massiot | 2004-12-08 01:15:30 +0100 (mer, 08 dc 2004) | 4 lines

* src/video_output/vout_synchro.c: Added a --no-skip-frames option (for
  compatibility with MPEG-2 HD, the current frame skipping algorithm seems
  to be too aggressive).

------------------------------------------------------------------------
r9475 | rocky | 2004-12-08 03:06:58 +0100 (mer, 08 dc 2004) | 2 lines

Allow automake 1.9.2

------------------------------------------------------------------------
r9476 | rocky | 2004-12-08 03:07:32 +0100 (mer, 08 dc 2004) | 2 lines

Up requirements on libcdio, libcddb (and will also later add vcdimager).

------------------------------------------------------------------------
r9477 | rocky | 2004-12-08 04:00:00 +0100 (mer, 08 dc 2004) | 6 lines

Set duration in playlist.
Allow for CD-Text in custom format
%t now defaults to MRL when we can't get CD-Text or CDDB info
Default "title" format when CDDB not enabled now is %t rather than %m (MRL)


------------------------------------------------------------------------
r9478 | sigmunau | 2004-12-08 12:37:12 +0100 (mer, 08 dc 2004) | 2 lines

TODO: removed ^M. Added some subtitle anormalites that needs to be fixed.

------------------------------------------------------------------------
r9479 | rocky | 2004-12-08 13:44:09 +0100 (mer, 08 dc 2004) | 5 lines

Forgot that the lsn internal structure is 0-origin. 

Better really would be to remove lsn altogether from cdda_data_t.


------------------------------------------------------------------------
r9480 | sigmunau | 2004-12-08 17:46:52 +0100 (mer, 08 dc 2004) | 2 lines

libvlc.h: Remove --audio-type which was never used according to grep

------------------------------------------------------------------------
r9481 | ipkiss | 2004-12-08 20:04:38 +0100 (mer, 08 dc 2004) | 2 lines

Dummy commit, to trigger generation of the html version of this file

------------------------------------------------------------------------
r9482 | titer | 2004-12-08 21:20:37 +0100 (mer, 08 dc 2004) | 2 lines

 beos/InterfaceWindow.cpp: fixed a deadlock + pause button not responding

------------------------------------------------------------------------
r9483 | zorglub | 2004-12-08 23:41:56 +0100 (mer, 08 dc 2004) | 2 lines

Fix autoplayback with skins

------------------------------------------------------------------------
r9484 | titer | 2004-12-08 23:56:55 +0100 (mer, 08 dc 2004) | 2 lines

 beos/InterfaceWindow.cpp: fixed a couple of missing vlc_object_release()s

------------------------------------------------------------------------
r9485 | gbazin | 2004-12-09 11:03:22 +0100 (jeu, 09 dc 2004) | 3 lines

* src/libvlc.h: --video-deco is enabled by default.
* src/input/input.c: fixed small memory leak.

------------------------------------------------------------------------
r9486 | gbazin | 2004-12-09 14:34:27 +0100 (jeu, 09 dc 2004) | 1 line

* modules/codec/dvbsub.c: extra sanity check for CLUT decoding (patch by timok).
------------------------------------------------------------------------
r9487 | gbazin | 2004-12-09 15:06:36 +0100 (jeu, 09 dc 2004) | 1 line

* modules/packetizer/mpeg4video.c: fixed memory leak (patch by Sau).
------------------------------------------------------------------------
r9488 | sigmunau | 2004-12-09 16:27:48 +0100 (jeu, 09 dc 2004) | 3 lines

vlc-config.in.in: added a new "external" target that allow external projects
to link with a make installed libvlc

------------------------------------------------------------------------
r9489 | sigmunau | 2004-12-09 18:01:26 +0100 (jeu, 09 dc 2004) | 2 lines

wxwindows/playlist.cpp: also update icon on item change

------------------------------------------------------------------------
r9490 | sigmunau | 2004-12-09 18:43:36 +0100 (jeu, 09 dc 2004) | 2 lines

input/input.c: trigger a update in playlist window when the duration changes

------------------------------------------------------------------------
r9491 | fkuehne | 2004-12-09 21:15:07 +0100 (jeu, 09 dc 2004) | 1 line

* updated Danish localisation by Jonas Larsen (E-bola)
------------------------------------------------------------------------
r9492 | rocky | 2004-12-10 03:14:10 +0100 (ven, 10 dc 2004) | 7 lines

Turn this error:
  playlist.cpp:1351: error: ISO C++ forbids cast to non-reference type
into a warning by adding -fpermissive to CXX flags for wxwindows
CXXFLAGS. Fix suggested by Marius Kjeldahl. 

However better would be to fix playlist.cpp

------------------------------------------------------------------------
r9493 | rocky | 2004-12-10 11:10:11 +0100 (ven, 10 dc 2004) | 6 lines

Get stream disc information to appear again. 
Remove private LSN table rom cdda_t - just use it from cdio. 

Remove lsn from cdda.


------------------------------------------------------------------------
r9494 | gbazin | 2004-12-10 12:48:10 +0100 (ven, 10 dc 2004) | 1 line

* src/misc/modules.c: only load the plugins once (as opposed to once per VLC object instance). Should benefit the mozilla plugin a bit.
------------------------------------------------------------------------
r9495 | titer | 2004-12-10 18:44:27 +0100 (ven, 10 dc 2004) | 3 lines

 beos/Video*: try to fallback on single-buffered overlay when there's
              not enough VRAM for double-buffered ovelay

------------------------------------------------------------------------
r9496 | titer | 2004-12-10 18:53:32 +0100 (ven, 10 dc 2004) | 2 lines

 NEWS: BeOS update

------------------------------------------------------------------------
r9497 | zorglub | 2004-12-10 19:58:22 +0100 (ven, 10 dc 2004) | 6 lines

*experimental* input pre-parsing support.

Won't work for many things (only those for which metadata can be gotten during initialization).

Processing is done asynchronously, use playlist_PreparseEnqueue to add an item to the queue.

------------------------------------------------------------------------
r9498 | zorglub | 2004-12-10 21:24:19 +0100 (ven, 10 dc 2004) | 2 lines

Memory leaks

------------------------------------------------------------------------
r9499 | sigmunau | 2004-12-10 23:11:16 +0100 (ven, 10 dc 2004) | 2 lines

wxwindows/playlist.cpp: remove enable/disable clutter

------------------------------------------------------------------------
r9500 | Zorglub | 2004-12-11 00:07:28 +0100 (sam, 11 dc 2004) | 2 lines

Fix win32 crash when playlist is empty

------------------------------------------------------------------------
r9501 | gbazin | 2004-12-11 11:18:08 +0100 (sam, 11 dc 2004) | 2 lines

* modules/codec/dv.c,xvid.c: got rid of rotten/deprecated code.

------------------------------------------------------------------------
r9502 | titer | 2004-12-11 14:51:16 +0100 (sam, 11 dc 2004) | 2 lines

 beos/VideoOutput.cpp: fixed a crash in window destruction

------------------------------------------------------------------------
r9503 | zorglub | 2004-12-11 15:45:46 +0100 (sam, 11 dc 2004) | 10 lines

Improvements to preferences

* Each module can declare a "human-readable short name" with set_name
* Modules are sorted by category (set_category, set_subcategory).
  Modules configs can be separated by set_section()
* Separated audio-filter and audio-visual
* Separated extraintf and control
* New command and widget : add_module_list() for comma-separated modules
* Vfilters now use "," as separator

------------------------------------------------------------------------
r9504 | zorglub | 2004-12-11 15:46:27 +0100 (sam, 11 dc 2004) | 2 lines

Forgot this file

------------------------------------------------------------------------
r9505 | zorglub | 2004-12-11 16:38:25 +0100 (sam, 11 dc 2004) | 2 lines

Warn->Dbg

------------------------------------------------------------------------
r9506 | zorglub | 2004-12-11 17:13:09 +0100 (sam, 11 dc 2004) | 2 lines

Disable native for the moment

------------------------------------------------------------------------
r9507 | sigmunau | 2004-12-11 18:56:40 +0100 (sam, 11 dc 2004) | 2 lines

libvlc.h: moved --video-deco, shorter short string for --input-repeat

------------------------------------------------------------------------
r9508 | zorglub | 2004-12-11 19:00:03 +0100 (sam, 11 dc 2004) | 2 lines

Forgot to categorize some vouts

------------------------------------------------------------------------
r9509 | sigmunau | 2004-12-11 19:47:55 +0100 (sam, 11 dc 2004) | 2 lines

directory.c: sort items before adding to playlist

------------------------------------------------------------------------
r9510 | sigmunau | 2004-12-11 20:13:24 +0100 (sam, 11 dc 2004) | 2 lines

directory.c: don't crash on error

------------------------------------------------------------------------
r9511 | bigben | 2004-12-11 20:25:33 +0100 (sam, 11 dc 2004) | 6 lines


* implements deletion of playlist nodes
* fixes a bug in playItem:



------------------------------------------------------------------------
r9512 | sigmunau | 2004-12-11 20:45:49 +0100 (sam, 11 dc 2004) | 2 lines

wx-playlist: hide node-related items from popup, when rightclicking a non-node

------------------------------------------------------------------------
r9513 | asmax | 2004-12-11 20:48:28 +0100 (sam, 11 dc 2004) | 2 lines

* preferences_widget.cpp: fixed a compilation error

------------------------------------------------------------------------
r9518 | bigben | 2004-12-11 22:37:21 +0100 (sam, 11 dc 2004) | 3 lines

* Code simplification


------------------------------------------------------------------------
r9519 | bigben | 2004-12-11 23:09:11 +0100 (sam, 11 dc 2004) | 5 lines

* get rid of useless code (group doesn't exist anymore)
* delete everything related to groups from the item info panel
* some preparation work to reimplement the conextual menu


------------------------------------------------------------------------
r9520 | sigmunau | 2004-12-11 23:46:01 +0100 (sam, 11 dc 2004) | 4 lines

src/playlist/*:give id to nodes as well. triger item-delete variable on item
deletion (not intf-change)
modules/gui/wxwindows/*: clever item deletion using item-deleted

------------------------------------------------------------------------
r9521 | sigmunau | 2004-12-11 23:49:35 +0100 (sam, 11 dc 2004) | 2 lines

added svn:ignore property

------------------------------------------------------------------------
r9522 | bigben | 2004-12-12 00:14:19 +0100 (dim, 12 dc 2004) | 5 lines

Part of the context menu:
* same options for node and items ATM
* some options still don't work


------------------------------------------------------------------------
r9523 | sigmunau | 2004-12-12 01:04:04 +0100 (dim, 12 dc 2004) | 2 lines

mpga.c: check/hack to make duration available after preparse

------------------------------------------------------------------------
r9524 | titer | 2004-12-12 04:24:05 +0100 (dim, 12 dc 2004) | 3 lines

 macosx/vout*: fixed escape key not exiting fullscreen and video-on-top
               not working in GL mode

------------------------------------------------------------------------
r9525 | titer | 2004-12-12 05:15:51 +0100 (dim, 12 dc 2004) | 3 lines

 opengl.c, voutgl.m: restored smooth resizing on OS X
                     re-enabled OS X GL provider (QT output still default)

------------------------------------------------------------------------
r9529 | zorglub | 2004-12-12 15:22:06 +0100 (dim, 12 dc 2004) | 2 lines

Fix warnings

------------------------------------------------------------------------
r9531 | titer | 2004-12-12 16:16:48 +0100 (dim, 12 dc 2004) | 2 lines

 access/directory.c: BeOS doesn't have scandir(), added a quick emulation

------------------------------------------------------------------------
r9532 | bigben | 2004-12-12 17:57:22 +0100 (dim, 12 dc 2004) | 3 lines

* Item Info panel works again from playlist context menu


------------------------------------------------------------------------
r9534 | gbazin | 2004-12-12 18:30:20 +0100 (dim, 12 dc 2004) | 2 lines

* modules/codec/dirac.c: dirac decoder/encoder module based on libdirac (http://www.bbc.co.uk/rd/projects/dirac/index.shtml).

------------------------------------------------------------------------
r9535 | gbazin | 2004-12-12 18:39:09 +0100 (dim, 12 dc 2004) | 1 line

* modules/mux/ogg.c: added support for dirac.
------------------------------------------------------------------------
r9536 | rocky | 2004-12-12 18:43:27 +0100 (dim, 12 dc 2004) | 4 lines

Go over information that gets set, yet again. Disc things are no longer
playlist-item information.


------------------------------------------------------------------------
r9538 | bigben | 2004-12-12 21:12:11 +0100 (dim, 12 dc 2004) | 3 lines

* deleteItem: method


------------------------------------------------------------------------
r9541 | rocky | 2004-12-13 05:26:24 +0100 (lun, 13 dc 2004) | 2 lines

Document %S.

------------------------------------------------------------------------
r9542 | rocky | 2004-12-13 05:28:04 +0100 (lun, 13 dc 2004) | 2 lines

Add mrl info to playlist item.

------------------------------------------------------------------------
r9543 | rocky | 2004-12-13 05:41:44 +0100 (lun, 13 dc 2004) | 1 line

*** empty log message ***
------------------------------------------------------------------------
r9544 | gbazin | 2004-12-13 11:03:39 +0100 (lun, 13 dc 2004) | 1 line

* modules/access/directory.c: scandir isn't available on win32.
------------------------------------------------------------------------
r9545 | gbazin | 2004-12-13 17:47:18 +0100 (lun, 13 dc 2004) | 2 lines

* src/misc/image.c, include/vlc_image.h: new image handler facility making use of decoders and filters to load images.

------------------------------------------------------------------------
r9546 | gbazin | 2004-12-13 17:48:18 +0100 (lun, 13 dc 2004) | 1 line

* modules/codec/ffmpeg/ffmpeg.c: support for PNG/PPM/PGM/PGMYUV/PAM image formats.
------------------------------------------------------------------------
r9547 | zorglub | 2004-12-13 18:56:21 +0100 (lun, 13 dc 2004) | 2 lines

Compile fix

------------------------------------------------------------------------
r9548 | titer | 2004-12-13 20:18:31 +0100 (lun, 13 dc 2004) | 2 lines

 macosx/vout*.m: factorized some more code, fixed GL video device selection

------------------------------------------------------------------------
r9549 | ipkiss | 2004-12-13 21:25:05 +0100 (lun, 13 dc 2004) | 2 lines

 * skins2: use black as the "flickering color", when resizing on windows :)

------------------------------------------------------------------------
r9550 | bigben | 2004-12-13 21:26:07 +0100 (lun, 13 dc 2004) | 3 lines

* enable delete in the playlist context menu


------------------------------------------------------------------------
r9551 | fkuehne | 2004-12-13 21:53:50 +0100 (lun, 13 dc 2004) | 1 line

* changed 2 strings to lower-case, which prevented compilation using UFS as FS under OSX. Thanks to Philip Edelbrock for reporting the issue.
------------------------------------------------------------------------
r9552 | bigben | 2004-12-13 22:48:06 +0100 (lun, 13 dc 2004) | 3 lines

Implements sorting of the current node from context menu


------------------------------------------------------------------------
r9553 | zorglub | 2004-12-14 12:40:09 +0100 (mar, 14 dc 2004) | 3 lines

* Provide playlist_LockFoo functions for some functions
* Fix deadlock with preparse

------------------------------------------------------------------------
r9555 | gbazin | 2004-12-14 15:14:54 +0100 (mar, 14 dc 2004) | 1 line

* modules/codec/ffmpeg/encoder.c: typo for strict-rc option.
------------------------------------------------------------------------
r9556 | zorglub | 2004-12-14 18:42:42 +0100 (mar, 14 dc 2004) | 3 lines

Better fix for wx deadlock with preparse
A few fixes

------------------------------------------------------------------------
r9557 | bigben | 2004-12-14 19:00:51 +0100 (mar, 14 dc 2004) | 4 lines

* Implements sorting by licking on table column headers in the playlist
* Update TODO


------------------------------------------------------------------------
r9558 | zorglub | 2004-12-14 19:07:00 +0100 (mar, 14 dc 2004) | 2 lines

Remove debug messages

------------------------------------------------------------------------
r9559 | gbazin | 2004-12-14 19:20:45 +0100 (mar, 14 dc 2004) | 1 line

* modules/codec/ffmpeg/video_filter.c: added RV32 -> YUVA conversion.
------------------------------------------------------------------------
r9560 | zorglub | 2004-12-14 19:44:04 +0100 (mar, 14 dc 2004) | 2 lines

Implement add_module_cat to add a module by category + use this for intf

------------------------------------------------------------------------
r9561 | zorglub | 2004-12-14 20:29:50 +0100 (mar, 14 dc 2004) | 3 lines

Restore loop
Fix command line parsing

------------------------------------------------------------------------
r9565 | gbazin | 2004-12-14 20:47:21 +0100 (mar, 14 dc 2004) | 1 line

* src/misc/image.c: format guessing from file extension.
------------------------------------------------------------------------
r9567 | bigben | 2004-12-15 13:28:39 +0100 (mer, 15 dc 2004) | 5 lines

* Implements playlist toggle button
* Resizing is currently animated. I don't know if we should keep it like that
* I don't know if this is implemented the proper way, but at least it's working...


------------------------------------------------------------------------
r9568 | gbazin | 2004-12-15 18:11:41 +0100 (mer, 15 dc 2004) | 1 line

* modules/misc/rtsp.c, src/misc/vlm.c: very preliminary seeking support (expects lots of problems with it... like not having it working).
------------------------------------------------------------------------
r9569 | zorglub | 2004-12-15 23:17:52 +0100 (mer, 15 dc 2004) | 2 lines

Make SAP node read-only

------------------------------------------------------------------------
r9570 | zorglub | 2004-12-15 23:27:53 +0100 (mer, 15 dc 2004) | 2 lines

Little TODO update

------------------------------------------------------------------------
r9573 | zorglub | 2004-12-16 14:05:35 +0100 (jeu, 16 dc 2004) | 2 lines

Merge general with the category when possible

------------------------------------------------------------------------
r9574 | gbazin | 2004-12-16 14:59:51 +0100 (jeu, 16 dc 2004) | 1 line

* modules/gui/skins2/*: fixed a whole bunch of memory leaks.
------------------------------------------------------------------------
r9577 | zorglub | 2004-12-16 17:35:12 +0100 (jeu, 16 dc 2004) | 5 lines


Fix a bug with preferences
Added some more names
Use shortname to store the name

------------------------------------------------------------------------
r9578 | gbazin | 2004-12-16 17:58:17 +0100 (jeu, 16 dc 2004) | 1 line

* modules/gui/skins2/parser/skin_parser.cpp: fixed bug I just introduced.
------------------------------------------------------------------------
r9579 | gbazin | 2004-12-16 18:41:09 +0100 (jeu, 16 dc 2004) | 1 line

* src/misc/image.c: no need to restart a filter when only the image size changes.
------------------------------------------------------------------------
r9580 | gbazin | 2004-12-16 18:44:38 +0100 (jeu, 16 dc 2004) | 1 line

* modules/codec/png.c: PNG decoder using libpng.
------------------------------------------------------------------------
r9581 | gbazin | 2004-12-16 18:47:40 +0100 (jeu, 16 dc 2004) | 2 lines

* modules/gui/skins2/*: use image handler to load graphic files.

------------------------------------------------------------------------
r9582 | gbazin | 2004-12-16 18:55:50 +0100 (jeu, 16 dc 2004) | 1 line

modules/video_filter/logo.c: use image handler.
------------------------------------------------------------------------
r9583 | zorglub | 2004-12-16 19:14:29 +0100 (jeu, 16 dc 2004) | 2 lines

For some unknown reason, the previous commit was not fully done

------------------------------------------------------------------------
r9584 | zorglub | 2004-12-16 19:24:03 +0100 (jeu, 16 dc 2004) | 2 lines

$#*%& SVN !

------------------------------------------------------------------------
r9585 | zorglub | 2004-12-16 19:34:34 +0100 (jeu, 16 dc 2004) | 2 lines

Last one ?

------------------------------------------------------------------------
r9586 | zorglub | 2004-12-16 19:58:12 +0100 (jeu, 16 dc 2004) | 4 lines

Really fix all the set_name.

Sorry for the trouble

------------------------------------------------------------------------
r9587 | zorglub | 2004-12-16 20:02:09 +0100 (jeu, 16 dc 2004) | 2 lines

What do you find funny ?

------------------------------------------------------------------------
r9588 | gbazin | 2004-12-16 20:52:05 +0100 (jeu, 16 dc 2004) | 1 line

compilation fixes.
------------------------------------------------------------------------
r9589 | gbazin | 2004-12-16 21:27:12 +0100 (jeu, 16 dc 2004) | 1 line

* include/vlc_video.h, src/video_output/vout_subpictures.c: added an i_alpha member to subpicture_t to specify the transpareny of the subpicture.
------------------------------------------------------------------------
r9590 | gbazin | 2004-12-16 21:28:27 +0100 (jeu, 16 dc 2004) | 1 line

* modules/video_filter/logo.c: --logo-transparency works again.
------------------------------------------------------------------------
r9591 | ipkiss | 2004-12-16 22:26:36 +0100 (jeu, 16 dc 2004) | 3 lines

 * skins2: When a control changes, refresh only the needed part of the layout
   instead of refreshing everything

------------------------------------------------------------------------
r9593 | gbazin | 2004-12-17 17:27:49 +0100 (ven, 17 dc 2004) | 1 line

* modules/gui/skins2/src/png_bitmap.cpp: compilation fix.
------------------------------------------------------------------------
r9594 | bigben | 2004-12-17 20:18:07 +0100 (ven, 17 dc 2004) | 4 lines

* Hotkey to set audio delay on the fly
* This currently sets audio-delay, which produses some ugly warning messages. The new resampling algorithm seems to behave quite well however.


------------------------------------------------------------------------
r9595 | ipkiss | 2004-12-17 21:07:54 +0100 (ven, 17 dc 2004) | 4 lines

 * skins/utils/bezier.cpp: Fixed a bug in the computation of the size of a
   Bezier curve
 * skins2/*: Fixed "lazy redrawing" for the slider control

------------------------------------------------------------------------
r9596 | ipkiss | 2004-12-18 00:39:34 +0100 (sam, 18 dc 2004) | 3 lines

 * skins2: Do not paint on the embedded video output, when a video is
   being played in it

------------------------------------------------------------------------
r9597 | rocky | 2004-12-18 00:51:38 +0100 (sam, 18 dc 2004) | 2 lines

Some small cleanups.

------------------------------------------------------------------------
r9598 | ipkiss | 2004-12-18 14:19:53 +0100 (sam, 18 dc 2004) | 3 lines

 * skins2: Loading a new theme while an embedded vout is used works better
   (the new vout is refreshed)

------------------------------------------------------------------------
r9599 | ipkiss | 2004-12-18 17:08:07 +0100 (sam, 18 dc 2004) | 2 lines

 * src/libvlc.h: Use window decorations by default

------------------------------------------------------------------------
r9600 | ipkiss | 2004-12-18 18:36:23 +0100 (sam, 18 dc 2004) | 2 lines

 * skins: Reparent the embedded vout window when switching to the wx intf

------------------------------------------------------------------------
r9601 | ipkiss | 2004-12-18 18:55:22 +0100 (sam, 18 dc 2004) | 2 lines

 * skins: Reload the current skin correctly even when skins2-config is not set

------------------------------------------------------------------------
r9602 | gbazin | 2004-12-18 20:10:47 +0100 (sam, 18 dc 2004) | 1 line

* include/codecs.h: support for WAVE_FORMAT_AAC (tag 0xFF)
------------------------------------------------------------------------
r9603 | gbazin | 2004-12-19 06:05:10 +0100 (dim, 19 dc 2004) | 3 lines

* modules/codec/cvdsub.c: ported cvd subtitles decoder to the new subpicture architecture.
* modules/codec/svcdsub.c: ported svcd subtitles decoder to the new subpicture architecture.

------------------------------------------------------------------------
r9604 | rocky | 2004-12-19 11:22:12 +0100 (dim, 19 dc 2004) | 2 lines

When I type "make clean" I really want a "make clean"

------------------------------------------------------------------------
r9605 | zorglub | 2004-12-19 12:08:18 +0100 (dim, 19 dc 2004) | 2 lines

Fix bugs with psz_shortname

------------------------------------------------------------------------
r9606 | gbazin | 2004-12-19 13:36:59 +0100 (dim, 19 dc 2004) | 1 line

* modules/access/pvr/pvr.c: added missing pvr-caching option.
------------------------------------------------------------------------
r9607 | gbazin | 2004-12-19 13:48:04 +0100 (dim, 19 dc 2004) | 1 line

* modules/demux/livedotcom.cpp: coding style fixes.
------------------------------------------------------------------------
r9608 | fkuehne | 2004-12-19 13:54:21 +0100 (dim, 19 dc 2004) | 1 line

* small clean-up, so the about-class is not needed in the main-nib anymore
------------------------------------------------------------------------
r9609 | gbazin | 2004-12-19 14:04:20 +0100 (dim, 19 dc 2004) | 1 line

* src/input/input.c: fixed potential deadlock.
------------------------------------------------------------------------
r9610 | gbazin | 2004-12-19 14:11:22 +0100 (dim, 19 dc 2004) | 1 line

* modules/misc/rtsp.c: fixed support for pause with vlc as a client.
------------------------------------------------------------------------
r9611 | rocky | 2004-12-19 14:58:38 +0100 (dim, 19 dc 2004) | 4 lines

First attempt to libcdio VCD working under new regime. It is still
mostly disabled or broken.


------------------------------------------------------------------------
r9612 | ipkiss | 2004-12-19 15:30:37 +0100 (dim, 19 dc 2004) | 2 lines

 * skins2: handle "item-deleted" variable

------------------------------------------------------------------------
r9613 | gbazin | 2004-12-19 19:41:45 +0100 (dim, 19 dc 2004) | 1 line

* modules/demux/util/id3tag.c: fixed a few bugs.
------------------------------------------------------------------------
r9614 | gbazin | 2004-12-19 20:49:10 +0100 (dim, 19 dc 2004) | 1 line

* modules/video_output/x11/xcommon.c: fixed nasty bug with YV12 xvideo output (fixes problem with unichrome driver).
------------------------------------------------------------------------
r9615 | gbazin | 2004-12-19 21:46:27 +0100 (dim, 19 dc 2004) | 1 line

* modules/codec/svcdsub.c,cvdsub.c: fixed Cr/Cb inversion in palette.
------------------------------------------------------------------------
r9616 | rocky | 2004-12-19 23:41:57 +0100 (dim, 19 dc 2004) | 4 lines

Cleanups towards getting this to a usable state. 
Much still remains to be done. 


------------------------------------------------------------------------
r9617 | rocky | 2004-12-20 05:52:29 +0100 (lun, 20 dc 2004) | 4 lines

Fix bad bug with was causing discontinuous video playback.
Some entry navigation improved.


------------------------------------------------------------------------
r9618 | rocky | 2004-12-20 08:44:39 +0100 (lun, 20 dc 2004) | 6 lines

Improve entry navigation and title update.

Next/Prev chapter don't work yet, nor does entry detection when random
seeking.


------------------------------------------------------------------------
r9619 | gbazin | 2004-12-20 12:18:53 +0100 (lun, 20 dc 2004) | 1 line

* include/vlc_image.h,vlc_xml.h: make these c++ happy.
------------------------------------------------------------------------
r9620 | gbazin | 2004-12-20 12:42:29 +0100 (lun, 20 dc 2004) | 1 line

* modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit.
------------------------------------------------------------------------
r9621 | gbazin | 2004-12-20 13:19:32 +0100 (lun, 20 dc 2004) | 1 line

* modules/video_output/directx/events.c: fixes for VOUT_REPARENT.
------------------------------------------------------------------------
r9622 | zorglub | 2004-12-20 15:51:50 +0100 (lun, 20 dc 2004) | 2 lines

Force RC interface in standard playlist mode

------------------------------------------------------------------------
r9623 | zorglub | 2004-12-20 16:28:50 +0100 (lun, 20 dc 2004) | 2 lines

Removed buggy legacy code

------------------------------------------------------------------------
r9624 | zorglub | 2004-12-20 21:14:43 +0100 (lun, 20 dc 2004) | 2 lines

No need to GuessType on directory content

------------------------------------------------------------------------
r9625 | gbazin | 2004-12-20 23:12:36 +0100 (lun, 20 dc 2004) | 1 line

* modules/codec/ffmpeg/encoder.c: use pix_fmt specified by encoder.
------------------------------------------------------------------------
r9626 | gbazin | 2004-12-20 23:15:13 +0100 (lun, 20 dc 2004) | 1 line

* src/misc/image.c: implemented ImageWrite() and ImageWriteUrl().
------------------------------------------------------------------------
r9627 | rocky | 2004-12-21 04:42:04 +0100 (mar, 21 dc 2004) | 3 lines

Work on getting slider seeking working better. 


------------------------------------------------------------------------
r9628 | gbazin | 2004-12-21 15:45:51 +0100 (mar, 21 dc 2004) | 1 line

* src/misc/image.c: implemented ImageConvert().
------------------------------------------------------------------------
r9629 | gbazin | 2004-12-21 15:46:33 +0100 (mar, 21 dc 2004) | 1 line

* modules/codec/ffmpeg/video_filter.c: I420 -> YUVA conversion.
------------------------------------------------------------------------
r9630 | gbazin | 2004-12-21 15:51:43 +0100 (mar, 21 dc 2004) | 1 line

* src/video_output/vout_intf.c: implemented vout_Control( VOUT_SNAPSHOT ) ... most useless feature ever.
------------------------------------------------------------------------
r9631 | gbazin | 2004-12-21 15:52:49 +0100 (mar, 21 dc 2004) | 1 line

* modules/control/hotkeys.c: snapshot hotkey.
------------------------------------------------------------------------
r9632 | gbazin | 2004-12-21 16:21:24 +0100 (mar, 21 dc 2004) | 3 lines

* src/video_output/vout_intf.c: added a video-snapshot object variable.
* modules/gui/wxwindows/menus.cpp: added video-snapshot to the menus.

------------------------------------------------------------------------
r9633 | gbazin | 2004-12-21 17:10:00 +0100 (mar, 21 dc 2004) | 1 line

* modules/gui/wxwindows/interface.cpp: fixed hotkeys with modifiers on win32.
------------------------------------------------------------------------
r9634 | massiot | 2004-12-21 18:01:40 +0100 (mar, 21 dc 2004) | 7 lines

* modules/demux/ts.c: New option --ts-capmt-sysid to filter CA descriptors
  of a given system provider (this is apparently needed for SCM Cryptoworks
  CAM).
* modules/access/dvb/dvb.h: Allow up to 256 demux slots.
* modules/access/dvb/en50221.c: Do not send the CAPMT too often (apparently
  bad for some CAM).

------------------------------------------------------------------------
r9635 | gbazin | 2004-12-21 22:45:27 +0100 (mar, 21 dc 2004) | 1 line

* src/libvlc.h: properly place the snapshot-path option.
------------------------------------------------------------------------
r9636 | hartman | 2004-12-22 02:23:15 +0100 (mer, 22 dc 2004) | 3 lines

* ffmpeg/encoder.c: if p_codec->pix_ftms is not yet available in this version of ffmpeg, then we just pray...?
 At least now it compiles again. Gildas, could you check if this is correct please?

------------------------------------------------------------------------
r9637 | rocky | 2004-12-22 03:11:35 +0100 (mer, 22 dc 2004) | 3 lines

Typo making seekpoint_next to to seekpoint 0. Clearly chapter
navigation is neither used or the code tested much.

------------------------------------------------------------------------
r9638 | rocky | 2004-12-22 03:17:30 +0100 (mer, 22 dc 2004) | 5 lines

Get chapter next/prev working for entries.
Customization of the title shouldn't be advanced.
Allow user settable blocksize


------------------------------------------------------------------------
r9639 | rocky | 2004-12-22 05:22:24 +0100 (mer, 22 dc 2004) | 3 lines

Some work towards get segments working again.


------------------------------------------------------------------------
r9640 | rocky | 2004-12-22 12:18:11 +0100 (mer, 22 dc 2004) | 4 lines

More segment playing improvements, be able to map seekpoints to
segments and lids. Fill out vcdplayer a little more for use later.


------------------------------------------------------------------------
r9641 | gbazin | 2004-12-22 14:06:43 +0100 (mer, 22 dc 2004) | 1 line

* modules/gui/skins2/*: added svn Id property.
------------------------------------------------------------------------
r9642 | hartman | 2004-12-22 22:19:57 +0100 (mer, 22 dc 2004) | 4 lines

* modules/access/http.c:
  - Fixed HTTL redirect
  - Fixed icecast2 HE-AAC stream recognition.

------------------------------------------------------------------------
r9643 | hartman | 2004-12-22 22:21:01 +0100 (mer, 22 dc 2004) | 2 lines

* src/playlist/info.c: Fix a crash in the item info lookup.

------------------------------------------------------------------------
r9644 | hartman | 2004-12-23 01:33:05 +0100 (jeu, 23 dc 2004) | 5 lines

* src/libvlc.h: Added a "snapshot-format" option to be able to select png or jpg (png default)
* src/video_output/vout_intf.c: use above option and set the default destination for snapshots
   on OS X to the Desktop.
* REST: Add the Snapshot command to the menu's etc.

------------------------------------------------------------------------
r9645 | rocky | 2004-12-23 05:01:45 +0100 (jeu, 23 dc 2004) | 6 lines

Fill out more VCD player-independent parts. Modal (track, segment,
entry) playing is better. 

Still frame and menu selection is still quite a mess. 


------------------------------------------------------------------------
r9646 | rocky | 2004-12-23 05:28:19 +0100 (jeu, 23 dc 2004) | 4 lines

Deal with just one of the many crashes. This one in trying to find an entry
point inside a segment. Duh.


------------------------------------------------------------------------
r9647 | hartman | 2004-12-24 02:14:35 +0100 (ven, 24 dc 2004) | 2 lines

* locking issue and code cleanup

------------------------------------------------------------------------
r9648 | rocky | 2004-12-24 12:42:55 +0100 (ven, 24 dc 2004) | 6 lines

Check to see if a particular subtitle channel is selected. All
subtitles languages were appearing overlayed. I guess some code got
left out in the recent conversion. 

Set a category and subcategory.

------------------------------------------------------------------------
r9649 | bigben | 2004-12-24 12:50:03 +0100 (ven, 24 dc 2004) | 5 lines

* Fix title display above the scrollbar
* Fix the shuffle checkbox
* Expand playlist to the currently playing item and select it


------------------------------------------------------------------------
r9650 | zorglub | 2004-12-25 13:21:47 +0100 (sam, 25 dc 2004) | 2 lines

Fix connection close, patch by Ted Deppner <ted at psyber dot com>

------------------------------------------------------------------------
r9651 | rocky | 2004-12-25 14:58:09 +0100 (sam, 25 dc 2004) | 7 lines

info.c: Add LID info in stream and media info.
vcdplayer.{c,h}, since this tries to be platform independent use bool
rather than VLC_BOOL.

Some segment play back improvments. (I hope).


------------------------------------------------------------------------
r9652 | zorglub | 2004-12-25 17:35:26 +0100 (sam, 25 dc 2004) | 2 lines

Don't update author view on the fly (workaround complete author view breakage)

------------------------------------------------------------------------
r9653 | rocky | 2004-12-25 20:33:20 +0100 (sam, 25 dc 2004) | 3 lines

Add a disc-mode and navigation-style control.


------------------------------------------------------------------------
r9654 | courmisch | 2004-12-25 22:35:09 +0100 (sam, 25 dc 2004) | 2 lines

- Non blocking TLS handshaking

------------------------------------------------------------------------
r9655 | courmisch | 2004-12-25 22:39:20 +0100 (sam, 25 dc 2004) | 2 lines

- Fix segfault when TLS handshake fails (introduced in previous commit)

------------------------------------------------------------------------
r9656 | rocky | 2004-12-26 01:14:38 +0100 (dim, 26 dc 2004) | 4 lines

Title hell.  Seems like titles work substantially differently for
navigation versus plaback.


------------------------------------------------------------------------
r9657 | courmisch | 2004-12-26 11:21:47 +0100 (dim, 26 dc 2004) | 2 lines

Generic client SSL/TLS support

------------------------------------------------------------------------
r9658 | courmisch | 2004-12-26 11:31:27 +0100 (dim, 26 dc 2004) | 3 lines

Initial HTTP/SSL access
(still a bit rough on EOF)

------------------------------------------------------------------------
r9659 | courmisch | 2004-12-26 12:07:37 +0100 (dim, 26 dc 2004) | 2 lines

Common disconnection code in Disconnect()

------------------------------------------------------------------------
r9660 | courmisch | 2004-12-26 12:21:39 +0100 (dim, 26 dc 2004) | 2 lines

- Fixes HTTP access EOF detection

------------------------------------------------------------------------
r9661 | rocky | 2004-12-26 19:29:50 +0100 (dim, 26 dc 2004) | 2 lines

Some cleanup and unification with xine vcd plugin. 

------------------------------------------------------------------------
r9662 | andrep | 2004-12-28 12:06:02 +0100 (mar, 28 dc 2004) | 2 lines

* Fix CMML codec on systems where strcmp(1) dies if you give it a NULL pointer (such as Windows)

------------------------------------------------------------------------
r9663 | andrep | 2004-12-28 12:10:18 +0100 (mar, 28 dc 2004) | 3 lines

* Extra sanity checks and debugging info for Annodex (Ogg) demuxer
* Detect "Content-Type" header in Annodex files case-insensitively

------------------------------------------------------------------------
r9664 | andrep | 2004-12-28 15:11:36 +0100 (mar, 28 dc 2004) | 3 lines

* Make VLC win32 package in build directory, not source directory
* Added package-win32-base-exe-cygwin Makefile target, for Cygwin/msys users who don't need wine.  (This should really be folded into the package-win32-base-exe target, but I'm not sure what the best way to detect a Cygwin/msys build environment is ...)

------------------------------------------------------------------------
r9665 | andrep | 2004-12-28 15:12:14 +0100 (mar, 28 dc 2004) | 1 line

* Typo
------------------------------------------------------------------------
r9668 | zorglub | 2004-12-28 21:29:28 +0100 (mar, 28 dc 2004) | 3 lines

* Do not search a visualizer in strict mode
* Fix --help with module lists

------------------------------------------------------------------------
r9674 | zorglub | 2004-12-29 16:29:20 +0100 (mer, 29 dc 2004) | 2 lines

PNG image encoder and imagefile video output

------------------------------------------------------------------------
r9675 | zorglub | 2004-12-29 16:29:35 +0100 (mer, 29 dc 2004) | 2 lines

Modules.am

------------------------------------------------------------------------
r9676 | zorglub | 2004-12-29 16:56:08 +0100 (mer, 29 dc 2004) | 4 lines

Baaaah, we _already_ have a PNG encoder.

Note: this one (the ffmpeg one) seems to leak, though

------------------------------------------------------------------------
r9677 | zorglub | 2004-12-29 17:15:50 +0100 (mer, 29 dc 2004) | 2 lines

Reuse the encoder

------------------------------------------------------------------------
r9678 | fkuehne | 2005-01-01 16:41:08 +0100 (sam, 01 jan 2005) | 2 lines

* use "heanet.dl.sourceforge.net" for downloading FreeType, since www.freetype.org does not respond
* use "ftp.heanet.ie" instead of "ftp.gnu.org" as GNU mirror, since the main-server does not respond (I'll revoke this change, when the main-server is usable again)
------------------------------------------------------------------------
r9679 | fkuehne | 2005-01-01 17:29:51 +0100 (sam, 01 jan 2005) | 1 line

* make sure gettext is built before libiconv, since it is needed for its compilation
------------------------------------------------------------------------
r9680 | fkuehne | 2005-01-01 18:54:05 +0100 (sam, 01 jan 2005) | 1 line

* build libiconv without i18n-support, so it can be compiled without gettext -- gettext will be compiled afterwards, so it can take advantage of libiconv
------------------------------------------------------------------------
r9681 | fkuehne | 2005-01-01 19:13:51 +0100 (sam, 01 jan 2005) | 2 lines

* give credit to Jonas Larsen for creating the Danish l10n
* replace all "@" with " at "
------------------------------------------------------------------------
r9682 | fkuehne | 2005-01-02 19:58:53 +0100 (dim, 02 jan 2005) | 1 line

* moved the preferences-window to a seperate nib-file
------------------------------------------------------------------------
r9683 | fkuehne | 2005-01-02 21:01:50 +0100 (dim, 02 jan 2005) | 2 lines

* po/da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
* THANKS: added Morten Brix Pedersen
------------------------------------------------------------------------
r9684 | djc | 2005-01-02 23:45:36 +0100 (dim, 02 jan 2005) | 2 lines

Fix a bug when shuffling playlist with 1 item

------------------------------------------------------------------------
r9685 | fkuehne | 2005-01-03 21:10:38 +0100 (lun, 03 jan 2005) | 1 line

* declared the shared instance properly (forgot that yesterday)
------------------------------------------------------------------------
r9686 | fkuehne | 2005-01-04 00:01:42 +0100 (mar, 04 jan 2005) | 1 line

* seperated the open, sout and sub-open dialogues from the main nib
------------------------------------------------------------------------
r9687 | djc | 2005-01-05 01:19:09 +0100 (mer, 05 jan 2005) | 8 lines

Work to support new playlist in http interface.
+ correct a bug in the <vlc id="foreach" param1="integer" /> macro
+ add a <vlc id="stack" /> to print the rpn stack in debug messages
+ add the != operator in rpn evaluation

Compatibility with old pages should be respected...


------------------------------------------------------------------------
r9688 | gbazin | 2005-01-05 22:14:53 +0100 (mer, 05 jan 2005) | 1 line

* configure.ac: fix Dirac detection (patch by Anuradha Suraparaju).
------------------------------------------------------------------------
r9689 | gbazin | 2005-01-05 23:23:13 +0100 (mer, 05 jan 2005) | 1 line

* evc/*: added an ARMV4 target.
------------------------------------------------------------------------
r9690 | gbazin | 2005-01-05 23:24:30 +0100 (mer, 05 jan 2005) | 1 line

* toolbox: added an evc ARMV4 target.
------------------------------------------------------------------------
r9691 | gbazin | 2005-01-05 23:42:57 +0100 (mer, 05 jan 2005) | 1 line

* src/input/stream.c: decrease memory requirements for WinCE.
------------------------------------------------------------------------
r9692 | gbazin | 2005-01-05 23:45:36 +0100 (mer, 05 jan 2005) | 1 line

* src/misc/modules.c,cpu.c, modules/access/file.c: WinCE fixes.
------------------------------------------------------------------------
r9693 | titer | 2005-01-06 16:15:24 +0100 (jeu, 06 jan 2005) | 2 lines

 control/http.c: gcc < 3 compile fix

------------------------------------------------------------------------
r9694 | fkuehne | 2005-01-06 18:58:07 +0100 (jeu, 06 jan 2005) | 4 lines

* controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
* controls.h: removed "o_open"
* intf.*, open.*: make sure the open-nib is loaded only once, don't load it at launch time but dynamic and do it in VLCMain, so VLCOpen does not know about it anymore
* MainMenu.nib: we don't need instances of VLCOpen and VLCOutput anymore
------------------------------------------------------------------------
r9695 | fkuehne | 2005-01-06 20:54:24 +0100 (jeu, 06 jan 2005) | 1 line

* fixed wrong grammar ('1 items in list')
------------------------------------------------------------------------
r9696 | gbazin | 2005-01-06 23:05:22 +0100 (jeu, 06 jan 2005) | 1 line

* modules/codec/vorbis.c: fixed tremor output.
------------------------------------------------------------------------
r9697 | fkuehne | 2005-01-07 00:40:18 +0100 (ven, 07 jan 2005) | 3 lines

* ALL: updated the po-files
* da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
* de.po: got some stuff in sync to the German translation of play-howto
------------------------------------------------------------------------
r9698 | gbazin | 2005-01-07 00:52:00 +0100 (ven, 07 jan 2005) | 2 lines

* modules/gui/wince/*: New Windows CE interface by Cedric Marodon <cedric_marodon at yahoo dot fr> (ported from the vlcpocketpc project by myself after some heavy code cleanup).

------------------------------------------------------------------------
r9699 | gbazin | 2005-01-07 01:19:09 +0100 (ven, 07 jan 2005) | 1 line

* configure.ac: added wince plugin to the build system.
------------------------------------------------------------------------
r9700 | gbazin | 2005-01-07 01:19:43 +0100 (ven, 07 jan 2005) | 1 line


------------------------------------------------------------------------
r9701 | gbazin | 2005-01-07 10:54:01 +0100 (ven, 07 jan 2005) | 1 line

* include/aout_internal.h: fixed old memory leak when alloca() isn't available.
------------------------------------------------------------------------
r9702 | gbazin | 2005-01-07 15:05:03 +0100 (ven, 07 jan 2005) | 1 line

* modules/audio_output/waveout.c: increase the audio buffer size under WinCE.
------------------------------------------------------------------------
r9705 | massiot | 2005-01-07 20:55:48 +0100 (ven, 07 jan 2005) | 2 lines

* modules/access/pvr/pvr.c: Added --pvr-caching option.

------------------------------------------------------------------------
r9706 | massiot | 2005-01-07 20:57:00 +0100 (ven, 07 jan 2005) | 3 lines

* modules/access/udp.c: When udp is invoked as 'rtp:', only consider RTP
  packets.

------------------------------------------------------------------------
r9707 | massiot | 2005-01-07 21:04:46 +0100 (ven, 07 jan 2005) | 3 lines

* modules/access_output/udp.c: When using --udp-group, do not send two PCRs
  at once. This requires the export of the PCR block_flag.

------------------------------------------------------------------------
r9708 | massiot | 2005-01-07 21:21:59 +0100 (ven, 07 jan 2005) | 12 lines

* modules/access/dvb:
  - Rewrote QPSK frontend tuning functions, after reading the doc - it
    should hopefully fix the infamous "Operation not permitted" problem.
  - Permanently monitor the frontend status, and reinit it if it crashes.
  - New --dvb-high-voltage option for very long cables.
  - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer
    need the --ts-capmt-sysid option because the sysid is determined
    automatically from the CAM.
  - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug
    with Aston professional CAMs which all of sudden stop descrambling
    a program after a few days.

------------------------------------------------------------------------
r9709 | ipkiss | 2005-01-07 22:08:25 +0100 (ven, 07 jan 2005) | 2 lines

 * TODO: Added little hints for the OS X port of the skins

------------------------------------------------------------------------
r9710 | asmax | 2005-01-08 18:49:22 +0100 (sam, 08 jan 2005) | 4 lines

- playlist.c: avoid a segfault when playlist_ViewFind() returns NULL.
 Anyway I guess it should not happen so there is a bug in the playlist
 code but I have no time to understand it...

------------------------------------------------------------------------
r9711 | asmax | 2005-01-09 20:46:39 +0100 (dim, 09 jan 2005) | 2 lines

- all: skeleton for a MacOSX port of skins2 (happy new year ;)

------------------------------------------------------------------------
r9713 | bigben | 2005-01-09 23:45:24 +0100 (dim, 09 jan 2005) | 6 lines

* v4l.c:
	- Add --v4l-* options for all the parametters that can be set from the MRL, so we have a complete Panel in the wx interface and some doc in the command line
	- Only declaration for now, options don't make anything yet
* pvr.c: describe height as height, not width


------------------------------------------------------------------------
r9714 | sam | 2005-01-10 12:09:35 +0100 (lun, 10 jan 2005) | 2 lines

  * configure.ac: -lfreetype requires -lm.

------------------------------------------------------------------------
r9715 | fkuehne | 2005-01-10 18:37:01 +0100 (lun, 10 jan 2005) | 1 line

* changed the GNU mirror once again, since the Irish one I choose previously is as bad as the GNU-main server -- let's use the LEO-server of the technical university of Munich (Germany), which is highly reliable (also an OpenOffice, Gentoo, Debian mirror)
------------------------------------------------------------------------
r9716 | bigben | 2005-01-10 22:08:45 +0100 (lun, 10 jan 2005) | 5 lines

* End of the implementation of the v4l-*options

If somebody who has a v4l device could actually test that... (at least if the default values for the options make sense).


------------------------------------------------------------------------
r9717 | andrep | 2005-01-11 09:58:06 +0100 (mar, 11 jan 2005) | 3 lines

* theora.c: Fixed weird display artifacts when seeking on Theora videos


------------------------------------------------------------------------
r9718 | andrep | 2005-01-11 10:17:56 +0100 (mar, 11 jan 2005) | 4 lines

* theora.c: Eliminate display artifacts when the very first frame of the
  stream isn't a keyframe


------------------------------------------------------------------------
r9719 | hartman | 2005-01-11 12:51:03 +0100 (mar, 11 jan 2005) | 4 lines

* NSV uses a different mime type for audio only streams. Force the right demuxer...
(we are very much approaching the point where we need a proper mimetype match table within the code)


------------------------------------------------------------------------
r9720 | gbazin | 2005-01-11 13:02:57 +0100 (mar, 11 jan 2005) | 1 line

* modules/gui/wxwindows/preferences_widgets.cpp: added update event for IntegerListConfigControl.
------------------------------------------------------------------------
r9721 | andrep | 2005-01-11 14:19:20 +0100 (mar, 11 jan 2005) | 3 lines

* cmml/intf.c: Fix refcount leak on main interface (thanks to gibalou for help)


------------------------------------------------------------------------
r9722 | andrep | 2005-01-11 17:04:09 +0100 (mar, 11 jan 2005) | 3 lines

* configure.ac: Require libtheora 1.0alpha4


------------------------------------------------------------------------
r9723 | hartman | 2005-01-11 17:17:44 +0100 (mar, 11 jan 2005) | 2 lines

* fix ogg streams.

------------------------------------------------------------------------
r9724 | massiot | 2005-01-11 17:32:50 +0100 (mar, 11 jan 2005) | 3 lines

* modules/access/dvb: Fixed numerous bugs related to the CAM configuration.
  Reconfigure the frontend if no lock is acquired in 10s.

------------------------------------------------------------------------
r9725 | hartman | 2005-01-11 17:36:12 +0100 (mar, 11 jan 2005) | 2 lines

* newer theora: alpha4 version. new location, new patch

------------------------------------------------------------------------
r9726 | zorglub | 2005-01-11 17:52:42 +0100 (mar, 11 jan 2005) | 3 lines

Add some icons
Fix autoswitching to category view

------------------------------------------------------------------------
r9727 | fkuehne | 2005-01-11 18:42:08 +0100 (mar, 11 jan 2005) | 1 line

* changed the download-link of gettext temporarily to the videolan-main-server, since the current GNU-mirror does not provide the 0.14.1-release. The responsible admin is contacted.
------------------------------------------------------------------------
r9728 | zorglub | 2005-01-12 10:19:10 +0100 (mer, 12 jan 2005) | 2 lines

Put callbacks after rebuild, avoids deadlock in rebuild

------------------------------------------------------------------------
r9729 | gbazin | 2005-01-12 15:27:35 +0100 (mer, 12 jan 2005) | 1 line

* modules/gui/wince/wince.rc: forgot to commit this file with the wince interface.
------------------------------------------------------------------------
r9730 | hartman | 2005-01-12 17:07:20 +0100 (mer, 12 jan 2005) | 2 lines

* part of patch was applied upstream. Adapt....

------------------------------------------------------------------------
r9731 | yoann | 2005-01-12 17:24:44 +0100 (mer, 12 jan 2005) | 4 lines

* modules/gui/wxwindows/interface.cpp: Add new buttons for DVDs and CDs:
  - Menu, Previous Chapter, Next Chapter for DVDs
  - Previous Track, Next Track for CDs

------------------------------------------------------------------------
r9732 | hartman | 2005-01-13 00:51:02 +0100 (jeu, 13 jan 2005) | 2 lines

* <cough> broken patch </cough>

------------------------------------------------------------------------
r9733 | gbazin | 2005-01-13 10:37:43 +0100 (jeu, 13 jan 2005) | 1 line

* modules/codec/theora.c: remove the need for theora_packet_iskeyframe().
------------------------------------------------------------------------
r9734 | gbazin | 2005-01-13 12:25:58 +0100 (jeu, 13 jan 2005) | 1 line

* src/misc/configuration.c: fix config_GetType() to handle the new CONFIG_ITEM_MODULE_foo types.
------------------------------------------------------------------------
r9735 | zorglub | 2005-01-13 19:45:11 +0100 (jeu, 13 jan 2005) | 16 lines

* DAAP (iTunes shares) services discovery and access module using libopendaap

http://crazney.net/programs/itunes/libopendaap.html

Problems : 
   - At the moment, the file is downloaded entirely in memory before being
     played.
     The library offers another possibility : download the file on
     demand to a pipe, but I don't think it would be a very good idea
     (portability issues ? where to download to ?).
     I hope a "download on demand to memory" feature will be added
   - Sometimes, it looses connection to the peers.

* Increased wx playlist font size


------------------------------------------------------------------------
r9736 | massiot | 2005-01-13 20:01:22 +0100 (jeu, 13 jan 2005) | 3 lines

* src/input/es_out.c: EN 300 472 allows the PTS of teletext streams to be
  invalid.

------------------------------------------------------------------------
r9737 | massiot | 2005-01-13 20:02:04 +0100 (jeu, 13 jan 2005) | 2 lines

* src/misc/threads.c: thread_id is in fact an _unsigned_ int.

------------------------------------------------------------------------
r9738 | massiot | 2005-01-13 20:03:03 +0100 (jeu, 13 jan 2005) | 3 lines

* modules/access_out/udp.c: Issue a warning when two PCRs are put inside a
  single UDP frame (may disturb some decoders).

------------------------------------------------------------------------
r9739 | djc | 2005-01-14 00:28:36 +0100 (ven, 14 jan 2005) | 18 lines

Added simple motion detect filter.
This filter uses a description file which follows this format :
x1,y1,x2,y2,level,downspeed,upspeed,mrl
...
where x1,y1,x2,y2 describe a sensible rectangle, level is the minimum difference for an active pixel, downspeed an upspeed are to integers.
mrl is a mrl to go when the filter has detected movement in the rectangle.

This is fun with vlm. For example, you should try to launch vlc normaly with vlm and then type :
new camera broadcast
setup camera enabled
setup camera input mrl to your camera
setup camera option filter=motiondetect,transform
#setup camera option transform-type=vflip
#indeed, I did not reach to make this working
control camera play

Have fun ;)

------------------------------------------------------------------------
r9740 | hartman | 2005-01-14 13:11:57 +0100 (ven, 14 jan 2005) | 2 lines

* so the ogg vorbis fix broke shoutcast streams :) fixing again.... (tested with all audio streams i know off)

------------------------------------------------------------------------
r9741 | gbazin | 2005-01-14 14:15:52 +0100 (ven, 14 jan 2005) | 1 line

* include/codecs.h, modules/demux/wav.c: patch by Matthew Romaine to handle WAVEFORMATEXTENSIBLE files more robustly.
------------------------------------------------------------------------
r9742 | yoann | 2005-01-14 17:14:01 +0100 (ven, 14 jan 2005) | 3 lines

* modules/gui/ncurses.c: support for tree playlist in ncurses interface
  use 'v' to toggle view

------------------------------------------------------------------------
r9743 | yoann | 2005-01-14 19:01:36 +0100 (ven, 14 jan 2005) | 3 lines

* modules/access/directory.c: fix a segfault when reading an empty directory
* modules/gui/ncurses.c: fix a segfault when playlist is empty

------------------------------------------------------------------------
r9744 | yoann | 2005-01-15 01:42:23 +0100 (sam, 15 jan 2005) | 2 lines

* modules/gui/wxwindows/playlist.cpp: when duration is not known, don't display (--:--:--)

------------------------------------------------------------------------
r9745 | titer | 2005-01-15 04:02:57 +0100 (sam, 15 jan 2005) | 2 lines

 motiondetect.c: gcc < 3 compile fix

------------------------------------------------------------------------
r9746 | sam | 2005-01-15 05:41:24 +0100 (sam, 15 jan 2005) | 2 lines

  * Moved 2004 changelog to doc/.

------------------------------------------------------------------------
r9748 | zorglub | 2005-01-16 15:10:47 +0100 (dim, 16 jan 2005) | 2 lines

Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead

------------------------------------------------------------------------
r9749 | zorglub | 2005-01-16 15:44:26 +0100 (dim, 16 jan 2005) | 4 lines

* DAAP: add meta-information, delete hosts when they leave
* SAP : coding style fixes
* Some fogotten playlist_*Info

------------------------------------------------------------------------
r9750 | zorglub | 2005-01-16 16:57:01 +0100 (dim, 16 jan 2005) | 2 lines

Todo update

------------------------------------------------------------------------
r9751 | gbazin | 2005-01-16 20:14:31 +0100 (dim, 16 jan 2005) | 1 line

* modules/codec/x264.c: updated to support recent x264.
------------------------------------------------------------------------
r9754 | yoann | 2005-01-17 12:47:41 +0100 (lun, 17 jan 2005) | 2 lines

* wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)

------------------------------------------------------------------------
r9755 | hartman | 2005-01-17 17:30:34 +0100 (lun, 17 jan 2005) | 2 lines

* Fix pot-update after playlist/info.c removal

------------------------------------------------------------------------
r9756 | fkuehne | 2005-01-17 17:48:05 +0100 (lun, 17 jan 2005) | 1 line

* changedthe GNU-mirror to ftp.belnet.be -- Gettext is download from the GNU-mirror again
------------------------------------------------------------------------
r9757 | gbazin | 2005-01-17 18:01:21 +0100 (lun, 17 jan 2005) | 1 line

* modules/mux/asf.c: properly write the ES type.
------------------------------------------------------------------------
r9758 | zorglub | 2005-01-17 19:14:50 +0100 (lun, 17 jan 2005) | 3 lines

* DAAP : really include meta information, and don't crash on new hosts


------------------------------------------------------------------------
r9759 | zorglub | 2005-01-17 19:36:52 +0100 (lun, 17 jan 2005) | 2 lines

Cache last FindItem request to speed up bulk-addings

------------------------------------------------------------------------
r9760 | hartman | 2005-01-17 20:35:54 +0100 (lun, 17 jan 2005) | 2 lines

* added libopendaap to contrib system

------------------------------------------------------------------------
r9761 | hartman | 2005-01-17 20:37:38 +0100 (lun, 17 jan 2005) | 3 lines

* Added the contrib system to MAKE_DIST
* cleaned up some alignment in configure --help

------------------------------------------------------------------------
r9762 | hartman | 2005-01-17 20:38:51 +0100 (lun, 17 jan 2005) | 2 lines

* daap.c: host_t is already defined in Darwin's mach headers. renamed to dhost_t

------------------------------------------------------------------------
r9763 | hartman | 2005-01-17 20:40:03 +0100 (lun, 17 jan 2005) | 2 lines

* libopendaap patch

------------------------------------------------------------------------
r9764 | hartman | 2005-01-17 20:42:13 +0100 (lun, 17 jan 2005) | 2 lines

* libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle delay is h and j, both without modifiers)

------------------------------------------------------------------------
r9767 | hartman | 2005-01-17 23:37:20 +0100 (lun, 17 jan 2005) | 2 lines

* Add libcddb, libcdio and vcdimager again to see if it works better on OSX by now

------------------------------------------------------------------------
r9768 | hartman | 2005-01-18 00:38:27 +0100 (mar, 18 jan 2005) | 2 lines

* newer libcddb

------------------------------------------------------------------------
r9769 | hartman | 2005-01-18 02:19:54 +0100 (mar, 18 jan 2005) | 2 lines

* finally fixed CDDB contrib

------------------------------------------------------------------------
r9770 | hartman | 2005-01-18 03:17:01 +0100 (mar, 18 jan 2005) | 2 lines

* fix libopendaap on 10.2

------------------------------------------------------------------------
r9771 | hartman | 2005-01-18 03:56:18 +0100 (mar, 18 jan 2005) | 2 lines

* fix OSX info dialog lockup due to changed info accessor methods.

------------------------------------------------------------------------
r9772 | hartman | 2005-01-18 04:02:07 +0100 (mar, 18 jan 2005) | 2 lines

* fix author field of OSX info dialog

------------------------------------------------------------------------
r9773 | gbazin | 2005-01-18 15:36:26 +0100 (mar, 18 jan 2005) | 5 lines

* modules/mux/asf.c:
  - add an audio error correction field to the stream properties object.
    This is mandated by the spec and makes some versions of WMP a lot happier about playing our files.
  - only put an header extension object when necessary.

------------------------------------------------------------------------
r9774 | fkuehne | 2005-01-18 18:26:51 +0100 (mar, 18 jan 2005) | 2 lines

* BOTH: added modern Greek to the list of available languages
* configure.ac: updated the copyright string to 2005
------------------------------------------------------------------------
r9775 | gbazin | 2005-01-18 20:24:06 +0100 (mar, 18 jan 2005) | 1 line

* po/el.po: the build process needs a valid file.
------------------------------------------------------------------------
r9776 | hartman | 2005-01-18 22:51:00 +0100 (mar, 18 jan 2005) | 2 lines

* fix libcddb build under 10.2

------------------------------------------------------------------------
r9779 | damienf | 2005-01-19 18:14:16 +0100 (mer, 19 jan 2005) | 3 lines

Initial version of ActiveX plugin for VLC


------------------------------------------------------------------------
r9780 | massiot | 2005-01-19 19:30:33 +0100 (mer, 19 jan 2005) | 2 lines

* include/vlc_threads_funcs.h: More %d -> %u

------------------------------------------------------------------------
r9783 | bigben | 2005-01-19 23:28:47 +0100 (mer, 19 jan 2005) | 4 lines

Add a category to the showintf control interface, so that it gets displayed in the prefs...



------------------------------------------------------------------------
r9784 | zorglub | 2005-01-19 23:33:16 +0100 (mer, 19 jan 2005) | 3 lines

autoconf build fix
one todo item less !

------------------------------------------------------------------------
r9786 | gbazin | 2005-01-20 11:10:30 +0100 (jeu, 20 jan 2005) | 1 line

* configure.ac, activex/Makefile.am: small fixes to the activex plugin build.
------------------------------------------------------------------------
r9787 | gbazin | 2005-01-20 13:03:58 +0100 (jeu, 20 jan 2005) | 1 line

* configure.ac, activex/Makefile.am: conditional compile of the activex plugin.
------------------------------------------------------------------------
r9788 | gbazin | 2005-01-20 13:11:03 +0100 (jeu, 20 jan 2005) | 1 line

* configure.ac: oops, forgot something.
------------------------------------------------------------------------
r9789 | gbazin | 2005-01-20 13:32:53 +0100 (jeu, 20 jan 2005) | 3 lines

* modules/mux/asf.c: only add an audio error correction field in the case of WMA.
* include/codecs.h: added a couple more audio tags.

------------------------------------------------------------------------
r9790 | gbazin | 2005-01-20 14:18:34 +0100 (jeu, 20 jan 2005) | 1 line

* modules/mux/asf.c: compiler warnings are there for a reason ;)
------------------------------------------------------------------------
r9791 | massiot | 2005-01-20 14:34:48 +0100 (jeu, 20 jan 2005) | 3 lines

* src/input/es_out.c: Improved the kludge for teletext streams without
  appropriate PTS.

------------------------------------------------------------------------
r9792 | gbazin | 2005-01-20 15:30:17 +0100 (jeu, 20 jan 2005) | 1 line

* modules/mux/asf.c: another fix for WMA support.
------------------------------------------------------------------------
r9793 | gbazin | 2005-01-20 16:28:56 +0100 (jeu, 20 jan 2005) | 1 line

* src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch courtesy of  )
------------------------------------------------------------------------
r9794 | sigmunau | 2005-01-20 20:27:56 +0100 (jeu, 20 jan 2005) | 2 lines

alsa.c: Enumerate available audio devices (Code gratefully borrowed from xmms)

------------------------------------------------------------------------
r9795 | sigmunau | 2005-01-20 20:58:02 +0100 (jeu, 20 jan 2005) | 2 lines

sap.c: fix too early free in demux 

------------------------------------------------------------------------
r9796 | hartman | 2005-01-20 21:51:36 +0100 (jeu, 20 jan 2005) | 7 lines

OS X intf work
- don't use bool. it's BOOL
- use GNU style C and hungarian notation
- fix the issue with GUI crashes in playlistview
- default is now category view (for experimentation until we have a SD menu)
- experiment with NSViews to fix the 'drawer' issue (not working though)

------------------------------------------------------------------------
r9797 | gbazin | 2005-01-21 11:53:29 +0100 (ven, 21 jan 2005) | 1 line

* modules/mux/asf.c: for mpeg audio, i_bitspersample needs to be set to 0.
------------------------------------------------------------------------
r9798 | hartman | 2005-01-21 14:41:52 +0100 (ven, 21 jan 2005) | 2 lines

* Add the new Nibs to MAKE_DIST

------------------------------------------------------------------------
r9799 | damienf | 2005-01-21 14:52:11 +0100 (ven, 21 jan 2005) | 3 lines

ActiveX: misc fixes & improvements


------------------------------------------------------------------------
r9800 | fkuehne | 2005-01-21 15:57:23 +0100 (ven, 21 jan 2005) | 1 line

* small fix to the handling of the new nib-files (we are using the >= 10.2 format for the new ones, so 'objects.nib' is called 'keyedobjects.nib')
------------------------------------------------------------------------
r9801 | massiot | 2005-01-21 16:22:45 +0100 (ven, 21 jan 2005) | 3 lines

* modules/access/pvr/pvr.c: Fixed width/height selection with latest ivtv
  drivers.

------------------------------------------------------------------------
r9802 | fenrir | 2005-01-21 18:02:39 +0100 (ven, 21 jan 2005) | 1 line

ts: fix --ts-extra-pmt.
------------------------------------------------------------------------
r9803 | hartman | 2005-01-21 20:26:08 +0100 (ven, 21 jan 2005) | 2 lines

* blend.c: Fix YUVP -> YUY2 blend. YUVP is actually YVUP and this was not accounted for in the YUY2 blend routine. This resulted in incorrect colors in some DVD menu's for instance.

------------------------------------------------------------------------
r9804 | hartman | 2005-01-21 21:12:05 +0100 (ven, 21 jan 2005) | 4 lines

* contrib Makefile
  added a .aclocal change to copy the m4 from extras/contrib/share/aclocal to
  the vlc m4 dir. No more complete bootstrap after a simple configure.ac or Makefile.am change. :)

------------------------------------------------------------------------
r9805 | yoann | 2005-01-21 22:49:28 +0100 (ven, 21 jan 2005) | 2 lines

* modules/gui/ncurses.c: incremental search works now with tree playlist.

------------------------------------------------------------------------
r9806 | hartman | 2005-01-22 02:57:49 +0100 (sam, 22 jan 2005) | 2 lines

* playlist.m: fix a locking issue

------------------------------------------------------------------------
r9808 | fkuehne | 2005-01-22 16:13:01 +0100 (sam, 22 jan 2005) | 1 line

* initial translation to Greek by Simos Xenitellis
------------------------------------------------------------------------
r9809 | andrep | 2005-01-22 18:48:45 +0100 (sam, 22 jan 2005) | 2 lines

* mozilla/Makefile.am: Fix build of Mozilla plugin on Mac OS X when using a separate build directory

------------------------------------------------------------------------
r9810 | andrep | 2005-01-22 18:50:11 +0100 (sam, 22 jan 2005) | 3 lines

* mozilla/vlcshell.cpp: Fix compilation on Mac OS X


------------------------------------------------------------------------
r9811 | gbazin | 2005-01-22 21:35:24 +0100 (sam, 22 jan 2005) | 1 line

* modules/video_filter/blend.c: chroma fixes for the YUY2 blending.
------------------------------------------------------------------------
r9813 | zorglub | 2005-01-23 12:06:17 +0100 (dim, 23 jan 2005) | 2 lines

Update NEWS

------------------------------------------------------------------------
r9814 | gbazin | 2005-01-23 13:26:01 +0100 (dim, 23 jan 2005) | 1 line

* modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.
------------------------------------------------------------------------
r9815 | yoann | 2005-01-23 18:53:40 +0100 (dim, 23 jan 2005) | 2 lines

* src/misc/vlm.c: start exporting some VLM control functions

------------------------------------------------------------------------
r9816 | yoann | 2005-01-23 21:58:48 +0100 (dim, 23 jan 2005) | 2 lines

* wxwindows/playlist.cpp: Menu and toolbar are no longer dockable

------------------------------------------------------------------------
r9817 | zorglub | 2005-01-23 22:07:24 +0100 (dim, 23 jan 2005) | 2 lines

Fix breakage in transcode file selection

------------------------------------------------------------------------
r9820 | djc | 2005-01-24 15:19:40 +0100 (lun, 24 jan 2005) | 2 lines

Added a Service Discovery sub menu in playlist contextual menu.

------------------------------------------------------------------------
r9821 | hartman | 2005-01-24 21:44:53 +0100 (lun, 24 jan 2005) | 2 lines

* Rename a TIME_ABSOLUTE define because it's already defined in the Mach kernel headers.

------------------------------------------------------------------------
r9822 | hartman | 2005-01-24 21:46:20 +0100 (lun, 24 jan 2005) | 7 lines

* modules/control/rc.c:
 - New commands fastforward and rewind for VOD trickplay
 - New command goto <index> for better playlist control
 - Playlist parent item (category) now appended to output
 Patch by Dermot McGahon
* modules/control/rtci.c: ported patch to rtci as well.

------------------------------------------------------------------------
r9823 | dionoea | 2005-01-24 23:57:09 +0100 (lun, 24 jan 2005) | 4 lines

 * under windows, default directory to save snapshots is now the user's
   My Pictures (or Mes Images ... depending on locale) directory


------------------------------------------------------------------------
r9824 | dionoea | 2005-01-25 00:42:14 +0100 (mar, 25 jan 2005) | 2 lines

 * remove unused home_dir from fprintf style function

------------------------------------------------------------------------
r9826 | fenrir | 2005-01-25 15:15:08 +0100 (mar, 25 jan 2005) | 2 lines

 * es_out: fix program change on the fly.

------------------------------------------------------------------------
r9830 | gbazin | 2005-01-26 09:18:46 +0100 (mer, 26 jan 2005) | 1 line

* modules/video_output/wingdi.c: improvements + embedded support + GAPI support for WinCE. Needs some more work as well for fullscreen support.
------------------------------------------------------------------------
r9831 | rocky | 2005-01-26 14:05:14 +0100 (mer, 26 jan 2005) | 5 lines

configure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
cdda/*: add basic cd-paranoia mode via libcdio.
vcdx/*: changes dictated by new regime
 

------------------------------------------------------------------------
r9832 | gbazin | 2005-01-26 17:12:37 +0100 (mer, 26 jan 2005) | 1 line

* src/libvlc.h, src/input/stream.c: new --input-list option which allows you to specify a list of inputs which will be concatenated to the main MRL during playback (for splitted streams). Note that this deprecates the --file-cat option which was specific to the file access plugin while the new option should be generic.
------------------------------------------------------------------------
r9833 | fkuehne | 2005-01-27 01:49:46 +0100 (jeu, 27 jan 2005) | 2 lines

* contrib/Makefile: remove the BUILDDIRS on clean-src as well to prevent the disposal of outdated stuff and its mixture with newer libraries
* contrib/src/Makefile: touch .aclocal after copying the aclocal files, so this isn't done everytime make runs
------------------------------------------------------------------------
r9834 | fkuehne | 2005-01-27 02:14:24 +0100 (jeu, 27 jan 2005) | 1 line

* VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re-added it again.
------------------------------------------------------------------------
r9835 | sigmunau | 2005-01-27 12:50:39 +0100 (jeu, 27 jan 2005) | 2 lines

mkc.cpp: fix crash on invalid tracks

------------------------------------------------------------------------
r9836 | gbazin | 2005-01-27 13:51:21 +0100 (jeu, 27 jan 2005) | 1 line

* modules/access/smb.c: new SMB/CIFS access module using libsmbclient.
------------------------------------------------------------------------
r9837 | hartman | 2005-01-27 15:03:48 +0100 (jeu, 27 jan 2005) | 2 lines

* contrib/Makefile: use tabs, not spaces in Makefile

------------------------------------------------------------------------
r9838 | gbazin | 2005-01-27 16:44:34 +0100 (jeu, 27 jan 2005) | 1 line

* modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing.
------------------------------------------------------------------------
r9839 | gbazin | 2005-01-27 17:44:31 +0100 (jeu, 27 jan 2005) | 1 line

* modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects multiple tracks streams).
------------------------------------------------------------------------
r9840 | gbazin | 2005-01-27 18:05:25 +0100 (jeu, 27 jan 2005) | 1 line

* modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles data that doesn't match our subtitles page id.
------------------------------------------------------------------------
r9841 | hartman | 2005-01-27 22:56:34 +0100 (jeu, 27 jan 2005) | 2 lines

* src/playlist/playlist.c: Don't touch object_lock vlc_object_create and vlc_object_destroy already take care of it.

------------------------------------------------------------------------
r9842 | hartman | 2005-01-27 23:33:15 +0100 (jeu, 27 jan 2005) | 2 lines

* src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare itself ready :(

------------------------------------------------------------------------
r9843 | hartman | 2005-01-28 01:44:31 +0100 (ven, 28 jan 2005) | 2 lines

* Two small bugs in the OSX intf

------------------------------------------------------------------------
r9844 | hartman | 2005-01-28 02:04:58 +0100 (ven, 28 jan 2005) | 2 lines

* cdda/access.c: removed #include <cdio/cdda.h> since it's a new header that isn't always available and wasn't version ifdef'ed. An already version ifdef'ed include already exists in cdda/cdda.h

------------------------------------------------------------------------
r9845 | gbazin | 2005-01-28 15:17:38 +0100 (ven, 28 jan 2005) | 1 line

* Makefile.am: include the activex plugin in package-win32-base.
------------------------------------------------------------------------
r9846 | sam | 2005-01-28 16:37:09 +0100 (ven, 28 jan 2005) | 2 lines

  * configure.ac: Attempt to work without a C++ compiler.

------------------------------------------------------------------------
r9848 | sigmunau | 2005-01-29 13:41:35 +0100 (sam, 29 jan 2005) | 5 lines

wxwindows/wizard.cpp: fixed a crash when pressing Ok in Open-dialog without
actually selecting anything (reported by Trax)
both: fix a compiler warning (c++ likes function that don't change their
parameters to declare them const)

------------------------------------------------------------------------
r9849 | sigmunau | 2005-01-29 14:28:14 +0100 (sam, 29 jan 2005) | 5 lines

wxwindows/wizard.cpp: run Layout() on the sizers when changing output method
in the streaming method page of the wizard, in order to properly show all
text. Hardcode the top spacing in order to prevent controls from moving
around on Layout(). reported by markfm

------------------------------------------------------------------------
r9850 | sigmunau | 2005-01-29 15:12:32 +0100 (sam, 29 jan 2005) | 2 lines

wizard.cpp: Layout fixes on the input page

------------------------------------------------------------------------
r9851 | sam | 2005-01-29 15:49:34 +0100 (sam, 29 jan 2005) | 2 lines

  * configure.ac: Finished support for C++-disabled systems.

------------------------------------------------------------------------
r9852 | zorglub | 2005-01-29 16:22:53 +0100 (sam, 29 jan 2005) | 4 lines

* A few string and organization fixes in preferences
* Update the LIST
* Coding style fixes

------------------------------------------------------------------------
r9853 | markfm | 2005-01-29 17:15:16 +0100 (sam, 29 jan 2005) | 2 lines

preferences wxSpinCtrl hack for WIN32 (make up arrow increase value)

------------------------------------------------------------------------
r9854 | zorglub | 2005-01-29 17:32:14 +0100 (sam, 29 jan 2005) | 2 lines

H264 support in mkv, patch by Steve Lhomme

------------------------------------------------------------------------
r9858 | rocky | 2005-01-30 04:31:51 +0100 (dim, 30 jan 2005) | 2 lines

Use cdio-native name for paranoia read.

------------------------------------------------------------------------
r9859 | sam | 2005-01-30 12:41:23 +0100 (dim, 30 jan 2005) | 2 lines

  * configure.ac: Scrogneugneu, fixed the C++ build.

------------------------------------------------------------------------
r9860 | zorglub | 2005-01-30 14:23:18 +0100 (dim, 30 jan 2005) | 2 lines

Uninitialized values

------------------------------------------------------------------------
r9861 | markfm | 2005-01-30 15:26:47 +0100 (dim, 30 jan 2005) | 2 lines

wxwindows update for WIN32 wxSpinCtrl, restrict range to valid integer (-32768, 32767)

------------------------------------------------------------------------
r9862 | gbazin | 2005-01-31 11:07:27 +0100 (lun, 31 jan 2005) | 1 line

* src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme (steve dot lhomme at free dot fr).
------------------------------------------------------------------------
r9863 | gbazin | 2005-01-31 12:41:03 +0100 (lun, 31 jan 2005) | 1 line

* configure.ac: hopefully the final fix for the c++ build.
------------------------------------------------------------------------
r9866 | markfm | 2005-02-01 03:11:02 +0100 (mar, 01 fv 2005) | 2 lines

wizard update -- set default vbitrate, abitrate (courtesy of zorglub), make boxes wxCB_READONLY to restrict choices

------------------------------------------------------------------------
r9869 | hartman | 2005-02-01 14:48:53 +0100 (mar, 01 fv 2005) | 2 lines

* Fix theora contrib

------------------------------------------------------------------------
r9870 | andrep | 2005-02-01 17:02:40 +0100 (mar, 01 fv 2005) | 1 line

* modules/codec/theora.c: correctly display x-offset video
------------------------------------------------------------------------
r9871 | oaubert | 2005-02-01 17:46:22 +0100 (mar, 01 fv 2005) | 2 lines

svg.c: ported the code for vlc 0.8.1 (as a video filter)

------------------------------------------------------------------------
r9872 | bigben | 2005-02-01 18:14:29 +0100 (mar, 01 fv 2005) | 3 lines

Typo lalalala


------------------------------------------------------------------------
r9873 | gbazin | 2005-02-02 16:54:00 +0100 (mer, 02 fv 2005) | 1 line

* modules/packetizer/mpeg4video.c: proper PTS/DTS calculation.
------------------------------------------------------------------------
r9875 | gbazin | 2005-02-03 13:11:28 +0100 (jeu, 03 fv 2005) | 1 line

* modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only the DTS is available.
------------------------------------------------------------------------
r9876 | titer | 2005-02-03 21:47:50 +0100 (jeu, 03 fv 2005) | 2 lines

 beos/VideoOutput.cpp: added yet another overlay mode (minimum VRAM usage)

------------------------------------------------------------------------
r9879 | courmisch | 2005-02-04 13:14:52 +0100 (ven, 04 fv 2005) | 2 lines

* Mem leak fixed

------------------------------------------------------------------------
r9880 | courmisch | 2005-02-04 13:35:15 +0100 (ven, 04 fv 2005) | 5 lines

Attempts to recode SAP announces from UTF-8 to user's charset
(will fix improperly encoded playlist items when the user's charset
does not match the SAP announcer's one, provided all SAP announce be
made into UTF-8)

------------------------------------------------------------------------
r9881 | andrep | 2005-02-04 17:13:11 +0100 (ven, 04 fv 2005) | 3 lines

* modules/video_filter/scale.c: Guard against p_pic->pf_release being NULL, which can happen e.g. if an unknown chroma is passed to the video output/filter


------------------------------------------------------------------------
r9882 | sigmunau | 2005-02-05 13:33:27 +0100 (sam, 05 fv 2005) | 2 lines

input/control.c: fix diviton by zero on selection bytebased bookmarks in live streams

------------------------------------------------------------------------
r9883 | courmisch | 2005-02-05 15:40:38 +0100 (sam, 05 fv 2005) | 3 lines

* convert SAP announce name & group from locale to UTF-8
* fix bug in previous SAP commit

------------------------------------------------------------------------
r9884 | zorglub | 2005-02-06 13:05:43 +0100 (dim, 06 fv 2005) | 8 lines

* wx : simplify some code, remove some useless duplications
       hopefully prevent deadlocks

* API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care.

* SAP/DAAP : Ensure that the  node gets removed on quit
* HAL : Remove the node on quit and fix f**age of the Close function

------------------------------------------------------------------------
r9885 | courmisch | 2005-02-06 17:02:24 +0100 (dim, 06 fv 2005) | 3 lines

- Fix building of vlc-config
  VLC can now be built in a subdirectory

------------------------------------------------------------------------
r9886 | courmisch | 2005-02-06 17:12:35 +0100 (dim, 06 fv 2005) | 2 lines

- Fix previous buggy commit

------------------------------------------------------------------------
r9887 | zorglub | 2005-02-06 17:54:12 +0100 (dim, 06 fv 2005) | 3 lines

Fix subtitle delay < 0 
DAAP compile fix

------------------------------------------------------------------------
r9888 | zorglub | 2005-02-06 18:55:47 +0100 (dim, 06 fv 2005) | 3 lines

* wx: Ensure that callbacks are not registered twice
* DAAP: don't crash if connection to host timeouts

------------------------------------------------------------------------
r9889 | courmisch | 2005-02-06 19:31:58 +0100 (dim, 06 fv 2005) | 2 lines

Compile fix, unbreak smb access on Linux

------------------------------------------------------------------------
r9890 | gbazin | 2005-02-07 11:44:49 +0100 (lun, 07 fv 2005) | 2 lines

* include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me.

------------------------------------------------------------------------
r9891 | courmisch | 2005-02-07 21:34:08 +0100 (lun, 07 fv 2005) | 2 lines

- Fixes a segmentation fault in sout_AnnounceSessionDestroy

------------------------------------------------------------------------
r9892 | courmisch | 2005-02-07 23:34:21 +0100 (lun, 07 fv 2005) | 2 lines

fix two memleaks and remove a bogus net_Close()

------------------------------------------------------------------------
r9893 | markfm | 2005-02-08 03:32:44 +0100 (mar, 08 fv 2005) | 2 lines

preferences_widgets -- Delete spinctrl hack for WIN32 (not needed with updated wxwidgets).  People using Cygwin:  either need a new contrib set, else compile wxwidgets CVS, at least the 6 Feb version.

------------------------------------------------------------------------
r9897 | gbazin | 2005-02-08 15:18:05 +0100 (mar, 08 fv 2005) | 1 line

* include/vlc_common.h: avoid compiler warnings.
------------------------------------------------------------------------
r9898 | jpsaman | 2005-02-08 15:33:40 +0100 (mar, 08 fv 2005) | 2 lines

Run makensis installer on Linux without wine to produce Windows installer package. NSIS 204 needs a patch for installation under Linux, it will be uploaded to contrib directory.

------------------------------------------------------------------------
r9900 | zorglub | 2005-02-08 17:38:18 +0100 (mar, 08 fv 2005) | 3 lines

Include missing images to dist
Autofocus the OK button in bookmark edit

------------------------------------------------------------------------
r9901 | fenrir | 2005-02-08 17:45:47 +0100 (mar, 08 fv 2005) | 2 lines

 * http: add a redirect from */index.html to */

------------------------------------------------------------------------
r9902 | fenrir | 2005-02-08 18:00:18 +0100 (mar, 08 fv 2005) | 13 lines

 * all: added a --audio-language and --spu-language to select tracks based
 on language code.
 Both options accepts a list (comma separated) of country code(2/3 letters)
or name (english/native).
 For demuxers that doesn't provide language info, they are ignored.

 Support for dvdnav isn't complete (only first language is tried) and untested.

 Ex: --spu-language en,fr will try to select english track and if none
 then french one (and if none, no subtitle).
 (you can also use --spu-language english,french or english,francais)
 

------------------------------------------------------------------------
r9903 | fenrir | 2005-02-08 18:02:49 +0100 (mar, 08 fv 2005) | 2 lines

 * all: better support for MBR mms stream (display only received streams).

------------------------------------------------------------------------
r9904 | fenrir | 2005-02-08 18:05:37 +0100 (mar, 08 fv 2005) | 2 lines

 * ts: correct use of descriptor 0x5 (for ac3 and lpcm too).

------------------------------------------------------------------------
r9905 | gbazin | 2005-02-09 10:37:08 +0100 (mer, 09 fv 2005) | 1 line

* src/extras/libc.c: removed unused vlc_seek().
------------------------------------------------------------------------
r9906 | gbazin | 2005-02-09 11:09:41 +0100 (mer, 09 fv 2005) | 3 lines

* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file.
This will be useful to find segments corresponding to the different titles/domains (as in DVDs).

------------------------------------------------------------------------
r9907 | gbazin | 2005-02-09 11:45:26 +0100 (mer, 09 fv 2005) | 1 line

* modules/demux/mkv.cpp: compilation fixes.
------------------------------------------------------------------------
r9908 | gbazin | 2005-02-09 14:52:40 +0100 (mer, 09 fv 2005) | 1 line

* modules/gui/wxwindows/interface.cpp: toolbar flickering fix.
------------------------------------------------------------------------
r9909 | gbazin | 2005-02-10 11:32:54 +0100 (jeu, 10 fv 2005) | 1 line

* modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default playlist size.
------------------------------------------------------------------------
r9910 | gbazin | 2005-02-10 12:56:54 +0100 (jeu, 10 fv 2005) | 1 line

* modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.
------------------------------------------------------------------------
r9911 | gbazin | 2005-02-10 12:58:12 +0100 (jeu, 10 fv 2005) | 1 line

* modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).
------------------------------------------------------------------------
r9912 | gbazin | 2005-02-10 14:26:52 +0100 (jeu, 10 fv 2005) | 1 line

* src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.
------------------------------------------------------------------------
r9913 | gbazin | 2005-02-10 14:43:10 +0100 (jeu, 10 fv 2005) | 1 line

* src/libvlc.c: help now prints the list of integer values.
------------------------------------------------------------------------
r9914 | gbazin | 2005-02-10 15:45:34 +0100 (jeu, 10 fv 2005) | 1 line

* src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.
------------------------------------------------------------------------
r9915 | gbazin | 2005-02-11 11:03:50 +0100 (ven, 11 fv 2005) | 4 lines

* msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
  Here is a patch to have the same file names and locations as the mingw32 build.
  It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...

------------------------------------------------------------------------
r9916 | zorglub | 2005-02-11 11:30:09 +0100 (ven, 11 fv 2005) | 2 lines

Added Steve Lhomme to the list of contributors. Thanks :)

------------------------------------------------------------------------
r9917 | gbazin | 2005-02-11 11:57:03 +0100 (ven, 11 fv 2005) | 1 line

* modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.
------------------------------------------------------------------------
r9918 | damienf | 2005-02-11 12:39:04 +0100 (ven, 11 fv 2005) | 1 line

GCC 3.3.3 has strong type checking
------------------------------------------------------------------------
r9919 | gbazin | 2005-02-11 13:36:22 +0100 (ven, 11 fv 2005) | 1 line

* modules/access/dvdnav.c: fixed typo.
------------------------------------------------------------------------
r9920 | fkuehne | 2005-02-12 11:33:45 +0100 (sam, 12 fv 2005) | 1 line

* all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team
------------------------------------------------------------------------
r9921 | fkuehne | 2005-02-12 11:38:14 +0100 (sam, 12 fv 2005) | 1 line

sorry for the previous commit. here are the new po-files.
------------------------------------------------------------------------
r9922 | gbazin | 2005-02-12 12:00:56 +0100 (sam, 12 fv 2005) | 6 lines

* modules/access/http.c,modules/access/mmsh,modules/demux/livedotcom.cpp: Disable clock synchro 
algorithm for http/mms/rtsp by default for now since our algo was designed for local network 
streaming of MPEG over UDP in mind and doesn't work well in other cases.
You can still use the --clock-synchro config option to override this.
Hopefully this commit will be reverted once the clock synchro has been re-written.

------------------------------------------------------------------------
r9923 | fkuehne | 2005-02-12 12:46:32 +0100 (sam, 12 fv 2005) | 1 line

* all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po)
------------------------------------------------------------------------
r9924 | fkuehne | 2005-02-12 13:41:00 +0100 (sam, 12 fv 2005) | 1 line

* all: updated the used Matroska/Ebml versions to 0.7.5 / 0.7.3, removed the old patches and changed their URLs to the official server instead of the VideoLAN-one
------------------------------------------------------------------------
r9926 | markfm | 2005-02-13 17:16:15 +0100 (dim, 13 fv 2005) | 2 lines

wizard.cpp -- change checkboxes to use wxALIGN_CENTER_VERTICAL|wxALL instead of wxLEFT (alignment fix)

------------------------------------------------------------------------
r9927 | markfm | 2005-02-13 23:16:48 +0100 (dim, 13 fv 2005) | 2 lines

wizard.cpp -- Change video and audio codec comboboxes to wxCB_DROPDOWN| wxCB_READONLY

------------------------------------------------------------------------
r9928 | gbazin | 2005-02-14 10:38:51 +0100 (lun, 14 fv 2005) | 3 lines

* modules/demux/mkv.cpp: fix for chapters seeking + support for more chapter elements, like hidden chapters. Patch by Steve Lhomme (steve dot lhomme at free dot fr).
* include/vlc_input.h: added an i_level member to seekpoint_t for nested chapters (patch by Steve Lhomme).

------------------------------------------------------------------------
r9929 | gbazin | 2005-02-14 11:12:19 +0100 (lun, 14 fv 2005) | 1 line

* modules/access/mms: fixed recent breakage.
------------------------------------------------------------------------
r9931 | robux4 | 2005-02-14 22:00:52 +0100 (lun, 14 fv 2005) | 1 line

mkv.cpp: try to decode H.264 with the avc1 FourCC (same as used for the MP4 source)
------------------------------------------------------------------------
r9932 | robux4 | 2005-02-14 22:31:18 +0100 (lun, 14 fv 2005) | 1 line

mkv.cpp: don't wait for frames that won't be displayed when seeking
------------------------------------------------------------------------
r9933 | dionoea | 2005-02-14 22:41:21 +0100 (lun, 14 fv 2005) | 5 lines

 * small man page update. It'd be nice to the http://videolan.org/doc
  url somewhere but i don't know where man page conventions would put
  that.


------------------------------------------------------------------------
r9934 | courmisch | 2005-02-15 14:55:08 +0100 (mar, 15 fv 2005) | 2 lines

Remove bogus executable permissions

------------------------------------------------------------------------
r9935 | hartman | 2005-02-15 18:33:58 +0100 (mar, 15 fv 2005) | 4 lines

* renamed audio-channel to audio-track so ppl don't confuse it with audio-channels
* renamed spu-channel to spu-track
* "Tracks settings" should be "Track settings"

------------------------------------------------------------------------
r9936 | hartman | 2005-02-15 18:34:40 +0100 (mar, 15 fv 2005) | 2 lines

* Set svn:ignore on activex dir.

------------------------------------------------------------------------
r9937 | hartman | 2005-02-15 21:03:09 +0100 (mar, 15 fv 2005) | 2 lines

* Added the new languages to the prefs and the OSX environment.

------------------------------------------------------------------------
r9938 | hartman | 2005-02-15 21:29:29 +0100 (mar, 15 fv 2005) | 5 lines

* renamed --spu-track to --sub-track
* renamed --spumargin to --sub-margin
* renamed --spu-language to --sub-language
* added note to NEWS about changed names of options

------------------------------------------------------------------------
r9939 | gbazin | 2005-02-15 21:44:22 +0100 (mar, 15 fv 2005) | 1 line

* modules/gui/wxwindows/messages.cpp: fixed insertion point in messages window.
------------------------------------------------------------------------
r9940 | gbazin | 2005-02-15 22:09:09 +0100 (mar, 15 fv 2005) | 1 line

* configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.
------------------------------------------------------------------------
r9941 | gbazin | 2005-02-15 22:11:27 +0100 (mar, 15 fv 2005) | 1 line

* configure.ac: forgot to save this change.
------------------------------------------------------------------------
r9942 | gbazin | 2005-02-15 22:21:17 +0100 (mar, 15 fv 2005) | 1 line

* ALL: WinCE build fixes.
------------------------------------------------------------------------
r9943 | gbazin | 2005-02-15 22:22:47 +0100 (mar, 15 fv 2005) | 1 line

* m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.
------------------------------------------------------------------------
r9944 | gbazin | 2005-02-15 22:26:24 +0100 (mar, 15 fv 2005) | 1 line

* include/vlc/vlc.h: WinCE build fix.
------------------------------------------------------------------------
r9945 | gbazin | 2005-02-15 22:40:17 +0100 (mar, 15 fv 2005) | 1 line

* configure.ac: fixed typo.
------------------------------------------------------------------------
r9946 | gbazin | 2005-02-15 22:56:54 +0100 (mar, 15 fv 2005) | 1 line

* modules/gui/wince: WinCE build fixes.
------------------------------------------------------------------------
r9947 | gbazin | 2005-02-15 23:01:17 +0100 (mar, 15 fv 2005) | 1 line

* src/libvlc.c: fixed small memory leak.
------------------------------------------------------------------------
r9948 | gbazin | 2005-02-15 23:10:26 +0100 (mar, 15 fv 2005) | 1 line

* configure.ac, src/vlc.c: WinCE build fixes.
------------------------------------------------------------------------
r9949 | gbazin | 2005-02-15 23:28:31 +0100 (mar, 15 fv 2005) | 1 line

* configure.ac: another wince build fix.
------------------------------------------------------------------------
r9950 | gbazin | 2005-02-15 23:36:56 +0100 (mar, 15 fv 2005) | 1 line

* configure.ac: don't compile mux_ts if --disable-sout is specified.
------------------------------------------------------------------------
r9951 | hartman | 2005-02-15 23:37:57 +0100 (mar, 15 fv 2005) | 2 lines

* correction of the description of audio-language

------------------------------------------------------------------------
r9952 | gbazin | 2005-02-15 23:44:28 +0100 (mar, 15 fv 2005) | 1 line

*  modules/demux/ts.c: WinCE fix.
------------------------------------------------------------------------
r9953 | gbazin | 2005-02-16 01:34:27 +0100 (mer, 16 fv 2005) | 1 line

* modules/gui/wince: compile the resource file as well.
------------------------------------------------------------------------
r9954 | gbazin | 2005-02-16 01:48:12 +0100 (mer, 16 fv 2005) | 1 line

* configure.ac: fixed typo.
------------------------------------------------------------------------
r9955 | gbazin | 2005-02-16 09:29:47 +0100 (mer, 16 fv 2005) | 1 line

* configure.ac, modules/video_output/wingdi.c: enable wingapi vout on WinCE.
------------------------------------------------------------------------
r9956 | hartman | 2005-02-16 14:49:41 +0100 (mer, 16 fv 2005) | 2 lines

* forgot to commit this yesterday after the --spu-foo renames

------------------------------------------------------------------------
r9957 | gbazin | 2005-02-16 16:34:53 +0100 (mer, 16 fv 2005) | 1 line

* src/extras/libc.c: fixed vlc_strncasecmp().
------------------------------------------------------------------------
r9958 | gbazin | 2005-02-16 16:35:35 +0100 (mer, 16 fv 2005) | 1 line

* modules/misc/network/ipv4.c: WinCE fix.
------------------------------------------------------------------------
r9959 | fkuehne | 2005-02-16 19:00:06 +0100 (mer, 16 fv 2005) | 1 line

* ALL:  added Nepali as the last of Simos Xenitellis' list of languages
------------------------------------------------------------------------
r9960 | robux4 | 2005-02-16 22:16:34 +0100 (mer, 16 fv 2005) | 1 line

mkv.cpp: use time-based seeking whenever possible
------------------------------------------------------------------------
r9961 | robux4 | 2005-02-16 23:01:41 +0100 (mer, 16 fv 2005) | 1 line

avoid \r\n problems
------------------------------------------------------------------------
r9965 | hartman | 2005-02-17 02:53:50 +0100 (jeu, 17 fv 2005) | 2 lines

* Finally fixed the issue with resizing the controller and the broken playlist view that was the result of this resize. Estimated 60 hours spent to work around a stupid autoresize bug in the AppKit of Cocoa.

------------------------------------------------------------------------
r9966 | robux4 | 2005-02-17 11:27:41 +0100 (jeu, 17 fv 2005) | 1 line

mkv.cpp: finer granularity for seeking (useful for long files)
------------------------------------------------------------------------
r9967 | damienf | 2005-02-17 13:06:01 +0100 (jeu, 17 fv 2005) | 3 lines

- miscelleanous fixes and improvements
- self registration (Internet installation now possible)

------------------------------------------------------------------------
r9968 | damienf | 2005-02-17 13:08:11 +0100 (jeu, 17 fv 2005) | 2 lines

no longer necessary, thanks to self-registration 

------------------------------------------------------------------------
r9969 | robux4 | 2005-02-17 13:39:40 +0100 (jeu, 17 fv 2005) | 1 line

mkv.cpp: more debug and checks
------------------------------------------------------------------------
r9970 | hartman | 2005-02-17 18:30:36 +0100 (jeu, 17 fv 2005) | 5 lines

* playlist.m:
  - Make sure cd/dvd's can be D&D and recognized. (cdda autodetection still fails)
  - Make sure disk names are retrieved when opening cd/dvd's
* macosx.m: Give the submodules proper descriptions.

------------------------------------------------------------------------
r9971 | robux4 | 2005-02-17 21:12:53 +0100 (jeu, 17 fv 2005) | 1 line

mkv.cpp: fix the update of the timecode and position bar after seeking
------------------------------------------------------------------------
r9972 | fkuehne | 2005-02-17 21:43:16 +0100 (jeu, 17 fv 2005) | 1 line

* mirrored the 'services discovery' menu in the file menu -- the flags indicating the running services are partially broken (you do only see them at the same position as you activated the service). I'll fix that after the WE
------------------------------------------------------------------------
r9974 | gbazin | 2005-02-18 11:16:13 +0100 (ven, 18 fv 2005) | 1 line

* modules/gui/wxwindows/streamout.cpp: Added an sout-all checkbox + removed the RTP output line which was cluttering the dialog box more than anything else.
------------------------------------------------------------------------
r9975 | gbazin | 2005-02-18 11:49:08 +0100 (ven, 18 fv 2005) | 1 line

* Makefile.am: fixed package-win32 target
------------------------------------------------------------------------
r9976 | titer | 2005-02-18 15:01:21 +0100 (ven, 18 fv 2005) | 3 lines

 video_output/opengl.c: fixed a (OS X only) segfault
 macosx/vout*.m: cleaning

------------------------------------------------------------------------
r9977 | robux4 | 2005-02-18 16:07:57 +0100 (ven, 18 fv 2005) | 1 line

mkv.cpp: handle seeking the way it's supposed to work (in the future)
------------------------------------------------------------------------
r9978 | titer | 2005-02-18 16:11:21 +0100 (ven, 18 fv 2005) | 4 lines

 macosx/voutgl.m: fixed another crash (hopefully the last one).
   Looks like OS X delayed the window destruction, causing the crash
   since reshape tries to use p_vout after it's been freed.

------------------------------------------------------------------------
r9979 | sigmunau | 2005-02-18 16:13:08 +0100 (ven, 18 fv 2005) | 2 lines

wall.c: do not assume all windows are equal width if they are not.

------------------------------------------------------------------------
r9980 | titer | 2005-02-18 16:18:29 +0100 (ven, 18 fv 2005) | 2 lines

 opengl.c: higher priority on OS X

------------------------------------------------------------------------
r9981 | titer | 2005-02-18 17:13:11 +0100 (ven, 18 fv 2005) | 2 lines

 contrib/src/Makefile: fixed fribidi build on OS X != 10.2

------------------------------------------------------------------------
r9982 | titer | 2005-02-18 23:48:11 +0100 (ven, 18 fv 2005) | 4 lines

 contrib/*: enhanced contrib system to support cross-compilations.
   Give an argument to bootstrap to use it (for example
   `./bootstrap i586-pc-beos')

------------------------------------------------------------------------
r9983 | sigmunau | 2005-02-19 00:37:25 +0100 (sam, 19 fv 2005) | 2 lines

wall.c: reverted previous commit, new proper fix

------------------------------------------------------------------------
r9984 | titer | 2005-02-19 02:46:28 +0100 (sam, 19 fv 2005) | 5 lines

 demux/mkv.cpp: be gcc 2.9x friendly:
  + careful when using std::string's compare, it has changed with gcc 3,
    you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif
  + gcc 2.9x doesn't know at() for vectors, use iterators instead

------------------------------------------------------------------------
r9985 | titer | 2005-02-19 02:58:57 +0100 (sam, 19 fv 2005) | 4 lines

 configure.ac: added --disable/enable-hal
 Makefile.am: in package-beos, use $(STRIP) instead of strip since we
   might be cross-compiling

------------------------------------------------------------------------
r9986 | markfm | 2005-02-19 13:27:18 +0100 (sam, 19 fv 2005) | 2 lines

marq.c -- allow relative positioning, like logo, via --marq-pos

------------------------------------------------------------------------
r9987 | markfm | 2005-02-20 01:12:15 +0100 (dim, 20 fv 2005) | 2 lines

freetype.c  add --freetype-opacity (0..100%), to control text transparency

------------------------------------------------------------------------
r9988 | sigmunau | 2005-02-20 14:27:11 +0100 (dim, 20 fv 2005) | 9 lines

wall.c: try to make all windows in a given aspect ratio for proper
fullscreen. Collect the "blackness" on the far left/right/top/bottom.
todo:
* Make window aspect-ratio configureable
* handle anamorphic input
* constain the sizes of the windows to legal values
* handle some rounding errors


------------------------------------------------------------------------
r9989 | titer | 2005-02-20 15:12:34 +0100 (dim, 20 fv 2005) | 2 lines

 video_filter/marq.c: converted to unix file format

------------------------------------------------------------------------
r9990 | gbazin | 2005-02-20 16:16:12 +0100 (dim, 20 fv 2005) | 1 line

* modules/gui/wince: misc small fixes.
------------------------------------------------------------------------
r9991 | gbazin | 2005-02-20 16:37:23 +0100 (dim, 20 fv 2005) | 1 line

* modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).
------------------------------------------------------------------------
r9994 | markfm | 2005-02-20 17:05:39 +0100 (dim, 20 fv 2005) | 2 lines

freetype.c  Change opacity to 0...255, add --freetype-color hex_RGB shortcut

------------------------------------------------------------------------
r9998 | gbazin | 2005-02-20 21:47:04 +0100 (dim, 20 fv 2005) | 1 line

* src/misc/httpd.c,  modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.
------------------------------------------------------------------------
r9999 | gbazin | 2005-02-20 21:53:01 +0100 (dim, 20 fv 2005) | 1 line

* INSTALL.wince: preliminary build instructions for the WinCE port of VLC.
------------------------------------------------------------------------
r10001 | yoann | 2005-02-20 21:54:03 +0100 (dim, 20 fv 2005) | 1 line

* src/misc/vlm.c: addded 'inputdel' setup command
------------------------------------------------------------------------
r10002 | zorglub | 2005-02-20 21:56:05 +0100 (dim, 20 fv 2005) | 2 lines

Add sdp meta-data to playlist

------------------------------------------------------------------------
r10003 | gbazin | 2005-02-20 22:26:14 +0100 (dim, 20 fv 2005) | 1 line

* configure.ac: WinCE build fix.
------------------------------------------------------------------------
r10004 | gbazin | 2005-02-20 22:38:36 +0100 (dim, 20 fv 2005) | 1 line

* modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.
------------------------------------------------------------------------
r10007 | yoann | 2005-02-21 00:22:21 +0100 (lun, 21 fv 2005) | 2 lines

* src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media

------------------------------------------------------------------------
r10008 | robux4 | 2005-02-21 08:52:19 +0100 (lun, 21 fv 2005) | 1 line

mkv.cpp: do not spread gcc problems to other compilers
------------------------------------------------------------------------
r10009 | robux4 | 2005-02-21 09:07:34 +0100 (lun, 21 fv 2005) | 1 line

mkv.cpp: prepare code for multiple editions and ordered editions
------------------------------------------------------------------------
r10010 | fenrir | 2005-02-21 10:03:07 +0100 (lun, 21 fv 2005) | 11 lines

 * block: added 
    - BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
 BLOCK_FLAG_DISCONTINUITY in that case)
    - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
 * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
 * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
 (untested).
 * mp4: added support for CTTS table (pts, needed for h264+bframe).
 * decoders: for now handle discontinuity and corrupted block the same way.


------------------------------------------------------------------------
r10011 | fenrir | 2005-02-21 10:05:11 +0100 (lun, 21 fv 2005) | 2 lines

 * all: woops (debug messages left).

------------------------------------------------------------------------
r10012 | fenrir | 2005-02-21 10:10:53 +0100 (lun, 21 fv 2005) | 6 lines

 * livedotcom: automatic TCP rollover when no data was received in 900ms and
 auto eof when no more data received in 3s (not tested a lot, so please report
 any problem).
  Do not set dts for video stream (make libmpeg2 happy).
 

------------------------------------------------------------------------
r10013 | sigmunau | 2005-02-21 13:03:28 +0100 (lun, 21 fv 2005) | 3 lines

wall.c: create properly sized (multiple of two each way) windows. set
correct output resolution on the created windows

------------------------------------------------------------------------
r10014 | gbazin | 2005-02-21 14:00:20 +0100 (lun, 21 fv 2005) | 1 line

* src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.
------------------------------------------------------------------------
r10015 | yoann | 2005-02-21 14:06:08 +0100 (lun, 21 fv 2005) | 2 lines

* src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)

------------------------------------------------------------------------
r10016 | gbazin | 2005-02-21 14:07:54 +0100 (lun, 21 fv 2005) | 1 line

* src/extras/dirent.h: removed useless file.
------------------------------------------------------------------------
r10017 | dionoea | 2005-02-21 14:13:52 +0100 (lun, 21 fv 2005) | 31 lines

Basic mosaic, video blending modules
 * picture.c picture.h : vout that copies the rendered image in a libvlc
                         object.
 * mosaic.c : sub filter that takes all the images created by the picture
              module and blends them over the current video

I think i still have loads of things to fix (like memleaks)

Simple vlm configuration file to see this work :
<<<<
new chan1 broadcast enabled
setup chan1 input somevideo1.avi
setup chan1 option vout=picture

new chan2 broadcast enabled
setup chan2 input somevideo2.avi
setup chan2 option vout=picture

new bg broadcast enabled
setup bg input somevideo0.avi
setup bg option sub-filter=mosaic

control bg play
control chan1 play
control chan2 play
>>>>

You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf



------------------------------------------------------------------------
r10018 | gbazin | 2005-02-21 14:35:15 +0100 (lun, 21 fv 2005) | 1 line

* configure.ac, modules/access/directory.c: enabled the directory access module on WinCE.
------------------------------------------------------------------------
r10019 | dionoea | 2005-02-21 14:39:01 +0100 (lun, 21 fv 2005) | 2 lines

 * update the copyright dates

------------------------------------------------------------------------
r10020 | gbazin | 2005-02-21 14:50:17 +0100 (lun, 21 fv 2005) | 1 line

* include/vlc_common.h: compilation fix.
------------------------------------------------------------------------
r10021 | dionoea | 2005-02-21 16:23:46 +0100 (lun, 21 fv 2005) | 3 lines

 * picture.c : slightly cleaner picture_t freeing
 * mosaic.c : add a switch to keep aspect ratio when resizing

------------------------------------------------------------------------
r10022 | sigmunau | 2005-02-21 16:58:02 +0100 (lun, 21 fv 2005) | 3 lines

wall.c: handle some rounding error causing a integer overflow. more window
size constrain fixes

------------------------------------------------------------------------
r10023 | djc | 2005-02-21 17:12:14 +0100 (lun, 21 fv 2005) | 3 lines

Do not use setTitleWithRepresentedFilename if input is not a file.


------------------------------------------------------------------------
r10024 | gbazin | 2005-02-21 18:50:54 +0100 (lun, 21 fv 2005) | 1 line

* src/misc/modules.c, modules/access/directory.c: Win32 fixes (GetFileAttributes() returns -1 on error).
------------------------------------------------------------------------
r10025 | gbazin | 2005-02-21 18:51:53 +0100 (lun, 21 fv 2005) | 1 line

* modules/misc/network/ipv4.c: multicast support for WinCE.
------------------------------------------------------------------------
r10027 | gbazin | 2005-02-21 20:15:33 +0100 (lun, 21 fv 2005) | 1 line

* configure.ac: mux_ts was moved to builtins by mistake.
------------------------------------------------------------------------
r10028 | gbazin | 2005-02-21 20:16:22 +0100 (lun, 21 fv 2005) | 1 line

* modules/codec/vorbis.c: uninitialized variable.
------------------------------------------------------------------------
r10029 | gbazin | 2005-02-21 21:32:36 +0100 (lun, 21 fv 2005) | 1 line

* modules/demux/ogg.c: added support for new Ogg mapping for FLAC.
------------------------------------------------------------------------
r10030 | damienf | 2005-02-22 12:13:11 +0100 (mar, 22 fv 2005) | 2 lines

added ActiveX control to the VLC installer

------------------------------------------------------------------------
r10031 | gbazin | 2005-02-22 13:50:43 +0100 (mar, 22 fv 2005) | 1 line

* src/misc/threads.c: print thread timing statistics on thread destruction (Win32 only).
------------------------------------------------------------------------
r10032 | gbazin | 2005-02-22 14:13:29 +0100 (mar, 22 fv 2005) | 1 line

* modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain why the check is triggered though).
------------------------------------------------------------------------
r10033 | damienf | 2005-02-22 16:35:01 +0100 (mar, 22 fv 2005) | 2 lines

- changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in)

------------------------------------------------------------------------
r10034 | gbazin | 2005-02-22 16:53:42 +0100 (mar, 22 fv 2005) | 1 line

* configure.ac: fixed typo + removed some plugins from the WinCE build.
------------------------------------------------------------------------
r10035 | djc | 2005-02-22 18:27:04 +0100 (mar, 22 fv 2005) | 4 lines

We use setRepresentedFilename if access is File.
Title is found in input instead of playlist (fix a small vlm bug...).


------------------------------------------------------------------------
r10036 | hartman | 2005-02-22 23:11:26 +0100 (mar, 22 fv 2005) | 2 lines

* renamed sap module from "SAP interface" to "SAP announces"

------------------------------------------------------------------------
r10037 | markfm | 2005-02-23 04:37:45 +0100 (mer, 23 fv 2005) | 2 lines

freetype.c  Correct color mapping, make color choice a 16-item pick list, add on-the-fly capability (independent color/opacity for time, marquee, etc.)

------------------------------------------------------------------------
r10038 | gbazin | 2005-02-23 09:09:46 +0100 (mer, 23 fv 2005) | 1 line

* configure.ac: wince interface moved to builtins.
------------------------------------------------------------------------
r10039 | sigmunau | 2005-02-23 10:12:31 +0100 (mer, 23 fv 2005) | 9 lines

wall.c: set the total output aspect ratio to the device aspect ratio, even
if size constrains stoped us from making the parts have that aspect ratio.
This causes a slight stretch of the image in some direction but should
totally remove black lines between the elements.
todo:
 * make device aspect ratio configureable (easy)
 * handle anamorphic input video (medium)


------------------------------------------------------------------------
r10040 | sigmunau | 2005-02-23 11:11:33 +0100 (mer, 23 fv 2005) | 3 lines

wall.c: shut up two compiler warnings. Fix two (only one actually
experienced) rounding errors causing invalid reads and green lines.

------------------------------------------------------------------------
r10041 | sigmunau | 2005-02-23 11:33:07 +0100 (mer, 23 fv 2005) | 2 lines

wall.c: user-configurable aspect-ratio for the displays

------------------------------------------------------------------------
r10042 | hartman | 2005-02-23 12:37:04 +0100 (mer, 23 fv 2005) | 3 lines

* hooked up the Playlist window menuitem to an action
* added com-shift-E and com-shift-M keycombo's for Equalizer window and Messages window

------------------------------------------------------------------------
r10043 | robux4 | 2005-02-23 12:48:25 +0100 (mer, 23 fv 2005) | 1 line

mkv.cpp: fix dirent issue with the recent "fixes"
------------------------------------------------------------------------
r10044 | robux4 | 2005-02-23 13:13:17 +0100 (mer, 23 fv 2005) | 1 line

mkv.cpp: I was wrong, the dirent export works
------------------------------------------------------------------------
r10045 | hartman | 2005-02-23 14:53:28 +0100 (mer, 23 fv 2005) | 2 lines

* Update copyright to 2005 where appropriate.

------------------------------------------------------------------------
r10046 | damienf | 2005-02-23 15:09:40 +0100 (mer, 23 fv 2005) | 5 lines

- inserted uninstall entry for activex plugin
- fixed autoplay for DVD and CD

caveat for CD, the cdda plugin must be fixed to allow for a MRL of the form cdda:D:\ (needs to support the trailing backslash)

------------------------------------------------------------------------
r10047 | damienf | 2005-02-23 15:26:47 +0100 (mer, 23 fv 2005) | 2 lines

- changed sample axvlc.inf to use VLC NSI installer

------------------------------------------------------------------------
r10048 | hartman | 2005-02-23 15:37:56 +0100 (mer, 23 fv 2005) | 3 lines

* Let's break the prefs again for OSX
  now to get it working. There is a semi-todo/design list in prefs.m.

------------------------------------------------------------------------
r10049 | gbazin | 2005-02-23 15:52:09 +0100 (mer, 23 fv 2005) | 1 line

* src/misc/modules.c: MSVC compilation fix.
------------------------------------------------------------------------
r10050 | hartman | 2005-02-23 16:26:27 +0100 (mer, 23 fv 2005) | 2 lines

* Lets use the final version of goom2k4

------------------------------------------------------------------------
r10051 | hartman | 2005-02-23 17:27:01 +0100 (mer, 23 fv 2005) | 2 lines

* Fix setRepresentedFilename in case p_access not present (ie. in case of access_demux)

------------------------------------------------------------------------
r10052 | zorglub | 2005-02-23 18:25:46 +0100 (mer, 23 fv 2005) | 2 lines

Re-enable directory

------------------------------------------------------------------------
r10053 | hartman | 2005-02-23 21:15:28 +0100 (mer, 23 fv 2005) | 2 lines

* freetype.c: fix for blurry subs? someone please confirm

------------------------------------------------------------------------
r10054 | hartman | 2005-02-23 23:28:36 +0100 (mer, 23 fv 2005) | 2 lines

* Forgot to commit the goom2k4 patch

------------------------------------------------------------------------
r10055 | hartman | 2005-02-24 01:07:30 +0100 (jeu, 24 fv 2005) | 2 lines

* start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.

------------------------------------------------------------------------
r10056 | robux4 | 2005-02-24 14:39:38 +0100 (jeu, 24 fv 2005) | 1 line

mkv.cpp: add more code to support ordered chapters
------------------------------------------------------------------------
r10057 | gbazin | 2005-02-24 16:19:05 +0100 (jeu, 24 fv 2005) | 1 line

* modules/gui/wince: cleanup + ported to win32 (but not tried yet ;).
------------------------------------------------------------------------
r10058 | robux4 | 2005-02-24 18:13:22 +0100 (jeu, 24 fv 2005) | 1 line

fill more data in the chapter classes
------------------------------------------------------------------------
r10059 | dionoea | 2005-02-25 00:31:56 +0100 (ven, 25 fv 2005) | 2 lines

Updated danish translation by Jonas Larsen (E-bola)

------------------------------------------------------------------------
r10060 | gbazin | 2005-02-25 09:33:38 +0100 (ven, 25 fv 2005) | 1 line

* ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.
------------------------------------------------------------------------
r10061 | fenrir | 2005-02-25 17:05:22 +0100 (ven, 25 fv 2005) | 3 lines

* ts: if no dts but there is a pts then dts == pts.


------------------------------------------------------------------------
r10062 | zorglub | 2005-02-26 16:41:22 +0100 (sam, 26 fv 2005) | 4 lines

* Allow all MJPEG fourcc
* Announce content-length
* Allow  boundary string customization

------------------------------------------------------------------------
r10063 | gbazin | 2005-02-26 20:28:41 +0100 (sam, 26 fv 2005) | 1 line

* modules/gui/wince: some more code cleanup + fixes.
------------------------------------------------------------------------
r10064 | andrep | 2005-02-27 06:51:32 +0100 (dim, 27 fv 2005) | 28 lines

* modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla plugin lives again!


Some details:

* This was mostly taken verbatim from revision:5717 (before the vout
  Mozilla support was removed), though it's been edited pretty thoroughly,
  and is now much more commented.

* The "normal" vout display should be completely unaffected, since the
  plugin-relevant code paths are only taken when p_vout->p_sys->b_embedded is
  set to VLC_TRUE.  (I've tested the normal VLC.app, and it seems fine.)

* There are still some problems with the plugin when the Mozilla window is
  resized a lot.  I suspect this is due to threading issues with
  QuickDraw, but I don't know enough about QuickDraw to be sure.  Help
  with this would be very welcome.

* The original patch in revision:5717 optimised the plugin display
  slightly, by using a mask (clipping region) so that QuickDraw only
  updated the plugin's area of the dirty region.  I elected not to use
  a mask, since I thought the extra code complexity (i.e. lots more if()
  branches) isn't worth the incremental speedup.  (If, in fact, there was
  a speedup at all -- the extra overhead induced by calculating the
  intersection of the dirty region with the mask may have offset any
  benefits: only benchmarks will tell ...)


------------------------------------------------------------------------
r10065 | markfm | 2005-02-27 18:25:12 +0100 (dim, 27 fv 2005) | 2 lines

freetype and rc extensions.  i_font_color and i_font_opacity added to subpictures, allowing per-object control (defaulting to freetype).  marq and time updated to allow font color and opacity control.  rc update to allow OTF control of all marq and time options.

------------------------------------------------------------------------
r10066 | markfm | 2005-02-27 20:14:41 +0100 (dim, 27 fv 2005) | 2 lines

freetype.c -- set default font color (white)

------------------------------------------------------------------------
r10067 | markfm | 2005-02-27 20:30:11 +0100 (dim, 27 fv 2005) | 2 lines

vlc_filter.h -- update pf_render_string for additional RenderText parameters.

------------------------------------------------------------------------
r10068 | robux4 | 2005-02-27 20:34:39 +0100 (dim, 27 fv 2005) | 1 line

More ordered chapters code, still not functional
------------------------------------------------------------------------
r10069 | fkuehne | 2005-02-27 23:57:36 +0100 (dim, 27 fv 2005) | 1 line

* removed prefs_widgets.h, prefs_widgets.m, playlistinfo.h, playlistinfo.m, equalizer.m, equalizer.h, voutgl.m, voutqt.m from the build target, so they don't get copied in the Resources-folder of the binary bundle
------------------------------------------------------------------------
r10070 | markfm | 2005-02-28 13:48:26 +0100 (lun, 28 fv 2005) | 2 lines

Make sure the files are in Unix format

------------------------------------------------------------------------
r10071 | gbazin | 2005-02-28 15:40:27 +0100 (lun, 28 fv 2005) | 1 line

* modules/gui/wince: some more cleanup.
------------------------------------------------------------------------
r10072 | dionoea | 2005-02-28 16:54:07 +0100 (lun, 28 fv 2005) | 5 lines

 * mosaic.c, rc.c, rtci.c : callbacks to change mosaic sub filter
                            parameters on the fly
 * mosaic.c : center image in rectangle when keep aspect ratio is enabled
 * picture.c : remove debug message

------------------------------------------------------------------------
r10073 | gbazin | 2005-02-28 19:23:26 +0100 (lun, 28 fv 2005) | 1 line

* modules/gui/wince: usual bunch of cleanup + updates.
------------------------------------------------------------------------
r10074 | gbazin | 2005-02-28 21:51:32 +0100 (lun, 28 fv 2005) | 1 line

* modules/gui/wince: added a popup menu for the main interface.
------------------------------------------------------------------------
r10075 | markfm | 2005-03-01 00:40:59 +0100 (mar, 01 mar 2005) | 2 lines

Remove rtci.c from modules/control (implementation on hold)

------------------------------------------------------------------------
r10076 | gbazin | 2005-03-01 08:53:04 +0100 (mar, 01 mar 2005) | 2 lines

* modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF from the last commit.

------------------------------------------------------------------------
r10077 | hartman | 2005-03-01 10:28:37 +0100 (mar, 01 mar 2005) | 4 lines

* simplified the lirc code to listen for key-* strings which we can directly use to trigger hotkeys.
* updated the example.lircrc with new required strings
* added a notice to NEWS about changed lirc syntax.

------------------------------------------------------------------------
r10078 | zorglub | 2005-03-01 14:31:32 +0100 (mar, 01 mar 2005) | 3 lines

Fix playlist export
Remove extra SAP debug

------------------------------------------------------------------------
r10079 | robux4 | 2005-03-01 16:01:48 +0100 (mar, 01 mar 2005) | 1 line

mkv.cpp: fix the chapter/edition ending time
------------------------------------------------------------------------
r10080 | markfm | 2005-03-01 16:22:47 +0100 (mar, 01 mar 2005) | 2 lines

dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_t, new marq-size and time-size shortcuts, accessible from rc

------------------------------------------------------------------------
r10081 | dionoea | 2005-03-01 16:33:51 +0100 (mar, 01 mar 2005) | 2 lines

 * add svn Id support and some copyright info in picture.h

------------------------------------------------------------------------
r10082 | gbazin | 2005-03-01 17:26:21 +0100 (mar, 01 mar 2005) | 3 lines

* modules/codec/lpcm.c: support for 20/24 bits LPCM.
* modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.

------------------------------------------------------------------------
r10083 | dionoea | 2005-03-01 18:16:30 +0100 (mar, 01 mar 2005) | 2 lines

 * fix placement calculation when vborder or hborder are non zero

------------------------------------------------------------------------
r10084 | robux4 | 2005-03-01 18:28:15 +0100 (mar, 01 mar 2005) | 1 line

mkv.cpp: update the current chapter during playback
------------------------------------------------------------------------
r10085 | massiot | 2005-03-01 18:30:50 +0100 (mar, 01 mar 2005) | 3 lines

* modules/stream_out/transcode.c: Fixed --sout-transcode-threads=1 option
  (what the hell is i_duplicate ?)

------------------------------------------------------------------------
r10086 | robux4 | 2005-03-01 18:41:36 +0100 (mar, 01 mar 2005) | 1 line

mkv.cpp: better handling of the seekpoint numbers
------------------------------------------------------------------------
r10087 | massiot | 2005-03-01 19:26:29 +0100 (mar, 01 mar 2005) | 3 lines

* modules/video_output/picture.c: Changed the order of the commands to avoid
  holding p_picture_vout->lock for too long.

------------------------------------------------------------------------
r10088 | hartman | 2005-03-01 19:39:19 +0100 (mar, 01 mar 2005) | 2 lines

* Fix compile issue on lirc.c

------------------------------------------------------------------------
r10089 | courmisch | 2005-03-01 21:28:37 +0100 (mar, 01 mar 2005) | 4 lines

- fix is_mult call in case of Unicode build (c_str => mb_str)
- fix IPv6 multicast address range
- more strict IPv4 multicast address range

------------------------------------------------------------------------
r10090 | titer | 2005-03-01 21:56:17 +0100 (mar, 01 mar 2005) | 3 lines

 ffmpeg.patch.cvs: workaround buggy lrintf detection when cross compiling
  (fixes WMA decoding in BeOS nightly builds)

------------------------------------------------------------------------
r10091 | courmisch | 2005-03-01 22:24:25 +0100 (mar, 01 mar 2005) | 2 lines

- build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir

------------------------------------------------------------------------
r10092 | dionoea | 2005-03-02 00:21:22 +0100 (mer, 02 mar 2005) | 2 lines

 * change copyright date 

------------------------------------------------------------------------
r10093 | dionoea | 2005-03-02 00:24:08 +0100 (mer, 02 mar 2005) | 9 lines

Add options to give a specific channel order in mosaic

 * picture.* : add picture-id option. its a string that identifies the
               video.
 * mosaic.c : add mosaic-order option. its a comma separated list of
              picture-ids. Any picture who's id isn't found in the list
              will be placed after skiping the necessary number of
              slots needed to place all pictures defined in this list.

------------------------------------------------------------------------
r10094 | gbazin | 2005-03-02 11:01:39 +0100 (mer, 02 mar 2005) | 1 line

* modules/stream_out/transcode.c: added a missing vlc_object_destroy().
------------------------------------------------------------------------
r10095 | courmisch | 2005-03-02 11:27:35 +0100 (mer, 02 mar 2005) | 2 lines

Unbreak make vlc from subdir

------------------------------------------------------------------------
r10096 | robux4 | 2005-03-02 11:34:01 +0100 (mer, 02 mar 2005) | 1 line

mkv.cpp: correct use of the default chapter edition
------------------------------------------------------------------------
r10097 | gbazin | 2005-03-02 12:00:16 +0100 (mer, 02 mar 2005) | 1 line

* modules/codec/theora.c: sanity check for invalid theora header.
------------------------------------------------------------------------
r10098 | damienf | 2005-03-02 14:45:45 +0100 (mer, 02 mar 2005) | 3 lines

- install axvlc.dll within the VLC directory, rather than WINDOWS
- DllRegisterServer modified to use current DLL path when registering control

------------------------------------------------------------------------
r10099 | robux4 | 2005-03-02 17:16:56 +0100 (mer, 02 mar 2005) | 2 lines

video.c: don't display pre-rolled pictures
es_out.c: handle the pre-roll earlier
------------------------------------------------------------------------
r10100 | robux4 | 2005-03-02 17:19:56 +0100 (mer, 02 mar 2005) | 1 line

mkv.cpp: ordered chapters now functional !
------------------------------------------------------------------------
r10101 | robux4 | 2005-03-02 17:47:31 +0100 (mer, 02 mar 2005) | 1 line

Avoid \r\n problems between platforms
------------------------------------------------------------------------
r10102 | robux4 | 2005-03-02 17:53:16 +0100 (mer, 02 mar 2005) | 1 line

mkv.cpp: fix a gcc compilation error
------------------------------------------------------------------------
r10103 | dionoea | 2005-03-02 18:57:22 +0100 (mer, 02 mar 2005) | 4 lines

remove debug messages, correct automatic positioning when an mosaic-order
is specified


------------------------------------------------------------------------
r10104 | courmisch | 2005-03-02 20:45:39 +0100 (mer, 02 mar 2005) | 3 lines

- Add dependency of update-includes on vlc-config
- TODO: SSL on Windows

------------------------------------------------------------------------
r10106 | robux4 | 2005-03-02 21:58:24 +0100 (mer, 02 mar 2005) | 1 line

mkv.cpp: handle EOF correctly for ordered chapters
------------------------------------------------------------------------
r10107 | robux4 | 2005-03-02 22:08:18 +0100 (mer, 02 mar 2005) | 1 line

mkv.cpp: update the seekpoint location after a manual seek
------------------------------------------------------------------------
r10108 | gbazin | 2005-03-03 00:01:22 +0100 (jeu, 03 mar 2005) | 1 line

* configure.ac: vlc-config has to be generated by configure.
------------------------------------------------------------------------
r10109 | gbazin | 2005-03-03 00:04:05 +0100 (jeu, 03 mar 2005) | 1 line

* configure.ac: remove unnecessary modules from WinCE build.
------------------------------------------------------------------------
r10110 | gbazin | 2005-03-03 00:05:08 +0100 (jeu, 03 mar 2005) | 1 line

* include/vlc_config.h: removed deprecated stuff.
------------------------------------------------------------------------
r10111 | titer | 2005-03-03 06:22:01 +0100 (jeu, 03 mar 2005) | 2 lines

 video_filter/mosaic.c: compile fix

------------------------------------------------------------------------
r10112 | zorglub | 2005-03-03 07:58:04 +0100 (jeu, 03 mar 2005) | 5 lines

Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>

+ put access and demux in the right place


------------------------------------------------------------------------
r10113 | courmisch | 2005-03-03 09:11:31 +0100 (jeu, 03 mar 2005) | 2 lines

- Fixed a typo. Skins2 wouldn't compile

------------------------------------------------------------------------
r10114 | gbazin | 2005-03-03 09:13:30 +0100 (jeu, 03 mar 2005) | 1 line

* include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined.
------------------------------------------------------------------------
r10115 | gbazin | 2005-03-03 09:14:23 +0100 (jeu, 03 mar 2005) | 1 line

* src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is defined.
------------------------------------------------------------------------
r10116 | gbazin | 2005-03-03 09:24:14 +0100 (jeu, 03 mar 2005) | 1 line

* configure.ac: new --enable-optimize-memory option.
------------------------------------------------------------------------
r10117 | gbazin | 2005-03-03 09:34:15 +0100 (jeu, 03 mar 2005) | 1 line

* modules/gui/wince: try to save up a bit on memory usage.
------------------------------------------------------------------------
r10118 | gbazin | 2005-03-03 14:19:26 +0100 (jeu, 03 mar 2005) | 1 line

*  modules/codec/x264.c: compilation fix for new libx264.
------------------------------------------------------------------------
r10119 | gbazin | 2005-03-03 15:15:48 +0100 (jeu, 03 mar 2005) | 1 line

* modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.
------------------------------------------------------------------------
r10120 | gbazin | 2005-03-03 15:45:52 +0100 (jeu, 03 mar 2005) | 1 line

* modules/video_output/directx/directx.c: compilation fix.
------------------------------------------------------------------------
r10121 | courmisch | 2005-03-03 16:19:30 +0100 (jeu, 03 mar 2005) | 2 lines

Fixes invalid memory access in case of TLS handshake failure

------------------------------------------------------------------------
r10122 | zorglub | 2005-03-03 18:35:26 +0100 (jeu, 03 mar 2005) | 2 lines

Compile fix

------------------------------------------------------------------------
r10123 | zorglub | 2005-03-03 19:30:07 +0100 (jeu, 03 mar 2005) | 2 lines

Handle module variables in sout options parser

------------------------------------------------------------------------
r10124 | sigmunau | 2005-03-03 21:07:50 +0100 (jeu, 03 mar 2005) | 2 lines

TODO: Update with recent work.

------------------------------------------------------------------------
r10125 | courmisch | 2005-03-03 22:56:04 +0100 (jeu, 03 mar 2005) | 4 lines

- Specify a charset (according to locale) for HTML pages in Content-Type
  (needed when some playlist items name are not ASCII)
- Remove unused variable

------------------------------------------------------------------------
r10126 | robux4 | 2005-03-03 22:58:46 +0100 (jeu, 03 mar 2005) | 1 line

mkv.cpp: fix stuttering issue on timestamp (could be cleaner)
------------------------------------------------------------------------
r10127 | gbazin | 2005-03-03 23:55:34 +0100 (jeu, 03 mar 2005) | 1 line

* modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail dot com).
------------------------------------------------------------------------
r10128 | markfm | 2005-03-04 02:57:52 +0100 (ven, 04 mar 2005) | 2 lines

time/marq -- correct positioning so that x-y are always referenced to upper left corner

------------------------------------------------------------------------
r10129 | gbazin | 2005-03-04 12:13:42 +0100 (ven, 04 mar 2005) | 1 line

* ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.
------------------------------------------------------------------------
r10130 | gbazin | 2005-03-04 13:08:43 +0100 (ven, 04 mar 2005) | 1 line

* modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise you're bound to access an invalid pointer later on.
------------------------------------------------------------------------
r10131 | markfm | 2005-03-04 13:12:11 +0100 (ven, 04 mar 2005) | 2 lines

Make logo-x, logo-y operate relative to upper left corner.  logo-x/-y/-position/-transparency accessible via rc

------------------------------------------------------------------------
r10132 | yoann | 2005-03-04 13:28:18 +0100 (ven, 04 mar 2005) | 3 lines

* modules/control/http.c: elements are now one level more recursive (if needed)
* share/http/vlm/index.html: we now display the state of media instances

------------------------------------------------------------------------
r10133 | courmisch | 2005-03-04 13:44:14 +0100 (ven, 04 mar 2005) | 6 lines

- check for gnutls rewritten : now works with mingw32

Precompiled static libraries for gnutls can be found there :
ftp://ftp.gnutls.org/pub/gnutls/win32


------------------------------------------------------------------------
r10134 | yoann | 2005-03-04 13:55:48 +0100 (ven, 04 mar 2005) | 2 lines

* update VLM help about inputdel

------------------------------------------------------------------------
r10135 | courmisch | 2005-03-04 14:26:14 +0100 (ven, 04 mar 2005) | 2 lines

Add HTTP/SSL

------------------------------------------------------------------------
r10136 | courmisch | 2005-03-04 16:20:03 +0100 (ven, 04 mar 2005) | 2 lines

Fixes translation of encryption

------------------------------------------------------------------------
r10137 | courmisch | 2005-03-04 17:51:51 +0100 (ven, 04 mar 2005) | 2 lines

TLS session resumption support

------------------------------------------------------------------------
r10138 | robux4 | 2005-03-04 19:01:39 +0100 (ven, 04 mar 2005) | 1 line

mkv.cpp: chapters are visible by default
------------------------------------------------------------------------
r10139 | courmisch | 2005-03-04 19:19:33 +0100 (ven, 04 mar 2005) | 2 lines

Fixed memleak

------------------------------------------------------------------------
r10140 | courmisch | 2005-03-05 11:55:32 +0100 (sam, 05 mar 2005) | 2 lines

UTF8 fixes

------------------------------------------------------------------------
r10141 | courmisch | 2005-03-05 12:06:26 +0100 (sam, 05 mar 2005) | 3 lines

Unbreak streaming wizard in Unicode compile
(DO NOT use c_str() !!!)

------------------------------------------------------------------------
r10142 | robux4 | 2005-03-05 13:55:02 +0100 (sam, 05 mar 2005) | 2 lines

input.c, vlc_demux.h: allow seeking back in the same chapter
mkv.cpp: handle the new DEMUX_GET_SEEKPOINT_TIME
------------------------------------------------------------------------
r10143 | sigmunau | 2005-03-05 14:42:09 +0100 (sam, 05 mar 2005) | 4 lines

All: change of text-renderer api. Now pf_render_text takes a subpicture and
a subpicture region, and returns a new region in the given subpicture.
freetype.c: additional cleanup (coding style, cosmetics)

------------------------------------------------------------------------
r10144 | robux4 | 2005-03-05 15:02:39 +0100 (sam, 05 mar 2005) | 1 line

dvdread.c: fix the title duration & time reports
------------------------------------------------------------------------
r10145 | gbazin | 2005-03-05 17:49:15 +0100 (sam, 05 mar 2005) | 1 line

* include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be more flexible.
------------------------------------------------------------------------
r10146 | gbazin | 2005-03-05 18:06:35 +0100 (sam, 05 mar 2005) | 1 line

* modules/gui/wxwindows/timer.cpp: release input when interface is exiting.
------------------------------------------------------------------------
r10147 | gbazin | 2005-03-05 18:18:30 +0100 (sam, 05 mar 2005) | 1 line

* ALL: a few fixes.
------------------------------------------------------------------------
r10148 | courmisch | 2005-03-05 18:46:10 +0100 (sam, 05 mar 2005) | 3 lines

- TLS API cleanup
- some minor fixes as well

------------------------------------------------------------------------
r10149 | sigmunau | 2005-03-05 18:49:33 +0100 (sam, 05 mar 2005) | 3 lines

freetype.c: fix rendering with X11 vout. Do not ask me why this is
necessary, and even less ask me why the vout used make a difference

------------------------------------------------------------------------
r10150 | gbazin | 2005-03-05 18:54:19 +0100 (sam, 05 mar 2005) | 1 line

* modules/demux/*: removed useless probing messages.
------------------------------------------------------------------------
r10151 | courmisch | 2005-03-05 19:01:05 +0100 (sam, 05 mar 2005) | 2 lines

Memleak fixed

------------------------------------------------------------------------
r10152 | gbazin | 2005-03-05 19:02:56 +0100 (sam, 05 mar 2005) | 1 line

* src/input/stream.c: check return value of malloc/realloc.
------------------------------------------------------------------------
r10153 | gbazin | 2005-03-05 19:05:42 +0100 (sam, 05 mar 2005) | 1 line

* modules/gui/wince/*: improvements to the WinCE interface.
------------------------------------------------------------------------
r10154 | gbazin | 2005-03-05 19:07:49 +0100 (sam, 05 mar 2005) | 1 line

* modules/video_output/wingdi.c, include/video_output.h: disable GAPI when the video window looses the focus.
------------------------------------------------------------------------
r10156 | courmisch | 2005-03-06 10:06:09 +0100 (dim, 06 mar 2005) | 4 lines

- support for client certificate verification from SSL server
  (= sort of server-side support for secure VoD)
- fixes global mutex name

------------------------------------------------------------------------
r10157 | robux4 | 2005-03-06 11:36:49 +0100 (dim, 06 mar 2005) | 1 line

mkv.cpp: support aspect ratio for video tracks
------------------------------------------------------------------------
r10158 | hartman | 2005-03-06 11:53:18 +0100 (dim, 06 mar 2005) | 2 lines

* added statistics, blue/green wall filter and goom effect video filter to the TODO list

------------------------------------------------------------------------
r10159 | courmisch | 2005-03-06 12:07:41 +0100 (dim, 06 mar 2005) | 2 lines

Fixes segfault

------------------------------------------------------------------------
r10160 | robux4 | 2005-03-06 14:44:17 +0100 (dim, 06 mar 2005) | 4 lines

video_output.c: use the visible dimensions and not the pixel dimensions

if this create some memory leaks, it should be corrected elsewhere
this solves the HDTV grey line bug
------------------------------------------------------------------------
r10161 | gbazin | 2005-03-06 14:55:48 +0100 (dim, 06 mar 2005) | 1 line

* src/video_output/video_output.c: revert commit 10160 which breaks direct-rendering.
------------------------------------------------------------------------
r10162 | markfm | 2005-03-06 15:48:14 +0100 (dim, 06 mar 2005) | 2 lines

transcode -- prevent user error, limit mp3 channels to max of 2

------------------------------------------------------------------------
r10163 | gbazin | 2005-03-06 17:25:02 +0100 (dim, 06 mar 2005) | 1 line

* modules/demux/mp4, modules/codec/ffmpeg: support for Apple Lossless Audio Codec.
------------------------------------------------------------------------
r10164 | markfm | 2005-03-06 17:27:35 +0100 (dim, 06 mar 2005) | 2 lines

enable rc logo-file on the fly

------------------------------------------------------------------------
r10165 | dionoea | 2005-03-06 17:39:27 +0100 (dim, 06 mar 2005) | 2 lines

 * mosaic call back help

------------------------------------------------------------------------
r10166 | gbazin | 2005-03-06 18:53:49 +0100 (dim, 06 mar 2005) | 1 line

* src/input/es_out.c: ES_OUT_SET_FMT restarts the decoder.
------------------------------------------------------------------------
r10167 | gbazin | 2005-03-06 18:54:34 +0100 (dim, 06 mar 2005) | 1 line

* modules/codec/ffmpeg: support for libavcodec's flac decoder.
------------------------------------------------------------------------
r10168 | dionoea | 2005-03-06 19:10:51 +0100 (dim, 06 mar 2005) | 2 lines

remove useless --rc-extend option in favor of the longhelp command

------------------------------------------------------------------------
r10169 | gbazin | 2005-03-06 19:46:43 +0100 (dim, 06 mar 2005) | 1 line

* modules/codec/flac.c, configure.ac: FLAC packetizer doesn't depend on libflac anymore.
------------------------------------------------------------------------
r10170 | gbazin | 2005-03-06 20:37:26 +0100 (dim, 06 mar 2005) | 1 line

* modules/codec/ffmpeg/audio.c: fix for ALAC support.
------------------------------------------------------------------------
r10171 | titer | 2005-03-07 01:54:26 +0100 (lun, 07 mar 2005) | 2 lines

 misc/freetype.c: compile fix

------------------------------------------------------------------------
r10172 | markfm | 2005-03-07 03:52:05 +0100 (lun, 07 mar 2005) | 2 lines

Fix mpeg ps time output, making it seekable.  There may still be an error in there -- a test file reports 11:57 on VLC, 15:42 minutes on WMP, though it plays OK on both, seekable to the end.

------------------------------------------------------------------------
r10173 | damienf | 2005-03-07 11:40:23 +0100 (lun, 07 mar 2005) | 4 lines

- activate (make visible) as soon as embedded into a container, no longer wait for container to do the activation

This fixes an annoying Internet Explorer optimization which would make the activex control invisible till a user moves the mouse over it

------------------------------------------------------------------------
r10174 | andrep | 2005-03-07 14:00:48 +0100 (lun, 07 mar 2005) | 4 lines

* configure.ac: Link against dependent static libraries successfully on
  Mac OS X


------------------------------------------------------------------------
r10175 | courmisch | 2005-03-07 14:05:06 +0100 (lun, 07 mar 2005) | 4 lines

- XA file demux
- EA ADPCM decoder (Maxis games)
(- corner case memleak in adpcm decoder)

------------------------------------------------------------------------
r10176 | courmisch | 2005-03-07 14:10:29 +0100 (lun, 07 mar 2005) | 2 lines

Forgotten new file from previous commit

------------------------------------------------------------------------
r10177 | courmisch | 2005-03-07 14:12:51 +0100 (lun, 07 mar 2005) | 2 lines

Fix email address

------------------------------------------------------------------------
r10178 | courmisch | 2005-03-07 14:26:33 +0100 (lun, 07 mar 2005) | 2 lines

Cosmetic cleanup (pointed out by fenrir)

------------------------------------------------------------------------
r10179 | courmisch | 2005-03-07 14:28:08 +0100 (lun, 07 mar 2005) | 2 lines

typo fix

------------------------------------------------------------------------
r10180 | gbazin | 2005-03-07 15:37:39 +0100 (lun, 07 mar 2005) | 1 line

* modules/gui/wince: fixed bunch of bugs and memory leaks.
------------------------------------------------------------------------
r10181 | courmisch | 2005-03-07 16:02:33 +0100 (lun, 07 mar 2005) | 2 lines

Allow seeking

------------------------------------------------------------------------
r10182 | courmisch | 2005-03-07 16:04:53 +0100 (lun, 07 mar 2005) | 2 lines

propset

------------------------------------------------------------------------
r10183 | gbazin | 2005-03-07 17:33:56 +0100 (lun, 07 mar 2005) | 1 line

* modules/access/dshow: flush the capture pin's buffers when the capture filter is stopped (instead of doing it in the pin's destructor).
------------------------------------------------------------------------
r10184 | gbazin | 2005-03-07 18:52:05 +0100 (lun, 07 mar 2005) | 1 line

* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_pictures.c: fixed JPEG encoding.
------------------------------------------------------------------------
r10185 | gbazin | 2005-03-07 19:04:24 +0100 (lun, 07 mar 2005) | 1 line

* configure.ac: fixed typo.
------------------------------------------------------------------------
r10186 | gbazin | 2005-03-07 19:34:21 +0100 (lun, 07 mar 2005) | 1 line

* modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420 is the same as I420 (we could convert to have the exact chroma but that would be slower).
------------------------------------------------------------------------
r10187 | massiot | 2005-03-07 20:28:52 +0100 (lun, 07 mar 2005) | 8 lines

* src/video_output/vout_subpictures.c: New function spu_MakeRegion which
  reuses a given picture_t without allocating a new one.
* modules/video_output/picture.c: New --picture-height and width options
  to do the scaling in the vout thread. Misc bug corrections.
* modules/video_filter/mosaic.c: Less overhead.
* modules/codec/ffmpeg/video_filter.c: Do the scaling before the conversion
  in case the original size is bigger than the destination.

------------------------------------------------------------------------
r10188 | gbazin | 2005-03-07 20:35:11 +0100 (lun, 07 mar 2005) | 1 line

* modules/misc/freetype.c: removed debug messages.
------------------------------------------------------------------------
r10189 | gbazin | 2005-03-07 20:41:34 +0100 (lun, 07 mar 2005) | 1 line

* modules/gui/wince/interface.cpp: compilation fix.
------------------------------------------------------------------------
r10190 | courmisch | 2005-03-07 20:59:38 +0100 (lun, 07 mar 2005) | 3 lines

- Don't crash when transcoding is enabled
- Some cleanup

------------------------------------------------------------------------
r10191 | robux4 | 2005-03-07 21:13:56 +0100 (lun, 07 mar 2005) | 1 line

audio.c: fix a compiler portability issue
------------------------------------------------------------------------
r10192 | robux4 | 2005-03-07 21:16:52 +0100 (lun, 07 mar 2005) | 1 line

make the previous-chapter "intelligent" seek more general, remove DEMUX_GET_SEEKPOINT_TIME
------------------------------------------------------------------------
r10193 | courmisch | 2005-03-07 21:21:24 +0100 (lun, 07 mar 2005) | 2 lines

Fixes a compiler warning

------------------------------------------------------------------------
r10194 | gbazin | 2005-03-07 21:36:18 +0100 (lun, 07 mar 2005) | 1 line

* modules/misc/freetype.c: replaced pi_gamma with an (almost) equivalent that doesn't use floats.
------------------------------------------------------------------------
r10195 | dionoea | 2005-03-07 21:50:13 +0100 (lun, 07 mar 2005) | 3 lines

 * add a mutex so the callbacks don't change anything while the filter is
   doing something

------------------------------------------------------------------------
r10196 | robux4 | 2005-03-07 23:05:54 +0100 (lun, 07 mar 2005) | 1 line

mkv.cpp: prepare the code to handle seemless segment switching
------------------------------------------------------------------------
r10197 | hartman | 2005-03-07 23:30:55 +0100 (lun, 07 mar 2005) | 2 lines

* dirty patch to tell vlc (on osx) that it needs -liconv when it links to libcdio. This should be fixed in the libcdio pkgconfig, but i'm tired of figuring out how to patch libcdio to do this.

------------------------------------------------------------------------
r10198 | hartman | 2005-03-08 00:54:51 +0100 (mar, 08 mar 2005) | 2 lines

* Fix udp->tcp rollover when using multicast in rtsp. now bail after 36 seconds in case of multicast, .9 seconds otherwise. Bail after 3secs of no longer receiving data (multicast or unicast).

------------------------------------------------------------------------
r10199 | gbazin | 2005-03-08 02:23:54 +0100 (mar, 08 mar 2005) | 3 lines

* include/vlc_filter.h, vlc_video.h, src/video_output/vout_subpictures.c: new simpler and more powerful text renderer api.
* modules/misc/freetype.c: rewrite to the new api + outputs YUVP subpicture regions now.

------------------------------------------------------------------------
r10200 | gbazin | 2005-03-08 02:24:27 +0100 (mar, 08 mar 2005) | 1 line

* src/input/es_out.c: fixed small mem leak.
------------------------------------------------------------------------
r10201 | gbazin | 2005-03-08 02:38:33 +0100 (mar, 08 mar 2005) | 1 line

* src/input/es_out.c: fixed another small mem leak.
------------------------------------------------------------------------
r10202 | gbazin | 2005-03-08 02:54:55 +0100 (mar, 08 mar 2005) | 1 line

* modules/misc/dummy/renderer.c: forgot to commit this file with the text renderer api change.
------------------------------------------------------------------------
r10203 | robux4 | 2005-03-08 10:06:27 +0100 (mar, 08 mar 2005) | 1 line

input.c: allow "intelligent" previous-chapter behaviour for access sources too
------------------------------------------------------------------------
r10204 | gbazin | 2005-03-08 11:15:36 +0100 (mar, 08 mar 2005) | 1 line

* configure.ac: packetizers are not only useful with the stream output.
------------------------------------------------------------------------
r10205 | gbazin | 2005-03-08 11:58:49 +0100 (mar, 08 mar 2005) | 1 line

* modules/misc/freetype.c, modules/video_filter/marq.c, time.c: a few fixes.
------------------------------------------------------------------------
r10206 | gbazin | 2005-03-08 14:15:56 +0100 (mar, 08 mar 2005) | 3 lines

* modules/services_discovery/sap.c, modules/codec/x264.c: fixed small mem leaks.
* modules/stream_out/transcode.c: fixed segfault.

------------------------------------------------------------------------
r10207 | gbazin | 2005-03-08 14:16:38 +0100 (mar, 08 mar 2005) | 1 line

* modules/codec/ffmpeg/video_filter.c: a few fixes and cleanup.
------------------------------------------------------------------------
r10208 | courmisch | 2005-03-08 14:53:36 +0100 (mar, 08 mar 2005) | 2 lines

Creative Voice File demux

------------------------------------------------------------------------
r10209 | courmisch | 2005-03-08 14:54:11 +0100 (mar, 08 mar 2005) | 2 lines

Enable voc demux

------------------------------------------------------------------------
r10210 | courmisch | 2005-03-08 17:29:30 +0100 (mar, 08 mar 2005) | 2 lines

Fix UDP unicast access when both IPv6 and non-default port are used

------------------------------------------------------------------------
r10211 | massiot | 2005-03-08 17:50:19 +0100 (mar, 08 mar 2005) | 2 lines

* modules/codec/ffmpeg/video_filter.c: Fixed a regression with b_resize_first.

------------------------------------------------------------------------
r10212 | courmisch | 2005-03-08 18:11:08 +0100 (mar, 08 mar 2005) | 9 lines

Fix conversion from locale to wxWidgets' Unicode
(the documentation for wxWidgets 2.5.3 is wrong :
 wxConvCurrent (which does not work) does not point
 to wxConvLibc nor wxConvLocal (which both work))

It is now possible to use wxvlc with non UTF-8 locale.
Previously, any text item with non-ASCII character in it would be
blank.

------------------------------------------------------------------------
r10213 | courmisch | 2005-03-08 18:31:31 +0100 (mar, 08 mar 2005) | 8 lines

Same fix for non-constant string.

The playlist works fine again (with ASCII/Latin locale charset).
When in UTF8, it might be a good idea to check for invalid bytes
sequences and replace them with question mark - at the moment
wxWidgets still leave the whole text blank which result in blank
playlist item in the playlist.

------------------------------------------------------------------------
r10214 | gbazin | 2005-03-08 19:10:49 +0100 (mar, 08 mar 2005) | 1 line

* modules/video_output/x11/xcommon.c: don't abort on X_SetInputFocus error which isn't fatal.
------------------------------------------------------------------------
r10215 | courmisch | 2005-03-08 19:34:00 +0100 (mar, 08 mar 2005) | 2 lines

Fix max UDP port number

------------------------------------------------------------------------
r10216 | courmisch | 2005-03-08 19:43:51 +0100 (mar, 08 mar 2005) | 2 lines

Strings rationalization

------------------------------------------------------------------------
r10217 | gbazin | 2005-03-08 21:17:43 +0100 (mar, 08 mar 2005) | 1 line

* modules/mux/mpeg/ps.c: use instant bitrate to calculate program_mux_rate.
------------------------------------------------------------------------
r10218 | robux4 | 2005-03-08 22:43:42 +0100 (mar, 08 mar 2005) | 1 line

mkv.cpp: keep the interresting segments somewhere in memory (not functional yet)
------------------------------------------------------------------------
r10219 | gbazin | 2005-03-09 00:21:40 +0100 (mer, 09 mar 2005) | 1 line

* modules/packetizer/mpeg4video.c: fixed segfault
------------------------------------------------------------------------
r10220 | hartman | 2005-03-09 00:25:11 +0100 (mer, 09 mar 2005) | 3 lines

* TEST: removing #include <jis.h> from the mozilla plugin to see if we really require Java support.
  if this breaks the linux or win32 mozilla plugin then it should be restored.

------------------------------------------------------------------------
r10221 | rocky | 2005-03-09 00:52:01 +0100 (mer, 09 mar 2005) | 3 lines

VCDX depends on libiso9660. Up libcdio version to 0.72. 


------------------------------------------------------------------------
r10222 | titer | 2005-03-09 01:18:15 +0100 (mer, 09 mar 2005) | 3 lines

 video_filter/mosaic.c: compile fix (use INT_MAX since INT32_MAX isn't
         always defined)

------------------------------------------------------------------------
r10223 | gbazin | 2005-03-09 01:30:09 +0100 (mer, 09 mar 2005) | 1 line

*  modules/mux/mpeg/ps.c: Write a PSM + support for mp4v/mp4a/h264.
------------------------------------------------------------------------
r10224 | gbazin | 2005-03-09 01:31:19 +0100 (mer, 09 mar 2005) | 1 line

* modules/demux/ps.h: support for mp4v/mp4a/h264 + parse language descriptor in PSM.
------------------------------------------------------------------------
r10225 | titer | 2005-03-09 01:43:46 +0100 (mer, 09 mar 2005) | 2 lines

 vlc_common.h: define INT64_MIN/INT64_MAX if necessary

------------------------------------------------------------------------
r10226 | gbazin | 2005-03-09 01:59:09 +0100 (mer, 09 mar 2005) | 1 line

* modules/mux/mpeg/ps.c: shut-up valgrind warning.
------------------------------------------------------------------------
r10227 | courmisch | 2005-03-09 10:03:32 +0100 (mer, 09 mar 2005) | 2 lines

- seeking in .VOC file

------------------------------------------------------------------------
r10228 | gbazin | 2005-03-09 11:18:27 +0100 (mer, 09 mar 2005) | 1 line

* modules/misc/freetype.c: don't display only the last line.
------------------------------------------------------------------------
r10229 | gbazin | 2005-03-09 11:46:45 +0100 (mer, 09 mar 2005) | 1 line

* modules/video_filter/mosaic.c: compilation fix.
------------------------------------------------------------------------
r10230 | gbazin | 2005-03-09 12:42:05 +0100 (mer, 09 mar 2005) | 1 line

* modules/misc/freetype.c: handle size change properly.
------------------------------------------------------------------------
r10231 | gbazin | 2005-03-09 12:43:02 +0100 (mer, 09 mar 2005) | 1 line

* src/video_output/vout_subpictures.c: pass on video output size changes to the text renderer.
------------------------------------------------------------------------
r10232 | courmisch | 2005-03-09 12:54:36 +0100 (mer, 09 mar 2005) | 2 lines

Handle VOC files with multiple blocks properly

------------------------------------------------------------------------
r10233 | gbazin | 2005-03-09 13:17:01 +0100 (mer, 09 mar 2005) | 1 line

* modules/mux/mpeg/ps.c: correct PSM size.
------------------------------------------------------------------------
r10234 | gbazin | 2005-03-09 13:39:36 +0100 (mer, 09 mar 2005) | 1 line

* modules/demux/ps.[c,h]: fixed PSM parsing bug.
------------------------------------------------------------------------
r10235 | gbazin | 2005-03-09 13:52:47 +0100 (mer, 09 mar 2005) | 1 line

* modules/mux/mpeg/ps.c: small cleanup.
------------------------------------------------------------------------
r10236 | sigmunau | 2005-03-09 13:58:13 +0100 (mer, 09 mar 2005) | 2 lines

all: correctly align multiline strings when not left-aligned

------------------------------------------------------------------------
r10237 | courmisch | 2005-03-09 14:07:26 +0100 (mer, 09 mar 2005) | 2 lines

string rationalization (yeah, I know the KDE interface is not used)

------------------------------------------------------------------------
r10238 | hartman | 2005-03-09 17:00:03 +0100 (mer, 09 mar 2005) | 3 lines

* added glib libIDL and mozilla sources (not built by default, edit contrib/src/Makefile)
* upgraded libcdio to 0.7.2 (not that it makes much difference :) )

------------------------------------------------------------------------
r10239 | zorglub | 2005-03-09 19:05:30 +0100 (mer, 09 mar 2005) | 2 lines

Don't switch interfaces under linux

------------------------------------------------------------------------
r10240 | gbazin | 2005-03-09 20:57:28 +0100 (mer, 09 mar 2005) | 1 line

* modules/codec/ffmpeg/video.c: take input rate into account when interpolating next pts.
------------------------------------------------------------------------
r10241 | zorglub | 2005-03-09 22:06:09 +0100 (mer, 09 mar 2005) | 2 lines

Preferences icons

------------------------------------------------------------------------
r10242 | robux4 | 2005-03-09 22:45:02 +0100 (mer, 09 mar 2005) | 1 line

mkv.cpp: cleaner handling of some tables (now vectors)
------------------------------------------------------------------------
r10243 | zorglub | 2005-03-10 01:17:33 +0100 (jeu, 10 mar 2005) | 7 lines

Preferences update :
- Sorted marq options
- A52 & DTS are audio decoders
- Moved freetype to subtitles/OSD

(last 2 suggested by Anil)

------------------------------------------------------------------------
r10244 | courmisch | 2005-03-10 09:23:03 +0100 (jeu, 10 mar 2005) | 2 lines

- Fix GnuTLS version detection

------------------------------------------------------------------------
r10245 | courmisch | 2005-03-10 09:27:21 +0100 (jeu, 10 mar 2005) | 2 lines

Missing properties

------------------------------------------------------------------------
r10249 | zorglub | 2005-03-10 10:47:20 +0100 (jeu, 10 mar 2005) | 2 lines

Should fix compile

------------------------------------------------------------------------
r10250 | courmisch | 2005-03-10 10:56:07 +0100 (jeu, 10 mar 2005) | 2 lines

gnutls.c: add shortname

------------------------------------------------------------------------
r10253 | courmisch | 2005-03-10 11:58:02 +0100 (jeu, 10 mar 2005) | 4 lines

- include/network.h: new vlc_UrlEncode and vlc_UrlIsNotEncoded helpers function
- modules/access/http.c: do not choke when there's a space in a URL
  (should probably be done for some others)

------------------------------------------------------------------------
r10254 | courmisch | 2005-03-10 12:00:41 +0100 (jeu, 10 mar 2005) | 2 lines

Support block type 2 (and some others as well)

------------------------------------------------------------------------
r10255 | courmisch | 2005-03-10 12:19:29 +0100 (jeu, 10 mar 2005) | 3 lines

- Fix unitialized variable in demux control helper
There's still a segfault somewhere (occurs after many seeks but I can't reproduce it with a debugger)

------------------------------------------------------------------------
r10257 | zorglub | 2005-03-10 14:05:43 +0100 (jeu, 10 mar 2005) | 8 lines

More prefs fixes
- String fixes
- Sort some large panels
- Change some advanced flags
- Fix & move audio-channel-mixer
- hide picture vout
- Remove saved-volume, replaced by a variable

------------------------------------------------------------------------
r10258 | gbazin | 2005-03-10 14:37:29 +0100 (jeu, 10 mar 2005) | 1 line

* modules/misc/freetype.c: better outlining algorithm + generate 16 colors (instead of 256) palettized YUV.
------------------------------------------------------------------------
r10259 | zorglub | 2005-03-10 14:42:45 +0100 (jeu, 10 mar 2005) | 2 lines

Fix refcount problems + fix a part of coding style problems

------------------------------------------------------------------------
r10260 | robux4 | 2005-03-10 16:40:45 +0100 (jeu, 10 mar 2005) | 1 line

mkv.cpp: store the prev/next UID for later use
------------------------------------------------------------------------
r10261 | dionoea | 2005-03-10 17:00:49 +0100 (jeu, 10 mar 2005) | 2 lines

 * mosaic alignment (works like --marq-position) and callback

------------------------------------------------------------------------
r10262 | robux4 | 2005-03-10 17:41:43 +0100 (jeu, 10 mar 2005) | 1 line

mkv.cpp: parse the Segment Info properly
------------------------------------------------------------------------
r10263 | robux4 | 2005-03-10 18:19:28 +0100 (jeu, 10 mar 2005) | 1 line

mkv.cpp: move the segment metadata preloading in another function (to be used elsewhere too)
------------------------------------------------------------------------
r10264 | massiot | 2005-03-10 18:23:43 +0100 (jeu, 10 mar 2005) | 12 lines

* modules/stream_out/switcher.c: New module allowing to replace an MPEG2
  video by a fixed panel (format .uyvy). Specify panel files with
  --sout-switcher-files=toto.uyvy,tata.uyvy,titi.uyvy and the size of
  pictures with --sout-switcher-sizes=720x576,720x576,480x576.
  --sout-switcher-port=4242 opens up a UDP port. echo 1 | nc -u localhost 4242
  switches to panel #1 (0 is the live video, -1 disables all output).
  The audio is blanked out when a panel is active. --sout-switcher-command
  specifies the first command to run on start-up.
* modules/access/fake.c: Fake video input simulating a video at x fps.
  Use it to switch between fixed panels with the switcher when you have
  no video.

------------------------------------------------------------------------
r10265 | robux4 | 2005-03-10 19:20:02 +0100 (jeu, 10 mar 2005) | 1 line

mkv.cpp: support preloading in the same family
------------------------------------------------------------------------
r10268 | gbazin | 2005-03-10 20:23:10 +0100 (jeu, 10 mar 2005) | 1 line

* configure.ac: only include stream_out_switcher if --enable-sout is specified.
------------------------------------------------------------------------
r10276 | courmisch | 2005-03-10 21:04:04 +0100 (jeu, 10 mar 2005) | 2 lines

- Release certificate creds after terminating session

------------------------------------------------------------------------
r10277 | courmisch | 2005-03-10 21:42:52 +0100 (jeu, 10 mar 2005) | 2 lines

- Require certificate from the client if one CA cert specified

------------------------------------------------------------------------
r10278 | jpsaman | 2005-03-10 22:09:14 +0100 (jeu, 10 mar 2005) | 2 lines

Use VLC_OBJECT's to pass to msg_* functions otherwise all hell breaks lose.

------------------------------------------------------------------------
r10280 | jpsaman | 2005-03-10 22:12:28 +0100 (jeu, 10 mar 2005) | 2 lines

Another one. Use real VLC_OBJECT's in msg_*

------------------------------------------------------------------------
r10282 | jpsaman | 2005-03-10 22:16:32 +0100 (jeu, 10 mar 2005) | 2 lines

Same mistake here: Pass real VLC_OBJECT's to msg_*

------------------------------------------------------------------------
r10284 | zorglub | 2005-03-10 23:18:47 +0100 (jeu, 10 mar 2005) | 2 lines

Update news

------------------------------------------------------------------------
r10285 | zorglub | 2005-03-10 23:30:16 +0100 (jeu, 10 mar 2005) | 2 lines

Fix locking

------------------------------------------------------------------------
r10287 | zorglub | 2005-03-11 08:52:18 +0100 (ven, 11 mar 2005) | 3 lines

Reduce the global verbosity
Change some message severities

------------------------------------------------------------------------
r10288 | courmisch | 2005-03-11 09:13:00 +0100 (ven, 11 mar 2005) | 4 lines

Tivo file demuxer
based on patch from Neal Symms <nsymms # redwar.us>
with minor cleanups

------------------------------------------------------------------------
r10289 | gbazin | 2005-03-11 09:18:14 +0100 (ven, 11 mar 2005) | 1 line

* modules/codec/ffmpeg/encoder.c, modules/stream_out/transcode.c: cosmetic fixes.
------------------------------------------------------------------------
r10290 | sigmunau | 2005-03-11 09:56:58 +0100 (ven, 11 mar 2005) | 2 lines

wxwindows/preferences_widgets.cpp: Fix size of ModulesListCat widget

------------------------------------------------------------------------
r10292 | jpsaman | 2005-03-11 10:49:38 +0100 (ven, 11 mar 2005) | 2 lines

Removed unneeded VLC_OBJECT() cast and another segfault fix.

------------------------------------------------------------------------
r10296 | sigmunau | 2005-03-11 10:54:47 +0100 (ven, 11 mar 2005) | 2 lines

alsa.c: removed a printf, shut up a compiler warning

------------------------------------------------------------------------
r10297 | robux4 | 2005-03-11 11:44:36 +0100 (ven, 11 mar 2005) | 1 line

mkv.cpp: remove an unused variable
------------------------------------------------------------------------
r10299 | robux4 | 2005-03-11 13:41:41 +0100 (ven, 11 mar 2005) | 1 line

mkv.cpp: preload linked segments too
------------------------------------------------------------------------
r10300 | dionoea | 2005-03-11 14:13:45 +0100 (ven, 11 mar 2005) | 2 lines

 * change $Id thing ... r10300

------------------------------------------------------------------------
r10301 | andrep | 2005-03-11 14:38:38 +0100 (ven, 11 mar 2005) | 3 lines

* mozilla/vlcshell.cpp: handle Mozilla plugin output window resizing in X11 (patch thanks to Conrad Parker, conrad AT metadecks DOT org), and annotate #endifs with the #ifdef that it closes


------------------------------------------------------------------------
r10302 | courmisch | 2005-03-11 14:41:51 +0100 (ven, 11 mar 2005) | 2 lines

- Fix building axvlc from subdirectory

------------------------------------------------------------------------
r10307 | courmisch | 2005-03-11 20:57:28 +0100 (ven, 11 mar 2005) | 3 lines

- Check for gai_strerror
  (stupid Winsock2 has getnameinfo but not gai_strerror)

------------------------------------------------------------------------
r10308 | courmisch | 2005-03-11 21:04:58 +0100 (ven, 11 mar 2005) | 2 lines

- Fix bug #1854

------------------------------------------------------------------------
r10309 | zorglub | 2005-03-11 22:49:19 +0100 (ven, 11 mar 2005) | 2 lines

String fixes by Christophe Mutricy

------------------------------------------------------------------------
r10310 | anil | 2005-03-11 23:36:40 +0100 (ven, 11 mar 2005) | 6 lines

* configure.ac: alsa is now really default enabled
* modules/demux/*: typo and user-friendly description
* modules/access/*: less vlc warnings
* modules/codec/subsdec.c: subtitles justification is no longer "advanced"


------------------------------------------------------------------------
r10311 | robux4 | 2005-03-12 10:35:29 +0100 (sam, 12 mar 2005) | 1 line

mkv.cpp: more code reorganisation for segment preloading
------------------------------------------------------------------------
r10312 | robux4 | 2005-03-12 11:01:45 +0100 (sam, 12 mar 2005) | 1 line

mkv.cpp: don't keep segments already found elsewhere
------------------------------------------------------------------------
r10313 | robux4 | 2005-03-12 11:20:18 +0100 (sam, 12 mar 2005) | 1 line

mkv.cpp: better segment initialisation
------------------------------------------------------------------------
r10314 | robux4 | 2005-03-12 12:12:00 +0100 (sam, 12 mar 2005) | 1 line

mkv.cpp: know your parents better
------------------------------------------------------------------------
r10315 | massiot | 2005-03-12 15:31:10 +0100 (sam, 12 mar 2005) | 2 lines

fortuuuuune

------------------------------------------------------------------------
r10316 | courmisch | 2005-03-12 18:47:43 +0100 (sam, 12 mar 2005) | 2 lines

Fixed stupid bug (C) me, yesterday (variable name conflict)

------------------------------------------------------------------------
r10317 | titer | 2005-03-12 18:52:33 +0100 (sam, 12 mar 2005) | 8 lines

 dvdnav.patch: prefixed all non-static functions in the included libdvdread.
  This fixes dvdsimple on OS X (either it crashed complaining about
  multiple definitions in the dvdnav and dvdread plugins, or it tried
  to use the libdvdread routines from the dvdnav plugin even though
  the dvdread access is used, but this modified libdvdread doesn't
  seem to be binary compatible... big mess here)
 ALL: fixed a minor libdvdread bug + cleaned the BeOS patch

------------------------------------------------------------------------
r10318 | titer | 2005-03-12 19:34:36 +0100 (sam, 12 mar 2005) | 3 lines

 Renamed the "contrast" variable used between dvdnav and the video output
 so it doesn't conflict with the one from the adjust filter

------------------------------------------------------------------------
r10319 | titer | 2005-03-13 06:56:32 +0100 (dim, 13 mar 2005) | 2 lines

 dvdnav.patch: missed a couple of functions yesterday, fixes --disable-plugins

------------------------------------------------------------------------
r10320 | courmisch | 2005-03-13 10:31:00 +0100 (dim, 13 mar 2005) | 2 lines

- Fix getnameinfo detection on Win32

------------------------------------------------------------------------
r10321 | courmisch | 2005-03-13 14:29:45 +0100 (dim, 13 mar 2005) | 2 lines

Fix my email address

------------------------------------------------------------------------
r10322 | robux4 | 2005-03-13 15:09:31 +0100 (dim, 13 mar 2005) | 1 line

mkv.cpp: segment preloading now works
------------------------------------------------------------------------
r10323 | robux4 | 2005-03-13 20:53:20 +0100 (dim, 13 mar 2005) | 1 line

mkv.cpp: use the same technique for the main segment as for the additional segments (this way we know the others work too)
------------------------------------------------------------------------
r10324 | hartman | 2005-03-14 00:10:01 +0100 (lun, 14 mar 2005) | 3 lines

* axvlc.reg was removed from the source tree in r9968, but not removed from the Makefile.am
This was breaking make dist, and therefore the SVN .tar.gz snapshots

------------------------------------------------------------------------
r10325 | djc | 2005-03-14 00:19:12 +0100 (lun, 14 mar 2005) | 3 lines

Added setScrollField: and resetScrollField to manage the scroll field.


------------------------------------------------------------------------
r10326 | hartman | 2005-03-14 00:32:30 +0100 (lun, 14 mar 2005) | 2 lines

* Add some TODOs from the Requests forum.

------------------------------------------------------------------------
r10327 | sigmunau | 2005-03-14 10:18:42 +0100 (lun, 14 mar 2005) | 2 lines

TODO: remove recently fixed subtitle-related items

------------------------------------------------------------------------
r10328 | sigmunau | 2005-03-14 11:32:47 +0100 (lun, 14 mar 2005) | 2 lines

corba/Modules.am: include missing files in dist. Fixes #1977

------------------------------------------------------------------------
r10329 | sam | 2005-03-14 11:38:45 +0100 (lun, 14 mar 2005) | 3 lines

  * configure.ac: allow to specify another name for the wx-config script, for
    systems with both 2.4 and 2.5.

------------------------------------------------------------------------
r10330 | sam | 2005-03-14 11:49:41 +0100 (lun, 14 mar 2005) | 2 lines

  * activex/Makefile.am: use "rm -f", not "-rm".

------------------------------------------------------------------------
r10331 | anil | 2005-03-14 11:56:55 +0100 (lun, 14 mar 2005) | 9 lines

* activex: updated svn:ignore property

* wxwindows: systray integration, with a basic popup menu, tested under
  WinXP and Gnome (introduces two new options, wxwin-taskbar and
  wxwin-systray).

  The icon looks ok under windows but not so good with some gnome-panel
  sizes.

------------------------------------------------------------------------
r10332 | sam | 2005-03-14 14:02:16 +0100 (lun, 14 mar 2005) | 2 lines

  * modules/stream_out/switcher.c: fixed forbidden empty string for gettext.

------------------------------------------------------------------------
r10333 | gbazin | 2005-03-14 14:21:26 +0100 (lun, 14 mar 2005) | 1 line

* src/input/input.c: use a low priority input thread when in b_out_pace_control && b_can_pace_control mode (avoids using all the cpu time).
------------------------------------------------------------------------
r10334 | sam | 2005-03-14 14:54:04 +0100 (lun, 14 mar 2005) | 2 lines

  * Updated Debian packaging information.

------------------------------------------------------------------------
r10335 | sam | 2005-03-14 15:38:44 +0100 (lun, 14 mar 2005) | 2 lines

  * debian/Makefile.am: oops, removed ffmpeg patch and added vlc.mime.

------------------------------------------------------------------------
r10336 | fenrir | 2005-03-14 18:02:45 +0100 (lun, 14 mar 2005) | 3 lines

 * mp4.c: do not unselect ES at the end.


------------------------------------------------------------------------
r10338 | hartman | 2005-03-14 23:14:46 +0100 (lun, 14 mar 2005) | 4 lines

* More descriptions of the VLC commandline syntax when running --help.
* Added --advanced to the "Help Options" as well. It's "duplicate", but it's easier to find now for cli users.
* Restored some add_category_hint so the cli help shows the proper categories again.

------------------------------------------------------------------------
r10339 | hartman | 2005-03-15 00:12:06 +0100 (mar, 15 mar 2005) | 4 lines

* Renamed --filter to --video-filter for reasons of consistency. Please check functionality.
* Added a notice of this to news
* Another request from the forum.

------------------------------------------------------------------------
r10340 | ANIL | 2005-03-15 00:39:53 +0100 (mar, 15 mar 2005) | 3 lines

* wxwindows/*: disable systray code for wx2.4 (Thanks Gildas)


------------------------------------------------------------------------
r10341 | hartman | 2005-03-15 00:53:58 +0100 (mar, 15 mar 2005) | 2 lines

* macosx: simplify volume update method for scrollfield usage.

------------------------------------------------------------------------
r10342 | djc | 2005-03-15 01:02:16 +0100 (mar, 15 mar 2005) | 2 lines

Work on MacOS preferences. Need to be completed, improved, and debugged...

------------------------------------------------------------------------
r10343 | anil | 2005-03-15 12:29:46 +0100 (mar, 15 mar 2005) | 2 lines

* display useful information in the tooltip

------------------------------------------------------------------------
r10344 | gbazin | 2005-03-15 12:40:27 +0100 (mar, 15 mar 2005) | 1 line

* configure.ac: getnameinfo/getaddrinfo/freeaddrinfo are not available on win32 (except on XP/2003 so if we want to use them we'll have to load them dynamically).
------------------------------------------------------------------------
r10345 | gbazin | 2005-03-15 14:21:54 +0100 (mar, 15 mar 2005) | 1 line

* src/audio_output/intf.c: aout_VolumeGet() needs to call pf_volume_get() if it wants an updated value.
------------------------------------------------------------------------
r10346 | gbazin | 2005-03-15 14:38:28 +0100 (mar, 15 mar 2005) | 1 line

* modules/audio_output/waveout.c: use hardware volume control.
------------------------------------------------------------------------
r10347 | gbazin | 2005-03-15 14:44:31 +0100 (mar, 15 mar 2005) | 1 line

* configure.ac: proper LDFLAGS on win32 for the wince gui.
------------------------------------------------------------------------
r10348 | sigmunau | 2005-03-15 18:18:58 +0100 (mar, 15 mar 2005) | 2 lines

wall.c: fix alignment when rows or cols are 2 or less.

------------------------------------------------------------------------
r10349 | massiot | 2005-03-15 19:52:52 +0100 (mar, 15 mar 2005) | 2 lines

* src/video_output/vout_synchro.c: New --quiet-synchro config option.

------------------------------------------------------------------------
r10350 | massiot | 2005-03-15 19:55:17 +0100 (mar, 15 mar 2005) | 2 lines

* modules/stream_out/switcher.c: Added --sout-switcher-aspect-ratio option.

------------------------------------------------------------------------
r10351 | massiot | 2005-03-15 19:59:48 +0100 (mar, 15 mar 2005) | 2 lines

* modules/codec/ffmpeg/encoder.c: Fixed aspect ratio encoding.

------------------------------------------------------------------------
r10352 | fkuehne | 2005-03-15 20:53:17 +0100 (mar, 15 mar 2005) | 3 lines

* *.po: updated the po-files
* da.po: additions to the Danish translation by Jonas Larsen
* Makefile.in.in: small fix, so msgmerge is found properly if it is installed in extras/contrib
------------------------------------------------------------------------
r10353 | hartman | 2005-03-16 01:16:03 +0100 (mer, 16 mar 2005) | 6 lines

* New ignore-filetypes option for the directory module.
  - you can specify a comma-seperated list of file-extensions. Files of this type will not be added to the
    playlist when the directory module parses directory contents.
    This prevents duplication of playlist items (both m3u and the real files were being played, or both .bin and .cue were added, therfore playing the same movie twice) and the adding of items that are not really useful to VLC as seperate playlist items.
  - By default are ignored the following: m3u,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue

------------------------------------------------------------------------
r10354 | gbazin | 2005-03-16 10:48:22 +0100 (mer, 16 mar 2005) | 1 line

* src/playlist/*: shut up a couple of compiler warnings.
------------------------------------------------------------------------
r10355 | courmisch | 2005-03-16 11:51:10 +0100 (mer, 16 mar 2005) | 2 lines

- TY should have a lower priority than PS

------------------------------------------------------------------------
r10356 | gbazin | 2005-03-16 12:11:08 +0100 (mer, 16 mar 2005) | 1 line

* modules/demux/ty.c: fixed segfault while probing.
------------------------------------------------------------------------
r10357 | gbazin | 2005-03-16 12:38:16 +0100 (mer, 16 mar 2005) | 1 line

* modules/access/directory.c: fixed a bunch of bugs.
------------------------------------------------------------------------
r10358 | gbazin | 2005-03-16 13:12:20 +0100 (mer, 16 mar 2005) | 1 line

* src/misc/vlm.c: couple of fixes pointed out by johnluo.
------------------------------------------------------------------------
r10359 | damienf | 2005-03-16 14:08:13 +0100 (mer, 16 mar 2005) | 4 lines

main.cpp: fixed bug regarding TypeLib registration
plugin.cpp: some minor cleanup


------------------------------------------------------------------------
r10360 | titer | 2005-03-16 16:49:18 +0100 (mer, 16 mar 2005) | 2 lines

 macosx/voutgl.m: fixed --macosx-stretch in GL provider

------------------------------------------------------------------------
r10361 | robux4 | 2005-03-16 21:32:38 +0100 (mer, 16 mar 2005) | 1 line

mkv.cpp: more code rearranging
------------------------------------------------------------------------
r10362 | jpsaman | 2005-03-16 22:02:05 +0100 (mer, 16 mar 2005) | 2 lines

Quick patch to make pda.c inteface compile again. It disables the management of the slider on the GUI.

------------------------------------------------------------------------
r10363 | robux4 | 2005-03-16 22:04:32 +0100 (mer, 16 mar 2005) | 1 line

mkv.cpp: store silent tracks info
------------------------------------------------------------------------
r10364 | gbazin | 2005-03-16 22:25:53 +0100 (mer, 16 mar 2005) | 1 line

* modules/audio_filter/converter/a52tofloat32.c: support for fixed point version of liba52.
------------------------------------------------------------------------
r10365 | robux4 | 2005-03-16 22:26:43 +0100 (mer, 16 mar 2005) | 1 line

mkv.cpp: seeking is not only based on video
------------------------------------------------------------------------
r10366 | gbazin | 2005-03-16 22:38:19 +0100 (mer, 16 mar 2005) | 1 line

* configure.ac: --with-a52-fixed option to specify if liba52 was compiled with fixed point support.
------------------------------------------------------------------------
r10367 | robux4 | 2005-03-16 22:46:57 +0100 (mer, 16 mar 2005) | 1 line

mkv.cpp: faster code with newer libs
------------------------------------------------------------------------
r10368 | gbazin | 2005-03-16 22:53:15 +0100 (mer, 16 mar 2005) | 1 line

* src/libvlc.[c,h]: new --(no-)fpu option (mainly for debugging purposes).
------------------------------------------------------------------------
r10369 | gbazin | 2005-03-17 00:10:08 +0100 (jeu, 17 mar 2005) | 1 line

* modules/audio_output/waveout.c: change global volume on WinCE.
------------------------------------------------------------------------
r10370 | gbazin | 2005-03-17 00:38:51 +0100 (jeu, 17 mar 2005) | 1 line

* modules/gui/wince: better volume slider behaviour.
------------------------------------------------------------------------
r10371 | gbazin | 2005-03-17 08:35:35 +0100 (jeu, 17 mar 2005) | 1 line

* modules/codec/ffmpeg/encoder.c: reverted commit 10351 which breaks aspect ratio encoding.
------------------------------------------------------------------------
r10372 | gbazin | 2005-03-17 09:20:53 +0100 (jeu, 17 mar 2005) | 1 line

* modules/audio_filter/converter/mpgatofixed32.c: added downmixing from stereo to mono.
------------------------------------------------------------------------
r10373 | robux4 | 2005-03-17 13:13:12 +0100 (jeu, 17 mar 2005) | 1 line

mkv.cpp: allow seamless transition between segments
------------------------------------------------------------------------
r10374 | gbazin | 2005-03-17 14:12:10 +0100 (jeu, 17 mar 2005) | 1 line

* modules/codec/ffmpeg/video_filter.c: resampling fix for when source or dest is not in I420 format.
------------------------------------------------------------------------
r10375 | gbazin | 2005-03-17 14:14:04 +0100 (jeu, 17 mar 2005) | 1 line

* src/video_output/vout_intf.c, src/misc/image.c: proper aspect ratio for snapshots.
------------------------------------------------------------------------
r10376 | gbazin | 2005-03-17 14:55:11 +0100 (jeu, 17 mar 2005) | 1 line

* src/video_output/vout_intf.c: small cleanup.
------------------------------------------------------------------------
r10377 | massiot | 2005-03-17 17:59:16 +0100 (jeu, 17 mar 2005) | 2 lines

* modules/stream_out/switcher.c: Fixed aspect ratio.

------------------------------------------------------------------------
r10378 | gbazin | 2005-03-17 20:16:15 +0100 (jeu, 17 mar 2005) | 3 lines

* src/misc/image.c, src/video_output/vout_intf.c: handle aspect ratio changes in image_Convert() as well.
* modules/video_output/picture.c: set all the fields of fmt_in for image_Convert().

------------------------------------------------------------------------
r10379 | gbazin | 2005-03-17 21:39:52 +0100 (jeu, 17 mar 2005) | 3 lines

* modules/stream_out/transcode.c: prepare transcoder to use resampling/downmixing audio filters.
* modules/audio_filter/*: set the output format to what's really being output.

------------------------------------------------------------------------
r10380 | gbazin | 2005-03-17 22:50:29 +0100 (jeu, 17 mar 2005) | 1 line

 modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup by me.
------------------------------------------------------------------------
r10381 | gbazin | 2005-03-18 00:31:38 +0100 (ven, 18 mar 2005) | 1 line

* modules/stream_out/transcode.c: simplifications + more extensive audio filter searches for conversions.
------------------------------------------------------------------------
r10382 | gbazin | 2005-03-18 00:34:04 +0100 (ven, 18 mar 2005) | 1 line

* modules/audio_filter/resampler/linear.c: ported linear resampler to audio filter 2 architecture. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup and fixes by me.
------------------------------------------------------------------------
r10383 | markfm | 2005-03-18 02:59:44 +0100 (ven, 18 mar 2005) | 2 lines

ps.c -- add i_rate_bound (MPEG spec 13818 requires rate_bound >= that of any packet in the stream) (I'm not positive, but program_mux_rate, based on instant_rate, should also possibly change.  Per 2.5.3.4 of the spec,it sounds like it might be the forward-looking rate; reporting a last-second value based on P frames,if the forward packets have an I frame, might not be correct [specs are a pain])

------------------------------------------------------------------------
r10384 | gbazin | 2005-03-18 08:44:20 +0100 (ven, 18 mar 2005) | 1 line

* modules/stream_out/transcode.c: convert audio to fl32 first if needed.
------------------------------------------------------------------------
r10385 | djc | 2005-03-18 15:43:38 +0100 (ven, 18 mar 2005) | 3 lines

Add cone_+-, and favico.ico to Makefile.am, as suggest xtophe
Not tested...

------------------------------------------------------------------------
r10386 | djc | 2005-03-18 17:44:16 +0100 (ven, 18 mar 2005) | 2 lines

favicon.ico instead of favico.ico...

------------------------------------------------------------------------
r10387 | sam | 2005-03-19 09:34:30 +0100 (sam, 19 mar 2005) | 2 lines

  * doc/vlc.1: spelling

------------------------------------------------------------------------
r10391 | gbazin | 2005-03-19 13:20:57 +0100 (sam, 19 mar 2005) | 1 line

* modules/codec/ffmpeg/video_filter.c: fixed resampling check.
------------------------------------------------------------------------
r10392 | zorglub | 2005-03-19 18:23:51 +0100 (sam, 19 mar 2005) | 2 lines

HTTP interface patch by Christophe Mutricy (and no fixes by me)

------------------------------------------------------------------------
r10393 | markfm | 2005-03-19 18:37:10 +0100 (sam, 19 mar 2005) | 2 lines

transcode nit -- use nearbyint to get accurate conversion of user-supplied fps

------------------------------------------------------------------------
r10394 | gbazin | 2005-03-19 19:42:27 +0100 (sam, 19 mar 2005) | 1 line

* modules/codec/dvbsub.c: first implementation of dvb text subtitles encoding/decoding (a few things are still to be done).
------------------------------------------------------------------------
r10395 | asmax | 2005-03-20 16:58:04 +0100 (dim, 20 mar 2005) | 2 lines

- all: use fribidi in skins2 text rendering if available

------------------------------------------------------------------------
r10396 | markfm | 2005-03-20 18:48:27 +0100 (dim, 20 mar 2005) | 2 lines

transcode -- round fps to full integer value (eg, 25, 30) for ffmpeg mpeg1/2

------------------------------------------------------------------------
r10397 | fkuehne | 2005-03-20 19:19:01 +0100 (dim, 20 mar 2005) | 1 line

* ftime does not exist on OSX, so we need to implement it ourselves
------------------------------------------------------------------------
r10398 | gbazin | 2005-03-20 20:42:29 +0100 (dim, 20 mar 2005) | 1 line

* src/misc/vlm.c: only use ftime() on win32.
------------------------------------------------------------------------
r10399 | fkuehne | 2005-03-20 20:51:52 +0100 (dim, 20 mar 2005) | 3 lines

* removed my ftime-replacement for OSX again

Thanks for the ftime-fix gibalou :)
------------------------------------------------------------------------
r10400 | hartman | 2005-03-21 15:02:07 +0100 (lun, 21 mar 2005) | 4 lines

* Patch to reenable sap-timeout functionality (Bug 2007) By Dermot McGahon, dermot at lincor dot com
  Modified by me.
* also restored some indentation of this file.

------------------------------------------------------------------------
r10401 | ipkiss | 2005-03-21 20:24:06 +0100 (lun, 21 mar 2005) | 2 lines

 * skins2: added vlc.volumeUp() and vlc.volumeDown() actions

------------------------------------------------------------------------
r10405 | gbazin | 2005-03-22 10:53:11 +0100 (mar, 22 mar 2005) | 1 line

* modules/stream_out/transcode.c: reverted previous commit which didn't belong here and was also completely wrong.
------------------------------------------------------------------------
r10406 | markfm | 2005-03-22 14:29:30 +0100 (mar, 22 mar 2005) | 2 lines

reintroduce nearbyint, but use the 1001 multiplier.  adding 0.5 wasn't transforming 29.97 fps properly, and the earlier nearbyint was a hack for mpeg1/2.  the preceding mods were all partially right, partially wrong -- needed to combine the two change concepts. 

------------------------------------------------------------------------
r10408 | jpsaman | 2005-03-22 21:17:30 +0100 (mar, 22 mar 2005) | 2 lines

Variable name consistency across the file

------------------------------------------------------------------------
r10413 | fenrir | 2005-03-23 17:58:24 +0100 (mer, 23 mar 2005) | 2 lines

 * dvb: fix report of error in FrontendPoll (please report any problem).

------------------------------------------------------------------------
r10414 | fenrir | 2005-03-23 18:00:15 +0100 (mer, 23 mar 2005) | 3 lines

 * all: added a nuv demuxer (limited to mpeg4 video and mp3 audio).
 (Seek is slow, I don't support index yet).

------------------------------------------------------------------------
r10415 | massiot | 2005-03-23 19:26:01 +0100 (mer, 23 mar 2005) | 3 lines

* modules/mux/mpeg/ts.c, modules/demux/ts.c: Fixed IOD descriptor
(patch courtesy of Nico Sabbi)

------------------------------------------------------------------------
r10416 | massiot | 2005-03-23 19:30:15 +0100 (mer, 23 mar 2005) | 3 lines

* modules/mux/mpeg/ts.c: New --sout-ts-es-id-pid which allows to use
  the ES ID as TS PID (contrary of --ts-es-id-pid).

------------------------------------------------------------------------
r10417 | massiot | 2005-03-23 19:39:46 +0100 (mer, 23 mar 2005) | 3 lines

* modules/stream_out/bridge.c: New bridge-in/bridge-out modules to bridge
  ES packets between different inputs.

------------------------------------------------------------------------
r10418 | damienf | 2005-03-23 20:16:06 +0100 (mer, 23 mar 2005) | 4 lines

- added a slider to control VLC playback from HTML.

NOTE: the slider is actually another ActiveX control but it could be replaced by a javascript equivalent if one wants a better looking slider.

------------------------------------------------------------------------
r10420 | robux4 | 2005-03-23 22:08:40 +0100 (mer, 23 mar 2005) | 1 line

mkv.cpp: segment switching almost work and doesn't crash
------------------------------------------------------------------------
r10423 | robux4 | 2005-03-23 22:31:18 +0100 (mer, 23 mar 2005) | 1 line

mkv.cpp: prepare for more segment switching features
------------------------------------------------------------------------
r10424 | robux4 | 2005-03-23 23:11:17 +0100 (mer, 23 mar 2005) | 1 line

mkv.cpp: fix the pb of switching when seeking was used. Still some memory leaks issues :(
------------------------------------------------------------------------
r10427 | titer | 2005-03-24 17:05:55 +0100 (jeu, 24 mar 2005) | 2 lines

 nuv.c: compile fix (for big endian platforms)

------------------------------------------------------------------------
r10428 | fenrir | 2005-03-25 09:58:46 +0100 (ven, 25 mar 2005) | 6 lines

 input.c: - fixed bug in chapter prev/next. (INPUT_GET/SET_* cannot be used with
 access2_Control/demux2_Control, use the right ACCESS_XXX/DEMUX_XXX/)
          - do not create sout when uri start by 'vlc:'. It is needed to use
 the special vlc access with sout (ex: vlc in --sout out vlc:quit).


------------------------------------------------------------------------
r10429 | fenrir | 2005-03-25 10:16:24 +0100 (ven, 25 mar 2005) | 7 lines

 * vlc_meta.h: added a few const
 * es_out: added ES_OUT_SET_GROUP_META to add on the fly meta for a program
 (it's not yet really clean).
 * demux/ts: parse SI tables of DVB (channel names + events), it needs last
 libdvbpsi svn (set TS_USE_DVB_SI to 1 in modules/demux/ts.c to use it).


------------------------------------------------------------------------
r10430 | titer | 2005-03-25 13:02:14 +0100 (ven, 25 mar 2005) | 2 lines

 Fix for thread-unsafe OpenGL implementations (OS X...)

------------------------------------------------------------------------
r10431 | fkuehne | 2005-03-25 19:17:15 +0100 (ven, 25 mar 2005) | 1 line

* updated the libcaca-download-location and updated the used libdvbpsi-version to a snapshot created today
------------------------------------------------------------------------
r10434 | robux4 | 2005-03-25 22:33:47 +0100 (ven, 25 mar 2005) | 1 line

mkv.cpp: the first Cluster was lost due to preloading
------------------------------------------------------------------------
r10435 | robux4 | 2005-03-25 22:59:25 +0100 (ven, 25 mar 2005) | 1 line

mkv.cpp: play all loaded segments sequentially and don't crash
------------------------------------------------------------------------
r10436 | robux4 | 2005-03-26 10:18:54 +0100 (sam, 26 mar 2005) | 1 line

mkv.cpp: avoid gcc warnings
------------------------------------------------------------------------
r10437 | oaubert | 2005-03-26 20:22:40 +0100 (sam, 26 mar 2005) | 3 lines

svg.c: updated to the latest changes in the text renderer API (tested
       with the vlc-0.8.1.svn20050314 debian package)

------------------------------------------------------------------------
r10438 | oaubert | 2005-03-26 20:29:32 +0100 (sam, 26 mar 2005) | 5 lines

snapshot.c:
 * added some comments
 * updated module description
 * try to fix timestamping

------------------------------------------------------------------------
r10450 | robux4 | 2005-03-27 11:28:50 +0200 (dim, 27 mar 2005) | 2 lines

mkv.cpp: new options for the demuxer
fr.po: small translation fix
------------------------------------------------------------------------
r10451 | robux4 | 2005-03-27 16:16:21 +0200 (dim, 27 mar 2005) | 1 line

mkv.cpp: hard-linked segments can now play in order (crash to solve)
------------------------------------------------------------------------
r10452 | markfm | 2005-03-27 19:49:24 +0200 (dim, 27 mar 2005) | 2 lines

mux/asf.c new --sout-asf-packet-size  switch.  It defaults to 4096, current VLC design, but note that MS' documentation (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmform95/htm/iwmpacketsizesetmaxpacketsize.asp) has: "By default, the maximum packet size is 1400 bytes (chosen because it is below the 1500-byte Ethernet maximum transition unit (MTU) plus the generic routing encapsulation (GRE) tunneling header size)."

------------------------------------------------------------------------
r10453 | fkuehne | 2005-03-28 02:14:03 +0200 (lun, 28 mar 2005) | 3 lines

* vlc.scriptSuite: updated to the plist-xml-format and fixed a bug in the prev-method
* vlc.scriptTerminology: updated to the plist-xml-format and removed the 'localisable'-flag for the terminology in Xcode since we don't localise it and Apple won't support any other AS-dialects than English in the future --> moved out of English.lproj
* vlc.pbproj: removed localisable-flag for vlc.scriptTerminology
------------------------------------------------------------------------
r10454 | fkuehne | 2005-03-28 02:16:43 +0200 (lun, 28 mar 2005) | 1 line

* sorry, forgot that in the previous commit
------------------------------------------------------------------------
r10455 | fkuehne | 2005-03-28 12:32:40 +0200 (lun, 28 mar 2005) | 2 lines

* updated the location of vlc.scriptTerminology
* removed the linkage to it in all localisations since it is a global entity now
------------------------------------------------------------------------
r10456 | robux4 | 2005-03-28 13:07:41 +0200 (lun, 28 mar 2005) | 1 line

mkv.cpp: no more crash on linked segments or multi-segment files
------------------------------------------------------------------------
r10457 | fkuehne | 2005-03-28 13:29:34 +0200 (lun, 28 mar 2005) | 1 line

* fixed download-location of pkgconfig
------------------------------------------------------------------------
r10458 | fkuehne | 2005-03-28 14:30:15 +0200 (lun, 28 mar 2005) | 1 line

* changed the download location of libdvdread to download.videolan.org because www.dtek.chalmers.se keeps refusing any connections
------------------------------------------------------------------------
r10459 | robux4 | 2005-03-28 16:12:58 +0200 (lun, 28 mar 2005) | 1 line

mkv.cpp: major rewrite to handle hard-linked segments easily though a virtual segment
------------------------------------------------------------------------
r10460 | robux4 | 2005-03-28 17:00:21 +0200 (lun, 28 mar 2005) | 1 line

mkv.cpp: handle missing linked segments (seg->missing->seg)
------------------------------------------------------------------------
r10461 | robux4 | 2005-03-28 17:48:16 +0200 (lun, 28 mar 2005) | 1 line

mkv.cpp: compute the correct duration even when some linked segments are missing
------------------------------------------------------------------------
r10462 | robux4 | 2005-03-28 21:07:18 +0200 (lun, 28 mar 2005) | 1 line

mkv.cpp: seeking in linked files now works
------------------------------------------------------------------------
r10463 | robux4 | 2005-03-28 21:12:14 +0200 (lun, 28 mar 2005) | 1 line

mkv.cpp: compilation fixes for gcc
------------------------------------------------------------------------
r10469 | hartman | 2005-03-29 01:23:51 +0200 (mar, 29 mar 2005) | 2 lines

* Changed video-fiter to vout-filter, because video-filter will in the future be used for new style filters.

------------------------------------------------------------------------
r10470 | hartman | 2005-03-29 01:24:21 +0200 (mar, 29 mar 2005) | 2 lines

* Spelling correction

------------------------------------------------------------------------
r10471 | hartman | 2005-03-29 01:31:02 +0200 (mar, 29 mar 2005) | 2 lines

* New menu-items referencing forum

------------------------------------------------------------------------
r10472 | hartman | 2005-03-29 01:57:02 +0200 (mar, 29 mar 2005) | 2 lines

* Remove the ebuilds. Maintaining them downstream is easier. Current ebuilds are outdated and Gentoo is keeping them OK atm.

------------------------------------------------------------------------
r10473 | fenrir | 2005-03-29 10:17:17 +0200 (mar, 29 mar 2005) | 2 lines

 * ts: do not include eit.h if TS_USE_DVB_SI is 0.

------------------------------------------------------------------------
r10474 | damienf | 2005-03-29 10:48:45 +0200 (mar, 29 mar 2005) | 2 lines

VLC_TimeSet: fixed overflow conversion from seconds to microseconds, this now allow to seek beyond 36 minutes

------------------------------------------------------------------------
r10475 | gbazin | 2005-03-29 12:08:03 +0200 (mar, 29 mar 2005) | 1 line

* modules/demux/ts.c: use EIT support in libdvbpsi if available.
------------------------------------------------------------------------
r10476 | gbazin | 2005-03-29 14:17:43 +0200 (mar, 29 mar 2005) | 1 line

* modules/gui/wince/interface.cpp: fixed menus handling.
------------------------------------------------------------------------
r10477 | gbazin | 2005-03-29 17:22:12 +0200 (mar, 29 mar 2005) | 1 line

* modules/gui/wince: new open directory menu (win32 only for now)
------------------------------------------------------------------------
r10478 | fenrir | 2005-03-29 18:01:23 +0200 (mar, 29 mar 2005) | 8 lines

 * access.* input/*: added access_filter architecture (same API as a
 standard access_t except that it reads from an access_t).

 * timeshift.c: timeshift access filter. It works with udp/dvb streams (tested
 under linux/windows).
 It allows to pause and to fast/slow forward. To try it, use
 --access-filter timeshift.

------------------------------------------------------------------------
r10479 | gbazin | 2005-03-29 22:04:44 +0200 (mar, 29 mar 2005) | 1 line

* configure.ac: added access_filter_timeshift to the build.
------------------------------------------------------------------------
r10480 | robux4 | 2005-03-29 22:54:52 +0200 (mar, 29 mar 2005) | 1 line

mkv.cpp: make gcc happier
------------------------------------------------------------------------
r10481 | dionoea | 2005-03-30 19:43:17 +0200 (mer, 30 mar 2005) | 2 lines

include errno.h (for non debug builds)

------------------------------------------------------------------------
r10482 | sigmunau | 2005-03-30 23:16:51 +0200 (mer, 30 mar 2005) | 2 lines

vlc_meta.h: introduced VLC_META_NOW_PLAYING. http.c: use NOW_PLAYING for song title.

------------------------------------------------------------------------
r10483 | sigmunau | 2005-03-30 23:21:40 +0200 (mer, 30 mar 2005) | 4 lines

wxwindows/preferences_widgets.cpp: ModuleCatList widget now add modules in
the order of selection, patch by  Christophe Mutricy < xtophe -at-
nxtelevision dott com >

------------------------------------------------------------------------
r10484 | sigmunau | 2005-03-31 00:45:13 +0200 (jeu, 31 mar 2005) | 3 lines

input.c: doxygenize vlc_input_item_GetInfo
wx/timer.cpp: show Now Playing in statusbar if available

------------------------------------------------------------------------
r10485 | gbazin | 2005-03-31 01:47:41 +0200 (jeu, 31 mar 2005) | 1 line

* modules/gui/wince: added dialogs provider + another massive cleanup + updates.
------------------------------------------------------------------------
r10486 | gbazin | 2005-03-31 01:48:41 +0200 (jeu, 31 mar 2005) | 1 line

* modules/video_output/wingdi.c: bunch of fixes and improvements.
------------------------------------------------------------------------
r10487 | sigmunau | 2005-03-31 17:46:38 +0200 (jeu, 31 mar 2005) | 2 lines

input.c: fixed a possible locking problem in vlc_input_item_GetInfo

------------------------------------------------------------------------
r10488 | dionoea | 2005-03-31 19:02:44 +0200 (jeu, 31 mar 2005) | 4 lines

change the speaker into a mute/unmute button
(only works if something is playing ... and we have to fix the bug where
the image doesn't get updated like for the play/pause button)

------------------------------------------------------------------------
r10493 | dionoea | 2005-03-31 23:23:36 +0200 (jeu, 31 mar 2005) | 2 lines

 * small fixes (the icon change should now work under windows)

------------------------------------------------------------------------
r10494 | dionoea | 2005-03-31 23:36:30 +0200 (jeu, 31 mar 2005) | 2 lines

remove two debug fprintfs

------------------------------------------------------------------------
